:root{color-scheme:dark;--bg:#0a0c18;--surface:#12162b;--surface-2:#171c36;--border:#232849;--border-strong:#333a63;--text:#ecebf2;--text-muted:#9497b0;--text-faint:#6e7291;--accent:#d2b47e;--accent-hover:#e3c793;--accent-ink:#14110a;--accent-soft:rgba(210,180,126,0.12);--accent-line:rgba(210,180,126,0.45);--danger:#ef9183;--danger-soft:rgba(239,145,131,0.12);--radius-sm:8px;--radius:12px;--radius-lg:16px;--shadow-sm:0 1px 2px rgba(0,0,0,0.35);--shadow:0 2px 8px rgba(0,0,0,0.4),0 24px 60px -24px rgba(0,0,0,0.75);--font:var(--font-sans),ui-sans-serif,-apple-system,"Segoe UI",Roboto,sans-serif;--font-display:var(--font-serif),ui-serif,Georgia,"Times New Roman",serif;--font-read:ui-serif,Georgia,"Iowan Old Style","Times New Roman",serif}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){color-scheme:light;--bg:#f5f5f9;--surface:#ffffff;--surface-2:#eeeef5;--border:#e1e1ec;--border-strong:#c9c9da;--text:#0a0c18;--text-muted:#565a76;--text-faint:#8589a3;--accent:#1b2145;--accent-hover:#2a3260;--accent-ink:#ffffff;--accent-soft:rgba(27,33,69,0.07);--accent-line:rgba(27,33,69,0.3);--danger:#a32f1e;--danger-soft:rgba(163,47,30,0.08);--shadow-sm:0 1px 2px rgba(10,12,24,0.06);--shadow:0 1px 3px rgba(10,12,24,0.07),0 16px 40px -18px rgba(10,12,24,0.22)}}:root[data-theme=light]{color-scheme:light;--bg:#f5f5f9;--surface:#ffffff;--surface-2:#eeeef5;--border:#e1e1ec;--border-strong:#c9c9da;--text:#0a0c18;--text-muted:#565a76;--text-faint:#8589a3;--accent:#1b2145;--accent-hover:#2a3260;--accent-ink:#ffffff;--accent-soft:rgba(27,33,69,0.07);--accent-line:rgba(27,33,69,0.3);--danger:#a32f1e;--danger-soft:rgba(163,47,30,0.08);--shadow-sm:0 1px 2px rgba(10,12,24,0.06);--shadow:0 1px 3px rgba(10,12,24,0.07),0 16px 40px -18px rgba(10,12,24,0.22)}:root[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:56px;padding:0 1.5rem;background:var(--bg);border-bottom:1px solid var(--border)}.topbarInner{display:flex;align-items:center;gap:1.25rem;height:100%;max-width:1240px;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:650;letter-spacing:-.015em;color:var(--text)}.brand:hover{text-decoration:none}.brandAccent{color:var(--accent)}.brandMark{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--accent);color:var(--accent-ink);font-size:.78rem;font-weight:700}.navlinks{display:flex;align-items:center;gap:.15rem}.navlink{padding:.3rem .65rem;border-radius:var(--radius-sm);font-size:.875rem;color:var(--text-muted)}.navlink:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.topbarSpacer{flex:1 1}.topbarActions{display:flex;align-items:center;gap:.6rem}main{max-width:1240px;margin:0 auto;padding:2.5rem 1.5rem 5rem}.pagehead{margin-bottom:1.75rem}.pagehead h1{margin:0;font-family:var(--font-display);font-size:2.35rem;font-weight:400;letter-spacing:0;line-height:1.12}.pagehead p{margin:.4rem 0 0;max-width:62ch;color:var(--text-muted)}.pagehead.center{text-align:center;margin-bottom:2.5rem}.pagehead.center p{margin-inline:auto}.grid{display:grid;grid-template-columns:minmax(0,380px) minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:start}@media (max-width:900px){.grid{grid-template-columns:1fr}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.35rem;box-shadow:var(--shadow-sm)}.panelTitle{margin:0 0 1.1rem;font-size:.7rem;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:var(--text-faint)}label{display:block;margin-bottom:.95rem;font-size:.8rem;font-weight:550;color:var(--text-muted)}.row{display:grid;grid-template-columns:1fr 96px;grid-gap:.75rem;gap:.75rem}input,select,textarea{width:100%;margin-top:.35rem;padding:.55rem .7rem;font:inherit;font-size:.925rem;font-weight:400;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);resize:vertical;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}input::placeholder,textarea::placeholder{color:var(--text-faint)}input:hover,select:hover,textarea:hover{border-color:var(--border-strong)}input:focus,select:focus,textarea:focus{outline:none;background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:2rem;background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 15px) calc(50% + 2px),calc(100% - 10px) calc(50% + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}button{font:inherit;font-size:.9rem;font-weight:550;padding:.6rem 1.1rem;color:var(--accent-ink);background:var(--accent);border:1px solid transparent;border-radius:var(--radius-sm);cursor:pointer;transition:background .12s ease,transform .06s ease,opacity .12s ease}button:hover:not(:disabled){background:var(--accent-hover)}button:active:not(:disabled){transform:translateY(.5px)}button:disabled{opacity:.45;cursor:not-allowed}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button.block{width:100%}button.ghost{background:transparent;color:var(--text-muted);border-color:var(--border);padding:.35rem .7rem;font-size:.8rem}button.ghost:hover:not(:disabled){background:var(--surface-2)}button.ghost:hover:not(:disabled),button.outline{color:var(--text);border-color:var(--border-strong)}button.outline{background:transparent}button.outline:hover:not(:disabled){background:var(--surface-2)}.hint{display:block;margin:.45rem 0 0;font-size:.78rem;line-height:1.5;color:var(--text-muted)}.error{display:flex;flex-wrap:wrap;gap:.35rem;margin:.85rem 0 0;padding:.6rem .75rem;font-size:.83rem;background:var(--danger-soft);border:1px solid var(--danger-soft);border-radius:var(--radius-sm)}.error,.error a{color:var(--danger)}.error a{font-weight:600;text-decoration:underline}.empty{color:var(--text-faint)}.balancebar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--text-muted)}.balanceValue{font-weight:650;color:var(--text)}.fold{margin-bottom:.95rem;padding:.65rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.fold summary{font-size:.8rem;font-weight:550;color:var(--text-muted);cursor:pointer;list-style:none}.fold summary::-webkit-details-marker{display:none}.fold summary:before{content:"\25B8";display:inline-block;margin-right:.45rem;font-size:.75em;transition:transform .15s ease}.fold[open] summary:before{transform:rotate(90deg)}.fold[open] summary{margin-bottom:.6rem}.output{padding:0;overflow:hidden}.outputbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.7rem 1rem;background:var(--surface-2);border-bottom:1px solid var(--border);font-size:.78rem;color:var(--text-muted)}.outputActions{display:flex;gap:.4rem}.script{padding:2.25rem 2.5rem;min-height:420px;max-height:72vh;overflow-y:auto;white-space:pre-wrap;font-family:var(--font-read);font-size:1.075rem;line-height:1.8;max-width:70ch}.writing{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-weight:650}.writing:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;animation:pulse 1.15s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.25}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.writing:before{animation:none;opacity:1}*{transition:none!important}}.capturebar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface-2);border-top:1px solid var(--border);font-size:.8rem;color:var(--text-muted)}.captureActions{display:flex;gap:.4rem}.history{margin-top:1.25rem}.historyhead{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.historyhead h2{margin:0;font-size:.95rem;font-weight:650;color:var(--text)}.historyhead span{font-size:.78rem;color:var(--text-faint)}.historylist{list-style:none;margin:0;padding:0}.historylist li+li{border-top:1px solid var(--border)}.historyitem{display:block;width:100%;padding:.75rem .6rem;text-align:left;background:transparent;color:var(--text);border:none;border-radius:var(--radius-sm);cursor:pointer;font-weight:400}.historyitem:hover:not(:disabled){background:var(--surface-2)}.historytopic{display:block;font-size:.92rem;font-weight:550;line-height:1.4}.historymeta{display:block;margin-top:.2rem;font-size:.75rem;color:var(--text-faint)}.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:820px;margin:0 auto 1.75rem;align-items:start}.plan{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem;box-shadow:var(--shadow-sm)}.plan.featured{border-color:var(--accent-line);box-shadow:var(--shadow)}.planBadge{position:absolute;top:-10px;left:1.6rem;padding:.15rem .6rem;font-size:.68rem;font-weight:650;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-ink);background:var(--accent);border-radius:100px}.plan h2{margin:0;font-size:1.75rem;line-height:1.15}.plan h2,.planPrice{font-family:var(--font-display);font-weight:400}.planPrice{display:flex;align-items:baseline;gap:.4rem;margin:.5rem 0 .15rem;font-size:3.2rem;letter-spacing:0;line-height:1.05}.planPeriod{font-weight:400}.planCredits,.planPeriod{font-size:.85rem;color:var(--text-muted)}.planCredits{margin:0 0 1.2rem}.planFeatures{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;grid-gap:.55rem;gap:.55rem;font-size:.875rem}.planFeatures li{display:grid;grid-template-columns:1.1rem 1fr;grid-gap:.5rem;gap:.5rem;align-items:start;color:var(--text-muted)}.planFeatures li:before{content:"\2713";color:var(--accent);font-weight:700;font-size:.85rem;line-height:1.5}.planFeatures strong{color:var(--text);font-weight:600}.planFoot{margin-top:auto}.planCurrent{margin:0;padding:.6rem;text-align:center;font-size:.85rem;font-weight:550;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm)}.billingNote{max-width:820px;margin:0 auto;padding:1.1rem 1.35rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);font-size:.83rem;color:var(--text-muted)}.billingNote h3{margin:0 0 .35rem;font-size:.85rem;font-weight:650;color:var(--text)}.billingNote p{margin:0}.billingRow{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.authpage{display:flex;justify-content:center;padding:3.5rem 1.5rem 5rem}@media (max-width:720px){.authpage{padding:2rem 1rem 3rem}.pagehead h1{font-size:1.95rem}.planPrice{font-size:2.7rem}main{padding:1.75rem 1.1rem 3.5rem}.script{padding:1.5rem 1.35rem}}.themeToggle{display:grid;place-items:center;width:32px;height:32px;padding:0;font-size:.95rem;line-height:1;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm)}.themeToggle:hover:not(:disabled){background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/35f3de0ebb1cfc70-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:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e6099e249fd938cc-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:"Instrument Serif Fallback";src:local("Times New Roman");ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.00%;size-adjust:83.94%}.__className_315a98{font-family:"Instrument Serif","Instrument Serif Fallback";font-weight:400;font-style:normal}.__variable_315a98{--font-serif:"Instrument Serif","Instrument Serif Fallback"}