*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:light;--font-display:var(--font-display-latin);--font-body:var(--font-body-latin);--bg:#efe7d2;--bg-2:#e7dcc2;--surface:#fbf7ee;--surface-2:#fffdf8;--text:#2a2233;--text-soft:#4f4659;--muted:#847b8f;--line:#e0d5bd;--line-strong:#d0c3a4;--brand:#300080;--brand-2:#220060;--accent-text:#2a0670;--brand-tint:rgba(48,0,128,.07);--gold:#a8822b;--gold-bright:#c6a13c;--gold-tint:rgba(198,161,60,.16);--on-accent:#fff;--btn-bg:linear-gradient(180deg,#4110a6,#250066);--btn-bg-hover:linear-gradient(180deg,#380c98,#1e0056);--shadow-sm:0 1px 2px rgba(58,42,20,.05),0 3px 10px rgba(58,42,20,.05);--shadow-md:0 10px 30px rgba(58,42,20,.1);--shadow-lg:0 24px 60px rgba(58,42,20,.16);--header-bg:hsla(42,62%,96%,.82);--cover-overlay:hsla(0,0%,100%,.92);--radius:14px;--radius-sm:10px;--radius-pill:999px;--maxw:1120px;--error-bg:#fbe9ec;--error-border:#f1c7d0;--error-ink:#b00020;--notice-bg:#f4eed9;--notice-border:#e6dcb9;--notice-ink:#5a4b1f}html[data-theme=dark]{color-scheme:dark;--bg:#130e1b;--bg-2:#1a1326;--surface:#1c1528;--surface-2:#241b33;--text:#ece5d8;--text-soft:#c7bdd0;--muted:#9a8fab;--line:#2f2640;--line-strong:#41364f;--brand:#a480f0;--brand-2:#8b5ce8;--accent-text:#cdb6f8;--brand-tint:rgba(164,128,240,.12);--gold:#cba646;--gold-bright:#e0bd55;--gold-tint:rgba(224,189,85,.14);--on-accent:#fff;--btn-bg:linear-gradient(180deg,#5c22c8,#3f10a2);--btn-bg-hover:linear-gradient(180deg,#6c32d8,#4c1cb4);--shadow-sm:0 1px 2px rgba(0,0,0,.3),0 4px 14px rgba(0,0,0,.3);--shadow-md:0 12px 34px rgba(0,0,0,.42);--shadow-lg:0 26px 64px rgba(0,0,0,.5);--header-bg:rgba(20,14,28,.78);--cover-overlay:hsla(0,0%,100%,.9);--error-bg:#3a1620;--error-border:#6a2535;--error-ink:#f3a9b6;--notice-bg:#2a2336;--notice-border:#3c3450;--notice-ink:#d9cf9f}html:lang(ar){--font-display:var(--font-display-arabic);--font-body:var(--font-body-arabic)}body,html{min-height:100%;overflow-x:clip}body{background-color:var(--bg);background-image:radial-gradient(135% 80% at 50% -8%,var(--bg-2),transparent 60%);background-repeat:no-repeat;background-attachment:fixed;color:var(--text);font-family:var(--font-body),Georgia,"Times New Roman",serif;font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100dvh;transition:background-color .3s ease,color .3s ease}.app-main{flex:1 0 auto;display:flex;flex-direction:column}.app-main>*{flex:1 0 auto}h1,h2,h3,h4{font-family:var(--font-display),Georgia,serif;color:var(--text);line-height:1.12;font-weight:700}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--gold-tint)}:focus-visible{outline:2px solid var(--gold-bright);outline-offset:2px;border-radius:4px}.eyebrow{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:700}.btn,.eyebrow{font-family:var(--font-body),serif}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border-radius:var(--radius-sm);background:var(--btn-bg);color:var(--on-accent);border:1px solid transparent;cursor:pointer;font-size:.98rem;font-weight:600;letter-spacing:.01em;box-shadow:var(--shadow-sm);transition:transform .13s ease,box-shadow .13s ease,background .13s ease}.btn:hover{text-decoration:none;background:var(--btn-bg-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn:active{transform:translateY(0);box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--surface-2);border-color:var(--line-strong);color:var(--accent-text)}.btn-secondary:hover{background:var(--gold-tint);border-color:var(--gold)}.btn-lg{padding:14px 30px;font-size:1.08rem;border-radius:12px}.btn-sm{padding:7px 14px;font-size:.88rem}.btn-ghost{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--line-strong);color:var(--text-soft);padding:9px 16px;border-radius:var(--radius-sm);cursor:pointer;font:inherit;font-size:.9rem;transition:border-color .13s ease,color .13s ease,background .13s ease}.btn-ghost:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-tint)}.btn-danger{border-color:var(--error-border);color:var(--error-ink)}.btn-danger:hover{border-color:var(--error-ink);color:var(--error-ink);background:var(--error-bg)}.btn-row{display:flex;gap:12px;flex-wrap:wrap}[role=button],a,button,summary{touch-action:manipulation}.admin-nav-link:active,.btn-ghost:active,.btn-secondary:active,.btn:active,.chip:active{transform:translateY(0) scale(.98)}.icon-action:active,.lang-toggle-btn:active,.site-header a.nav-write:active,.theme-btn:active{transform:scale(.95)}[data-pending]{opacity:.6;cursor:progress;pointer-events:none}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}}.linklike{background:none;border:0;padding:0;color:var(--text);font:inherit;font-size:.95rem;cursor:pointer}.linklike:hover{color:var(--brand)}.error,.notice{padding:11px 14px;border-radius:var(--radius-sm);font-size:.9rem;border:1px solid}.notice{background:var(--notice-bg);border-color:var(--notice-border);color:var(--notice-ink)}.home-notice{max-width:30rem;margin:12px auto 0;text-align:center}.error{background:var(--error-bg);border-color:var(--error-border);color:var(--error-ink)}.auth-main{min-height:calc(100dvh - 70px);display:grid;place-items:center;padding:48px 24px}.auth-shell{width:100%;max-width:408px;gap:22px}.auth-brand,.auth-shell{display:flex;flex-direction:column;align-items:center}.auth-brand{gap:10px;text-decoration:none}.auth-brand-logo{height:40px;width:auto}.auth-brand-tagline{font-family:var(--font-display,inherit);font-size:.96rem;font-style:italic;color:var(--muted);letter-spacing:.01em}.auth-subtitle{margin:-4px 0 6px;font-size:.92rem;color:var(--muted);line-height:1.5}.auth-card{width:100%;max-width:408px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:34px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-md)}.auth-card h1{font-size:1.8rem;color:var(--accent-text);margin-bottom:8px}.auth-card label{font-size:.85rem;color:var(--muted);margin-top:6px}.auth-card input{width:100%;padding:11px 13px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font:inherit;font-size:1rem}.auth-card input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.auth-card .email-suggest{display:inline-block;width:auto;align-self:flex-start;margin-top:6px;padding:6px 11px;background:var(--brand-tint);color:var(--accent-text);border:1px solid var(--line-strong);border-radius:var(--radius-sm);font:inherit;font-size:.85rem;font-weight:500;box-shadow:none;cursor:pointer}.auth-card .email-suggest strong{font-weight:700}.auth-card button[type=submit],.auth-card>button{margin-top:14px;padding:12px 18px;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--btn-bg);color:var(--on-accent);font:inherit;font-size:.98rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .13s ease,box-shadow .13s ease,background .13s ease}.auth-card button[type=submit]:hover,.auth-card>button:hover{background:var(--btn-bg-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.auth-agree{display:flex;align-items:flex-start;gap:9px;margin-top:10px;font-size:.85rem;color:var(--muted);line-height:1.5}.auth-card .auth-agree input[type=checkbox]{width:auto;min-width:0;flex:none;margin:2px 0 0;padding:0;accent-color:var(--brand)}.auth-agree a{color:var(--brand);font-weight:600}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:14px;font-size:.85rem;flex-wrap:wrap}.home-main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(32px,6vh,56px);padding:clamp(36px,8vh,96px) 24px clamp(28px,5vh,64px);text-align:center}.home-pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;width:100%;max-width:780px}.home-pillar{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:24px 18px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--text);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.home-pillar:hover{text-decoration:none;transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--gold)}.home-pillar-num{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--brand-tint);font-weight:700;font-size:1.15rem}.home-pillar h3,.home-pillar-num{color:var(--accent-text);font-family:var(--font-display),Georgia,serif}.home-pillar h3{font-size:1.12rem}@media (max-width:640px){.home-pillars{grid-template-columns:1fr}}.hero{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:660px}.hero-logo{width:min(330px,70vw);height:auto}html[data-theme=dark] .brand-logo,html[data-theme=dark] .footer-logo,html[data-theme=dark] .hero-logo{filter:brightness(1.35) saturate(1.1)}.hero-slogan{font-family:var(--font-hero-latin),Georgia,serif;font-size:clamp(2.3rem,7vw,3.9rem);font-weight:800;line-height:1.08;color:var(--text);max-width:18ch}html:lang(ar) .hero-slogan{font-family:var(--font-display-arabic),"Segoe UI",Tahoma,serif;font-weight:700}.hero-accent{color:var(--brand)}html[data-theme=dark] .hero-accent{color:var(--gold-bright)}.hero-lead{font-size:1.12rem;line-height:1.7;color:var(--text-soft);max-width:46ch}.hero-actions{gap:14px;margin-top:2px}.hero-actions,.hero-aside{display:flex;flex-wrap:wrap;justify-content:center}.hero-aside{gap:10px}.hero-genres{margin-top:26px;display:flex;flex-direction:column;align-items:center;gap:14px}.hero-genres-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:600px}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:56px 24px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.empty-state h2{font-size:1.5rem;color:var(--accent-text)}.empty-state p{color:var(--text-soft);max-width:42ch}.reading-page{--reader-surface:#f4ecd9;--reader-ink:#2b2018;--reader-accent:var(--brand);--reader-border:#e3d8be;--reader-page-bg:#ece3cb;min-height:100%;display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px 16px 96px;background:var(--reader-page-bg)}.reading-page[data-theme=sepia]{--reader-surface:#e8d9b6;--reader-ink:#463722;--reader-border:#d6c096;--reader-page-bg:#ddcca6}.reading-page[data-theme=night]{--reader-surface:#1e1b24;--reader-ink:#ddd6c7;--reader-accent:#c4a3f0;--reader-border:#2c2935;--reader-page-bg:#131119}.reader-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:40;background:transparent;pointer-events:none}.reader-progress-bar{height:100%;background:linear-gradient(to right,var(--brand),var(--gold-bright));transition:width .08s linear}.reader-cover-link{display:inline-flex;line-height:0}.reader-cover-thumb{width:26px;height:35px;border-radius:4px;font-size:.85rem;box-shadow:none}.reader-time{font-size:.82rem;color:var(--reader-ink);opacity:.7;white-space:nowrap;padding:0 6px}.reader-langs{display:inline-flex;border:1px solid var(--reader-border);border-radius:var(--radius-pill);overflow:hidden}.reader-langs button{border:0;background:transparent;color:var(--reader-ink);opacity:.65;font:inherit;font-size:.8rem;font-weight:700;padding:4px 11px;cursor:pointer}.reader-langs button.active{background:var(--reader-accent);color:var(--reader-surface);opacity:1}.reader-toolbar{position:-webkit-sticky;position:sticky;top:72px;z-index:20;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:8px;max-width:42rem;background:var(--reader-surface);color:var(--reader-ink);border:1px solid var(--reader-border);border-radius:var(--radius-pill);padding:6px 10px;box-shadow:var(--shadow-md);transition:transform .28s ease,opacity .22s ease,visibility 0s linear 0s}html[data-chrome=hidden] .reader-toolbar{transform:translateY(-16px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .28s ease,opacity .22s ease,visibility 0s linear .28s}.reader-toolbar .sep{width:1px;height:20px;background:var(--reader-border)}.reader-toolbar button{min-width:38px;padding:6px 8px;border:0;border-radius:var(--radius-pill);background:transparent;color:var(--reader-accent);font-weight:700;font-size:1rem;cursor:pointer}.reader-toolbar button:hover:not(:disabled){background:hsla(0,0%,50%,.16)}.reader-toolbar button:disabled{opacity:.35;cursor:default}.reader-group{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:6px}@media (max-width:560px){.reader-toolbar{gap:6px 10px}.reader-cover-link,.reader-time,.reader-toolbar>.sep{display:none}}.reader-toolbar button.reader-swatch{width:22px;min-width:22px;height:22px;padding:0;border-radius:50%;border:1px solid var(--reader-border);cursor:pointer}.reader-swatch[aria-pressed=true]{outline:2px solid var(--reader-accent);outline-offset:2px}.reader-swatch.paper{background:#f4ecd9}.reader-swatch.sepia{background:#e8d9b6}.reader-swatch.night{background:#1e1b24}.reader{width:100%;max-width:42rem;background:var(--reader-surface);color:var(--reader-ink);border:1px solid var(--reader-border);border-radius:var(--radius);padding:clamp(22px,5vw,56px);font-family:var(--font-body-latin),Georgia,"Times New Roman",serif;font-size:var(--reader-font-size,1.25rem);line-height:1.85;box-shadow:var(--shadow-md)}.reader[dir=rtl]{font-family:var(--font-body-arabic),"Segoe UI",Tahoma,serif;line-height:2.1}.reader-head{text-align:center;-webkit-margin-after:1.5em;margin-block-end:1.5em}.reader-eyebrow{margin:0 0 .5em;font-family:var(--font-body-latin),Georgia,serif;font-size:.72em;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--reader-accent);opacity:.85}.reader[dir=rtl] .reader-eyebrow{font-family:var(--font-body-arabic),"Segoe UI",Tahoma,serif;letter-spacing:normal}.reader-head:after{content:"";display:block;width:54px;height:2px;margin:.85em auto 0;border-radius:2px;background:var(--reader-accent);opacity:.45}.reader h1{font-family:var(--font-display-latin),Georgia,serif;color:var(--reader-ink);font-size:1.9em;font-weight:700;line-height:1.2;margin:0}.reader[dir=rtl] h1{font-family:var(--font-display-arabic),serif}.reader-body>p:first-of-type:first-letter{font-family:var(--font-display-latin),Georgia,serif;font-size:3.1em;line-height:.82;font-weight:700;float:left;-webkit-margin-end:.08em;margin-inline-end:.08em;-webkit-margin-before:.06em;margin-block-start:.06em;color:var(--reader-accent)}.reader[dir=rtl] .reader-body>p:first-of-type:first-letter{float:right;font-family:var(--font-display-arabic),serif}.reader p{margin:0 0 1.05em;text-align:start;text-wrap:pretty}.reader p:last-child{-webkit-margin-after:0;margin-block-end:0}.reader-body h2,.reader-body h3{font-family:var(--font-display-latin),Georgia,serif;margin:.7em 0 .3em}.reader[dir=rtl] .reader-body h2,.reader[dir=rtl] .reader-body h3{font-family:var(--font-display-arabic),serif}.reader-body blockquote{-webkit-border-start:3px solid var(--reader-border);border-inline-start:3px solid var(--reader-border);-webkit-padding-start:16px;padding-inline-start:16px;margin:0 0 1.05em;font-style:italic}.reader-body ol,.reader-body ul{-webkit-padding-start:1.6em;padding-inline-start:1.6em;margin:0 0 1.05em}.reader-body hr{border:0;border-top:2px solid var(--reader-border);width:38%;margin:1.6em auto}.reader-end{width:100%;max-width:42rem;padding:4px 4px 0}.reader-end-mark{display:flex;align-items:center;gap:14px;margin:0 0 20px;color:var(--reader-ink);opacity:.6}.reader-end-mark:after,.reader-end-mark:before{content:"";flex:1 1;height:1px;background:var(--reader-border)}.reader-end-mark span{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.reader[dir=rtl]~.reader-end .reader-end-mark span,.reading-page[dir=rtl] .reader-end-mark span{letter-spacing:normal}.reader-nav{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:12px}.reader-nav-btn{display:flex;flex-direction:column;gap:3px;flex:1 1;min-width:0;max-width:46%;padding:11px 16px;border:1px solid var(--reader-border);border-radius:var(--radius);background:var(--reader-surface);box-shadow:var(--shadow-sm);transition:border-color .14s ease,transform .14s ease}.reader-nav-end{text-align:end}.reader-nav-btn:hover{text-decoration:none;border-color:var(--reader-accent);transform:translateY(-1px)}.reader-nav-dir{font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--reader-accent)}.reader-nav-title{font-size:.95rem;font-weight:600;color:var(--reader-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-nav-contents{align-self:center;flex:0 0 auto;padding:9px 16px;border:1px solid var(--reader-border);border-radius:var(--radius-pill);background:var(--reader-surface);color:var(--reader-accent);font-size:.9rem;font-weight:600;box-shadow:var(--shadow-sm);transition:border-color .14s ease,transform .14s ease}.reader-nav-contents:hover{text-decoration:none;border-color:var(--reader-accent);transform:translateY(-1px)}.reader-nav-spacer{flex:1 1;max-width:46%}.page{max-width:var(--maxw);margin:0 auto;padding:36px 20px 92px;width:100%}.page-narrow{max-width:760px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.page-head h1{font-size:2rem;color:var(--accent-text)}.section-title{font-family:var(--font-display),Georgia,serif;font-size:1.55rem;font-weight:700;color:var(--accent-text);display:flex;align-items:center;gap:12px;margin:30px 0 16px}.muted{color:var(--muted)}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;gap:10px;margin-bottom:24px;box-shadow:var(--shadow-sm)}.form-card label,.form-card legend{font-size:.85rem;color:var(--muted);margin-top:6px}.form-card input:not([type]),.form-card input[type=text],.form-card select,.form-card textarea{width:100%;padding:11px 13px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font:inherit;font-size:1rem}.form-card textarea{resize:vertical}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.genre-grid{border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px;display:flex;flex-wrap:wrap;gap:8px 16px}.genre-chip{display:flex;align-items:center;gap:6px;font-size:.92rem;color:var(--text);margin:0}.genre-chip input{width:auto}.toolbar-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:18px 0}.story-list{list-style:none;display:flex;flex-direction:column;gap:10px}.story-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:15px 18px;color:var(--text);box-shadow:var(--shadow-sm);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.story-list a:hover{text-decoration:none;border-color:var(--gold);transform:translateY(-1px);box-shadow:var(--shadow-md)}.story-title{font-family:var(--font-display),Georgia,serif;font-size:1.15rem;font-weight:700}.chapter-row>.story-title,.story-list a>.story-title{flex:1 1;min-width:0}.write-row-main{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1}.write-row-meta{font-size:.85rem}.badge{font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.badge-draft{background:#ece3d0;color:#6b5d33}.badge-pending{background:#fbedcf;color:#8a5a14}.badge-published{background:#e0f1e1;color:#226b30}.badge-rejected{background:#fbe1e5;color:#a3293b}.editor-page-title{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:6px 16px;margin:10px 0 22px}.chapter-list{list-style:none;display:flex;flex-direction:column;gap:8px}.chapter-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-sm);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.chapter-row:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-1px)}.chapter-row-link{display:flex;align-items:center;gap:13px;flex:1 1;min-width:0;color:var(--text)}.chapter-row-link:hover{text-decoration:none}.chapter-row-title{font-family:var(--font-display),Georgia,serif;font-size:1.05rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.chapter-row-actions{display:flex;align-items:center;gap:10px}.editor-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm)}.lang-tabs{display:flex;gap:6px;margin-bottom:12px}.lang-tab{padding:6px 16px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-soft);font:inherit;font-size:.88rem;font-weight:600;cursor:pointer}.lang-tab.active{background:var(--brand);color:var(--on-accent);border-color:var(--brand)}.editor-head{display:flex;align-items:flex-end;gap:12px;border-bottom:1px solid var(--line);margin-bottom:14px}.chapter-title-input{flex:1 1;min-width:0;font-family:var(--font-display-latin),Georgia,serif;font-size:1.55rem;font-weight:700;border:0;padding:6px 2px 12px;background:transparent;color:var(--text)}.chapter-title-input:focus{outline:none}.editor-head:focus-within{border-bottom-color:var(--brand)}.save-pill{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;padding:4px 11px;border-radius:var(--radius-pill);font-size:.78rem;font-weight:600;white-space:nowrap;background:var(--surface-2);color:var(--muted)}.save-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.save-saving{color:#8a5a14}.save-saved{color:#226b30}.save-error{color:#a3293b}.editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:14px}.toolbar-divider{width:1px;align-self:stretch;min-height:22px;background:var(--line);margin:0 5px}.editor-toolbar button{min-width:34px;height:32px;padding:0 8px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface-2);color:var(--text);cursor:pointer;font-size:.9rem}.editor-toolbar button:hover{border-color:var(--brand);color:var(--brand)}.editor-toolbar button[aria-pressed=true]{background:var(--brand);color:var(--on-accent);border-color:var(--brand)}.tiptap{min-height:320px;outline:none;font-family:var(--font-body-latin),Georgia,serif;font-size:1.15rem;line-height:1.8;color:var(--text)}.tiptap[dir=rtl]{font-family:var(--font-body-arabic),"Segoe UI",Tahoma,serif;line-height:2}.tiptap p{margin:0 0 .9em}.tiptap h2,.tiptap h3{font-family:var(--font-display-latin),Georgia,serif;margin:.6em 0 .3em}.tiptap[dir=rtl] h2,.tiptap[dir=rtl] h3{font-family:var(--font-display-arabic),serif}.tiptap blockquote{-webkit-border-start:3px solid var(--line-strong);border-inline-start:3px solid var(--line-strong);-webkit-padding-start:14px;padding-inline-start:14px;color:var(--muted);margin:0 0 .9em}.tiptap ol,.tiptap ul{-webkit-padding-start:1.5em;padding-inline-start:1.5em;margin:0 0 .9em}.tiptap hr{border:0;border-top:2px solid var(--line-strong);width:40%;margin:1.4em auto}.prose{font-family:var(--font-body-latin),Georgia,serif;line-height:1.7;color:var(--text)}.prose[dir=rtl]{font-family:var(--font-body-arabic),"Segoe UI",Tahoma,serif;line-height:1.95}.prose p{margin:0 0 .8em}.prose h2,.prose h3{font-family:var(--font-display-latin),Georgia,serif;margin:.5em 0 .3em}.prose[dir=rtl] h2,.prose[dir=rtl] h3{font-family:var(--font-display-arabic),serif}.prose blockquote{-webkit-border-start:3px solid var(--line-strong);border-inline-start:3px solid var(--line-strong);-webkit-padding-start:12px;padding-inline-start:12px;color:var(--muted);margin:0 0 .8em}.prose ol,.prose ul{-webkit-padding-start:1.5em;padding-inline-start:1.5em;margin:0 0 .8em}.prose hr{border:0;border-top:2px solid var(--line-strong);width:40%;margin:1.2em auto}.prose-muted{opacity:.62}.search-bar{display:flex;gap:10px;margin:16px 0 8px;max-width:520px}.search-bar input[type=search]{flex:1 1;min-width:0;padding:11px 15px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text);font:inherit;font-size:.96rem}.search-bar input[type=search]:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.search-bar .btn{border-radius:var(--radius-pill)}.browse-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.browse-head .section-title{margin:0}.browse-toolbar{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin:16px 0 6px}.browse-toolbar .search-bar{margin:0;flex:1 1;min-width:240px}.browse-sort,.genre-filter{display:flex;gap:8px}.genre-filter{flex-wrap:wrap;margin:14px 0 28px}.chip{display:inline-block;padding:6px 14px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);font-size:.86rem;color:var(--text);background:var(--surface);transition:border-color .14s ease,background .14s ease,color .14s ease}.chip:hover{text-decoration:none;border-color:var(--gold);background:var(--gold-tint)}.chip-active{background:var(--brand);color:var(--on-accent);border-color:var(--brand)}.chip-active:hover{background:var(--brand-2);color:var(--on-accent);border-color:var(--brand-2)}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.story-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:22px;gap:22px}@media (max-width:560px){.story-grid{grid-template-columns:repeat(2,1fr);gap:14px 12px}}.story-card a{position:relative;display:flex;flex-direction:column;height:100%;background:transparent;border:0;padding:0;color:var(--text)}.story-card a:hover{text-decoration:none}.story-cover-wrap{position:relative;display:block;border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .16s ease,box-shadow .16s ease}.story-card a:hover .story-cover-wrap{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.story-cover{display:grid;place-items:center;aspect-ratio:2/3;color:hsla(0,0%,100%,.94);font-family:var(--font-display),Georgia,serif;font-size:3.4rem;font-weight:700;text-shadow:0 2px 14px rgba(0,0,0,.3)}.maturity-tag{position:absolute;top:8px;inset-inline-end:8px;padding:3px 9px;border-radius:var(--radius-pill);font-size:.72rem;font-weight:700;letter-spacing:.02em;color:#fff;background:rgba(20,12,28,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.maturity-mature{background:rgba(150,30,30,.82)}.story-card-body{display:flex;flex-direction:column;flex:1 1;padding:12px 4px 4px}.story-card h2{font-family:var(--font-display),Georgia,serif;font-size:1.18rem;color:var(--accent-text);margin-bottom:2px;line-height:1.2}.story-card-author{display:block;font-size:.82rem;color:var(--muted);margin-bottom:7px}.story-card-desc{color:var(--text-soft);font-size:.9rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.story-card-genres{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.story-card-genre{font-size:.72rem;font-weight:600;background:var(--brand-tint)}.story-card-genre,.updated-tag{padding:2px 9px;border-radius:var(--radius-pill);color:var(--accent-text)}.updated-tag{display:inline-block;vertical-align:middle;-webkit-margin-start:8px;margin-inline-start:8px;font-size:.68rem;font-weight:700;letter-spacing:.02em;background:var(--gold-tint,var(--brand-tint));border:1px solid var(--line);white-space:nowrap}.story-card-meta{margin-top:auto;padding-top:10px;display:flex;flex-direction:column;gap:2px;font-size:.85rem;color:var(--text-soft);font-weight:600}.story-card-stars{color:var(--gold-bright)}.story-desc{margin:16px 0;line-height:1.75;font-size:1.08rem;color:var(--text-soft)}.novel-header{display:flex;gap:28px;align-items:flex-start;margin:14px 0 26px}.novel-cover{flex:none;width:172px;aspect-ratio:2/3;border-radius:var(--radius-sm);display:grid;place-items:center;color:hsla(0,0%,100%,.94);font-family:var(--font-display),Georgia,serif;font-size:4.2rem;font-weight:700;text-shadow:0 2px 16px rgba(0,0,0,.32);box-shadow:var(--shadow-md)}.novel-head-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:10px}.novel-byline{margin:0}.novel-stats{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px;margin:2px 0}.novel-stat{font-size:.9rem;color:var(--text-soft);white-space:nowrap}.badge-maturity{background:var(--brand-tint);color:var(--accent-text)}.novel-actions{margin-top:8px}.novel-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.9rem,4.6vw,2.8rem);line-height:1.08;color:var(--accent-text)}.novel-head-body .chip-row,.novel-head-body .story-desc{margin:4px 0 0}.novel-head-body .btn-row{margin-top:8px}@media (max-width:560px){.novel-header{gap:18px}.novel-cover{width:116px;font-size:3rem}}.chapter-index-list{list-style:none;display:flex;flex-direction:column;gap:8px}.chapter-index-link{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 16px;color:var(--text);box-shadow:var(--shadow-sm);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.chapter-index-link:hover{text-decoration:none;transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:var(--gold)}.chapter-index-num{flex:none;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--brand-tint);color:var(--accent-text);font-weight:700;font-size:.95rem}.chapter-index-num,.chapter-index-title{font-family:var(--font-display),Georgia,serif}.chapter-index-title{font-size:1.05rem;min-width:0}.back-link{display:inline-flex;align-items:center;gap:5px;font-size:.9rem;color:var(--muted);margin-bottom:10px}.back-link:hover{color:var(--brand);text-decoration:none}[dir=rtl] .back-link svg{transform:scaleX(-1)}.rating-summary{display:flex;gap:30px;align-items:stretch;flex-wrap:wrap;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px 26px;box-shadow:var(--shadow-sm);margin-bottom:18px}.rating-summary-score{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:110px;-webkit-padding-end:28px;padding-inline-end:28px;-webkit-border-end:1px solid var(--line);border-inline-end:1px solid var(--line)}@media (max-width:560px){.rating-summary-score{-webkit-border-end:none;border-inline-end:none;-webkit-padding-end:0;padding-inline-end:0;width:100%}}.rating-summary-num{font-family:var(--font-display),Georgia,serif;font-size:3rem;font-weight:700;line-height:1;color:var(--accent-text)}.rating-summary-stars{color:var(--gold-bright);letter-spacing:2px}.rating-bars{flex:1 1;min-width:220px;display:flex;flex-direction:column;gap:6px}.rating-bar-row{display:flex;align-items:center;gap:10px;font-size:.85rem}.rating-bar-label{width:30px;color:var(--muted);white-space:nowrap}.rating-bar-track{flex:1 1;height:9px;border-radius:999px;background:var(--bg-2);overflow:hidden}.rating-bar-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(to right,var(--gold),var(--gold-bright))}.rating-bar-count{width:30px;text-align:end;color:var(--muted)}.star-rating{display:inline-flex;flex-direction:row-reverse;align-self:flex-start}.star-rating .star-input{position:absolute;opacity:0;width:1px;height:1px}.star-rating .star-label{font-size:2.2rem;line-height:1;padding:0 4px;margin:0;color:var(--line-strong);cursor:pointer;transition:color .12s ease,transform .12s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.star-rating .star-input:checked~.star-label,.star-rating .star-label:hover,.star-rating .star-label:hover~.star-label{color:var(--gold-bright)}.star-rating .star-label:hover{transform:scale(1.15)}.star-rating .star-input:focus-visible+.star-label{outline:2px solid var(--brand);outline-offset:3px;border-radius:6px}.rating-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:16px}.rating-item{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:16px 18px;box-shadow:var(--shadow-sm)}.rating-head{display:flex;align-items:center;gap:11px;margin-bottom:2px}.rating-avatar{flex:none;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-tint);color:var(--accent-text);font-weight:700;font-size:.95rem}.rating-head-body{display:flex;flex-direction:column;gap:1px;min-width:0}.rating-name{font-weight:600;font-size:.95rem}.rating-head-stars{color:var(--gold-bright);letter-spacing:1.5px;font-size:.85rem;line-height:1}.rating-stars-empty{color:var(--line-strong)}.rating-comment{line-height:1.65;margin-top:8px;-webkit-padding-start:47px;padding-inline-start:47px;color:var(--text-soft)}@media (max-width:560px){.rating-comment{-webkit-padding-start:0;padding-inline-start:0}}.icon-action{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease,transform .14s ease}.icon-action svg{flex:none;transition:transform .14s ease}.icon-action:hover{border-color:var(--gold);transform:translateY(-1px)}.icon-action.is-active{border-color:var(--gold);background:var(--gold-tint,var(--brand-tint));color:var(--gold)}.icon-action.is-active.is-heart{color:#c0392b;border-color:#c0392b;background:rgba(192,57,43,.08)}.icon-action.is-active svg{transform:scale(1.08)}.field-hint{font-size:.82rem;color:var(--muted);margin-top:-4px}.install-prompt{position:fixed;inset-inline:0;bottom:0;z-index:60;display:flex;justify-content:center;padding:0 12px calc(12px + env(safe-area-inset-bottom));pointer-events:none}.install-card{pointer-events:auto;display:flex;align-items:center;gap:12px;width:100%;max-width:32rem;padding:12px 14px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius);box-shadow:var(--shadow-lg);animation:install-rise .28s ease both}@keyframes install-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.install-card{animation:none}}.install-icon{flex:none;width:48px;height:48px;border-radius:11px;box-shadow:var(--shadow-sm)}.install-copy{flex:1 1;min-width:0}.install-title{margin:0;font-family:var(--font-display),Georgia,serif;font-size:1rem;font-weight:700;line-height:1.3;color:var(--text)}.install-body{margin:2px 0 0;font-size:.84rem;line-height:1.45;color:var(--muted)}.install-cta{flex:none;padding:9px 18px;border:1px solid transparent;border-radius:var(--radius-pill);background:var(--btn-bg);color:var(--on-accent);font:inherit;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow-sm)}.install-cta:hover{background:var(--btn-bg-hover)}.install-close{flex:none;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.install-close:hover{background:var(--brand-tint);color:var(--brand)}.install-steps{flex:1 1 100%;order:4;list-style:none;margin:2px 0 0;padding:10px 12px;display:flex;flex-direction:column;gap:7px;background:var(--brand-tint);border-radius:var(--radius-sm)}.install-steps li{display:flex;align-items:center;gap:8px;font-size:.86rem;line-height:1.4;color:var(--text-soft)}.install-step-n{flex:none;display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;background:var(--brand);color:var(--on-accent);font-size:.7rem;font-weight:700}.install-share{flex:none;color:var(--brand)}@media (max-width:460px){.install-card{flex-wrap:wrap;row-gap:10px}.install-copy{flex:1 1 60%}.install-cta{flex:1 1 100%;order:3;text-align:center}}.pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:30px}.story-card-winner{position:absolute;top:8px;inset-inline-start:8px}.story-card-winner .winner-badge{font-size:.68rem;padding:2px 8px}.admin-user-email{display:block;font-size:.85rem;direction:ltr;text-align:start}.genre-edit{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1 1}.genre-edit input{max-width:12rem}.genre-slug{font-size:.8rem}.genre-row-off{opacity:.55}.genre-add-form{margin-bottom:22px}.season-row-main{display:inline-flex;align-items:center;gap:10px;min-width:0}.metric-section{margin-top:26px}.metric-week{min-width:4.2rem}.metric-bar-track{max-width:30rem}.admin-report-details{margin:8px 0 0;font-size:.9rem;color:var(--text-soft);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);padding:8px 12px;white-space:pre-wrap}.report-box{margin-top:26px}.report-box summary{display:inline-block;cursor:pointer;font-size:.84rem;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.report-box summary:hover{color:var(--brand)}.report-form{margin-top:10px;max-width:30rem;display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.report-form label{font-size:.85rem;color:var(--text-soft)}.report-form .btn{align-self:flex-start}.winner-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:var(--radius-pill);font-size:.76rem;font-weight:700;letter-spacing:.02em;color:#3a2600;background:linear-gradient(135deg,#e7c25a,#c9a23f 60%,#b18c30);border:1px solid hsla(0,0%,100%,.35);box-shadow:0 1px 6px rgba(176,137,32,.3);white-space:nowrap}.check-row{display:flex;align-items:flex-start;gap:9px;font-size:.95rem;line-height:1.5;cursor:pointer}.check-row input[type=checkbox]{width:auto;min-width:0;flex:none;margin:4px 0 0}.bilingual-note{font-size:.85rem;color:var(--text-soft);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:9px 12px;margin:8px 0 2px;line-height:1.5}.rate-signin{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.rate-signin-stars{font-size:1.6rem;letter-spacing:4px;color:var(--gold-bright)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:24px;padding:10px clamp(16px,4vw,36px);background:var(--header-bg);backdrop-filter:saturate(1.2) blur(12px);-webkit-backdrop-filter:saturate(1.2) blur(12px);border-bottom:1px solid var(--line);transition:box-shadow .2s ease,border-color .2s ease,background .2s ease,transform .28s ease,visibility 0s linear 0s}html[data-chrome=hidden] .site-header{transform:translateY(-102%);visibility:hidden;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease,transform .28s ease,visibility 0s linear .28s}.site-header[data-scrolled=true]{box-shadow:var(--shadow-md)}.site-header-bar{display:flex;align-items:center}.site-header .brand{display:inline-flex;align-items:center;line-height:0}.site-header .brand:hover{text-decoration:none;opacity:.85}.brand-logo{height:27px;width:auto;display:block}.header-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:38px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-2);cursor:pointer}.header-burger span{display:block;width:18px;height:2px;border-radius:2px;background:var(--text);transition:transform .22s ease,opacity .2s ease}.header-collapse{gap:24px}.header-collapse,.nav-center{display:flex;flex:1 1;align-items:center}.nav-center{justify-content:center;gap:16px}.site-nav{display:flex;gap:6px;align-items:center}.site-nav a{display:inline-flex;align-items:center;gap:7px;font-size:.95rem;font-weight:600;padding:6px 12px;border-radius:var(--radius-pill);transition:background .16s ease,color .16s ease}.site-auth a,.site-nav a{position:relative;color:var(--text)}.site-auth a{font-size:.96rem}.nav-ico{display:inline-flex;color:var(--gold);transition:color .16s ease}.nav-ico svg{display:block}.site-nav a:hover{background:var(--brand-tint)}.site-auth a:hover,.site-nav a:hover{color:var(--brand);text-decoration:none}.site-nav a.active{color:var(--brand);background:var(--brand-tint);font-weight:700}.site-nav a.active .nav-ico{color:var(--brand)}.site-auth{gap:16px}.site-auth,.site-toggles{display:flex;align-items:center}.site-toggles{gap:10px}@media (max-width:880px){.site-header{flex-wrap:wrap;gap:0}.site-header-bar{width:100%;justify-content:space-between}.header-burger{display:inline-flex}.header-collapse{flex:0 0 100%;width:100%;flex-direction:column;align-items:stretch;gap:0;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .2s ease,padding .2s ease}.site-header[data-open=true] .header-collapse{max-height:84vh;overflow-y:auto;opacity:1;padding:8px 0 14px}.nav-center{flex:0 0 100%;width:100%}.nav-center,.site-auth,.site-nav{flex-direction:column;align-items:stretch;gap:0}.site-auth .linklike,.site-auth a:not(.btn):not(.nav-write),.site-nav a{padding:13px 4px;border-bottom:1px solid var(--line);border-radius:0;font-size:1.05rem;text-align:start}.site-nav a:after{display:none}.site-auth .linklike{width:100%}.site-auth .btn{width:100%;margin-top:12px;justify-content:center}.site-toggles{order:3;justify-content:flex-start;gap:12px;margin-top:14px;padding:16px 4px 4px;border-top:1px solid var(--line)}.site-header[data-open=true] .header-burger span:first-child{transform:translateY(6px) rotate(45deg)}.site-header[data-open=true] .header-burger span:nth-child(2){opacity:0}.site-header[data-open=true] .header-burger span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}.site-header a.btn{color:var(--on-accent)}.site-header a.btn-secondary{color:var(--accent-text)}.site-header a.nav-write{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 15px;font-size:.9rem;border:1px solid hsla(0,0%,100%,.35);border-radius:var(--radius-pill);background:linear-gradient(135deg,#e7c25a,#c9a23f 48%,#a9842c);color:#3a2600;font-weight:700;letter-spacing:.01em;box-shadow:0 2px 10px rgba(176,137,32,.35),inset 0 1px 0 hsla(0,0%,100%,.45);transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.site-header a.nav-write:hover{color:#3a2600;transform:translateY(-1px);filter:brightness(1.05) saturate(1.05);box-shadow:0 5px 18px rgba(176,137,32,.45),inset 0 1px 0 hsla(0,0%,100%,.55)}.site-header a.nav-write svg{opacity:.95}@media (max-width:880px){.site-header a.nav-write{width:100%;margin-top:12px;padding:12px 18px;font-size:1rem}}.user-menu{position:relative}.user-trigger{display:inline-flex;align-items:center;gap:8px;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:var(--radius-pill);padding:4px 12px 4px 5px;cursor:pointer;color:var(--text);font:inherit;font-size:.9rem;font-weight:600}.user-trigger:hover{border-color:var(--gold)}.user-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-family:var(--font-display),Georgia,serif;font-weight:700;font-size:.85rem}.user-name{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-panel{position:absolute;top:calc(100% + 8px);inset-inline-end:0;min-width:190px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:8px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;z-index:40}.user-menu[data-open=true] .user-panel{opacity:1;visibility:visible;transform:none}.user-panel .linklike,.user-panel a{display:block;width:100%;text-align:start;padding:9px 12px;border-radius:8px;color:var(--text);font-size:.92rem}.user-panel .linklike:hover,.user-panel a:hover{background:var(--brand-tint);color:var(--brand);text-decoration:none}.user-panel form{display:block}@media (max-width:880px){.user-menu{width:100%}.user-trigger{display:none}.user-panel{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding:0;min-width:0}.user-panel .linklike,.user-panel a{padding:13px 4px;border-bottom:1px solid var(--line);border-radius:0;font-size:1.05rem}}.theme-toggle{display:flex}.theme-btn{display:grid;place-items:center;width:34px;height:30px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-soft);cursor:pointer}.theme-btn:hover{color:var(--gold);border-color:var(--gold)}.lang-toggle-btn{min-width:34px;padding:0 8px;font-weight:700;font-size:.82rem;letter-spacing:.02em}.lang-toggle-btn[lang=ar]{font-size:1.05rem}.site-footer{flex-shrink:0;margin-top:72px;border-top:1px solid var(--line);box-shadow:0 -1px 0 var(--gold-tint);background:var(--surface);color:var(--muted)}.footer-inner{max-width:var(--maxw);margin:0 auto;padding:48px clamp(16px,4vw,36px) 34px;display:grid;grid-template-columns:2.2fr 1fr 1fr;grid-gap:36px;gap:36px}.footer-brand-col{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:38ch}.footer-logo{height:28px;width:auto;opacity:.92}.footer-blurb{color:var(--text-soft);font-size:.96rem;line-height:1.65}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-heading{font-family:var(--font-body),serif;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:2px}.footer-col a{color:var(--text-soft);font-size:.96rem;width:-moz-fit-content;width:fit-content}.footer-col a:hover{color:var(--brand)}.footer-socials{display:flex;gap:10px;align-items:center;margin-top:2px}.footer-socials a{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);color:var(--text-soft);transition:color .14s ease,border-color .14s ease,transform .14s ease,background .14s ease}.footer-socials a:hover{color:var(--brand);border-color:var(--gold);background:var(--gold-tint);transform:translateY(-2px)}.footer-bottom{max-width:var(--maxw);margin:0 auto;border-top:1px solid var(--line);padding:16px clamp(16px,4vw,36px);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.86rem}.footer-mark{color:var(--muted)}.footer-tagline{font-family:var(--font-display),Georgia,serif;font-style:italic;color:var(--gold)}@media (max-width:720px){.footer-inner{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-brand-col{grid-column:1/-1;max-width:none}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:430px){.footer-inner{grid-template-columns:1fr}}.legal .novel-title{margin-bottom:4px}.legal-updated{margin-bottom:20px;font-size:.88rem}.legal-intro{font-size:1.12rem;color:var(--text-soft);line-height:1.75;margin-bottom:8px}.legal section{margin-top:26px}.legal h2{font-family:var(--font-display),Georgia,serif;font-size:1.35rem;color:var(--accent-text);margin-bottom:10px}.legal p{color:var(--text-soft);line-height:1.8;margin-bottom:10px;max-width:70ch}.roadmap{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:18px;gap:18px;margin-top:24px}.roadmap-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm)}.roadmap-card .eyebrow{display:block;margin-bottom:14px}.roadmap-card ul{list-style:none;display:flex;flex-direction:column;gap:12px}.roadmap-card li{position:relative;-webkit-padding-start:20px;padding-inline-start:20px;color:var(--text-soft);line-height:1.6}.roadmap-card li:before{content:"•";position:absolute;inset-inline-start:0;color:var(--gold-bright);font-size:1rem;top:0}.author-header{display:flex;gap:26px;align-items:center;margin:8px 0 30px;padding:26px 28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md)}.author-avatar{flex:none;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--brand),var(--brand-2));color:#fff;font-family:var(--font-display),Georgia,serif;font-size:2.7rem;font-weight:700;box-shadow:var(--shadow-md)}.author-head-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:12px}.author-name{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.9rem,4vw,2.5rem);font-weight:700;line-height:1.08;color:var(--accent-text);margin:0}.author-bio{margin:0;color:var(--muted);line-height:1.55;max-width:60ch}.author-stats{display:flex;flex-wrap:wrap;gap:14px 28px;margin:2px 0}.author-stat{display:flex;flex-direction:column;gap:3px}.author-stat dt{font-family:var(--font-display),Georgia,serif;font-size:1.45rem;font-weight:700;line-height:1;color:var(--accent-text)}.author-stat-star{color:var(--gold)}.author-stat dd{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.author-follow{margin-top:2px}@media (max-width:560px){.author-header{flex-direction:column;text-align:center;gap:16px;padding:24px 18px}.author-head-body,.author-header{align-items:center}.author-stats{justify-content:center}}.cover-thumb{flex:none;width:44px;height:60px;border-radius:7px;overflow:hidden;display:grid;place-items:center;color:hsla(0,0%,100%,.94);font-family:var(--font-display),Georgia,serif;font-size:1.3rem;font-weight:700;box-shadow:var(--shadow-sm);text-shadow:0 1px 6px rgba(0,0,0,.3)}.cover-thumb img{width:100%;height:100%;object-fit:cover}.cover-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;overflow-wrap:anywhere;padding:10% 12%;text-align:center;font-family:var(--font-display),Georgia,serif;font-weight:700;font-size:1.25rem;line-height:1.25;text-shadow:0 2px 12px rgba(0,0,0,.32)}.novel-cover .cover-name{font-size:1.5rem;-webkit-line-clamp:6}.cover-thumb .cover-name{-webkit-line-clamp:3;padding:4px;font-size:.56rem;line-height:1.15;text-shadow:0 1px 4px rgba(0,0,0,.3)}.shelf-head{margin-bottom:8px}.shelf-page-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.9rem,4vw,2.5rem);font-weight:700;color:var(--accent-text);margin-bottom:4px}.shelf-section{margin-top:30px}.shelf-title{display:flex;align-items:center;gap:10px;font-family:var(--font-display),Georgia,serif;font-size:1.4rem;font-weight:700;color:var(--accent-text);margin-bottom:14px}.shelf-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:var(--radius-pill);background:var(--brand-tint);color:var(--accent-text);font-family:var(--font-body),sans-serif;font-size:.82rem;font-weight:700}.shelf-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(116px,1fr));grid-gap:18px;gap:18px}.shelf-item{display:flex;flex-direction:column;gap:8px;color:var(--text)}.shelf-item:hover{text-decoration:none}.shelf-item .story-cover-wrap{transition:transform .16s ease,box-shadow .16s ease}.shelf-item:hover .story-cover-wrap{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.shelf-item .cover-name{font-size:.95rem;-webkit-line-clamp:4}.shelf-item-title{font-family:var(--font-display),Georgia,serif;font-size:.98rem;line-height:1.25;color:var(--accent-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shelf-empty{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:22px 24px;border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--text-soft)}.shelf-empty p{margin:0}.shelf-authors{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.shelf-author{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);color:var(--text);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.shelf-author:hover{text-decoration:none;border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-1px)}.shelf-author-avatar{flex:none;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:1.2rem;box-shadow:var(--shadow-sm)}.shelf-author-avatar,.shelf-author-name{font-family:var(--font-display),Georgia,serif;font-weight:700}.shelf-author-name{font-size:1.05rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top8-head{margin-bottom:18px}.top8-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(2rem,5vw,2.8rem);font-weight:700;color:var(--accent-text);line-height:1.1}.top8-subtitle{margin-top:6px;max-width:56ch;line-height:1.6}.top8-season{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:8px 0 18px}.top8-season-name{font-family:var(--font-display),Georgia,serif;font-size:1.35rem;font-weight:700;color:var(--accent-text)}.top8-status{font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 12px;border-radius:var(--radius-pill)}.top8-status.is-open{background:#e0f1e1;color:#226b30}.top8-status.is-open:before{content:"● "}.top8-status.is-closed{background:var(--bg-2);color:var(--muted)}.top8-signin{margin-bottom:16px}.ballot{list-style:none;display:flex;flex-direction:column;gap:10px;counter-reset:ballot}.ballot-row{display:flex;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:12px 16px;box-shadow:var(--shadow-sm);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.ballot-row:hover{border-color:var(--gold);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ballot-row.is-mine{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset,var(--shadow-sm)}.ballot-row.is-winner{border-color:var(--gold);background:var(--gold-tint,var(--brand-tint))}.ballot-rank{flex:none;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--bg-2);color:var(--muted);font-family:var(--font-display),Georgia,serif;font-weight:700;font-size:1rem}.ballot-rank.rank-1{background:linear-gradient(145deg,#f4d160,#c9a227);color:#3a2600}.ballot-rank.rank-2{background:linear-gradient(145deg,#dfe3e8,#aab1bd);color:#2b2f36}.ballot-rank.rank-3{background:linear-gradient(145deg,#e3b07e,#b97a44);color:#3a2200}.ballot-main{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:7px}.ballot-title{font-family:var(--font-display),Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--accent-text);display:flex;align-items:center;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ballot-title:hover{color:var(--brand);text-decoration:none}.ballot-winner{flex:none;display:inline-flex;align-items:center;gap:4px;font-family:var(--font-body),sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8a5a14;background:#fbedcf;padding:2px 8px;border-radius:var(--radius-pill)}.ballot-bar{height:6px;width:100%;max-width:280px;background:var(--bg-2);overflow:hidden}.ballot-bar,.ballot-bar-fill{display:block;border-radius:999px}.ballot-bar-fill{height:100%;background:linear-gradient(to right,var(--gold),var(--gold-bright));transition:width .3s ease}.ballot-actions{flex:none;display:flex;align-items:center;gap:12px}.ballot-votes{font-size:.85rem;color:var(--text-soft);white-space:nowrap}.ballot-votes strong{font-family:var(--font-display),Georgia,serif;font-size:1.05rem;color:var(--accent-text)}.vote-active{transition:filter .14s ease}.vote-active:hover{filter:brightness(.93)}@media (max-width:560px){.ballot-row{flex-wrap:wrap;gap:10px 12px}.ballot-main{order:3;flex-basis:100%}.ballot-actions{-webkit-margin-start:auto;margin-inline-start:auto}}.story-cover-photo{padding:0}.story-cover-img{width:100%;height:100%;object-fit:cover;display:block}.novel-cover-photo{background:var(--surface-2)}.novel-cover-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.cover-uploader{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap}.cover-preview{flex:none;width:124px;aspect-ratio:2/3;border-radius:var(--radius-sm);overflow:hidden;display:grid;place-items:center;background:var(--surface-2);border:1px dashed var(--line-strong)}.cover-preview img{width:100%;height:100%;object-fit:cover}.cover-preview-empty{font-size:.82rem;color:var(--muted);text-align:center;padding:8px}.cover-uploader-side{flex:1 1;min-width:200px;display:flex;flex-direction:column;gap:10px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:14px;gap:14px;margin:18px 0 24px}.admin-stat{display:flex;flex-direction:column;gap:4px;padding:18px 20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.admin-stat-num{font-family:var(--font-display),Georgia,serif;font-size:2rem;font-weight:700;line-height:1;color:var(--accent-text)}.admin-stat-label{font-size:.82rem;color:var(--muted);letter-spacing:.02em}.admin-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.admin-nav-link{padding:9px 18px;border:1px solid var(--line-strong);border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text);font-size:.95rem;font-weight:600}.admin-nav-link:hover{text-decoration:none;border-color:var(--gold);color:var(--brand);background:var(--gold-tint)}.admin-rows{list-style:none;display:flex;flex-direction:column;gap:10px}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:14px 16px;box-shadow:var(--shadow-sm)}.admin-row-main{min-width:0;display:flex;flex-direction:column;gap:2px;flex:1 1}.admin-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-head{margin-bottom:16px}.admin-back{display:inline-block;font-size:.9rem;color:var(--muted);margin-bottom:8px}.admin-back:hover{color:var(--brand)}.admin-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.9rem,4vw,2.5rem);font-weight:700;color:var(--accent-text);line-height:1.1;margin-bottom:4px}.admin-stat-accent{border-color:var(--gold);background:var(--gold-tint,var(--brand-tint))}.admin-stat-accent .admin-stat-num{color:var(--brand)}.admin-subhead{display:flex;align-items:center;gap:10px;font-family:var(--font-display),Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--accent-text);margin:24px 0 12px}.admin-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;border-radius:var(--radius-pill);background:var(--brand-tint);color:var(--accent-text);font-family:var(--font-body),sans-serif;font-size:.82rem;font-weight:700}.admin-caught-up{padding:28px 24px;text-align:center;background:var(--surface);border:1px dashed var(--line-strong);border-radius:var(--radius)}.admin-edits{gap:18px}.admin-edit-card,.admin-edits{display:flex;flex-direction:column}.admin-edit-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm);gap:14px}.admin-edit-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.admin-edit-story{font-family:var(--font-display),Georgia,serif;font-size:1.15rem;font-weight:700;color:var(--accent-text)}.diff-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media (max-width:640px){.diff-grid{grid-template-columns:1fr}}.diff-panel{border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--surface-2);max-height:340px;overflow:auto}.diff-proposed{border-color:#bfe0c2;background:rgba(34,107,48,.05)}.diff-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.diff-proposed .diff-label{color:#226b30}.admin-review-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-review-actions input[name=note]{flex:1 1;min-width:200px;padding:9px 12px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font:inherit;font-size:.95rem}.admin-review-actions input[name=note]:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.how-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(264px,1fr));grid-gap:18px;gap:18px;margin-top:24px}.how-step{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm)}.how-step h2{font-family:var(--font-display),Georgia,serif;font-size:1.3rem;color:var(--accent-text);margin-bottom:8px}.how-step p{color:var(--text-soft);line-height:1.7}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_5366e4;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_5366e4;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_5366e4{font-family:__Cormorant_Garamond_5366e4,__Cormorant_Garamond_Fallback_5366e4;font-style:normal}.__variable_5366e4{--font-display-latin:"__Cormorant_Garamond_5366e4","__Cormorant_Garamond_Fallback_5366e4"}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_Fallback_21a4c0;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_21a4c0{font-family:__Playfair_Display_21a4c0,__Playfair_Display_Fallback_21a4c0;font-style:normal}.__variable_21a4c0{--font-hero-latin:"__Playfair_Display_21a4c0","__Playfair_Display_Fallback_21a4c0"}@font-face{font-family:__Lora_c1a059;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/03b436aa846269de-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Lora_c1a059;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/0086f8992871c45b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Lora_c1a059;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/ab00a911ac2adf48-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Lora_c1a059;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/36008747766f78c6-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Lora_c1a059;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/6d38f9d4e0f4772b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Lora_c1a059;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/08aedeceaf1dcd57-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lora_c1a059;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lora_Fallback_c1a059;src:local("Times New Roman");ascent-override:87.33%;descent-override:23.78%;line-gap-override:0.00%;size-adjust:115.20%}.__className_c1a059{font-family:__Lora_c1a059,__Lora_Fallback_c1a059;font-style:normal}.__variable_c1a059{--font-body-latin:"__Lora_c1a059","__Lora_Fallback_c1a059"}@font-face{font-family:__Amiri_9f7a0a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5aae3a1c1074c5e1-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Amiri_9f7a0a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ecb0c194634e5a7f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Amiri_9f7a0a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8c2fd50d66d22a18-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Amiri_9f7a0a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/da6e5417d357d163-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Amiri_9f7a0a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9c79641216ce8622-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Amiri_9f7a0a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/dd5f2241e050216b-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Amiri_Fallback_9f7a0a;src:local("Times New Roman");ascent-override:112.47%;descent-override:63.44%;line-gap-override:0.00%;size-adjust:99.94%}.__className_9f7a0a{font-family:__Amiri_9f7a0a,__Amiri_Fallback_9f7a0a;font-style:normal}.__variable_9f7a0a{--font-display-arabic:"__Amiri_9f7a0a","__Amiri_Fallback_9f7a0a"}