:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#4e443a;background:#f6f1e6}html,body,#root{margin:0;min-height:100%;width:100%}body{min-width:320px}::selection{background:#c0a98738}@font-face{font-family:ArtFont;src:url(/assets/artfont-DwEj4pX8.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}:root{--ink: #4e443a;--ink-deep: #3b3129;--muted: #a09281;--paper: #fdfaf3;--paper-deep: #f2e6d1;--line: #e7d9bf;--line-soft: rgba(199, 180, 147, .34);--brass: #8caa88;--brass-deep: #6c8a68;--milk: rgba(255, 253, 247, .72);--cool: #dfe6e4;--shadow: rgba(79, 61, 34, .12);--study: #f6f2e8;--study-deep: #f6f2e8;--study-line: rgba(150, 130, 95, .16);--study-text: #4e443a;--study-text-muted: #948570;--lamp: #b6906a}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}html{background:#f6f1e6}body{min-width:320px;color:var(--ink);background:#f6f1e6;font-family:Noto Sans Arabic,Segoe UI,Tahoma,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:default}.app-shell{min-height:100svh;background:radial-gradient(circle at 72% 14%,rgba(140,170,136,.14),transparent 30%),radial-gradient(circle at 10% 76%,rgba(241,229,213,.55),transparent 34%),linear-gradient(180deg,#f8f4ec,#f6f1e6);color:var(--ink);overflow:hidden}.topbar{height:78px;padding:15px 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:start;border-bottom:1px solid var(--study-line);position:relative;z-index:8}.brand-mark-text{justify-self:center;color:var(--study-text);font-family:Amiri,Noto Naskh Arabic,serif;font-size:18px;letter-spacing:.04em;padding-top:1px}.top-actions{display:flex;gap:9px;direction:ltr}.round-action{width:37px;height:37px;border:1px solid rgba(150,130,95,.32);background:#fffdf8b8;border-radius:50%;color:#7b6e5f;display:grid;place-items:center;transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease;box-shadow:inset 0 1px #fffc,0 3px 14px #5949330d}.round-action:hover:not(:disabled){transform:translateY(-1px);background:#fff;border-color:var(--brass);color:var(--brass-deep)}.round-action.primary-action{background:linear-gradient(135deg,#9ebd9a,var(--brass));border-color:var(--brass-deep);color:#fff;box-shadow:0 4px 14px #6c8a6852}.round-action.primary-action:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,var(--brass),var(--brass-deep))}.round-action:active:not(:disabled){transform:translateY(0)}.round-action.danger{color:#b09a86}.round-action.offline{opacity:.55}.top-right{justify-self:end;display:grid;justify-items:end;gap:5px}.back-link{border:0;background:transparent;color:var(--study-text-muted);display:inline-flex;align-items:center;gap:3px;font-size:11px;padding:0 1px;transition:color .18s ease,transform .18s ease}.back-link:hover{color:var(--study-text);transform:translate(1px)}.date-pill{border:1px solid rgba(150,130,95,.32);border-radius:17px;padding:6px 11px;color:var(--study-text-muted);font-size:10px;background:#ffffff80;white-space:nowrap}.workspace{height:calc(100svh - 78px);padding:16px clamp(20px,4vw,72px) 24px;overflow:auto;display:grid;justify-items:center;align-content:safe center}.app-shell.journal-mode .workspace{overflow:hidden;align-content:stretch}.journal-layout{width:min(1160px,100%);height:100%;min-height:0;display:grid;grid-template-columns:224px minmax(0,1fr);gap:0;align-items:stretch;direction:ltr}.entry-list{direction:rtl;padding:40px 14px 10px 0;display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;position:relative;z-index:1}.entry-list,.paper-stage{scrollbar-width:thin;scrollbar-color:rgba(150,128,92,.55) rgba(226,214,191,.35)}.entry-list::-webkit-scrollbar,.paper-stage::-webkit-scrollbar{width:10px}.entry-list::-webkit-scrollbar-track,.paper-stage::-webkit-scrollbar-track{background:#e2d6bf4d;border-radius:99px}.entry-list::-webkit-scrollbar-thumb,.paper-stage::-webkit-scrollbar-thumb{background:#96805c8c;border-radius:99px;border:3px solid transparent;background-clip:content-box}.entry-list:hover::-webkit-scrollbar-thumb,.paper-stage:hover::-webkit-scrollbar-thumb{background:#96805c99;background-clip:content-box}.list-head{position:sticky;top:-40px;z-index:3;background:linear-gradient(180deg,#f8f4ec 70%,#f8f4ec00);display:flex;justify-content:space-between;align-items:center;padding:5px 10px 10px;color:var(--study-text-muted);font-size:11px}.muted{color:#6c6656}.entry-card,.empty-card{width:100%;border:0;text-align:right;display:flex;flex-direction:column;align-items:flex-start;color:var(--study-text-muted);border-radius:10px 0 0 10px;padding:13px 16px 12px 13px;margin-inline-end:0;background:transparent;position:relative;will-change:transform;transform-origin:right center;animation:tabIn .38s cubic-bezier(.22,.9,.32,1.1) backwards;transition:background .22s ease,box-shadow .22s ease,transform .32s cubic-bezier(.34,1.56,.64,1)}.entry-card:hover:not(.active){background:#ffffff80;transform:translate(-2px)}.entry-card:active:not(.active){transform:translate(-2px) scale(.98)}.entry-card small{margin-top:4px;font-size:9px;color:var(--study-text-muted);opacity:.85;transition:color .22s ease,opacity .22s ease}.entry-card.active{background:linear-gradient(135deg,var(--paper),var(--paper-deep));box-shadow:0 10px 22px #49382217;color:var(--ink-deep);transform:translate(14px);z-index:2}.entry-card.active:before{content:"";position:absolute;inset-inline-start:-3px;top:8px;bottom:8px;width:3px;border-radius:3px;background:var(--brass);animation:tabAccent .3s cubic-bezier(.34,1.56,.64,1)}.entry-card.active small{color:var(--muted);opacity:1}.empty-card{border:1px dashed rgba(150,130,95,.4);background:#ffffff59;line-height:1.8}.empty-card small{color:var(--study-text-muted)}@keyframes tabIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes tabAccent{0%{transform:scaleY(.2);opacity:0}to{transform:scaleY(1);opacity:1}}@media(prefers-reduced-motion:reduce){.entry-card,.empty-card,.entry-card.active:before{animation:none}.entry-card{transition:background .15s ease,box-shadow .15s ease}.entry-card.active{transform:translate(-14px)}}.epigraph{margin:auto 0 0;padding:18px 10px 3px;border-top:1px solid var(--study-line);font-family:Amiri,Noto Naskh Arabic,serif;font-size:12px;line-height:1.95;color:var(--study-text-muted)}.paper-stage{position:relative;direction:rtl;width:min(680px,68vw);min-width:0;height:100%;justify-self:start;display:grid;align-content:start;gap:18px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:2px 0 0 14px;scrollbar-gutter:stable}.paper-frame{position:relative}.paper-shadow{position:absolute;z-index:0;inset:6px 8px -10px;border-radius:0 18px 18px 0;background:radial-gradient(70% 60% at 50% 8%,rgba(140,170,136,.1),transparent 70%),#59432624;filter:blur(22px);opacity:.4;transform:translateY(8px);pointer-events:none}.paper{position:relative;z-index:2;width:100%;min-height:clamp(420px,66svh,720px);padding:52px 60px 28px 52px;border:1px solid #e4d6bd;border-radius:0 18px 18px 0;overflow:hidden;isolation:isolate;background:repeating-linear-gradient(to bottom,transparent 0,transparent 37px,rgba(206,192,163,.43) 37px,rgba(206,192,163,.43) 38px),linear-gradient(180deg,#fbf6e9,#f8eedf);background-position:0 104px,0 0;box-shadow:0 15px 46px #4a3a2413;animation:paper-rise .44s cubic-bezier(.2,.8,.2,1)}.paper:after{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;background:radial-gradient(120% 24% at 50% 0%,rgba(205,189,158,.18),transparent 58%),linear-gradient(90deg,rgba(127,99,64,.075),transparent 9%,transparent 89%,rgba(127,99,64,.075)),linear-gradient(180deg,rgba(127,99,64,.035),transparent 10%,transparent 90%,rgba(127,99,64,.07));box-shadow:inset 0 22px 34px #f1e6d38f,inset 0 -28px 40px #d2c0a021,inset 24px 0 32px #eee0c852,inset -24px 0 32px #eee0c852}.paper>*{position:relative;z-index:6}.paper-integrative-overlay{position:absolute;inset:104px 0 56px;z-index:7;pointer-events:none;background:repeating-linear-gradient(to bottom,transparent 0,transparent 37px,rgba(150,127,93,.035) 37px,rgba(150,127,93,.035) 38px),radial-gradient(80% 70% at 50% 30%,rgba(255,255,255,.07),transparent 72%);mix-blend-mode:multiply;opacity:.72}.paper-footer{position:relative;z-index:8}.paper-meta{position:absolute;top:31px;left:52px;right:60px;display:flex;justify-content:space-between;align-items:center;color:#aa9b82;font-size:10px}.title-area{width:100%}.title-input{width:100%;border:0;outline:0;background:transparent;color:#786b5b;font-family:Amiri,Noto Naskh Arabic,serif;font-size:clamp(34px,3.15vw,46px);line-height:1.25;text-align:right;padding:0;margin:0;letter-spacing:.005em}.title-input::placeholder{color:#a99a83;opacity:1}.soft-rule{height:1px;margin:12px 0 26px;background:linear-gradient(to left,transparent,#d4c2a2 12%,#d4c2a2 88%,transparent)}.paper-editor{width:100%;min-height:350px}.paper-editor-wrap{min-height:350px;cursor:text}.paper-editor .ProseMirror{min-height:350px;outline:none;color:#55493d;font-family:Amiri,Noto Naskh Arabic,serif;font-size:clamp(21px,1.62vw,25px);line-height:1.98;text-align:start;font-synthesis:style}.paper-editor .ProseMirror p{margin:0 0 6px}.paper-editor .ProseMirror>*:last-child{margin-bottom:0}.paper-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:right;color:#b2a38d;pointer-events:none;height:0}.paper-editor .ProseMirror blockquote{position:relative;width:fit-content;max-width:100%;margin:14px 0;padding:10px 28px;border:1px solid rgba(177,152,120,.34);border-right:3px solid rgba(145,110,77,.58);border-radius:14px 4px 14px 14px;background:linear-gradient(135deg,#fffaf1d6,#f6eddea8);box-shadow:0 8px 18px #543f2611,inset 0 1px #ffffffb3;font-size:clamp(17px,1.14vw,20px);color:#4a4036;line-height:1.84}.paper-editor .ProseMirror blockquote p{margin:0}.paper-editor .ProseMirror blockquote:before,.paper-editor .ProseMirror blockquote:after{position:absolute;top:14px;color:#806449;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:700;line-height:1;opacity:.58;pointer-events:none;text-shadow:0 1px 0 rgba(255,255,255,.72)}.paper-editor .ProseMirror blockquote:before{content:"“";right:8px}.paper-editor .ProseMirror blockquote:after{content:"”";left:8px}.paper-editor .ProseMirror .inline-quote{position:relative;display:inline;color:#463b31;font-family:ArtFont,Amiri,Noto Naskh Arabic,serif;font-style:italic;font-weight:400;font-size:.94em;line-height:inherit;vertical-align:baseline;background:linear-gradient(105deg,#ffffff38,#fffcf41a 26%,#e2ceb113 53%,#fffcf41f 78%,#ffffff3d),#fff8eb1a;background-size:220% 100%,100% 100%;background-position:0% 50%,0 0;background-clip:padding-box;border:1px solid rgba(255,255,255,.48);border-inline-start-color:#97724c4d;border-bottom-color:#89674333;border-radius:.46em;margin-inline:.48em;-webkit-box-decoration-break:clone;box-decoration-break:clone;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #7f5f3d1a,0 4px 12px #533d240e,0 1px 2px #533d240a;-webkit-backdrop-filter:blur(10px) saturate(118%);backdrop-filter:blur(10px) saturate(118%);text-shadow:0 1px 0 rgba(255,255,255,.34);white-space:normal;overflow:visible;isolation:isolate;transition:box-shadow .24s ease,border-color .24s ease,background-position .7s ease}.paper-editor .ProseMirror .inline-quote:hover{border-color:#fff9;box-shadow:inset 0 1px #fffc,inset 0 -1px #7f5f3d1c,0 6px 15px #533d2411,0 1px 2px #533d240a}.paper-editor .ProseMirror .inline-quote:focus-within{border-color:#ffffffb3;box-shadow:inset 0 1px #ffffffd6,inset 0 -1px #7f5f3d1f,0 0 0 1px #b5956c14,0 6px 16px #533d2412}.paper-editor .ProseMirror .inline-quote.ProseMirror-selectednode{outline:1.5px solid rgba(142,108,73,.55);outline-offset:2px;box-shadow:inset 0 1px #ffffffe0,inset 0 -1px #7f5f3d1f,0 0 0 3px #b5956c14,0 7px 17px #533d2414}@media(prefers-reduced-motion:no-preference){.paper-editor .ProseMirror .inline-quote{animation:journalQuoteSheen 11s ease-in-out infinite}}@keyframes journalQuoteSheen{0%,to{background-position:0% 50%,0 0}50%{background-position:100% 50%,0 0}}.paper-editor .ProseMirror .inline-quote__content{display:inline;line-height:inherit;vertical-align:baseline}.paper-editor .ProseMirror .inline-quote__safezone{display:inline-flex;align-items:center;justify-content:center;width:.84em;height:1.08em;padding:0 .04em;line-height:1;vertical-align:-.08em;position:relative;flex:0 0 auto;user-select:none;-webkit-user-select:none}.paper-editor .ProseMirror .inline-quote__safezone--before:before,.paper-editor .ProseMirror .inline-quote__safezone--after:before{position:static;display:block;color:#7e5f3e94;font-family:Georgia,Times New Roman,serif;font-size:.82em;font-weight:700;font-style:normal;line-height:1;pointer-events:none;text-shadow:0 1px 0 rgba(255,255,255,.7)}.paper-editor .ProseMirror .inline-quote__safezone--before:before{content:"“"}.paper-editor .ProseMirror .inline-quote__safezone--after:before{content:"”"}.paper-editor .ProseMirror .inline-quote,.paper-editor .ProseMirror .inline-quote *{caret-color:#655541}.paper-editor .ProseMirror .inline-heading{color:#40372f;font-family:Amiri,Noto Naskh Arabic,serif;font-weight:700;line-height:1.12;vertical-align:baseline}.paper-editor .ProseMirror .inline-heading-1{font-size:1.38em;letter-spacing:-.01em}.paper-editor .ProseMirror .inline-heading-2{font-size:1.18em;letter-spacing:-.005em}.paper-editor .ProseMirror .inline-heading-3{font-size:1.06em;font-style:italic;color:#6b5c48}.paper-editor .ProseMirror hr{position:relative;margin:26px 0;height:0;border:0;border-top:1.5px solid rgba(122,92,61,.48)}.paper-editor .ProseMirror hr:after{content:"✦";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0 12px;background:#f8eedf;color:#8a6a48;font-size:13px}.paper-editor .ProseMirror img,.paper-editor .ProseMirror .paper-image{display:inline-block;width:auto;max-width:min(22rem,100%);max-height:12rem;margin:0 .18em;border-radius:10px;box-shadow:0 8px 18px #543f261f;cursor:pointer;vertical-align:middle}.paper-editor .ProseMirror .paper-image.ProseMirror-selectednode{outline:3px solid #b98b4e;outline-offset:3px}.paper-editor .ProseMirror h1,.paper-editor .ProseMirror h2,.paper-editor .ProseMirror h3{margin:22px 0 10px;color:#4a3f32;font-weight:700;line-height:1.35}.paper-editor .ProseMirror h1{font-size:clamp(28px,2.1vw,34px)}.paper-editor .ProseMirror h2{font-size:clamp(23px,1.75vw,28px)}.paper-editor .ProseMirror h3{font-size:clamp(19px,1.35vw,22px);color:#6b5c48;font-style:italic}.paper-editor .ProseMirror>h1:first-child,.paper-editor .ProseMirror>h2:first-child,.paper-editor .ProseMirror>h3:first-child{margin-top:0}.paper-editor .ProseMirror s{opacity:.68}.format-bubble{display:flex;align-items:center;gap:2px;padding:4px;border:1px solid #e1d5c1;border-radius:10px;background:#fffcf5f7;box-shadow:0 10px 22px #48372029}.format-bubble button{min-width:28px;height:28px;padding:0 6px;border:0;border-radius:6px;background:transparent;color:#6b5c48;font-size:13px;font-family:system-ui,sans-serif;cursor:pointer;transition:background .15s ease,color .15s ease}.format-bubble button:hover{background:#ebe2d3b3;color:#4a3f32}.format-bubble button.active{background:#d6e0d88c;color:#3f5645}.format-bubble-sep{width:1px;height:18px;margin:0 3px;background:#e1d5c1}.paper-editor .ProseMirror .signature-inline{display:inline-block;margin-inline:.2em;padding-inline:.28em;border-bottom:1px solid rgba(145,110,77,.4);color:#6b5c48;font-family:ArtFont,Amiri,Noto Naskh Arabic,serif;font-style:italic;vertical-align:baseline;cursor:text}.ornament-block:hover{opacity:1}.floating-tools{position:relative;z-index:8;margin:30px 0 16px;width:fit-content;max-width:100%;border:1px solid #e1d5c1;border-radius:12px;background:#fffcf5eb;box-shadow:0 10px 22px #4837201a;overflow:hidden;display:flex;align-items:stretch}.tool-handle{min-width:22px;border-left:1px solid #eee5d8;color:#b0a28e;display:grid;place-items:center}.tool-btn{border:0;background:transparent;color:#7a6b5b;min-width:38px;min-height:36px;display:grid;place-items:center;transition:background .17s ease,color .17s ease}.tool-btn:hover{background:#ebe2d39e;color:#55483b}.tool-btn.active{color:#3f5645;background:#d6e0d880}.paper-footer{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:10px;color:#9f917d;padding-top:4px}.paper-footer select{border:1px solid #d9c9ac;background:#fffaf1c7;border-radius:16px;padding:6px 12px;color:#6b5f4f;outline:none}.page-navigation{position:sticky;bottom:0;z-index:5;margin-top:auto;padding-block:8px;background:linear-gradient(180deg,#f6f1e600,#f6f1e6 45%);min-height:38px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.page-nav-btn,.share-page{border:1px solid rgba(206,192,166,.55);background:#fffdf852;color:#ae9f8c;border-radius:18px;min-height:32px;padding:0 12px;font-size:9px;display:inline-flex;align-items:center;justify-content:center;gap:4px;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.page-nav-btn:first-child{justify-self:start}.page-nav-btn:last-child{justify-self:end}.page-nav-btn:hover:not(:disabled),.share-page:hover{color:#7f705e;background:#ffffff8c;border-color:#c8b693;transform:translateY(-1px)}.page-nav-btn:disabled{opacity:.35}.share-page{color:#8e7b63;padding-inline:14px}.feed-page,.compose-page,.panel-page{width:min(840px,100%);padding:24px 10px 44px}.feed-head{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:18px}.eyebrow{font-size:10px;color:var(--study-text-muted);letter-spacing:.1em}.feed-head h1,.compose-card h1,.panel-page h1{margin:6px 0 0;font-family:Amiri,Noto Naskh Arabic,serif;font-weight:400;color:var(--study-text);font-size:42px;line-height:1.25}.soft-chip{border:1px solid rgba(150,130,95,.32);border-radius:18px;background:#fffdf78c;color:var(--study-text-muted);padding:7px 12px;font-size:10px}.post-card,.compose-card,.settings-card{content-visibility:auto;contain:layout paint;background:linear-gradient(180deg,var(--paper) 0%,var(--paper-deep) 100%);border:1px solid #e5d9c3;border-radius:4px 20px 20px;box-shadow:0 12px 30px #4c3a2214;padding:20px;margin-top:14px}.post-author{display:flex;align-items:center;gap:10px}.avatar,.large-avatar{flex:none;border-radius:50%;background:#efe3d2;color:var(--brass-deep);display:grid;place-items:center;font-family:Amiri,serif}.avatar{width:36px;height:36px}.large-avatar{width:70px;height:70px;font-size:34px}.post-author div{display:grid}.post-author small,.post-author time{color:#aa9d8d;font-size:10px}.post-author time{margin-right:auto}.post-card p{font-family:Amiri,serif;font-size:22px;line-height:2;margin:18px 4px;color:#594b3d;white-space:pre-wrap}.post-actions{display:flex;gap:8px}.post-actions button{border:0;background:transparent;color:#978673;font-size:11px}.empty-state,.tiny-note{padding:28px;color:#9f907c;text-align:center}.compose-page{display:grid;place-items:center}.compose-card{width:min(760px,100%);padding:30px}.compose-card textarea,.settings-card textarea,.settings-card input{width:100%;border:1px solid #ddcfb2;background:#fdf8ed;border-radius:15px;padding:14px;outline:none;color:#584c3c}.compose-card textarea{min-height:300px;margin-top:18px;resize:vertical;font-family:Amiri,serif;font-size:22px;line-height:1.9}.compose-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:11px;color:#9a8b74}.primary{border:0;border-radius:20px;padding:10px 17px;background:#5e7076;color:#f6f1e8}.primary:disabled{opacity:.55}.panel-page.centered{text-align:center;display:grid;place-items:center;align-content:center;min-height:420px}.profile-hero{display:flex;gap:18px;align-items:center;margin-bottom:18px}.profile-hero h1{font-size:34px;margin:4px 0}.profile-hero p{color:var(--study-text-muted);font-size:13px}.profile-hero h1{color:var(--study-text)}.settings-card{display:grid;gap:14px}.settings-card label{font-size:12px;color:#867358;display:grid;gap:7px}.settings-card input{height:44px}.settings-card textarea{min-height:110px;resize:vertical}.auth-actions{display:flex;gap:8px}.secondary{border:1px solid #ddcfb2;border-radius:20px;padding:9px 15px;background:#fdf8ec;color:#6f6250}.cloud-card{margin-top:14px}.cloud-title{display:flex;justify-content:space-between;align-items:end;gap:10px}.bottom-nav{height:72px;border-top:1px solid rgba(203,190,168,.42);background:#faf6eebd;display:flex;justify-content:center;gap:clamp(22px,6vw,88px);align-items:center}.bottom-nav button{border:0;background:transparent;color:#897b69;display:grid;gap:5px;justify-items:center;font-size:10px;min-width:52px}.nav-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%}.bottom-nav button.selected{color:#5d6f74}.bottom-nav button.selected .nav-icon{background:#e1e8e5}@keyframes paper-rise{0%{opacity:0;transform:translateY(8px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes soft-focus{0%{opacity:.48;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1120px){.journal-layout{grid-template-columns:190px minmax(0,1fr)}.paper{padding-inline:42px 48px}.paper-meta{left:42px;right:48px}}@media(max-width:900px){.topbar{grid-template-columns:1fr auto;height:70px}.brand-mark-text{justify-self:end;grid-column:2;grid-row:1}.top-actions{grid-column:1;grid-row:1}.top-right{grid-column:1 / -1;grid-row:2;justify-items:start}.date-pill{display:none}.workspace{height:calc(100svh - 70px);padding:12px 12px 18px;align-items:start}.journal-layout{width:100%;min-height:0;grid-template-columns:1fr;gap:10px}.app-shell.journal-mode .workspace{overflow:auto;align-content:start}.journal-layout{height:auto}.entry-list{order:2;height:auto;min-height:0;padding:0;overflow-y:hidden}.paper-stage{height:auto;overflow:visible;padding:2px 0 0;scrollbar-gutter:auto}.paper-stage{padding-left:0}.page-navigation{position:relative;background:none}.list-head{display:none}.entry-card{min-width:155px;width:auto;border-radius:10px}.entry-card.active{transform:translateY(-3px)}.entry-card.active:before{inset-inline-start:8px;inset:auto 8px -3px;width:auto;height:3px}.entry-list{flex-direction:row;overflow-x:auto;scrollbar-width:none}.entry-list::-webkit-scrollbar{display:none}.epigraph{display:none}.paper-stage{width:min(760px,100%)}.paper{min-height:72svh;padding:46px 28px 24px;border-radius:18px}.paper-meta{left:28px;right:28px}.page-navigation{margin-bottom:8px}}@media(max-width:560px){.topbar{padding-inline:12px}.round-action{width:34px;height:34px}.paper{padding:42px 18px 22px}.paper-meta{left:18px;right:18px;font-size:9px}.title-input{font-size:33px}.floating-tools{margin:22px 0 14px}.tool-handle{display:none}.tool-btn{min-width:34px;min-height:34px}.paper-footer{position:sticky;bottom:0;padding-top:10px;background:linear-gradient(180deg,transparent,rgba(248,238,222,.9) 30%)}.page-navigation{grid-template-columns:1fr auto 1fr}.page-nav-btn span,.share-page span{font-size:9px}.feed-head h1,.compose-card h1,.panel-page h1{font-size:34px}}.paper-stage{align-content:start;gap:10px;padding-top:6px}.paper-mode-switch{position:relative;top:auto;left:auto;z-index:13;display:flex;width:208px;min-height:42px;margin:0 auto;padding:3px;transform:none;direction:rtl;border:1px solid rgba(166,142,107,.3);border-radius:999px;background:#fffaf1e0;box-shadow:0 10px 26px #47341f1a,inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(14px) saturate(112%);backdrop-filter:blur(14px) saturate(112%);overflow:hidden;animation:atelierSwitchIn .48s cubic-bezier(.2,.9,.2,1) both}.paper-mode-switch:before{content:"";position:absolute;inset:3px 50% 3px 3px;border-radius:999px;background:linear-gradient(135deg,#775f46,#5b4735);box-shadow:0 4px 12px #43301e2e,inset 0 1px #ffffff29;transition:inset .46s cubic-bezier(.18,.88,.2,1)}.paper-mode-switch--draw:before{inset:3px 3px 3px 50%}.paper-mode-switch-glow{position:absolute;width:70px;height:70px;right:28px;top:-18px;border-radius:50%;background:#fff7e085;filter:blur(17px);pointer-events:none;transition:transform .58s cubic-bezier(.18,.88,.2,1),opacity .35s ease}.paper-mode-switch--draw .paper-mode-switch-glow{transform:translate(-102px)}.paper-mode-switch button{position:relative;z-index:1;flex:1 1 50%;min-width:0;min-height:34px;border:0;border-radius:999px;background:transparent;color:#8d7a64;font-family:inherit;font-size:11px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:color .26s ease,transform .26s ease,opacity .26s ease}.paper-mode-switch button.active{color:#fffaf1}.paper-mode-switch button:not(.active){opacity:.76}.paper-mode-switch button:not(.active):hover{color:#4d4033;opacity:1;transform:translateY(-1px)}.paper-editor-wrap{transition:opacity .42s ease,transform .52s cubic-bezier(.2,.8,.2,1),filter .42s ease}.paper--draw .paper-editor-wrap{opacity:.86;transform:translateY(2px);filter:saturate(.88);pointer-events:none}.paper--draw .title-area,.paper--draw .paper-meta{pointer-events:none}.drawing-surface{position:absolute;inset:0;z-index:5;contain:layout;mix-blend-mode:multiply;pointer-events:none;visibility:visible;opacity:1;transform:none}.drawing-surface:before,.drawing-surface:after{content:"";position:absolute;inset:0;pointer-events:none}.drawing-surface:before{z-index:2;background:repeating-linear-gradient(to bottom,transparent 0,transparent 37px,rgba(174,153,119,.055) 37px,rgba(174,153,119,.055) 38px),linear-gradient(180deg,#fffbf20f,#cfbc9c09);mix-blend-mode:multiply}.drawing-surface:after{z-index:3;background:radial-gradient(70% 34% at 50% 22%,rgba(255,255,255,.12),transparent 72%),linear-gradient(90deg,rgba(115,88,57,.035),transparent 12%,transparent 88%,rgba(115,88,57,.035));mix-blend-mode:multiply;opacity:.7}.drawing-canvas{position:absolute;inset:0;display:block;width:100%;height:100%;touch-action:none}.drawing-canvas--hokusai{z-index:0}.drawing-canvas--interaction{z-index:4;pointer-events:none;background:transparent;cursor:crosshair}.drawing-canvas--eraser{cursor:cell}.drawing-canvas--select{cursor:default}.drawing-atelier{position:relative;z-index:12;width:calc(100% - 20px);max-width:100%;min-width:0;margin-inline:auto;padding:14px;border:1px solid rgba(169,144,110,.26);border-radius:20px;background:linear-gradient(180deg,#fffcf5f5,#f8f0e3ed);box-shadow:0 16px 36px #47341f1c,inset 0 1px #fffffff5;-webkit-backdrop-filter:blur(18px) saturate(112%);backdrop-filter:blur(18px) saturate(112%);color:#695847;animation:drawingDockIn .42s cubic-bezier(.2,.9,.2,1) both}.drawing-atelier:before{content:"";position:absolute;inset:1px 18% auto;height:1px;background:linear-gradient(90deg,transparent,rgba(125,97,67,.22),transparent);pointer-events:none}.drawing-atelier-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.drawing-atelier-title{display:flex;align-items:center;gap:8px;min-width:0}.drawing-atelier-mark{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:#80674e;background:#e8dac494;border:1px solid rgba(146,116,81,.14)}.drawing-atelier-title div{display:grid;gap:1px;min-width:0}.drawing-atelier-title strong{font-family:Amiri,Noto Naskh Arabic,serif;font-size:14px;font-weight:700;color:#59493b;line-height:1}.drawing-atelier-title small{color:#a1917d;font-size:8px;white-space:nowrap}.drawing-atelier-actions{display:flex;gap:4px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.drawing-action-btn,.drawing-close-btn{min-width:38px;min-height:38px;padding:6px 8px;border:1px solid transparent;border-radius:11px;background:#fffcf5b3;color:#7b6b58;display:inline-flex;align-items:center;justify-content:center;gap:4px;font:inherit;font-size:9px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.drawing-action-btn:hover:not(:disabled),.drawing-close-btn:hover{background:#fffaf1;border-color:#8b704e2e;color:#543;transform:translateY(-1px)}.drawing-action-btn:disabled{opacity:.32;cursor:default}.drawing-close-btn{width:38px;border-color:#8b704e1f}.drawing-segmented{display:inline-flex;padding:3px;border-radius:13px;background:#ebe2d4b8;border:1px solid rgba(147,120,86,.12)}.drawing-segmented button{min-height:34px;min-width:78px;padding:6px 11px;border:0;border-radius:10px;background:transparent;color:#756552;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:10px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.drawing-segmented button:hover:not(.active){transform:translateY(-1px);color:#4f4134}.drawing-segmented button.active{background:#725a42;color:#fffaf1;box-shadow:0 5px 12px #503a2524}.drawing-atelier-modes{margin-bottom:9px}.drawing-brush-gallery{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;overflow:visible;padding:5px;border:1px solid rgba(151,125,95,.12);border-radius:15px;background:#f3ebdf7a}.drawing-brush-card{min-width:0;height:72px;padding:6px 7px;border:1px solid transparent;border-radius:12px;background:#fffcf57a;color:#786754;display:grid;grid-template-columns:auto 1fr;grid-template-rows:23px 16px 1fr;column-gap:6px;align-items:center;text-align:right;font:inherit;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.drawing-brush-card:hover{transform:translateY(-1px);background:#fffcf5e0}.drawing-brush-card.active{border-color:#775d4047;background:#fffaeff7;box-shadow:0 5px 12px #4d392414;color:#4e4032}.drawing-brush-icon{grid-row:1;width:26px;height:23px;display:grid;place-items:center;color:#7e6a53}.drawing-brush-sample{grid-column:1 / -1;display:block;position:relative;width:100%;height:18px;overflow:hidden;border-radius:8px;background:#e4d9c947}.drawing-brush-sample img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;image-rendering:auto;opacity:.9}.drawing-brush-sample img[hidden]+i{opacity:1}.drawing-brush-sample i{position:absolute;inset:50% auto auto 6px;transform:translateY(-50%);display:block;width:calc(100% - 12px);height:4px;border-radius:999px;background:#5f4c3a;opacity:.28}.drawing-brush-sample--ink i{height:4px;box-shadow:11px 0 0 -1px #fff3}.drawing-brush-sample--pencil i{height:2px;background:repeating-linear-gradient(90deg,#635a52 0 5px,#635a5242 5px 7px,#635a52 7px 11px);opacity:.9}.drawing-brush-sample--brush i{height:9px;background:linear-gradient(180deg,#5d4a3738,#5e4b38 28%,#6d5640 60%,#5d4a3740);filter:blur(.15px)}.drawing-brush-sample--marker i{height:10px;border-radius:3px;background:linear-gradient(180deg,#5d4a3747,#5d4a37b8)}.drawing-brush-sample--quill i{height:3px;background:linear-gradient(90deg,transparent,#554332 12%,#574533 70%,transparent);transform:translateY(-50%) rotate(-4deg)}.drawing-brush-sample--watercolor i{height:11px;background:linear-gradient(90deg,#5b68761f,#57667575,#5b687624);filter:blur(1.2px)}.drawing-brush-sample--charcoal i{height:6px;background:repeating-linear-gradient(90deg,#4e4640 0 7px,transparent 7px 11px,rgba(78,70,64,.4) 11px 15px);opacity:.85}.drawing-brush-name{grid-column:1 / -1;color:#756451;font-size:9px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawing-control-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:9px}.drawing-panel{min-width:0;padding:9px 10px 10px;border:1px solid rgba(151,125,95,.12);border-radius:14px;background:#fffcf585}.drawing-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;color:#806f5b;font-size:9px}.drawing-panel-heading strong{color:#5e4c3a;font-size:10px;font-weight:700}.drawing-panel-heading small{color:#aaa08f}.drawing-color-control{display:grid;gap:8px}.drawing-color-main{display:flex;align-items:center;gap:9px}.drawing-color-wheel{position:relative;width:38px;height:38px;flex:0 0 auto;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.95);box-shadow:0 0 0 1px #67533a2e,0 4px 10px #46301c1f;cursor:pointer}.drawing-color-wheel input{position:absolute;inset:0;opacity:0;cursor:pointer}.drawing-color-wheel>span{position:absolute;inset:0}.drawing-color-wheel svg{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);color:#ffffffe0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));pointer-events:none}.drawing-color-copy{display:grid;gap:2px;min-width:0}.drawing-color-copy strong{font-size:10px;color:#665342}.drawing-color-copy input{width:76px;border:0;outline:0;background:transparent;color:#9c8d79;font:9px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}.drawing-color-presets{display:flex;gap:5px;flex-wrap:wrap}.drawing-color-dot{width:17px;height:17px;padding:0;border-radius:50%;border:2px solid rgba(255,255,255,.92);box-shadow:0 0 0 1px #6350371f;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.drawing-color-dot:hover:not(:disabled){transform:scale(1.12)}.drawing-color-dot.active{box-shadow:0 0 0 2px #6c54386b}.drawing-color-dot:disabled{opacity:.3;cursor:default}.drawing-range{width:100%;height:24px;margin:0;appearance:none;background:transparent;cursor:pointer;direction:ltr}.drawing-range::-webkit-slider-runnable-track{height:4px;border-radius:99px;background:linear-gradient(90deg,#bea98c 0 var(--range-fill, 45%),rgba(208,196,176,.44) var(--range-fill, 45%) 100%)}.drawing-range::-moz-range-track{height:4px;border-radius:99px;background:#d0c4b094}.drawing-range::-webkit-slider-thumb{appearance:none;width:16px;height:16px;margin-top:-6px;border:2px solid #fffdf8;border-radius:50%;background:#6f5941;box-shadow:0 2px 6px #46301c38}.drawing-range::-moz-range-thumb{width:13px;height:13px;border:2px solid #fffdf8;border-radius:50%;background:#6f5941;box-shadow:0 2px 6px #46301c38}.drawing-range-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;margin-top:2px}.drawing-range-steps button,.drawing-opacity-steps button{min-height:23px;padding:2px 4px;border:1px solid transparent;border-radius:7px;background:#f1eadf80;color:#9b8c78;font-size:8px;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.drawing-range-steps button:hover,.drawing-opacity-steps button:hover{transform:translateY(-1px);color:#5b4a39}.drawing-range-steps button.active,.drawing-opacity-steps button.active{border-color:#7b5f4233;background:#e7dccb;color:#5f4c3a}.drawing-opacity-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.drawing-opacity-steps button{min-height:31px}@keyframes atelierSwitchIn{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:none}}@keyframes drawingDockIn{0%{opacity:0;transform:translateY(-10px) scale(.985)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.paper-mode-switch:before,.paper-mode-switch-glow,.paper-editor-wrap,.drawing-surface,.drawing-canvas,.drawing-atelier,.drawing-action-btn,.drawing-brush-card,.drawing-range-steps button,.drawing-opacity-steps button{transition:none;animation:none}}@media(max-width:760px){.paper-stage{width:100%;gap:9px;padding-top:3px}.paper-mode-switch{width:196px;min-height:40px}.drawing-atelier{width:calc(100% - 12px);padding:11px;border-radius:17px}.drawing-atelier-head{align-items:flex-start}.drawing-atelier-actions{flex:1 0 100%;justify-content:flex-start}.drawing-action-btn span{display:none}.drawing-action-btn,.drawing-close-btn{min-width:40px;min-height:40px}.drawing-segmented{width:100%}.drawing-segmented button{flex:1 1 0;min-width:0;min-height:40px}.drawing-brush-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.drawing-brush-card{height:76px}.drawing-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drawing-color-panel{grid-column:1 / -1}}@media(max-width:560px){.paper-mode-switch{width:min(100%,190px)}.paper-mode-switch button{min-height:34px;font-size:10px}.drawing-atelier{width:calc(100% - 8px);padding:10px}.drawing-atelier-title strong{font-size:13px}.drawing-atelier-title small{font-size:8px}.drawing-brush-gallery{grid-template-columns:repeat(4,minmax(0,1fr));margin-inline:0}.drawing-brush-card{height:78px;padding-inline:6px}.drawing-control-grid{gap:7px}.drawing-panel{padding:8px}.drawing-panel-heading{margin-bottom:6px}.drawing-range{height:27px}.drawing-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drawing-color-panel,.drawing-control-grid>.drawing-panel:last-child{grid-column:1 / -1}}.drawing-surface--interactive .drawing-canvas--interaction{pointer-events:auto}.topbar{height:86px;padding:13px clamp(18px,3vw,42px);grid-template-columns:1fr auto 1fr;grid-template-areas:"actions brand meta";direction:ltr;align-items:center;background:#f9f6eed1;-webkit-backdrop-filter:blur(18px) saturate(115%);backdrop-filter:blur(18px) saturate(115%);border-bottom:1px solid rgba(198,181,152,.25);box-shadow:0 1px #ffffffb8}.topbar>*{min-width:0}.top-actions{grid-area:actions;justify-self:center;display:inline-flex;align-items:center;gap:8px;direction:ltr;padding:5px;border:1px solid rgba(184,163,130,.32);border-radius:999px;background:#fffcf5b8;box-shadow:0 10px 28px #4e3a2313,inset 0 1px #ffffffe6}.round-action{width:38px;height:38px;border:1px solid transparent;background:transparent;box-shadow:none;transition:transform .2s cubic-bezier(.22,.8,.24,1),background .22s ease,box-shadow .22s ease,color .22s ease}.round-action:hover:not(:disabled){transform:translateY(-2px);background:#ffffffc7;box-shadow:0 6px 16px #523e261a}.round-action.primary-action{width:46px;height:46px;margin-inline:2px;background:linear-gradient(145deg,#a8c3a4,#789a74);border-color:#678b629e;box-shadow:0 9px 20px #62815e42,inset 0 1px #ffffff52}.round-action.primary-action:hover:not(:disabled){background:linear-gradient(145deg,#b1cbad,#6f936b);box-shadow:0 11px 24px #5e7e5a4f,inset 0 1px #ffffff61}.brand-mark-text{grid-area:brand;justify-self:center;text-align:center;color:#55483b;font-family:Amiri,Noto Naskh Arabic,serif;font-size:22px;line-height:1;letter-spacing:.01em;padding:0;position:relative}.top-right{grid-area:meta;justify-self:end;display:flex;align-items:center;gap:10px;direction:ltr}.back-link{min-height:36px;border:1px solid rgba(183,161,128,.28);border-radius:999px;padding:0 12px;background:#fffdf894;color:#746656;gap:6px;font-size:11px;box-shadow:inset 0 1px #fffc;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.back-link:hover{color:#55483b;background:#ffffffe6;border-color:#8f77576b;transform:translate(-2px)}.back-link svg{transform:scaleX(-1)}.date-pill{border:0;border-radius:999px;padding:8px 12px;color:#968673;background:#e8decd66;font-size:9px}.workspace{height:calc(100svh - 86px);padding:18px clamp(18px,4vw,70px) 22px;overflow:hidden;align-content:stretch;justify-items:center}.app-shell.journal-mode .workspace{overflow:hidden}.journal-layout{width:min(1280px,100%);height:100%;grid-template-columns:236px minmax(0,760px);justify-content:center;gap:clamp(18px,2.8vw,42px);direction:ltr;align-items:stretch}.entry-list{direction:rtl;height:100%;padding:54px 0 14px;overflow:hidden;border-inline-start:1px solid rgba(191,173,144,.18);padding-inline-start:16px}.list-head{position:static;background:transparent;padding:0 8px 11px;color:#867663;font-size:12px}.list-head .muted{min-width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(175,154,124,.25);border-radius:999px;background:#ffffff7a;color:#9e8f7b;font-size:9px}.entry-card,.empty-card{border:1px solid transparent;border-radius:14px;padding:14px 15px 13px;margin-bottom:8px;background:#fffcf52e;color:#8c7d6b;transition:transform .28s cubic-bezier(.22,.88,.25,1),background .22s ease,box-shadow .22s ease,border-color .22s ease}.entry-card:hover:not(.active){background:#ffffff85;border-color:#b9a48338;transform:translate(-4px)}.entry-card.active{transform:translate(-8px);background:linear-gradient(135deg,#fffcf5f7,#f4ebdbdb);border-color:#b59d7a45;box-shadow:0 12px 24px #48341e13,inset 0 1px #ffffffeb}.entry-card.active:before{inset-inline-start:auto;inset-inline-end:-6px;top:10px;bottom:10px;width:3px;height:auto;background:#86a681;box-shadow:0 0 0 3px #86a6811a}.epigraph{padding:16px 8px 3px;font-size:11px}.paper-stage{width:min(760px,100%);height:100%;justify-self:center;padding:0;gap:12px;overflow:visible;scrollbar-gutter:auto;align-content:start}.paper-frame{width:100%;height:min(690px,calc(100% - 132px));min-height:0;position:relative}.paper-shadow{inset:10px 18px -14px;opacity:.38;filter:blur(24px)}.paper{height:min(100%,690px);min-height:0;width:100%;padding:52px 64px 28px 58px;border-radius:4px 22px 22px 4px;box-shadow:0 24px 55px #45311c18,0 3px 9px #45311c0a;background:repeating-linear-gradient(to bottom,transparent 0,transparent 37px,rgba(204,189,159,.34) 37px,rgba(204,189,159,.34) 38px),linear-gradient(180deg,#fcf7ea,#f7eddc);transform-origin:center;overflow:hidden}.paper-frame:before{content:"";position:absolute;inset:0;border-radius:4px 22px 22px 4px;pointer-events:none;z-index:20;background:linear-gradient(90deg,rgba(103,80,50,.035),transparent 9%,transparent 86%,rgba(111,88,59,.045))}.paper-meta{top:29px;left:58px;right:64px;color:#9f907a}.title-area{flex:0 0 auto}.title-input{font-size:clamp(34px,3vw,44px)}.soft-rule{margin:10px 0 20px}.paper-editor{min-height:0}.paper-editor-wrap{min-height:0;height:360px;overflow:hidden;padding-inline-end:3px}.paper-editor .ProseMirror{min-height:0;max-height:100%;overflow:visible}.paper-footer{margin-top:16px;padding-top:12px;border-top:1px solid rgba(180,160,130,.2)}.page-navigation{position:relative;flex:0 0 auto;min-height:58px;margin-top:2px;padding:4px 0 0;background:none;grid-template-columns:1fr auto 1fr}.page-nav-btn,.share-page{min-height:38px;border-radius:14px;background:#fffcf675;border-color:#b69f7c4d;color:#8f806e;box-shadow:0 4px 14px #4c39230a}.page-nav-btn:hover:not(:disabled),.share-page:hover{background:#ffffffdb;border-color:#9d815d66;color:#695a48;transform:translateY(-2px)}.page-nav-center{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 8px}.page-counter{color:#a1917b;font-size:9px;white-space:nowrap}.paper-mode-switch{position:relative;top:auto;left:auto;width:282px;min-height:50px;margin:0 auto 1px;padding:4px;border:1px solid rgba(177,153,119,.3);border-radius:999px;background:#fffdf7e0;box-shadow:0 10px 28px #46331f17,inset 0 1px #ffffffeb;overflow:hidden;animation:atelierSwitchIn .52s cubic-bezier(.2,.85,.2,1) both}.paper-mode-switch:before{content:"";position:absolute;top:4px;bottom:4px;right:4px;width:calc(50% - 6px);border-radius:999px;background:linear-gradient(145deg,#7a624b,#5d4938);box-shadow:0 7px 16px #4a362333,inset 0 1px #ffffff21;transition:transform .5s cubic-bezier(.18,.88,.22,1)}.paper-mode-switch--draw:before{transform:translate(calc(-100% - 4px))}.paper-mode-switch-glow{display:none}.paper-mode-switch button{min-height:40px;color:#8d7a63;font-size:11px;font-weight:600;letter-spacing:.01em;gap:8px;transition:color .28s ease,transform .24s ease,opacity .24s ease}.paper-mode-switch button svg{opacity:.82;transition:transform .32s cubic-bezier(.25,.9,.25,1),opacity .22s ease}.paper-mode-switch button.active{color:#fffaf1;opacity:1}.paper-mode-switch button.active svg{opacity:1;transform:scale(1.08)}.paper-mode-switch button:not(.active){opacity:.72}.paper-mode-switch button:not(.active):hover{opacity:1;color:#5e4c3b;transform:translateY(-1px)}.page-turn-portal{position:fixed;inset:0;z-index:1000;pointer-events:none;overflow:visible}.page-turn-clone{z-index:1001;pointer-events:none;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,box-shadow,filter,opacity;box-shadow:0 25px 55px #3223142e,0 3px 9px #3426171a}.page-turn-clone--forward{transform-origin:100% 50%;animation:realPageTurnForward .62s cubic-bezier(.15,.76,.18,1) both}.page-turn-clone--back{transform-origin:0% 50%;animation:realPageTurnBack .62s cubic-bezier(.15,.76,.18,1) both}.page-turn-clone:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,rgba(80,60,39,.12),transparent 18%,transparent 78%,rgba(63,44,28,.12)),linear-gradient(180deg,rgba(255,255,255,.2),transparent 35%,rgba(114,86,53,.1));mix-blend-mode:multiply}@keyframes realPageTurnForward{0%{transform:perspective(1800px) rotateY(0) translateZ(0);filter:brightness(1)}24%{box-shadow:28px 22px 38px #3626172b,0 4px 10px #34261714;filter:brightness(.985)}56%{transform:perspective(1800px) rotateY(-106deg) translateZ(16px);box-shadow:44px 30px 50px #2f201329;filter:brightness(.96)}to{transform:perspective(1800px) rotateY(-166deg) translateZ(6px);opacity:.18;filter:brightness(.91)}}@keyframes realPageTurnBack{0%{transform:perspective(1800px) rotateY(0) translateZ(0);filter:brightness(1)}24%{box-shadow:-28px 22px 38px #3626172b,0 4px 10px #34261714;filter:brightness(.985)}56%{transform:perspective(1800px) rotateY(106deg) translateZ(16px);box-shadow:-44px 30px 50px #2f201329;filter:brightness(.96)}to{transform:perspective(1800px) rotateY(166deg) translateZ(6px);opacity:.18;filter:brightness(.91)}}@media(max-width:1120px){.journal-layout{grid-template-columns:210px minmax(0,720px);gap:20px}.paper{padding-inline:46px 50px}.paper-meta{left:46px;right:50px}}@media(max-width:900px){.topbar{height:78px;grid-template-columns:auto 1fr auto;grid-template-areas:"actions brand meta";padding-inline:13px}.top-actions{gap:5px;padding:3px}.round-action{width:34px;height:34px}.round-action.primary-action{width:40px;height:40px}.top-right{gap:7px}.date-pill{display:none}.brand-mark-text{justify-self:center;font-size:19px}.workspace{height:calc(100svh - 78px);padding:10px}.journal-layout{width:100%;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:10px}.entry-list{order:2;height:auto;padding:0 0 2px;overflow-x:auto;overflow-y:hidden;flex-direction:row;border-inline-start:0;border-top:1px solid rgba(191,173,144,.18)}.list-head{display:none}.entry-card{min-width:155px;margin:7px 0 0 8px}.entry-card.active{transform:translateY(-3px)}.entry-card.active:before{inset:auto 10px -4px;width:auto;height:3px}.epigraph{display:none}.paper-stage{order:1;width:min(760px,100%);height:100%}.paper-frame{height:min(720px,calc(100% - 114px))}.paper{height:100%;padding:48px 34px 24px}.paper-meta{left:34px;right:34px}.paper-editor-wrap{height:min(48svh,360px)}.page-navigation{min-height:48px}}@media(max-width:560px){.topbar{grid-template-columns:auto 1fr auto;height:70px}.top-actions{justify-self:center}.round-action{width:32px;height:32px}.round-action.primary-action{width:38px;height:38px}.brand-mark-text{font-size:17px}.top-right .back-link span{display:none}.back-link{width:34px;min-height:34px;padding:0;justify-content:center}.workspace{height:calc(100svh - 70px);padding:8px}.paper-mode-switch{width:min(100%,254px);min-height:46px}.paper-mode-switch button{min-height:36px;font-size:10px}.paper-frame{height:min(680px,calc(100% - 102px))}.paper{height:100%;padding:45px 18px 20px;border-radius:14px}.paper-meta{left:18px;right:18px;font-size:8px}.title-input{font-size:31px}.paper-editor .ProseMirror{font-size:20px;line-height:1.9}.paper-editor-wrap{height:min(49svh,330px)}.page-nav-center{gap:5px;padding-inline:3px}.page-counter{display:none}.page-nav-btn,.share-page{min-height:34px;padding-inline:9px}.page-nav-btn span,.share-page span{font-size:8px}}.section-topbar{height:86px;padding:0 clamp(18px,4vw,42px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;direction:ltr;border-bottom:1px solid rgba(198,181,152,.25);background:#f9f6eed1;-webkit-backdrop-filter:blur(18px) saturate(115%);backdrop-filter:blur(18px) saturate(115%);box-shadow:0 1px #ffffffb8}.section-home{justify-self:start;direction:ltr;min-height:38px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(183,161,128,.28);border-radius:999px;padding:0 13px;background:#fffdf8a3;color:#746656;font-size:11px;box-shadow:inset 0 1px #fffc;transition:transform .2s ease,background .2s ease,border-color .2s ease}.section-home:hover{transform:translateY(-1px);background:#ffffffeb;border-color:#8f77576b}.section-home svg{transform:scaleX(-1)}.section-brand{justify-self:center;color:#55483b;font-family:Amiri,Noto Naskh Arabic,serif;font-size:22px;line-height:1}.section-spacer{justify-self:end;width:40px;height:1px}.app-shell.journal-mode .journal-layout{grid-template-columns:236px minmax(0,780px)}.app-shell.journal-mode .paper-stage{display:flex;flex-direction:column;align-items:stretch;gap:12px;min-height:0;height:100%}.app-shell.journal-mode .paper-mode-switch{flex:0 0 auto}.app-shell.journal-mode .paper-frame{flex:1 1 auto;height:auto;min-height:0;max-height:none}.app-shell.journal-mode .paper{height:100%;min-height:0;max-height:none}.app-shell.journal-mode .paper-editor-wrap{height:auto;flex:1 1 auto;min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(150,128,92,.38) transparent;padding-inline-end:5px}.app-shell.journal-mode .paper-editor-wrap::-webkit-scrollbar{width:7px}.app-shell.journal-mode .paper-editor-wrap::-webkit-scrollbar-track{background:transparent}.app-shell.journal-mode .paper-editor-wrap::-webkit-scrollbar-thumb{background:#96805c57;border-radius:99px;border:2px solid transparent;background-clip:content-box}.app-shell.journal-mode .paper{display:flex;flex-direction:column;padding-bottom:22px;box-shadow:0 28px 60px #45311c1c,0 4px 12px #45311c0b}.app-shell.journal-mode .title-area,.app-shell.journal-mode .paper-footer{flex:0 0 auto}.app-shell.journal-mode .paper-mode-switch{width:300px;min-height:52px;padding:4px;margin-inline:auto;border-color:#ac947057;background:#fffdf7f0;box-shadow:0 12px 30px #46331f1c,inset 0 1px #fffffff5}.app-shell.journal-mode .paper-mode-switch button{min-height:42px;font-size:12px;font-weight:700}.app-shell.journal-mode .paper-mode-switch button svg{width:16px;height:16px}.page-turn-portal{perspective:1800px}.page-turn-clone{transform-style:preserve-3d;backface-visibility:hidden;overflow:hidden}.page-turn-clone:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,transparent 0%,transparent 43%,rgba(77,55,33,.035) 46%,rgba(52,35,20,.18) 50%,rgba(255,250,239,.12) 54%,transparent 60%,transparent 100%);opacity:.2;mix-blend-mode:multiply;transition:opacity .2s ease}.page-turn-clone:after{z-index:3;background:linear-gradient(90deg,rgba(73,51,30,.14),transparent 16%,transparent 76%,rgba(53,36,20,.16)),linear-gradient(180deg,rgba(255,255,255,.24),transparent 34%,rgba(92,66,39,.1));mix-blend-mode:multiply}@keyframes realPageTurnForward{0%{transform:perspective(1800px) rotateY(0) rotateX(0) translateZ(0) scale(1);box-shadow:0 28px 60px #45311c1c,0 4px 12px #45311c0b;filter:brightness(1)}18%{transform:perspective(1800px) rotateY(-18deg) rotateX(.5deg) translateZ(8px) scale(1.002);box-shadow:20px 26px 50px #36261726;filter:brightness(.985)}52%{transform:perspective(1800px) rotateY(-104deg) rotateX(1deg) translateZ(14px) scale(1.004);box-shadow:44px 30px 52px #2f20132b;filter:brightness(.955)}82%{transform:perspective(1800px) rotateY(-148deg) rotateX(.6deg) translateZ(10px) scale(1.002);box-shadow:25px 24px 42px #2f20131a}to{transform:perspective(1800px) rotateY(-176deg) rotateX(0) translateZ(4px) scale(1);opacity:.08;filter:brightness(.9)}}@keyframes realPageTurnBack{0%{transform:perspective(1800px) rotateY(0) rotateX(0) translateZ(0) scale(1);box-shadow:0 28px 60px #45311c1c,0 4px 12px #45311c0b;filter:brightness(1)}18%{transform:perspective(1800px) rotateY(18deg) rotateX(.5deg) translateZ(8px) scale(1.002);box-shadow:-20px 26px 50px #36261726;filter:brightness(.985)}52%{transform:perspective(1800px) rotateY(104deg) rotateX(1deg) translateZ(14px) scale(1.004);box-shadow:-44px 30px 52px #2f20132b;filter:brightness(.955)}82%{transform:perspective(1800px) rotateY(148deg) rotateX(.6deg) translateZ(10px) scale(1.002);box-shadow:-25px 24px 42px #2f20131a}to{transform:perspective(1800px) rotateY(176deg) rotateX(0) translateZ(4px) scale(1);opacity:.08;filter:brightness(.9)}}@media(prefers-reduced-motion:reduce){.page-turn-clone--forward,.page-turn-clone--back{animation-duration:.01ms}}@media(max-width:900px){.section-topbar{height:70px;padding-inline:12px}.section-brand{font-size:20px}.section-home{min-height:34px;font-size:10px}.app-shell.journal-mode .paper-stage{height:auto}.app-shell.journal-mode .paper-frame{flex:0 0 auto;height:min(740px,76svh)}.app-shell.journal-mode .paper{height:100%}.app-shell.journal-mode .paper-editor-wrap{min-height:240px}}@media(max-width:560px){.section-topbar{grid-template-columns:auto 1fr auto}.section-brand{justify-self:end}.section-home{justify-self:start}.app-shell.journal-mode .paper-mode-switch{width:min(100%,300px)}.app-shell.journal-mode .paper-frame{height:min(690px,74svh)}.app-shell.journal-mode .paper{padding-bottom:18px}}html,body,#root{height:100%}body{overflow:hidden}.app-shell{height:100svh;min-height:100svh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.workspace{height:auto;min-height:0;overflow:auto;align-content:start;scrollbar-width:thin;scrollbar-color:rgba(166,143,108,.35) transparent}.app-shell.journal-mode .workspace{height:auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.app-shell.journal-mode .workspace::-webkit-scrollbar{display:none}.app-shell.journal-mode .journal-layout{min-height:100%;height:auto;align-items:start}.app-shell.journal-mode .entry-list{height:auto;min-height:calc(100svh - 172px);overflow:hidden}.app-shell.journal-mode .paper-stage{height:auto;min-height:calc(100svh - 172px);overflow:visible!important;scrollbar-width:none;gap:14px}.app-shell.journal-mode .paper-stage::-webkit-scrollbar{display:none}.app-shell.journal-mode .paper-frame{height:auto;min-height:0;flex:0 0 auto}.app-shell.journal-mode .paper{height:auto;min-height:min(690px,calc(100svh - 296px));overflow:hidden}.app-shell.journal-mode .paper-editor-wrap{height:auto!important;min-height:410px;overflow:visible!important;padding-inline-end:0}.app-shell.journal-mode .paper-editor,.app-shell.journal-mode .paper-editor .ProseMirror{min-height:410px;height:auto;max-height:none!important;overflow:visible!important}.app-shell.journal-mode .paper:after{pointer-events:none}.paper-meta{gap:12px}.paper-meta>span:nth-child(2){margin-inline:auto;padding:4px 9px;border:1px solid rgba(176,151,113,.2);border-radius:999px;background:#fffcf46b;color:#9b8b75}.paper-footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.paper-footer-center{min-width:0;display:inline-flex;justify-content:center;align-items:center;gap:9px;color:#a2927c;font-size:9px}.paper-page-badge{padding:4px 9px;border-radius:999px;background:#e4d8c473;color:#8d7d69}.add-page-inside{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px 0 8px;border:1px solid rgba(154,126,91,.26);border-radius:999px;background:linear-gradient(180deg,#fffdf7e0,#f5ecdcc7);color:#725f4a;font-size:10px;box-shadow:0 6px 14px #513c2512,inset 0 1px #ffffffe0;transition:transform .24s cubic-bezier(.2,.85,.2,1),box-shadow .24s ease,border-color .24s ease,background .24s ease}.add-page-inside:hover{transform:translateY(-2px);border-color:#8b6e486b;background:#fffdf7;box-shadow:0 10px 20px #513c251c,inset 0 1px #fffffff2}.add-page-inside:active{transform:translateY(0) scale(.98)}.add-page-inside-icon{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#9eba97,#769673);color:#fffdf7;box-shadow:0 4px 10px #64825f3d,inset 0 1px #ffffff47}.page-navigation{grid-template-columns:1fr auto 1fr;min-height:52px}.page-nav-center{gap:8px}.page-counter--page{padding-inline-start:4px}.memo-navigation{display:none}.bottom-nav{height:86px;min-height:86px;padding:8px max(18px,3vw) 10px;display:grid;grid-template-columns:repeat(5,minmax(64px,110px));justify-content:center;align-items:stretch;gap:clamp(6px,1.5vw,18px);border-top:1px solid rgba(194,177,149,.28);background:linear-gradient(180deg,#faf7f0b8,#f6f1e7eb),radial-gradient(circle at 50% 0%,rgba(171,191,171,.09),transparent 44%);-webkit-backdrop-filter:blur(22px) saturate(118%);backdrop-filter:blur(22px) saturate(118%);box-shadow:0 -8px 28px #4a38230e,inset 0 1px #ffffffbd;position:relative;z-index:40}.bottom-nav:before{content:"";position:absolute;top:0;left:22%;right:22%;height:1px;background:linear-gradient(90deg,transparent,rgba(129,103,75,.22),transparent)}.bottom-nav button{position:relative;min-width:64px;min-height:66px;border:0;border-radius:18px;background:transparent;color:#927f6a;display:grid;grid-template-rows:34px auto;gap:4px;justify-items:center;align-content:center;font-size:10px;transition:transform .26s cubic-bezier(.2,.85,.2,1),color .22s ease,background .24s ease,box-shadow .24s ease}.bottom-nav button:hover{color:#5f715f;transform:translateY(-2px)}.nav-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;color:currentColor;background:transparent;transition:transform .28s cubic-bezier(.2,.85,.2,1),background .24s ease,box-shadow .24s ease,color .24s ease}.bottom-nav button.selected{color:#465945;background:#fffdf79e;box-shadow:0 8px 18px #4a362113,inset 0 1px #ffffffe0}.bottom-nav button.selected:after{content:"";position:absolute;inset:5px;border:1px solid rgba(137,160,132,.17);border-radius:15px;pointer-events:none}.bottom-nav button.selected .nav-icon{background:linear-gradient(145deg,#aec9a8eb,#87a981eb);color:#fffdf7;box-shadow:0 6px 13px #63805e3d,inset 0 1px #ffffff4d;transform:translateY(-2px) scale(1.04);animation:navIconFloat 2.7s ease-in-out infinite}.bottom-nav button:active{transform:translateY(0) scale(.97)}@keyframes navIconFloat{0%,to{transform:translateY(-2px) scale(1.04)}50%{transform:translateY(-4px) scale(1.055)}}.page-turn-clone:before{content:"";position:absolute;top:0;bottom:0;width:18%;pointer-events:none;z-index:2;opacity:.55;filter:blur(1px)}.page-turn-clone--forward:before{right:-1%;background:linear-gradient(90deg,transparent,rgba(52,36,21,.15) 48%,rgba(255,255,255,.14) 100%)}.page-turn-clone--back:before{left:-1%;background:linear-gradient(270deg,transparent,rgba(52,36,21,.15) 48%,rgba(255,255,255,.14) 100%)}@media(max-width:900px){.app-shell.journal-mode .entry-list,.app-shell.journal-mode .paper-stage{min-height:0}.app-shell.journal-mode .paper{min-height:640px}.app-shell.journal-mode .paper-editor-wrap,.app-shell.journal-mode .paper-editor,.app-shell.journal-mode .paper-editor .ProseMirror{min-height:460px}.bottom-nav{height:80px;min-height:80px;gap:2px;grid-template-columns:repeat(5,1fr)}.bottom-nav button{min-width:0;border-radius:15px}}@media(max-width:560px){.bottom-nav{height:76px;min-height:76px;padding:6px 7px 8px}.bottom-nav button{min-height:62px;font-size:9px;grid-template-rows:31px auto}.nav-icon{width:31px;height:31px;border-radius:11px}.paper-footer{grid-template-columns:1fr auto}.paper-footer-center{grid-column:1 / -1;grid-row:2;order:3}.add-page-inside{min-height:36px;padding-inline:7px 10px}.page-counter--page{display:none}}@media(prefers-reduced-motion:reduce){.bottom-nav button.selected .nav-icon{animation:none}}.paper-meta-memo{appearance:none;border:0;margin:0;padding:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:3px;font-size:inherit;font-family:inherit;line-height:inherit}.paper-meta-memo-chevron{display:none;line-height:1;transform:translateY(-1px)}.mobile-memo-sheet-backdrop,.mobile-memo-sheet{display:none}@media(max-width:700px){:root{--mobile-nav-height: 74px;--mobile-topbar-height: 66px}html,body,#root{width:100%;height:100%;min-height:100%}body{min-width:0;overflow:hidden}.app-shell{width:100%;height:100dvh;min-height:100dvh;grid-template-rows:var(--mobile-topbar-height) minmax(0,1fr) var(--mobile-nav-height);overflow:hidden}.workspace{width:100%;height:auto;min-height:0;padding:10px 10px 18px;display:block;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior:contain}.workspace::-webkit-scrollbar{display:none}.topbar.journal-topbar{width:100%;height:var(--mobile-topbar-height);min-height:var(--mobile-topbar-height);padding:8px 10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid rgba(194,177,149,.26);background:#faf7f0c7;-webkit-backdrop-filter:blur(16px) saturate(115%);backdrop-filter:blur(16px) saturate(115%)}.top-actions{grid-column:1;grid-row:1;justify-self:start;gap:5px;padding:3px;border:1px solid rgba(179,159,128,.23);border-radius:999px;background:#fffdf78a;box-shadow:0 5px 18px #4b38210e,inset 0 1px #ffffffd1}.round-action{width:32px;height:32px;border-color:transparent;box-shadow:none;background:transparent}.round-action.primary-action{width:36px;height:36px;box-shadow:0 5px 14px #6c8a6842}.round-action:hover:not(:disabled){background:#ffffffb8}.brand-mark-text{grid-column:2;grid-row:1;justify-self:center;padding-top:0;font-size:16px;line-height:1;white-space:nowrap}.top-right{grid-column:3;grid-row:1;justify-self:end;display:block}.back-link{width:34px;height:34px;padding:0;justify-content:center;border:1px solid rgba(180,159,128,.23);border-radius:50%;background:#fffdf79e;color:#8f7f6b;box-shadow:0 4px 12px #4c39230b}.back-link span,.date-pill{display:none}.back-link svg{transform:scaleX(-1)}.app-shell.journal-mode .journal-layout{width:100%;height:auto;min-height:0;display:block;margin:0}.app-shell.journal-mode .entry-list{display:none}.app-shell.journal-mode .paper-stage{width:100%;max-width:none;min-width:0;min-height:0;height:auto;margin:0;padding:0 0 18px;display:flex;flex-direction:column;align-items:stretch;gap:10px;overflow:visible!important;scrollbar-width:none}.app-shell.journal-mode .paper-stage::-webkit-scrollbar{display:none}.app-shell.journal-mode .paper-mode-switch{order:0;width:min(100%,332px);min-height:39px;margin:0 auto 2px;padding:3px;box-shadow:0 8px 22px #47341f13,inset 0 1px #ffffffeb}.app-shell.journal-mode .paper-mode-switch button{min-height:31px;font-size:10px;gap:6px}.app-shell.journal-mode .paper-frame{width:100%;height:auto;min-width:0;flex:0 0 auto}.app-shell.journal-mode .paper{width:100%;min-height:calc(100dvh - var(--mobile-topbar-height) - var(--mobile-nav-height) - 118px);height:auto;padding:56px 20px 18px;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px #4a3a2417}.app-shell.journal-mode .paper-meta{top:18px;left:20px;right:20px;font-size:9px;color:#a59683}.paper-meta-memo{color:#796b59;font-weight:600;cursor:pointer}.paper-meta-memo-chevron{display:inline-block}.paper-meta-page{display:none}.app-shell.journal-mode .title-area{width:100%}.app-shell.journal-mode .title-input{width:100%;font-size:clamp(30px,8.3vw,36px);line-height:1.25}.app-shell.journal-mode .soft-rule{margin:9px 0 20px}.app-shell.journal-mode .paper-editor-wrap{min-height:0!important;height:auto!important;overflow:visible!important;padding-inline:0}.app-shell.journal-mode .paper-editor,.app-shell.journal-mode .paper-editor .ProseMirror{min-height:clamp(320px,43dvh,470px);height:auto;max-height:none!important;overflow:visible!important}.app-shell.journal-mode .paper-editor .ProseMirror{font-size:clamp(19px,5.2vw,22px);line-height:1.86}.app-shell.journal-mode .paper-editor .ProseMirror p{margin-bottom:7px}.app-shell.journal-mode .paper-editor .ProseMirror .inline-quote{margin-inline:.18em;padding-inline:.1em;font-size:.94em;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell.journal-mode .paper-editor .ProseMirror img,.app-shell.journal-mode .paper-editor .ProseMirror .paper-image{max-width:100%;height:auto}.app-shell.journal-mode .paper-footer{margin-top:26px;padding-top:12px;position:relative;bottom:auto;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.app-shell.journal-mode .paper-footer select{min-height:36px;padding:6px 10px;font-size:10px}.app-shell.journal-mode .paper-footer-center{grid-column:1 / -1;grid-row:2;justify-content:center;gap:6px;min-height:24px;font-size:9px}.app-shell.journal-mode .add-page-inside{min-height:38px;padding-inline:7px 10px;font-size:9px;white-space:nowrap}.app-shell.journal-mode .add-page-inside-icon{width:23px;height:23px}.app-shell.journal-mode .page-navigation{position:relative;width:100%;min-height:46px;margin:0;padding:0;background:transparent;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:6px}.app-shell.journal-mode .page-nav-btn,.app-shell.journal-mode .share-page{min-height:40px;padding-inline:10px;border-radius:15px;background:#fffdf89e;font-size:9px}.app-shell.journal-mode .page-nav-btn span{display:none}.app-shell.journal-mode .page-nav-btn:first-child{justify-self:start}.app-shell.journal-mode .page-nav-btn:last-child{justify-self:end}.app-shell.journal-mode .page-nav-center{min-width:0;display:inline-flex;align-items:center;gap:6px}.app-shell.journal-mode .page-counter{display:none}.app-shell.journal-mode .page-counter--page{display:inline-flex;min-width:56px;justify-content:center;padding:4px 7px;border-radius:999px;background:#e4d8c470;font-size:8px}.app-shell.journal-mode .share-page{width:40px;padding-inline:0}.app-shell.journal-mode .share-page span{display:none}.memo-navigation{display:none!important}.mobile-memo-sheet-backdrop{position:fixed;inset:0;z-index:90;display:flex;align-items:flex-end;justify-content:center;padding:10px;background:#41322229;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:mobileSheetFade .22s ease both}.mobile-memo-sheet{width:min(560px,100%);max-height:min(72dvh,620px);display:flex;flex-direction:column;padding:10px 10px 12px;border:1px solid rgba(183,161,130,.28);border-radius:24px 24px 18px 18px;background:linear-gradient(180deg,#fffdf8fa,#f7efe2fa);box-shadow:0 20px 60px #3a2b1a33,inset 0 1px #fffffff5;animation:mobileSheetRise .34s cubic-bezier(.2,.9,.2,1) both}.mobile-memo-sheet-handle{width:38px;height:4px;margin:1px auto 10px;border-radius:999px;background:#8f7d6552}.mobile-memo-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 6px 10px;border-bottom:1px solid rgba(194,176,149,.22)}.mobile-memo-sheet-head>div{display:grid;gap:3px}.mobile-memo-sheet-head strong{font-family:Amiri,Noto Naskh Arabic,serif;font-size:21px;line-height:1;color:#55473a}.mobile-memo-sheet-head button{width:34px;height:34px;border:1px solid rgba(176,156,128,.26);border-radius:50%;background:#fffdf7ad;color:#877864;font-size:20px;line-height:1}.mobile-memo-list{display:grid;gap:7px;margin-top:10px;overflow:auto;padding:2px;scrollbar-width:none}.mobile-memo-list::-webkit-scrollbar{display:none}.mobile-memo-item{width:100%;min-height:58px;border:1px solid rgba(183,161,130,.16);border-radius:16px;padding:10px 12px;background:#fffdf794;color:#735f4d;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:right;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease}.mobile-memo-item:active{transform:scale(.985)}.mobile-memo-item.active{border-color:#819e7c47;background:linear-gradient(135deg,#eff6ebe0,#fffdf7eb);box-shadow:0 8px 20px #52694d14}.mobile-memo-item-copy{min-width:0;display:grid;gap:4px}.mobile-memo-item-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Amiri,Noto Naskh Arabic,serif;font-size:16px;font-weight:400;color:#514438}.mobile-memo-item-copy small{font-size:9px;color:#a09383}.mobile-memo-item-page{flex:none;padding:4px 7px;border-radius:999px;background:#e7ded08f;color:#968771;font-size:8px}.bottom-nav{width:100%;height:var(--mobile-nav-height);min-height:var(--mobile-nav-height);padding:6px 7px 7px;gap:2px;grid-template-columns:repeat(5,minmax(0,1fr));justify-content:stretch;border-top:1px solid rgba(194,177,149,.26);background:#faf7f0e6;-webkit-backdrop-filter:blur(22px) saturate(118%);backdrop-filter:blur(22px) saturate(118%);box-shadow:0 -10px 28px #4a38230e,inset 0 1px #ffffffdb;z-index:40}.bottom-nav:before{left:30%;right:30%}.bottom-nav button{min-width:0;min-height:58px;border-radius:15px;grid-template-rows:30px auto;gap:4px;font-size:8.5px}.nav-icon{width:30px;height:30px;border-radius:10px}.bottom-nav button.selected{background:#fffdf7bd;box-shadow:0 7px 15px #4a36210f,inset 0 1px #ffffffe6}.bottom-nav button.selected:after{inset:4px;border-radius:13px}.bottom-nav button.selected .nav-icon{transform:translateY(-1px) scale(1.02);animation-duration:3.4s}.paper,.paper-stage,.paper-frame,.paper-editor,.paper-editor .ProseMirror,.drawing-surface,.drawing-canvas{max-width:100%;min-width:0}.paper-editor .ProseMirror,.paper-editor .ProseMirror p,.paper-editor .ProseMirror h1,.paper-editor .ProseMirror h2,.paper-editor .ProseMirror h3{overflow-wrap:anywhere}.page-turn-portal{position:fixed;inset:0;z-index:120;pointer-events:none}.page-turn-clone{transform-origin:right center;border-radius:18px!important;box-shadow:0 20px 44px #37281826!important}}@keyframes mobileSheetFade{0%{opacity:0}to{opacity:1}}@keyframes mobileSheetRise{0%{opacity:0;transform:translateY(26px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:380px){.top-actions{gap:2px}.round-action{width:30px;height:30px}.round-action.primary-action{width:34px;height:34px}.app-shell.journal-mode .paper{padding-inline:16px}.app-shell.journal-mode .paper-meta{left:16px;right:16px}.app-shell.journal-mode .paper-editor .ProseMirror{font-size:18px}}@media(prefers-reduced-motion:reduce){.mobile-memo-sheet-backdrop,.mobile-memo-sheet{animation:none}}.qcomm-page{width:min(1120px,100%);padding:30px 18px 54px;color:#5d5143}.qcomm-hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;min-height:220px;padding:34px 36px;border:1px solid rgba(197,178,147,.34);border-radius:28px 9px 28px 28px;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.9) 0 5%,transparent 32%),radial-gradient(circle at 88% 20%,rgba(200,219,209,.36),transparent 34%),linear-gradient(135deg,#fcf8eefa,#efe7d8eb);box-shadow:0 18px 54px #4a372313,inset 0 1px #ffffffe6}.qcomm-hero:after{content:"";position:absolute;width:280px;height:280px;left:-92px;bottom:-140px;border:1px solid rgba(124,151,141,.17);border-radius:50%;box-shadow:0 0 0 34px #7c978d0b,0 0 0 72px #7c978d08;pointer-events:none}.qcomm-hero-copy{position:relative;z-index:1;max-width:690px}.qcomm-hero h1{max-width:670px;margin:8px 0 10px;font:400 clamp(34px,5vw,54px)/1.22 Amiri,"Noto Naskh Arabic",serif;color:#51473b}.qcomm-hero p{max-width:620px;margin:0;color:#8b7c69;line-height:1.9;font-size:13px}.qcomm-create,.qcomm-primary,.qcomm-secondary,.qcomm-icon-btn,.qcomm-back,.qcomm-tool-danger{font-family:inherit;cursor:pointer}.qcomm-create{position:relative;z-index:1;flex:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:0 17px;border:0;border-radius:18px;background:linear-gradient(135deg,#667c78,#536963);color:#fffaf0;box-shadow:0 10px 25px #4f696133,inset 0 1px #ffffff29;transition:transform .2s ease,box-shadow .2s ease}.qcomm-create:hover{transform:translateY(-2px);box-shadow:0 14px 28px #4f69613d}.qcomm-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 0 18px}.qcomm-segments{display:inline-flex;gap:4px;padding:4px;border:1px solid rgba(198,180,151,.3);border-radius:18px;background:#fbf7eead}.qcomm-segments button{border:0;border-radius:14px;min-height:36px;padding:0 15px;background:transparent;color:#8f7e69;font:inherit;font-size:11px;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.qcomm-segments button.active{background:#fffdf7;color:#556b66;box-shadow:0 5px 15px #4a3a2814}.qcomm-segments small{margin-inline-start:5px;padding:1px 5px;border-radius:999px;background:#e5ece7;color:#5d736b}.qcomm-search{width:min(360px,100%);display:flex;align-items:center;gap:8px;min-height:44px;padding:0 13px;border:1px solid rgba(198,180,151,.34);border-radius:18px;background:#fffdf7a3;color:#a4947e}.qcomm-search input{width:100%;border:0;outline:0;background:transparent;color:#66594b;font:inherit;font-size:12px}.qcomm-search input::placeholder{color:#b2a590}.qcomm-content-stack{display:grid;gap:16px}.qcomm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.qcomm-card{min-width:0;overflow:hidden;display:grid;padding:0;border:1px solid rgba(202,184,154,.36);border-radius:24px 7px 24px 24px;background:linear-gradient(180deg,#fffdf7fa,#f7f0e4f2);color:inherit;text-align:right;box-shadow:0 12px 30px #4a382211,inset 0 1px #fffffff5;cursor:pointer;animation:qcommCardIn .45s cubic-bezier(.2,.9,.2,1) both;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.qcomm-card:hover{transform:translateY(-4px);border-color:#89a39770;box-shadow:0 18px 36px #4638251b}.qcomm-card-cover{position:relative;height:100px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 24% 22%,rgba(255,255,255,.72),transparent 23%),linear-gradient(125deg,#d8dfd5,#eee3cf 58%,#d7cabb)}.qcomm-card:nth-child(3n+2) .qcomm-card-cover{background:radial-gradient(circle at 78% 14%,rgba(255,255,255,.7),transparent 22%),linear-gradient(125deg,#ddd6ca,#e8e0cb 56%,#cbd8d4)}.qcomm-card:nth-child(3n+3) .qcomm-card-cover{background:radial-gradient(circle at 26% 25%,rgba(255,255,255,.68),transparent 23%),linear-gradient(125deg,#d5ddd9,#e9d9cf 54%,#d9d1bd)}.qcomm-card-cover:before,.qcomm-detail-cover:before,.qcomm-appearance-cover:before{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.3);border-radius:50%;box-shadow:0 0 0 26px #ffffff12,0 0 0 54px #ffffff0b}.qcomm-card-cover>span{position:relative;z-index:1;font:400 44px/1 Amiri,serif;color:#584d3d47}.qcomm-card-body{display:grid;gap:13px;padding:16px}.qcomm-card-top{display:flex;align-items:center;gap:10px}.qcomm-avatar{flex:none;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.78);border-radius:17px 7px 17px 17px;background:linear-gradient(145deg,#e9dfcf,#dbe5dc);color:#6c6254;font:400 23px/1 Amiri,serif;box-shadow:0 7px 18px #493a2717}.qcomm-avatar--small{width:38px;height:38px;border-radius:14px 6px 14px 14px;font-size:18px}.qcomm-avatar--preview{width:58px;height:58px;font-size:27px}.qcomm-card-meta{min-width:0;display:grid;gap:2px}.qcomm-card-meta b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:400 19px/1.35 Amiri,serif;color:#554a3e}.qcomm-card-meta small{direction:ltr;text-align:right;color:#9f907d;font-size:9px}.qcomm-card-description{min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#817360;font-size:11px;line-height:1.9}.qcomm-card-footer{display:flex;align-items:center;gap:6px;color:#9c8c76;font-size:9px}.qcomm-card-arrow{margin-right:auto;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#e8e1d394;color:#778b82}.qcomm-invite-shelf{display:flex;align-items:center;gap:18px;padding:15px 17px;border:1px solid rgba(128,158,145,.25);border-radius:20px 7px 20px 20px;background:linear-gradient(135deg,#ecf4efd1,#fffbf2d9)}.qcomm-invite-shelf>div:first-child{min-width:150px;display:grid;gap:3px}.qcomm-invite-shelf strong{color:#5c6d65;font:400 16px/1.3 Amiri,serif}.qcomm-invite-list{min-width:0;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.qcomm-invite-list::-webkit-scrollbar{display:none}.qcomm-invite-list button{flex:none;min-width:210px;display:flex;align-items:center;gap:9px;padding:7px 9px;border:0;border-radius:14px;background:#ffffff80;color:inherit;text-align:right;cursor:pointer}.qcomm-invite-list button>span:nth-child(2){min-width:0;display:grid;flex:1}.qcomm-invite-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#625648;font-size:11px}.qcomm-invite-list small{color:#9b8d7c;font-size:9px}.qcomm-empty{min-height:210px;display:grid;place-items:center;align-content:center;gap:8px;padding:28px;border:1px dashed rgba(190,171,141,.42);border-radius:24px;background:#fcf8ef7a;text-align:center;color:#9a8c78}.qcomm-empty--large{min-height:460px}.qcomm-empty--inside{min-height:270px;border:0;background:transparent}.qcomm-empty h1,.qcomm-empty h2{margin:4px 0 0;color:#615548;font:400 25px/1.3 Amiri,serif}.qcomm-empty p{max-width:520px;margin:0;line-height:1.9;font-size:11px}.qcomm-orbit{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:#eef1e8;color:#667c74}.qcomm-notice{margin:12px 0;padding:10px 13px;border:1px solid rgba(152,173,159,.26);border-radius:14px;background:#eff6f0b8;color:#69786e;font-size:10px}.qcomm-primary,.qcomm-secondary{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-radius:15px;font-size:10px}.qcomm-primary{border:0;background:#5f756e;color:#fffaf1;box-shadow:0 7px 18px #536d6426}.qcomm-primary:disabled{opacity:.45;cursor:not-allowed}.qcomm-secondary{border:1px solid rgba(195,177,148,.4);background:#fffcf4b8;color:#796b59}.qcomm-inline-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.qcomm-detail-page{width:min(1040px,100%)}.qcomm-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;padding:7px 0;border:0;background:transparent;color:#8d7d67;font-size:10px}.qcomm-detail-hero{overflow:hidden;border:1px solid rgba(199,181,151,.34);border-radius:30px 9px 30px 30px;background:linear-gradient(180deg,#fffdf8fa,#f7f0e5f2);box-shadow:0 16px 44px #49372213}.qcomm-detail-cover{position:relative;height:210px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.65),transparent 23%),linear-gradient(125deg,#ccd9d4,#ede0ca 57%,#d4c8bb)}.qcomm-detail-cover>span{position:relative;z-index:1;font:400 78px/1 Amiri,serif;color:#4d463b2b}.qcomm-detail-main{position:relative;padding:0 28px 24px}.qcomm-avatar--detail{width:84px;height:84px;margin-top:-43px;border-width:4px;border-color:#fbf7ee;border-radius:26px 9px 26px 26px;font-size:38px;position:relative;z-index:2}.qcomm-detail-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:9px}.qcomm-detail-title h1{margin:0;color:#50463b;font:400 clamp(30px,4vw,42px)/1.25 Amiri,serif}.qcomm-detail-title>div:first-child>span{color:#9c8c77;font-size:10px;direction:ltr;display:inline-block}.qcomm-detail-main>p{max-width:760px;margin:12px 0;color:#7e705e;font-size:12px;line-height:1.9}.qcomm-detail-stats{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#968672;font-size:9px}.qcomm-detail-stats>span{padding:5px 9px;border-radius:999px;background:#ebe3d58c}.qcomm-detail-stats b{color:#625649}.qcomm-role-pill{padding:5px 9px;border-radius:999px;background:#e4ece6!important;color:#61766d!important}.qcomm-member-state{display:inline-flex;align-items:center;gap:5px;padding:8px 11px;border-radius:14px;background:#edf2eb;color:#61746c;font-size:10px}.qcomm-request-box{display:flex;align-items:center;gap:6px;max-width:410px}.qcomm-request-box input{min-width:180px;height:38px;border:1px solid rgba(194,176,148,.4);border-radius:14px;padding:0 11px;background:#fffaf0;color:#65594b;outline:0;font:inherit;font-size:10px}.qcomm-transfer-callout{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:13px 0 0;padding:15px 17px;border:1px solid rgba(115,151,137,.3);border-radius:18px;background:linear-gradient(135deg,#e6f1eae0,#fffaefe0)}.qcomm-transfer-callout--quiet{border-color:#c4b19357;background:#faf5ebbf}.qcomm-transfer-callout>div{display:grid;gap:3px}.qcomm-transfer-callout strong{color:#5e6d66;font:400 16px/1.3 Amiri,serif}.qcomm-transfer-callout small{color:#998b79;font-size:9px}.qcomm-detail-tabs{display:flex;gap:5px;margin-top:16px;padding:4px;border-bottom:1px solid rgba(202,185,157,.35)}.qcomm-detail-tabs button{border:0;border-radius:12px 12px 4px 4px;padding:9px 14px;background:transparent;color:#94836e;font:inherit;font-size:10px;cursor:pointer}.qcomm-detail-tabs button.active{background:#fffdf7db;color:#586d67;box-shadow:0 -2px 14px #503c260d}.qcomm-detail-panel{margin-top:12px;padding:22px;border:1px solid rgba(203,185,155,.32);border-radius:24px 7px 24px 24px;background:linear-gradient(180deg,#fffdf8eb,#f8f2e7e6);box-shadow:0 11px 30px #4737230d}.qcomm-detail-panel h2{margin:3px 0 0;color:#5a4e41;font:400 25px/1.35 Amiri,serif}.qcomm-about-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:28px}.qcomm-about-grid p{margin:12px 0 0;color:#7d6f5d;line-height:2;font-size:12px}.qcomm-about-grid dl{display:grid;gap:8px;margin:0}.qcomm-about-grid dl>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border-radius:13px;background:#ede6d985}.qcomm-about-grid dt{color:#9a8a75;font-size:9px}.qcomm-about-grid dd{margin:0;color:#625649;font-size:10px}.qcomm-panel-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:15px}.qcomm-member-list,.qcomm-review-list,.qcomm-ban-list{display:grid;gap:8px}.qcomm-member-row,.qcomm-review-row,.qcomm-ban-row{display:flex;align-items:center;gap:10px;min-width:0;padding:10px;border:1px solid rgba(205,188,159,.23);border-radius:16px;background:#fffcf585}.qcomm-member-copy{min-width:120px;display:grid;flex:1}.qcomm-member-copy b,.qcomm-review-row b,.qcomm-ban-row b{color:#625548;font-size:11px}.qcomm-member-copy small,.qcomm-review-row small,.qcomm-ban-row small{color:#a09381;font-size:8.5px}.qcomm-role{flex:none;padding:4px 7px;border-radius:999px;background:#eae2d4a6;color:#887864;font-size:8px}.qcomm-role--owner{background:#e6ede7;color:#61756c}.qcomm-member-tools{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap}.qcomm-member-tools button,.qcomm-member-tools select,.qcomm-ban-actions button{min-height:30px;border:1px solid rgba(198,181,153,.34);border-radius:10px;padding:0 8px;background:#fffbf3c2;color:#786a58;font:inherit;font-size:8px;cursor:pointer}.qcomm-ban-actions{display:inline-flex;gap:4px}.qcomm-member-tools .qcomm-tool-danger,.qcomm-ban-actions .qcomm-tool-danger{border-color:#ae796c40;color:#9d665b;background:#faede8a3}.qcomm-review-row>div:nth-child(2),.qcomm-ban-row>div:first-child{min-width:0;display:grid;flex:1;gap:2px}.qcomm-review-row p,.qcomm-ban-row p{margin:5px 0 0;color:#7e705f;font-size:9px}.qcomm-manage-stack{display:grid;gap:12px}.qcomm-settings-grid{display:grid;gap:11px}.qcomm-settings-grid label{display:grid;gap:6px;color:#897964;font-size:9px}.qcomm-settings-grid input,.qcomm-settings-grid textarea,.qcomm-settings-grid select,.qcomm-invite-form input,.qcomm-dialog input,.qcomm-dialog textarea,.qcomm-dialog select{width:100%;border:1px solid rgba(198,180,151,.42);border-radius:14px;background:#fffaf0;color:#5f5346;outline:0;padding:10px 12px;font:inherit;font-size:10px}.qcomm-settings-grid textarea,.qcomm-dialog textarea{min-height:92px;resize:vertical}.qcomm-settings-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.qcomm-save-settings{justify-self:start}.qcomm-invite-form{display:flex;gap:8px;align-items:center;max-width:520px}.qcomm-invite-form .qcomm-slug-field{flex:1}.qcomm-management-tip{margin-top:12px;padding:10px 11px;border-radius:13px;background:#efeadf94;color:#91816d;font-size:9px;line-height:1.8}.qcomm-security-note{display:flex;align-items:flex-start;gap:11px;color:#60756c;background:linear-gradient(135deg,#e9f2ebb8,#fffcf5cc)}.qcomm-security-note b{color:#5a6d66;font-size:11px}.qcomm-security-note p{margin:4px 0 0;color:#7e8d85;font-size:9px;line-height:1.8}.qcomm-dialog-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:#3c30222e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:qcommFade .2s ease both}.qcomm-dialog{width:min(620px,100%);max-height:min(86dvh,760px);overflow:auto;padding:18px;border:1px solid rgba(194,176,146,.38);border-radius:28px 9px 28px 28px;background:linear-gradient(180deg,#fffdf8,#f7efe2);box-shadow:0 28px 80px #362a1c38,inset 0 1px #fff;animation:qcommDialogIn .3s cubic-bezier(.2,.9,.2,1) both}.qcomm-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.qcomm-dialog-head>div{display:grid;gap:3px}.qcomm-dialog-head strong{color:#574b3f;font:400 25px/1.2 Amiri,serif}.qcomm-icon-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(197,179,149,.34);border-radius:50%;background:#fffcf4a8;color:#8c7c68}.qcomm-step-dots{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:14px 0 17px}.qcomm-step-dots i{height:3px;border-radius:999px;background:#e7ddcc;transition:background .25s ease,transform .25s ease}.qcomm-step-dots i.active{background:#748a80;transform:scaleY(1.3)}.qcomm-dialog-body{display:grid;gap:13px;min-height:330px;align-content:start}.qcomm-dialog-body label{display:grid;gap:6px;color:#84735f;font-size:9px}.qcomm-create-preview{display:flex;align-items:center;gap:11px;padding:12px;border-radius:17px;background:#efe9dd85}.qcomm-create-preview>div{display:grid}.qcomm-create-preview b,.qcomm-appearance-preview b{color:#5b4f42;font:400 18px/1.3 Amiri,serif}.qcomm-create-preview small,.qcomm-appearance-preview small{color:#a09280;font-size:9px}.qcomm-slug-field{display:flex;align-items:center;direction:ltr;border:1px solid rgba(198,180,151,.42);border-radius:14px;background:#fffaf0;overflow:hidden}.qcomm-slug-field>span{padding-left:10px;color:#9e8e78}.qcomm-slug-field input{border:0!important;background:transparent!important;direction:ltr}.qcomm-appearance-preview{position:relative;overflow:hidden;padding:0 14px 14px;border:1px solid rgba(199,182,153,.3);border-radius:20px;background:#fcf8ef}.qcomm-appearance-cover{position:relative;height:150px;margin:0 -14px 10px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(125deg,#ccd9d4,#ede0ca 57%,#d4c8bb)}.qcomm-appearance-cover>span{position:relative;z-index:1;font:400 54px/1 Amiri,serif;color:#4e44362e}.qcomm-appearance-preview .qcomm-avatar{margin-top:-35px;position:relative;z-index:2;border-width:3px;border-color:#fcf8ef}.qcomm-appearance-preview>div:last-child{display:grid;margin-top:5px}.qcomm-future-upload{display:flex;align-items:flex-start;gap:10px;padding:13px;border-radius:16px;background:#e8f1eaa6;color:#667a72}.qcomm-future-upload strong{font-size:10px}.qcomm-future-upload p{margin:3px 0 0;font-size:9px;line-height:1.8;color:#839187}.qcomm-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.qcomm-choice-grid button{display:grid;justify-items:start;gap:5px;padding:14px;border:1px solid rgba(199,181,152,.36);border-radius:18px;background:#fffcf5b3;color:#8a7a66;text-align:right;font:inherit;cursor:pointer}.qcomm-choice-grid button.active{border-color:#6484776b;background:#edf3ed;color:#60756c;box-shadow:inset 0 0 0 1px #64847714}.qcomm-choice-grid b{color:#625548;font-size:11px}.qcomm-choice-grid small{line-height:1.6;font-size:8.5px}.qcomm-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.qcomm-summary span{display:grid;gap:2px;padding:9px;border-radius:12px;background:#ece6d98f;color:#9a8a75;font-size:8px}.qcomm-summary b{color:#62564a;font-size:9px}.qcomm-dialog-error{margin-top:9px;padding:9px 11px;border-radius:12px;background:#f6e5dfbd;color:#9a6256;font-size:9px}.qcomm-dialog-footer{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:16px;padding-top:13px;border-top:1px solid rgba(203,186,157,.28)}.qcomm-detail-loading{min-height:500px;display:grid;align-content:center;gap:10px}.qcomm-detail-loading span{height:34px;border-radius:14px;background:linear-gradient(90deg,#e6ded16b,#fffdf8cc,#e6ded16b);background-size:200% 100%;animation:qcommShimmer 1.2s linear infinite}.qcomm-detail-loading span:first-child{height:210px}.qcomm-skeleton{pointer-events:none}.qcomm-skeleton .qcomm-card-cover,.qcomm-skeleton i{background:linear-gradient(90deg,#e5dccd80,#fffcf5db,#e5dccd80);background-size:200% 100%;animation:qcommShimmer 1.25s linear infinite}.qcomm-skeleton i{display:block;height:12px;border-radius:999px}.qcomm-skeleton i:nth-child(2){width:72%}.qcomm-skeleton i:nth-child(3){width:46%}@keyframes qcommCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes qcommFade{0%{opacity:0}to{opacity:1}}@keyframes qcommDialogIn{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes qcommShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:900px){.qcomm-page{padding:18px 8px 38px}.qcomm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qcomm-hero{min-height:190px;padding:26px}.qcomm-hero h1{font-size:38px}.qcomm-about-grid{grid-template-columns:1fr}.qcomm-member-row{align-items:flex-start;flex-wrap:wrap}.qcomm-member-tools{width:100%;padding-right:48px;justify-content:flex-start}}@media(max-width:620px){.qcomm-page{padding:12px 2px 28px}.qcomm-hero{align-items:stretch;flex-direction:column;min-height:0;padding:21px 18px;border-radius:22px 7px 22px 22px}.qcomm-hero h1{font-size:32px}.qcomm-hero p{font-size:11px}.qcomm-create{align-self:stretch}.qcomm-toolbar{align-items:stretch;flex-direction:column}.qcomm-segments{width:100%}.qcomm-segments button{flex:1}.qcomm-search{width:100%}.qcomm-grid{grid-template-columns:1fr}.qcomm-card{grid-template-columns:106px minmax(0,1fr);border-radius:19px 6px 19px 19px}.qcomm-card-cover{height:auto;min-height:152px}.qcomm-card-description{min-height:0;-webkit-line-clamp:2}.qcomm-invite-shelf{align-items:stretch;flex-direction:column}.qcomm-invite-shelf>div:first-child{min-width:0}.qcomm-detail-cover{height:150px}.qcomm-detail-main{padding:0 15px 17px}.qcomm-avatar--detail{width:70px;height:70px;margin-top:-36px;border-radius:22px 8px 22px 22px}.qcomm-detail-title{align-items:stretch;flex-direction:column;gap:10px}.qcomm-detail-title h1{font-size:30px}.qcomm-request-box{align-items:stretch;flex-direction:column;max-width:none}.qcomm-request-box input{width:100%}.qcomm-transfer-callout{align-items:stretch;flex-direction:column}.qcomm-detail-tabs{overflow-x:auto;scrollbar-width:none}.qcomm-detail-tabs::-webkit-scrollbar{display:none}.qcomm-detail-tabs button{flex:none}.qcomm-detail-panel{padding:16px 13px;border-radius:20px 6px 20px 20px}.qcomm-settings-two,.qcomm-choice-grid,.qcomm-summary{grid-template-columns:1fr}.qcomm-invite-form{align-items:stretch;flex-direction:column;max-width:none}.qcomm-review-row,.qcomm-ban-row{align-items:flex-start;flex-wrap:wrap}.qcomm-review-row .qcomm-inline-actions,.qcomm-ban-row button{width:100%}.qcomm-review-row .qcomm-inline-actions button{flex:1}.qcomm-member-tools{padding-right:0}.qcomm-dialog-backdrop{align-items:end;padding:8px}.qcomm-dialog{width:100%;max-height:88dvh;border-radius:24px 24px 16px 16px;padding:15px}}@media(prefers-reduced-motion:reduce){.qcomm-card,.qcomm-dialog,.qcomm-dialog-backdrop,.qcomm-detail-loading span,.qcomm-skeleton .qcomm-card-cover,.qcomm-skeleton i{animation:none}}.qcomm-avatar{overflow:hidden}.qcomm-avatar img{width:100%;height:100%;display:block;object-fit:cover}.qcomm-card-cover img,.qcomm-detail-cover img,.qcomm-appearance-cover img,.qcomm-media-manager-cover img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.qcomm-card-cover:before,.qcomm-detail-cover:before,.qcomm-appearance-cover:before{z-index:1;pointer-events:none}.qcomm-card-cover>span,.qcomm-detail-cover>span,.qcomm-appearance-cover>span{position:relative;z-index:2}.qcomm-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.qcomm-upload-choice{position:relative;min-width:0;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid rgba(198,180,151,.36);border-radius:16px;background:#fffcf5b8;color:#718179;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.qcomm-upload-choice:hover{transform:translateY(-1px);border-color:#68897b6b;background:#eff5efd1}.qcomm-upload-choice.is-busy{opacity:.58;pointer-events:none}.qcomm-upload-choice>span{min-width:0;display:grid;gap:2px}.qcomm-upload-choice b{color:#615448;font-size:10px}.qcomm-upload-choice small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#958674;font-size:8.5px}.qcomm-upload-choice input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.qcomm-media-note{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:15px;background:#e8f1ea9e;color:#687b72}.qcomm-media-note strong{font-size:10px}.qcomm-media-note p{margin:3px 0 0;color:#829087;font-size:9px;line-height:1.8}.qcomm-create-media-summary{display:flex;align-items:center;gap:7px;padding:10px;border-radius:12px;background:#e8f1ea9e;color:#687b72;font-size:9px}.qcomm-media-cap{padding:5px 8px;border-radius:999px;background:#e6f0e9cc;color:#62796e;font-size:8px;direction:ltr}.qcomm-media-manager-preview{position:relative;overflow:hidden;min-height:178px;margin-bottom:11px;padding:0 14px 13px;border:1px solid rgba(199,182,153,.3);border-radius:19px;background:#fcf8ef}.qcomm-media-manager-cover{position:relative;height:130px;margin:0 -14px;overflow:hidden;background:linear-gradient(125deg,#ccd9d4,#ede0ca 57%,#d4c8bb)}.qcomm-media-manager-preview>.qcomm-avatar{position:relative;z-index:2;margin-top:-29px;border-width:3px;border-color:#fcf8ef}.qcomm-media-manager-preview>div:last-child{display:inline-grid;gap:1px;margin-inline-start:8px;vertical-align:bottom}.qcomm-media-manager-preview b{color:#5c5043;font:400 17px/1.3 Amiri,serif}.qcomm-media-manager-preview small{color:#9a8b77;font-size:8.5px}.qcomm-media-progress{margin-top:9px;color:#6a7d74;font-size:9px}@media(max-width:620px){.qcomm-upload-grid{grid-template-columns:1fr}}
