.retro-terminal{--retro-fg:#33ff33;--retro-fg-dim:#22aa22;--retro-fg-bright:#aaffaa;--retro-fg-glow:rgba(51,255,51,0.5);--retro-fg-glow-strong:rgba(85,255,85,0.6);--retro-accent:#ffcc00;--retro-info:#55ffff;--retro-warn:#ffcc00;--retro-good:#aaffaa;--retro-error:#ff5555;--retro-border:#1b661b;--retro-border-dim:#0f2c0f;--retro-events-bg:rgba(11,51,11,0.25);color-scheme:dark;position:fixed;inset:0;z-index:9999;background:#000;border:2px solid var(--retro-border-dim);padding:18px 22px 0;font-family:IBM Plex Mono,JetBrains Mono,ui-monospace,SFMono-Regular,Courier New,monospace;color:var(--retro-fg);text-shadow:0 0 3px var(--retro-fg-glow);line-height:1.45;font-size:13px;display:flex;flex-direction:column;overflow:hidden}.retro-terminal[data-theme=amber]{--retro-fg:#ffb000;--retro-fg-dim:#b07800;--retro-fg-bright:#ffd580;--retro-fg-glow:rgba(255,176,0,0.5);--retro-fg-glow-strong:rgba(255,213,128,0.6);--retro-accent:#55ffff;--retro-good:#ffd580;--retro-border:#7a4a00;--retro-border-dim:#3b2400;--retro-events-bg:rgba(80,50,0,0.25)}.retro-terminal[data-theme=cyan]{--retro-fg:#66e0ff;--retro-fg-dim:#2c8fb3;--retro-fg-bright:#bff1ff;--retro-fg-glow:rgba(102,224,255,0.5);--retro-fg-glow-strong:rgba(191,241,255,0.6);--retro-accent:#ffcc00;--retro-good:#bff1ff;--retro-border:#1f5b6e;--retro-border-dim:#102f39;--retro-events-bg:rgba(10,45,60,0.3)}.retro-terminal-scanlines{position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0) 2px,rgba(0,20,0,.35) 0,rgba(0,20,0,.35) 3px);z-index:3}.retro-terminal:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.6) 100%);pointer-events:none;z-index:2}.retro-terminal>*{position:relative;z-index:1}.retro-statusbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:4px 8px;border:1px solid var(--retro-border);background:var(--retro-events-bg);font-size:11px;margin-bottom:10px}.retro-statusbar-left,.retro-statusbar-right{display:inline-flex;gap:14px;align-items:center}.retro-statusbar-item{color:var(--retro-fg-dim)}.retro-statusbar-item b{color:var(--retro-fg);font-weight:600}.retro-statusbar-pill{display:inline-block;background:var(--retro-fg);color:#000;text-shadow:none;padding:1px 6px;font-weight:700;letter-spacing:.04em}.retro-terminal-close{appearance:none;border:1px solid var(--retro-border);background:transparent;color:var(--retro-fg);font-family:inherit;font-size:11px;padding:2px 8px;letter-spacing:.08em;cursor:pointer}.retro-terminal-close:hover{color:var(--retro-fg-bright);border-color:var(--retro-fg);text-shadow:0 0 6px var(--retro-fg-glow-strong)}.retro-terminal-close:focus-visible{outline:2px solid var(--retro-fg-bright);outline-offset:2px}.retro-scroll{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--retro-border) transparent}.retro-scroll::-webkit-scrollbar{width:8px}.retro-scroll::-webkit-scrollbar-track{background:transparent}.retro-scroll::-webkit-scrollbar-thumb{background:var(--retro-border);border-radius:0}.retro-boot{font-family:inherit;font-size:11.5px;color:var(--retro-fg-dim);line-height:1.55;margin:0 0 14px;padding:0;white-space:pre-wrap}.retro-title{font-family:inherit;color:var(--retro-fg-bright);font-size:11px;line-height:1.1;margin:0 0 18px;text-shadow:0 0 6px var(--retro-fg-glow-strong);white-space:pre;overflow-x:auto}.retro-line{white-space:pre-wrap;word-break:break-word;font-size:13px;color:var(--retro-fg);padding:1px 0}.retro-line[data-pre=true]{white-space:pre;overflow-x:auto;font-size:11.5px;line-height:1.4}.retro-line[data-tone=dim]{color:var(--retro-fg-dim)}.retro-line[data-tone=info]{color:var(--retro-info)}.retro-line[data-tone=warn]{color:var(--retro-warn)}.retro-line[data-tone=good]{color:var(--retro-good)}.retro-line[data-tone=error]{color:var(--retro-error)}.retro-line[data-tone=accent]{color:var(--retro-accent)}.retro-line[data-tone=echo]{color:var(--retro-fg-dim)}.retro-line a,.retro-line[data-tone=echo] .retro-echo-cmd{color:var(--retro-accent)}.retro-line a{text-decoration:underline;text-underline-offset:2px}.retro-line a:hover{color:var(--retro-fg-bright)}.retro-input-row{display:flex;align-items:center;gap:6px;padding:10px 0 14px;position:relative;font-size:13px;border-top:1px dashed var(--retro-border);margin-top:6px;background:#000}.retro-prompt-path{color:var(--retro-fg)}.retro-input-display{flex:1 1 auto;position:relative;color:var(--retro-fg-bright);white-space:pre;min-height:1em}.retro-cursor{display:inline-block;width:.55em;height:1em;background:var(--retro-fg);vertical-align:text-bottom;margin-left:1px;transition:opacity .12s}.retro-cursor[data-on=false]{opacity:0}@media (prefers-reduced-motion:reduce){.retro-cursor{opacity:1!important}}.retro-input-hidden{position:absolute;inset:0;width:100%;height:100%;background:transparent;border:0;outline:none;color:transparent;caret-color:transparent;font:inherit;padding:0;margin:0}.retro-input-hidden::selection{background:var(--retro-fg);color:#000}.retro-fkeys{display:inline-flex;flex-wrap:wrap;gap:6px;padding:8px 12px;background:var(--retro-border);color:#000;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-shadow:none;margin-top:6px}.retro-fkey{padding:2px 6px;background:transparent;color:#000;border:0;cursor:pointer;font:inherit;font-weight:700;letter-spacing:inherit}.retro-fkey-n,.retro-fkey:hover{background:var(--retro-accent)}.retro-fkey-n{color:#000;padding:1px 4px;margin-right:4px;font-weight:800}.retro-fkey-a{all:unset;cursor:pointer;padding:2px 6px;display:inline-flex;align-items:center;color:#000}.retro-fkey-a:hover{color:var(--retro-border);background:var(--retro-accent)}.retro-fkey-a:focus-visible,.retro-fkey:focus-visible{outline:2px solid #000;outline-offset:2px}.retro-matrix{position:absolute;inset:0;z-index:5;background:#000;display:flex;align-items:flex-end;justify-content:center}.retro-matrix canvas{position:absolute;inset:0;width:100%;height:100%}.retro-matrix-hint{position:relative;z-index:1;margin-bottom:18px;background:rgba(0,0,0,.55);color:var(--retro-fg-bright);padding:6px 12px;letter-spacing:.08em}.retro-matrix-hint,.retro-rsearch{border:1px solid var(--retro-border);font-size:12px}.retro-rsearch{position:absolute;left:22px;right:22px;bottom:70px;z-index:6;background:#000;padding:8px 12px;display:flex;gap:8px;align-items:center;box-shadow:0 -2px 18px rgba(0,0,0,.6)}.retro-rsearch-label{color:var(--retro-accent)}.retro-rsearch-input{background:transparent;border:0;outline:none;flex:1 1 auto;color:var(--retro-fg-bright);font:inherit;caret-color:var(--retro-fg)}.retro-rsearch-match{color:var(--retro-fg)}.retro-rsearch-empty{color:var(--retro-fg-dim)}@keyframes retro-power-on{0%{opacity:0;transform:scaleY(.005) scaleX(.4);filter:blur(8px)}35%{opacity:.6;transform:scaleY(.05) scaleX(1);filter:blur(2px)}60%{opacity:1;transform:scaleY(1) scaleX(1);filter:blur(0)}to{opacity:1;transform:scaleY(1) scaleX(1);filter:blur(0)}}@keyframes retro-power-off{0%{opacity:1;transform:scaleY(1) scaleX(1);filter:blur(0)}40%{opacity:.8;transform:scaleY(.05) scaleX(1);filter:blur(2px)}to{opacity:0;transform:scaleY(.005) scaleX(.2);filter:blur(8px)}}.retro-terminal[data-anim=on]{animation:retro-power-on .38s ease-out both;transform-origin:center}.retro-terminal[data-anim=off]{animation:retro-power-off .32s ease-in both;transform-origin:center;pointer-events:none}@media (prefers-reduced-motion:reduce){.retro-terminal[data-anim]{animation:none!important}}.retro-mode{position:absolute;inset:0;z-index:7;background:#000;display:flex;flex-direction:column;padding:14px 20px}.retro-mode-bar{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;background:var(--retro-events-bg);border:1px solid var(--retro-border);font-size:11px;margin-bottom:12px}.retro-mode-title{color:var(--retro-accent);letter-spacing:.08em;font-weight:700}.retro-mode-hint{color:var(--retro-fg-dim)}.retro-mode-body{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:auto}.retro-mode-stats{display:flex;gap:18px;margin-bottom:10px;font-size:12px;color:var(--retro-fg-dim)}.retro-mode-stats b{color:var(--retro-fg-bright);margin-left:4px}.retro-mode-stats-over{color:var(--retro-warn);margin-left:12px}.retro-mode-canvas-wrap canvas{border:1px solid var(--retro-border);display:block;image-rendering:pixelated}.retro-2048{display:grid;grid-template-columns:repeat(4,72px);grid-template-rows:repeat(4,72px);gap:8px;padding:8px;background:var(--retro-events-bg)}.retro-2048,.retro-2048-cell{border:1px solid var(--retro-border)}.retro-2048-cell{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;background:rgba(0,0,0,.4);color:var(--retro-fg);font-variant-numeric:tabular-nums}.retro-2048-cell[data-tier=empty]{color:transparent;opacity:.4}.retro-2048-cell[data-tier=low]{color:var(--retro-fg)}.retro-2048-cell[data-tier=mid]{color:var(--retro-fg-bright)}.retro-2048-cell[data-tier=hi]{color:var(--retro-accent)}.retro-2048-cell[data-tier=max]{color:#000;background:var(--retro-accent);text-shadow:none}.retro-wordle{flex-direction:column;padding:8px;background:var(--retro-events-bg);border:1px solid var(--retro-border)}.retro-wordle,.retro-wordle-row{display:flex;gap:6px}.retro-wordle-cell{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;border:1px solid var(--retro-border);color:var(--retro-fg-dim);background:rgba(0,0,0,.4);text-transform:uppercase}.retro-wordle-cell[data-state=active]{border-color:var(--retro-fg);color:var(--retro-fg-bright)}.retro-wordle-cell[data-state=hit]{background:var(--retro-fg);color:#000;text-shadow:none;border-color:var(--retro-fg)}.retro-wordle-cell[data-state=near]{background:var(--retro-accent);color:#000;text-shadow:none;border-color:var(--retro-accent)}.retro-wordle-cell[data-state=miss]{background:rgba(255,255,255,.04);color:var(--retro-fg-dim);border-color:var(--retro-border-dim)}.retro-wordle-result{margin-top:8px;padding:6px 10px;font-size:12px;border:1px solid var(--retro-border)}.retro-wordle-result[data-tone=good]{color:var(--retro-good)}.retro-wordle-result[data-tone=warn]{color:var(--retro-warn)}.retro-quiz{width:min(680px,100%);padding:14px 18px;background:var(--retro-events-bg);border:1px solid var(--retro-border)}.retro-quiz-prompt{color:var(--retro-fg-bright);font-size:14px;margin-bottom:12px}.retro-quiz-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.retro-quiz-option{appearance:none;cursor:pointer;width:100%;text-align:left;background:transparent;border:1px solid var(--retro-border);color:var(--retro-fg);font:inherit;padding:8px 10px;display:flex;align-items:center;gap:10px}.retro-quiz-option:hover{background:var(--retro-border);color:var(--retro-fg-bright)}.retro-quiz-key{background:var(--retro-accent);color:#000;text-shadow:none;font-weight:800;padding:1px 6px}.retro-quiz-progress{margin-top:12px;font-size:11px;color:var(--retro-fg-dim)}.retro-quiz-result{width:min(680px,100%);padding:18px 20px;background:var(--retro-events-bg);border:1px solid var(--retro-border);display:flex;flex-direction:column;gap:10px}.retro-quiz-band{font-size:18px;font-weight:700;letter-spacing:.08em}.retro-quiz-band[data-tone=warn]{color:var(--retro-warn)}.retro-quiz-band[data-tone=info]{color:var(--retro-info)}.retro-quiz-band[data-tone=good]{color:var(--retro-good)}.retro-quiz-band[data-tone=accent]{color:var(--retro-accent)}.retro-quiz-score{color:var(--retro-fg-dim);font-size:12px}.retro-quiz-result p{margin:0}.retro-quiz-cta{color:var(--retro-fg-bright)}.retro-glitch{position:absolute;inset:0;z-index:4;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 6px,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 7px);mix-blend-mode:overlay;opacity:0;animation:retro-flicker 6s steps(2) infinite}@keyframes retro-flicker{0%,to{opacity:0}3%{opacity:.6;transform:translateY(-1px)}6%{opacity:0}92%{opacity:0}94%{opacity:.4;transform:translateY(2px)}96%{opacity:0}}@media (prefers-reduced-motion:reduce){.retro-glitch{animation:none;opacity:0!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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_fb708b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fb708b{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Fraunces;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/3724a2679eb55e3d-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/dec24892df1f6098-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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;font-style:italic;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6448e9c529f1ef4a-s.p.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/287637279c44650d-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b387097da7407747-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/cb9f64d62d112b41-s.p.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_3af297{font-family:Fraunces,Fraunces Fallback}.__variable_3af297{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2?dpl=dpl_8vX4Gy5gedzJNiRYGCnRbqXspu7P) 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:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_eaa7ac{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_eaa7ac{--font-jetbrains-mono:"JetBrains Mono","JetBrains Mono Fallback"}