:root{--bg:#f2efea;--bg-2:#fff;--bg-3:#e8e5df;--bg-soft:#fdefe6;--fg:#1a1512;--fg-2:#2a221d;--muted:#6b645c;--border:#dcd6cc;--accent:#f15a29;--accent-2:#d94919;--accent-soft:#ffe5d9;--coral:#f15a29;--gold:#f5b642;--mint:#8dd9b8;--shadow:0 8px 30px -8px #1e140f1f;--shadow-lg:0 24px 60px -20px #1e140f40;--bar-red:#e35a4a;--bar-orange:#f19a3a;--bar-yellow:#e5b046;--bar-green:#4ba870;--radius:16px;--radius-sm:10px}[data-theme=dark]{--bg:#14110e;--bg-2:#1d1914;--bg-3:#26211b;--bg-soft:#2a1e16;--fg:#f2ede5;--fg-2:#d4cdbe;--muted:#8a8175;--border:#2d2720;--accent:#ff7044;--accent-2:#ff8a62;--accent-soft:#3a1f14;--shadow:0 8px 30px -8px #00000080;--shadow-lg:0 24px 60px -20px #000000b3}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .4s ease,color .4s ease;width:100%;max-width:100vw;overflow-x:hidden!important;overscroll-behavior-x:none;touch-action:pan-y}body{position:relative}.display{font-family:var(--font-fraunces),"Fraunces","DM Sans",Georgia,serif;font-weight:600;letter-spacing:-.02em;line-height:1.08}.sans{font-family:var(--font-dm-sans),"DM Sans",sans-serif;letter-spacing:-.01em}a{color:var(--accent-2);text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}button,input,select,textarea{font-family:inherit;font-size:inherit}input,select,textarea{background:var(--bg-2);color:var(--fg);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;width:100%;font-size:16px;line-height:1.5;outline:none;transition:border-color .2s,box-shadow .2s,background .4s,color .4s}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}input[type=checkbox],input[type=radio]{width:18px;height:18px;padding:0;margin:0;border:0;border-radius:0;background:#0000;accent-color:var(--accent);cursor:pointer;flex-shrink:0;vertical-align:middle;box-shadow:none}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:0 0 0 2px var(--accent-soft)}textarea{resize:vertical;min-height:130px;line-height:1.7}.container{max-width:1160px;margin:0 auto;padding:40px 24px}.container-narrow{max-width:680px;margin:0 auto;padding:40px 20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:#fff;border:none;padding:15px 28px;font-size:16px;font-weight:600;border-radius:10px;cursor:pointer;transition:background .2s,color .2s,transform .15s,box-shadow .2s;text-decoration:none;letter-spacing:-.005em}.btn:hover{background:var(--accent-2);color:#1a1512;transform:translateY(-1px);box-shadow:var(--shadow)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.btn-ghost{border:1.5px solid var(--border)}.btn-ghost,.btn-ghost:hover{background:var(--bg-2);color:var(--fg)}.btn-ghost:hover{border-color:var(--accent)}.btn-dark{background:var(--fg);color:var(--bg)}.btn-dark:hover{background:var(--fg-2)}.btn-lg{padding:18px 34px;font-size:17px}.btn-block{width:100%}.btn{white-space:normal;line-height:1.25;text-align:center;min-width:0}input[type=date],input[type=datetime-local],input[type=time]{appearance:none;min-width:0;max-width:100%}.muted{color:var(--muted)}.voice-input{margin-top:12px}.btn-voice{display:inline-flex;align-items:center;gap:8px;background:var(--bg-2);color:var(--fg-2);border:1.5px solid var(--border);padding:10px 16px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.btn-voice:hover{border-color:var(--accent);color:var(--fg)}.btn-voice:disabled{opacity:.6;cursor:not-allowed}.btn-voice-rec,.btn-voice-rec:hover{background:#c1352f;color:#fff;border-color:#c1352f;animation:voice-pulse 1.6s ease-in-out infinite}.voice-dot{width:8px;height:8px;border-radius:50%;background:#fff;display:inline-block;animation:voice-dot-blink 1s ease-in-out infinite}@keyframes voice-pulse{0%,to{box-shadow:0 0 0 0 #c1352f73}50%{box-shadow:0 0 0 10px #c1352f00}}@keyframes voice-dot-blink{0%,to{opacity:1}50%{opacity:.35}}.voice-interim{margin-top:10px;font-size:13px;color:var(--muted);font-style:italic;line-height:1.55}.voice-hint{margin-top:8px;font-size:12px;color:var(--muted)}.voice-error{margin-top:10px;font-size:13px;color:#c1352f;line-height:1.5}.model-card{border-radius:var(--radius);padding:40px 36px;max-width:560px;margin:0 auto;box-shadow:var(--shadow)}.card,.model-card{background:var(--bg-2)}.card{border:1.5px solid var(--border);border-radius:var(--radius);padding:28px 26px;transition:border-color .2s,transform .25s,box-shadow .25s}.card-link{display:block;text-decoration:none;color:inherit}.card-link:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:var(--shadow-lg)}.chapter-row{background:var(--bg-2);border:1.5px solid var(--border);border-radius:12px;padding:18px 22px;cursor:pointer;transition:border-color .2s,background .2s;text-align:left;width:100%}.chapter-row:hover{border-color:var(--accent);background:var(--bg-2)}.eyebrow{color:var(--accent);font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:700}.fade-in{animation:fadeIn .4s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;background:var(--accent-soft);color:var(--accent-2);border-radius:100px;font-size:12px;font-weight:600}.stars{color:var(--gold);letter-spacing:2px;font-size:16px}.field-label{display:block;margin-bottom:8px;font-size:13px;color:var(--fg);font-weight:600}.progress-top{height:4px;background:var(--border);border-radius:2px;overflow:hidden;max-width:360px;margin:0 auto 32px}.progress-top-bar{height:100%;background:var(--accent);border-radius:2px;transition:width .4s ease}.logo-light{display:block}.logo-dark,[data-theme=dark] .logo-light{display:none}[data-theme=dark] .logo-dark{display:block}.admin-sidebar{position:sticky;top:0;height:100vh}.admin-sidebar-toggle{display:none}@media (max-width:768px){.admin-shell{flex-direction:column!important}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;transform:translateX(-100%);transition:transform .25s ease;z-index:100;box-shadow:4px 0 24px #00000026}.admin-sidebar.open{transform:translateX(0)}.admin-sidebar-toggle{display:flex!important;position:sticky;top:0;z-index:50;background:var(--bg-2);border-bottom:1px solid var(--border);padding:12px 16px;align-items:center;gap:12px}.admin-main-wrap{padding:0!important}.admin-main-wrap>div{padding:16px!important}}.bg-soft{background:var(--bg-soft)}.bg-gray{background:var(--bg-3)}.section{padding:72px 0}.modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.modal-panel{background:var(--bg-2);border-radius:var(--radius);max-width:620px;width:100%;max-height:85vh;overflow-y:auto;padding:40px 36px;position:relative;box-shadow:var(--shadow-lg)}@media (max-width:640px){body{font-size:16px}.container,.container-narrow{padding:28px 18px}.model-card{padding:28px 22px}.card{padding:22px 20px}.section{padding:52px 0}.modal-panel{padding:28px 22px}}@keyframes spinStar{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin-star{display:inline-block;animation:spinStar 2s linear infinite}.loading-dots:after{content:"";display:inline-block;width:1.2em;text-align:left;animation:loadingDots 1.4s steps(4) infinite}@keyframes loadingDots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.cover-glide:hover{transform:translateY(-12px) rotate(0deg) scale(1.04)!important;z-index:10!important;box-shadow:0 30px 60px -15px #00000073!important}.nav-desktop-only{display:inline-flex;align-items:center}.nav-mobile-only{display:none}@media (max-width:640px){.nav-desktop-only{display:none!important}.nav-mobile-only{display:inline-flex!important;align-items:center;justify-content:center}.covers-desktop{display:none!important}.covers-mobile{display:flex!important}}@font-face{font-family:__DM_Sans_2f5870;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.p.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:__DM_Sans_2f5870;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_2f5870;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.p.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:__DM_Sans_2f5870;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_2f5870;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.p.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:__DM_Sans_2f5870;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_Fallback_2f5870;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_2f5870{font-family:__DM_Sans_2f5870,__DM_Sans_Fallback_2f5870;font-style:normal}.__variable_2f5870{--font-dm-sans:"__DM_Sans_2f5870","__DM_Sans_Fallback_2f5870"}@font-face{font-family:__Fraunces_ac433a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0554df8742cd4e54-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:__Fraunces_ac433a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/82870be00e201693-s.p.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:__Fraunces_ac433a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a920104f1c789752-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:__Fraunces_Fallback_ac433a;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_ac433a{font-family:__Fraunces_ac433a,__Fraunces_Fallback_ac433a;font-weight:600;font-style:normal}.__variable_ac433a{--font-fraunces:"__Fraunces_ac433a","__Fraunces_Fallback_ac433a"}