:root,:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0a0b;--bg-elevated:#0f0f11;--bg-card:#141416;--surface:#161618;--surface-2:#1d1d20;--surface-hover:#1a1a1d;--active:#232327;--line:#ffffff12;--line-strong:#ffffff24;--fg:#e9e9ec;--fg-muted:#9a9aa3;--fg-faint:#6a6a73;--accent:#d4ff4f;--accent-strong:#b9f23c;--accent-dim:#d4ff4f1f;--accent-glow:#d4ff4f38;--selection-bg:#d4ff4ff2;--selection-fg:#0a0a0b;--error:#ff7070;--card-inset:0 1px 0 #ffffff0a inset;--shadow-sm:0 1px 2px #0003, 0 2px 8px -2px #0000003d;--shadow-md:0 2px 4px #0000002e, 0 16px 32px -16px #0006;--shadow-lg:0 4px 8px #00000029, 0 40px 80px -32px #0000008c;--visual-shade:#0a0a0c;--code-bg:#0c0c10;--font-sans:var(--font-inter);--font-mono:var(--font-geist-mono);--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.3, .64, 1);--duration-fast:.14s;--duration-med:.22s;--duration-slow:.36s;--gutter:clamp(1.25rem, 4vw, 3rem);--container:72rem;--measure:40rem;--section-y:clamp(4.5rem, 9vw, 7.5rem)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f6f3;--bg-elevated:#efefea;--bg-card:#fcfcfa;--surface:#fdfdfb;--surface-2:#e8e8e2;--surface-hover:#eceae5;--active:#e3e1da;--line:#1a1a1a14;--line-strong:#1a1a1a24;--fg:#1a1a1a;--fg-muted:#5b5b55;--fg-faint:#94948d;--accent:#4f6d13;--accent-strong:#3c5608;--accent-dim:#4f6d131f;--accent-glow:#4f6d132e;--selection-bg:var(--accent-strong);--selection-fg:#f6f6f3;--error:#c53a2c;--card-inset:0 1px 0 #ffffffbf inset;--shadow-sm:0 1px 2px #1a19160d, 0 2px 6px -1px #1a19160f;--shadow-md:0 1px 2px #1a19160a, 0 4px 12px -2px #1a191614, 0 16px 32px -12px #1a19161f;--shadow-lg:0 2px 4px #1a19160d, 0 12px 24px -6px #1a19161a, 0 40px 80px -24px #1a191633;--visual-shade:#c9c9bd;--code-bg:#e7e7e1}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{background:var(--bg);min-height:100dvh;color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:1rem;line-height:1.6;overflow-x:hidden}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}ul[role=list],ol[role=list]{list-style:none}::selection{background:var(--selection-bg);color:var(--selection-fg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--fg-faint)}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.measure{max-width:var(--measure)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.focus-ring:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}.eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--fg-faint);align-items:center;gap:.5rem;font-size:.75rem;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);opacity:.8;width:1.5rem;height:1px}.display{font-family:var(--font-sans);letter-spacing:-.025em;text-wrap:balance;font-weight:600;line-height:1.15}.display--lg{font-size:clamp(2.25rem,5.2vw,3.5rem)}.display--md{font-size:clamp(1.6rem,3.2vw,2.25rem)}.display--sm{font-size:clamp(1.2rem,2.2vw,1.5rem)}.accent-text{color:var(--accent)}html.js [data-reveal]{opacity:0;transition:opacity var(--duration-med,.22s) var(--ease-out,ease), transform var(--duration-med,.22s) var(--ease-out,ease)}html.js [data-reveal][data-dir=up]{transform:translateY(12px)}html.js [data-reveal][data-dir=down]{transform:translateY(-12px)}html.js [data-reveal][data-dir=left]{transform:translate(-12px)}html.js [data-reveal][data-dir=right]{transform:translate(12px)}html.js [data-reveal][data-shown=true]{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html.js [data-reveal]{opacity:1;transition:none;transform:none}}html.theme-anim *,html.theme-anim :before,html.theme-anim :after{transition:background-color .3s,border-color .3s,color .3s,box-shadow .3s!important}body{transition:background-color .3s,color .3s}.route-enter{animation:routeFade .22s var(--ease-out) both}@keyframes routeFade{0%{opacity:.0001;transform:translateY(5px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){html.theme-anim *,html.theme-anim :before,html.theme-anim :after{transition:none!important}.route-enter{animation:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_278be4d9-module__tCz_FW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_278be4d9-module__tCz_FW__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439-s.31988l_ccedte.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.2tuy5pz7dlieh.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4-s.2dbetqa9o8jxf.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.1uyisp29ctx0d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.1rgnod-3esatf.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.0r6juujl39pe6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_cf69ced5-module__6P5kla__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_cf69ced5-module__6P5kla__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
.theme-toggle-module__DRq2aq__switch{border:1px solid var(--line-strong);background:var(--surface);cursor:pointer;border-radius:999px;flex:none;width:48px;height:27px;position:relative}.theme-toggle-module__DRq2aq__switch:hover{border-color:var(--accent)}.theme-toggle-module__DRq2aq__thumb{background:var(--bg-elevated);width:19px;height:19px;color:var(--fg);transition:transform var(--duration-med,.2s) var(--ease-spring,ease), background-color var(--duration-fast,.14s) ease, color var(--duration-fast,.14s) ease;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:3px;transform:translateY(-50%)}.theme-toggle-module__DRq2aq__iconSun,.theme-toggle-module__DRq2aq__iconMoon{transition:opacity var(--duration-fast,.14s) ease, transform var(--duration-med,.2s) var(--ease-spring,ease);position:absolute}.theme-toggle-module__DRq2aq__iconMoon{opacity:0;transform:scale(.4)rotate(-60deg)}.theme-toggle-module__DRq2aq__iconSun{opacity:1;transform:scale(1)rotate(0)}:root[data-theme=light] .theme-toggle-module__DRq2aq__thumb{background:var(--accent);color:var(--bg);transform:translate(21px,-50%)}:root[data-theme=light] .theme-toggle-module__DRq2aq__iconSun{opacity:0;transform:scale(.4)rotate(60deg)}:root[data-theme=light] .theme-toggle-module__DRq2aq__iconMoon{opacity:1;transform:scale(1)rotate(0)}@media (prefers-reduced-motion:reduce){.theme-toggle-module__DRq2aq__thumb,.theme-toggle-module__DRq2aq__iconSun,.theme-toggle-module__DRq2aq__iconMoon{transition:none}}
.command-palette-module__V6Gj_q__backdrop{z-index:200;padding:min(18vh, 8rem) var(--gutter) 2rem;background:color-mix(in srgb, var(--bg) 72%, transparent);-webkit-backdrop-filter:blur(6px);animation:command-palette-module__V6Gj_q__fadeIn var(--duration-fast) ease both;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.command-palette-module__V6Gj_q__panel{border:1px solid var(--line-strong);background:var(--bg-elevated);width:100%;max-width:34rem;box-shadow:var(--card-inset), var(--shadow-lg);animation:command-palette-module__V6Gj_q__riseIn var(--duration-med) var(--ease-out) both;border-radius:14px;overflow:hidden}.command-palette-module__V6Gj_q__inputRow{border-bottom:1px solid var(--line);color:var(--fg-faint);align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.command-palette-module__V6Gj_q__input{min-width:0;font:inherit;color:var(--fg);background:0 0;border:0;outline:none;flex:1;font-size:.95rem}.command-palette-module__V6Gj_q__input::placeholder{color:var(--fg-faint)}.command-palette-module__V6Gj_q__kbd{font-family:var(--font-mono);color:var(--fg-faint);border:1px solid var(--line-strong);background:var(--surface);border-bottom-width:2px;border-radius:5px;padding:.12rem .4rem;font-size:.66rem}.command-palette-module__V6Gj_q__list{max-height:min(42vh,22rem);padding:.4rem;list-style:none;overflow-y:auto}.command-palette-module__V6Gj_q__item{text-align:left;width:100%;color:var(--fg);transition:background-color var(--duration-fast) ease;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem .7rem;font-size:.9rem;display:flex}.command-palette-module__V6Gj_q__itemActive{background:var(--surface-2)}.command-palette-module__V6Gj_q__itemActive .command-palette-module__V6Gj_q__itemLabel{color:var(--accent)}.command-palette-module__V6Gj_q__itemHint{font-family:var(--font-mono);color:var(--fg-faint);font-size:.7rem}.command-palette-module__V6Gj_q__empty{color:var(--fg-faint);padding:1rem .7rem;font-size:.875rem}.command-palette-module__V6Gj_q__footer{border-top:1px solid var(--line);align-items:center;gap:1.25rem;padding:.6rem 1rem;display:flex}.command-palette-module__V6Gj_q__footerHint{color:var(--fg-faint);align-items:center;gap:.35rem;font-size:.72rem;display:inline-flex}@keyframes command-palette-module__V6Gj_q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes command-palette-module__V6Gj_q__riseIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.command-palette-module__V6Gj_q__backdrop,.command-palette-module__V6Gj_q__panel{animation:none}}
.header-module__3iWRfG__header{z-index:100;transition:background-color var(--duration-fast,.2s) var(--ease-out,ease), border-color var(--duration-fast,.2s) var(--ease-out,ease), backdrop-filter var(--duration-fast,.2s) var(--ease-out,ease);border-bottom:1px solid #0000;position:sticky;top:0}.header-module__3iWRfG__headerScrolled{background:color-mix(in srgb, var(--bg,#0a0a0b) 78%, transparent);-webkit-backdrop-filter:blur(12px)saturate(1.3);border-color:var(--line,#ffffff12)}.header-module__3iWRfG__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:60px;display:flex}.header-module__3iWRfG__brand{letter-spacing:-.01em;align-items:center;gap:.625rem;font-size:.95rem;font-weight:600;display:inline-flex}.header-module__3iWRfG__controls{flex:none;align-items:center;gap:.6rem;margin-left:auto;display:flex}.header-module__3iWRfG__kbdHint{border:1px solid var(--line-strong);border-radius:6px;align-items:center;gap:.2rem;padding:.25rem .45rem;display:none}.header-module__3iWRfG__kbdHint kbd{font-family:var(--font-mono);color:var(--fg-faint);font-size:.62rem}.header-module__3iWRfG__brandMark{background:linear-gradient(135deg, var(--surface-2), var(--surface));border:1px solid var(--line-strong);width:30px;height:30px;font-family:var(--font-mono);color:var(--accent);letter-spacing:.02em;border-radius:8px;place-items:center;font-size:.68rem;display:grid}.header-module__3iWRfG__brandName{display:block}.header-module__3iWRfG__nav{display:none}.header-module__3iWRfG__navList{align-items:center;gap:.25rem;display:flex}.header-module__3iWRfG__navLink{color:var(--fg-muted);transition:color var(--duration-fast) ease, background-color var(--duration-fast) ease;border-radius:6px;padding:.42rem .8rem;font-size:.875rem;position:relative}.header-module__3iWRfG__navLink:hover{color:var(--fg);background:var(--surface-hover)}.header-module__3iWRfG__navActive{color:var(--fg);background:var(--active)}.header-module__3iWRfG__cta{color:var(--bg);background:var(--accent);transition:transform var(--duration-fast) var(--ease-out);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:520;display:none}.header-module__3iWRfG__cta:hover{transform:translateY(-1px)}.header-module__3iWRfG__burger{border-radius:8px;place-content:center;align-self:center;gap:5px;width:40px;height:40px;display:grid}.header-module__3iWRfG__burgerLine{background:var(--fg);width:20px;height:1.5px;transition:transform var(--duration-fast) var(--ease-out), opacity var(--duration-fast) ease;border-radius:2px;display:block}.header-module__3iWRfG__burgerOpen:first-child{transform:translateY(3.25px)rotate(45deg)}.header-module__3iWRfG__burgerOpen:nth-child(2){transform:translateY(-3.25px)rotate(-45deg)}.header-module__3iWRfG__mobile{z-index:90;background:color-mix(in srgb, var(--bg) 96%, transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem var(--gutter) 3.5rem;opacity:0;visibility:hidden;transition:opacity var(--duration-fast) ease, visibility var(--duration-fast), transform var(--duration-fast) var(--ease-out);flex-direction:column;justify-content:space-between;display:flex;position:fixed;inset:60px 0 0;transform:translateY(-8px)}.header-module__3iWRfG__mobileOpen{opacity:1;visibility:visible;transform:translateY(0)}.header-module__3iWRfG__mobileList{flex-direction:column;gap:0;list-style:none;display:flex}.header-module__3iWRfG__mobileList li{opacity:0;transition:opacity var(--duration-med) ease, transform var(--duration-med) var(--ease-out);transform:translateY(10px)}.header-module__3iWRfG__mobileOpen .header-module__3iWRfG__mobileList li{opacity:1;transform:translateY(0)}.header-module__3iWRfG__mobileLink{letter-spacing:-.02em;align-items:baseline;gap:1rem;padding:.5rem 0;font-size:clamp(1.5rem,7vw,2.2rem);font-weight:600;line-height:1.2;display:flex}.header-module__3iWRfG__mobileIndex{font-family:var(--font-mono);color:var(--fg-faint);font-size:.72rem}.header-module__3iWRfG__mobileQuote{color:var(--fg-muted);max-width:22rem;font-size:.875rem}@media (min-width:860px){.header-module__3iWRfG__nav{display:block}.header-module__3iWRfG__navList{gap:.125rem}.header-module__3iWRfG__kbdHint,.header-module__3iWRfG__cta{display:inline-flex}.header-module__3iWRfG__burger{display:none}}
.footer-module__nP6W3G__footer{border-top:1px solid var(--line);margin-top:clamp(3rem,8vw,6rem);padding-block:clamp(3rem,7vw,4.5rem) 2rem}.footer-module__nP6W3G__grid{grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer-module__nP6W3G__brand{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.3rem,3vw,1.7rem);font-weight:600;line-height:1.2}.footer-module__nP6W3G__brandCol{flex-direction:column;gap:.5rem;display:flex}.footer-module__nP6W3G__col{flex-direction:column;display:flex}.footer-module__nP6W3G__tagline{color:var(--fg-muted);max-width:22rem;font-size:.9rem}.footer-module__nP6W3G__colTitle{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:.9rem;font-size:.6875rem}.footer-module__nP6W3G__colList{flex-direction:column;gap:.45rem;display:flex}.footer-module__nP6W3G__link{color:var(--fg-muted);transition:color var(--duration-fast) ease;font-size:.9rem}.footer-module__nP6W3G__link:hover{color:var(--fg)}.footer-module__nP6W3G__bar{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.footer-module__nP6W3G__colophon{color:var(--fg-faint);align-items:center;gap:.5rem;font-size:.78rem;display:inline-flex}.footer-module__nP6W3G__dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.footer-module__nP6W3G__monoHide{font-family:var(--font-mono)}.footer-module__nP6W3G__toTop{color:var(--fg-muted);align-items:center;gap:.5rem;font-size:.8rem;display:inline-flex}.footer-module__nP6W3G__toTop:hover{color:var(--fg)}@media (min-width:720px){.footer-module__nP6W3G__grid{grid-template-columns:2fr 1fr 1fr}.footer-module__nP6W3G__footer,.footer-module__nP6W3G__grid{padding-bottom:0}.footer-module__nP6W3G__grid{padding-bottom:2.5rem}}
.discard-dialog-module__vrJ2NW__overlay{z-index:1000;background:color-mix(in srgb, var(--bg) 72%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:discard-dialog-module__vrJ2NW__fade var(--duration-med) var(--ease-out) both;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}@keyframes discard-dialog-module__vrJ2NW__fade{0%{opacity:0}}.discard-dialog-module__vrJ2NW__window{border:1px solid var(--line-strong);background:var(--bg-card);width:min(100%,26rem);box-shadow:var(--card-inset), var(--shadow-lg);animation:discard-dialog-module__vrJ2NW__rise var(--duration-med) var(--ease-out) both;border-radius:16px;overflow:hidden}@keyframes discard-dialog-module__vrJ2NW__rise{0%{opacity:0;transform:translateY(8px)scale(.98)}}.discard-dialog-module__vrJ2NW__windowBar{border-bottom:1px solid var(--line);background:var(--bg-elevated);align-items:center;gap:.75rem;padding:.8rem 1rem;display:flex}.discard-dialog-module__vrJ2NW__dots{gap:6px;display:flex}.discard-dialog-module__vrJ2NW__dots i{background:var(--line-strong);border-radius:50%;width:10px;height:10px}.discard-dialog-module__vrJ2NW__windowTitle{font-family:var(--font-mono);color:var(--fg-muted);font-size:.78rem}.discard-dialog-module__vrJ2NW__windowHint{font-family:var(--font-mono);color:var(--fg-faint);margin-left:auto;font-size:.7rem}.discard-dialog-module__vrJ2NW__body{gap:.6rem;padding:clamp(1.4rem,4vw,2rem);display:grid}.discard-dialog-module__vrJ2NW__title{letter-spacing:-.02em;color:var(--fg);font-size:1.15rem;font-weight:620}.discard-dialog-module__vrJ2NW__text{color:var(--fg-muted);font-size:.92rem;line-height:1.6}.discard-dialog-module__vrJ2NW__actions{flex-wrap:wrap;gap:.6rem;margin-top:1.1rem;display:flex}.discard-dialog-module__vrJ2NW__keep{border:1px solid var(--line-strong);color:var(--fg);background:var(--surface);transition:border-color var(--duration-fast) ease, background-color var(--duration-fast) ease, transform var(--duration-fast) var(--ease-out);border-radius:12px;flex:1;padding:.75rem 1.2rem;font-size:.9rem;font-weight:560}.discard-dialog-module__vrJ2NW__keep:hover{border-color:var(--accent);transform:translateY(-1px)}.discard-dialog-module__vrJ2NW__keep:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.discard-dialog-module__vrJ2NW__leave{color:#fff;background:var(--error);transition:opacity var(--duration-fast) ease, transform var(--duration-fast) var(--ease-out);border-radius:12px;flex:1;padding:.75rem 1.2rem;font-size:.9rem;font-weight:620}.discard-dialog-module__vrJ2NW__leave:hover{opacity:.88;transform:translateY(-1px)}.discard-dialog-module__vrJ2NW__leave:focus-visible{outline:2px solid var(--error);outline-offset:2px}
.toaster-module__iCAjva__region{z-index:1100;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;width:max-content;max-width:calc(100vw - 2.5rem);display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}.toaster-module__iCAjva__toast{border:1px solid var(--line-strong);background:var(--bg-elevated);max-width:min(24rem,100vw - 2.5rem);box-shadow:var(--card-inset), var(--shadow-md);color:var(--fg);opacity:0;transition:opacity var(--duration-med) var(--ease-out), transform var(--duration-med) var(--ease-out);border-radius:10px;align-items:flex-start;gap:.55rem;padding:.65rem .95rem;font-size:.85rem;line-height:1.45;display:flex;transform:translateY(10px)scale(.98)}.toaster-module__iCAjva__toastIn{opacity:1;transform:none}.toaster-module__iCAjva__toastAccent{border-color:color-mix(in srgb, var(--accent) 45%, var(--line-strong))}.toaster-module__iCAjva__toastLeaving{opacity:0;transition-duration:.18s;transform:translateY(6px)scale(.98)}.toaster-module__iCAjva__tick{font-family:var(--font-mono);color:var(--accent);font-size:.95rem;line-height:1.45}.toaster-module__iCAjva__text{overflow-wrap:anywhere}@media (min-width:720px){.toaster-module__iCAjva__region{align-items:flex-end;bottom:1.5rem;left:auto;right:1.5rem;transform:none}}@media (prefers-reduced-motion:reduce){.toaster-module__iCAjva__toast{transition:none}}
