:root{--bg:#071119;--bg-elevated:rgba(12,21,35,0.88);--surface:#0d1826;--surface-strong:#f7fbff;--surface-soft:#122235;--ink:#dce9fb;--ink-strong:#f4f8ff;--muted:#9bacc8;--line:rgba(184,200,225,0.12);--line-strong:rgba(184,200,225,0.24);--accent:#1aa58f;--accent-soft:rgba(26,165,143,0.16);--accent-strong:#5fe0cc;--blue:#6b92ff;--blue-soft:rgba(107,146,255,0.16);--green:#4ad987;--green-soft:rgba(74,217,135,0.18);--shadow-soft:0 24px 72px rgba(0,0,0,0.35);--shadow-card:0 18px 50px rgba(0,0,0,0.28);--radius-lg:32px;--radius-md:24px;--radius-sm:16px;--max-width:1200px}:root[data-theme=light]{--bg:#f5f0e8;--bg-elevated:rgba(255,252,247,0.88);--surface:#fffaf3;--surface-strong:#13233d;--surface-soft:#efe6d7;--ink:#10203a;--ink-strong:#081224;--muted:#58657e;--line:rgba(16,32,58,0.12);--line-strong:rgba(16,32,58,0.22);--accent:#0f7b72;--accent-soft:rgba(15,123,114,0.12);--accent-strong:#095f58;--blue:#195de2;--blue-soft:rgba(25,93,226,0.12);--green:#1f8a58;--green-soft:rgba(31,138,88,0.16);--shadow-soft:0 24px 72px rgba(12,20,37,0.1);--shadow-card:0 18px 50px rgba(12,20,37,0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}html[data-theme=light]{color-scheme:light}body{margin:0;min-height:100vh;color:var(--ink);background:radial-gradient(circle at top left,rgba(107,146,255,.16),transparent 34%),radial-gradient(circle at 80% 10%,rgba(26,165,143,.14),transparent 30%),linear-gradient(180deg,#08131d 0,var(--bg) 44%,#050d15 100%);font-family:var(--font-sans),sans-serif}html[data-theme=light] body{background:radial-gradient(circle at top left,rgba(25,93,226,.14),transparent 32%),radial-gradient(circle at 80% 10%,rgba(15,123,114,.14),transparent 28%),linear-gradient(180deg,#fbf7f0 0,var(--bg) 42%,#f8f1e7 100%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-body,.site-shell{min-height:100vh}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(7,17,25,.78);border-bottom:1px solid rgba(184,200,225,.1)}html[data-theme=light] .site-header{background:rgba(251,247,240,.78);border-bottom:1px solid rgba(16,32,58,.08)}.lab-shell,.site-footer-inner,.site-header-inner,.site-section{width:min(calc(100vw - 32px),var(--max-width));margin:0 auto}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:80px}.site-brand{display:inline-flex;flex-direction:column;gap:2px}.site-brand-mark{font-weight:700;font-size:1.05rem;letter-spacing:-.04em}.site-brand-subtitle{color:var(--muted);font-size:.78rem}.site-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;color:var(--muted);font-size:.94rem}.site-nav :where(a,span),.site-nav a{position:relative}.site-nav a:focus-visible,.site-nav a:hover{color:var(--ink)}.hero-actions,.site-header-actions{display:flex;flex-wrap:wrap;gap:12px}.site-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:600;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.site-button:focus-visible,.site-button:hover{transform:translateY(-1px)}.site-button-primary{background:linear-gradient(135deg,var(--blue),var(--accent));color:#f7fbff;box-shadow:0 12px 24px rgba(5,13,21,.34)}html[data-theme=light] .site-button-primary{background:var(--ink);color:#fdf8f1;box-shadow:0 12px 24px rgba(8,18,36,.18)}.site-button-secondary{background:rgba(13,24,38,.84);border-color:var(--line-strong);color:var(--ink)}html[data-theme=light] .site-button-secondary{background:rgba(255,250,243,.78)}.site-theme-toggle{min-width:148px}.site-theme-toggle-indicator{width:10px;height:10px;border-radius:999px;background:var(--accent-strong);box-shadow:0 0 0 4px rgba(26,165,143,.14)}.site-theme-toggle[data-theme=light] .site-theme-toggle-indicator{background:var(--blue);box-shadow:0 0 0 4px rgba(25,93,226,.12)}.site-button-ghost{padding-inline:0;min-height:auto;border-radius:0;color:var(--blue)}.site-section{padding:48px 0 96px}.interior-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);grid-gap:24px;gap:24px;align-items:start;padding-top:56px}.interior-hero-copy,.page-summary-panel,.story-card{display:grid;grid-gap:18px;gap:18px}.page-title{margin:0;font-family:var(--font-serif),serif;font-size:clamp(2.9rem,6vw,4.9rem);line-height:.98;letter-spacing:-.05em;color:var(--ink-strong);max-width:11ch}.page-description{margin:0;color:var(--muted);font-size:1.06rem;line-height:1.8;max-width:62ch}.page-summary-panel{align-content:start}.page-summary-list,.story-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px}.page-summary-list li,.story-list li{position:relative;padding-left:18px;color:var(--muted);line-height:1.75}.page-summary-list li:before,.story-list li:before{content:"";position:absolute;left:0;top:.75em;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--blue))}.story-grid{display:grid;grid-gap:20px;gap:20px}.story-grid-two,.surface-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.story-card{align-content:start}.code-label{margin:0;font-family:var(--font-mono),monospace;color:var(--blue);font-size:.82rem;letter-spacing:.08em}.hero-section{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);grid-gap:36px;gap:36px;align-items:center;min-height:calc(100vh - 120px);padding-top:56px}.hero-copy{display:grid;grid-gap:24px;gap:24px}.comparison-eyebrow,.console-mini-panel span,.lab-section-label,.policy-status,.section-eyebrow,.signal-label,.signal-meta-row span,.timeline-step-number,.variant-title{font-family:var(--font-mono),monospace;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.lab-section-label,.section-eyebrow{margin:0;color:var(--accent-strong)}.cta-panel h2,.hero-title,.lab-title,.section-title{margin:0;font-family:var(--font-serif),serif;font-weight:600;letter-spacing:-.05em;color:var(--ink-strong)}.hero-title{font-size:clamp(3.25rem,8vw,6.2rem);line-height:.96;max-width:11ch}.cta-panel p,.hero-description,.lab-description,.section-description,.supporting-copy{margin:0;font-size:1.05rem;line-height:1.75;color:var(--muted);max-width:62ch}.hero-proof-strip,.pill-list,.rail-list{list-style:none;margin:0;padding:0}.hero-proof-strip{display:flex;flex-wrap:wrap;gap:10px}.hero-proof-strip li,.pill-list li,.rail-cluster span,.rail-list li{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(12,21,35,.82);border:1px solid var(--line);color:var(--ink);font-size:.9rem}.hero-proof-strip li:before,.pill-list li:before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--blue))}.hero-stage{position:relative}.code-card,.comparison-card,.cta-panel,.hero-stage-window,.site-card,.variant-card{border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--bg-elevated);box-shadow:var(--shadow-soft)}.hero-stage-window{padding:20px}.window-chrome{display:flex;gap:8px;margin-bottom:18px}.console-dot,.window-chrome span{width:10px;height:10px;border-radius:999px;background:rgba(184,200,225,.26)}html[data-theme=light] .console-dot,html[data-theme=light] .window-chrome span{background:rgba(16,32,58,.2)}.hero-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.signal-card{min-height:0;padding:20px;border-radius:24px}.artifact-card h3,.comparison-card h3,.signal-card h2,.signal-card h3,.site-card h3,.timeline-card h3,.variant-card h2{margin:0 0 12px;font-size:1.35rem;letter-spacing:-.04em}.artifact-card p,.comparison-card p,.signal-card p,.site-card p,.timeline-card p,.variant-card p{margin:0;color:var(--muted);line-height:1.7}.signal-card-request{background:linear-gradient(180deg,rgba(17,30,47,.96),rgba(10,19,31,.92))}html[data-theme=light] .signal-card-request{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(240,234,222,.72))}.signal-card-policy{background:linear-gradient(180deg,rgba(13,49,44,.96),rgba(10,33,31,.92))}html[data-theme=light] .signal-card-policy{background:linear-gradient(180deg,rgba(221,242,235,.92),rgba(235,247,243,.8))}.signal-card-timeline{background:linear-gradient(180deg,rgba(18,32,56,.96),rgba(10,19,35,.92))}html[data-theme=light] .signal-card-timeline{background:linear-gradient(180deg,rgba(229,238,255,.9),rgba(248,250,255,.8))}.signal-card-log{background:linear-gradient(180deg,rgba(19,35,61,.98),rgba(12,21,38,.98));color:#eff4ff}.signal-card-log .signal-label,.signal-card-log p{color:rgba(239,244,255,.78)}.comparison-list,.signal-list,.timeline-list{display:grid;grid-gap:12px;gap:12px;margin:18px 0 0;padding:0;list-style:none}.comparison-list li,.signal-list li{position:relative;padding-left:18px}.comparison-list li:before,.signal-list li:before{content:"";position:absolute;left:0;top:.7em;width:8px;height:8px;border-radius:999px;background:var(--accent)}.policy-status{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;margin-top:8px;color:var(--green);background:rgba(255,255,255,.08)}html[data-theme=light] .policy-status{background:rgba(255,255,255,.68)}.log-line,.signal-meta-row{display:flex;justify-content:space-between;gap:16px;padding-top:12px;margin-top:12px;border-top:1px solid var(--line)}.log-line{border-top-color:rgba(255,255,255,.12)}.log-key{color:rgba(239,244,255,.55);font-family:var(--font-mono),monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.log-value{text-align:right;color:#ffffff}.timeline-list li{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.timeline-list span{color:var(--muted);font-family:var(--font-mono),monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.timeline-list strong{font-size:.98rem}.rail-cluster{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.section-heading{display:grid;grid-gap:12px;gap:12px;max-width:760px;margin-bottom:32px}.cta-panel h2,.lab-title,.section-title{font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1}.artifact-grid,.card-grid,.comparison-grid,.lab-grid,.split-section,.timeline-grid{display:grid;grid-gap:20px;gap:20px}.artifact-grid,.card-grid-problem{grid-template-columns:repeat(3,minmax(0,1fr))}.artifact-card,.code-card,.comparison-card,.site-card,.timeline-card,.variant-card{padding:28px}.artifact-card h3,.comparison-card h3,.site-card h3,.timeline-card h3{color:var(--ink-strong)}.comparison-card-accent,.site-card-accent{background:linear-gradient(180deg,rgba(26,165,143,.12),rgba(11,19,32,.88)),rgba(12,21,35,.86)}html[data-theme=light] .comparison-card-accent,html[data-theme=light] .site-card-accent{background:linear-gradient(180deg,rgba(15,123,114,.1),rgba(255,252,247,.84)),rgba(255,252,247,.76)}.comparison-card-muted{background:rgba(12,21,35,.8)}html[data-theme=light] .comparison-card-muted{background:rgba(255,252,247,.72)}.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-eyebrow{margin:0 0 12px;color:var(--blue)}.comparison-description{margin-bottom:18px}.timeline-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.timeline-card{display:grid;grid-gap:16px;gap:16px;border-radius:28px;border:1px solid var(--line);background:rgba(11,19,32,.78)}html[data-theme=light] .timeline-card{background:rgba(255,252,247,.66)}.timeline-step-number{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:54px;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--ink-strong)}html[data-theme=light] .timeline-step-number{background:var(--ink);color:#fff9f1}.split-section{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.split-section-reversed{align-items:center}.pill-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.code-card{display:grid;grid-gap:16px;gap:16px;background:linear-gradient(180deg,rgba(14,23,40,.98),rgba(12,18,31,.98));color:#edf2ff}.code-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.code-card .site-button-ghost{color:rgba(237,242,255,.88)}.code-block{margin:0;overflow-x:auto;border-radius:22px;padding:20px;background:rgba(255,255,255,.035);color:#f5f8ff;font-family:var(--font-mono),monospace;font-size:.88rem;line-height:1.8}.site-card-dark{background:linear-gradient(180deg,rgba(19,35,61,.98),rgba(10,19,34,.98));color:#eef4ff}.console-preview-header,.site-card-dark h3,.site-card-dark p{color:#eef4ff}.console-preview-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(200px,.75fr);grid-gap:18px;gap:18px;margin-top:20px}.console-mini-panel{display:grid;grid-gap:10px;gap:10px;padding:18px;border-radius:20px;background:rgba(255,255,255,.05)}.console-mini-panel strong{font-size:1rem}.artifact-card{display:grid;align-content:start;grid-gap:18px;gap:18px}.rail-list{display:grid;grid-gap:10px;gap:10px}.cta-section{padding-top:24px}.cta-panel{display:grid;grid-gap:18px;gap:18px;padding:42px;background:radial-gradient(circle at top right,rgba(26,165,143,.18),transparent 26%),radial-gradient(circle at left center,rgba(107,146,255,.16),transparent 32%),rgba(12,21,35,.92)}html[data-theme=light] .cta-panel{background:radial-gradient(circle at top right,rgba(15,123,114,.18),transparent 26%),radial-gradient(circle at left center,rgba(25,93,226,.16),transparent 32%),rgba(255,252,247,.86)}.site-footer{padding:0 0 40px}.site-footer-inner{display:flex;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid var(--line)}.site-footer-inner strong{display:block;margin-bottom:8px}.site-footer-inner p{margin:0;color:var(--muted)}.site-footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px;color:var(--muted)}.lab-shell{display:grid;grid-gap:28px;gap:28px;padding:48px 0 72px}.lab-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.lab-title{margin-top:8px}.lab-section{display:grid;grid-gap:14px;gap:14px}.lab-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.lab-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-card{display:grid;grid-gap:16px;gap:16px;min-height:100%}.variant-card-dark{background:linear-gradient(180deg,rgba(19,35,61,.98),rgba(10,19,34,.98));color:#eff4ff}.variant-card-dark h2,.variant-card-dark p,.variant-card-dark span,.variant-card-dark strong{color:inherit}.variant-title{margin:0;color:var(--blue)}.hero-proof-strip-compact li{min-height:34px}.timeline-list-wide{gap:18px}.timeline-list-wide li{display:grid;grid-gap:6px;gap:6px}.timeline-list-wide strong{font-size:.92rem;font-weight:500;opacity:.88}.timeline-grid-tight{grid-template-columns:1fr}@media (max-width:1120px){.site-header-inner{flex-wrap:wrap;padding:18px 0}.artifact-grid,.card-grid-problem,.comparison-grid,.console-preview-grid,.hero-section,.interior-hero,.lab-grid-three,.lab-grid-two,.split-section,.story-grid-three,.story-grid-two,.surface-grid{grid-template-columns:1fr}.timeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.lab-shell,.site-footer-inner,.site-header-inner,.site-section{width:min(calc(100vw - 24px),var(--max-width))}.hero-actions,.site-footer-links,.site-header-actions,.site-nav{justify-content:flex-start}.hero-section{min-height:auto;padding-top:32px}.hero-title{max-width:10ch}.code-card,.comparison-card,.cta-panel,.hero-stage-window,.site-card,.timeline-card,.variant-card{border-radius:24px}.hero-stage-grid,.timeline-grid{grid-template-columns:1fr}.lab-header,.site-footer-inner{flex-direction:column}.site-button{width:100%}.site-button-ghost{width:-moz-fit-content;width:fit-content}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-sans:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_eb41fe{font-family:Fraunces,Fraunces Fallback;font-style:normal}.__variable_eb41fe{--font-serif:"Fraunces","Fraunces Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-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:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_46fe82{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_46fe82{--font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}