:root{--paper:#fbfaf6;--paper-deep:#f4f1e9;--card:#ffffff;--ink:#1c1917;--ink-soft:#44403c;--muted:#78716c;--line:#e7e2d6;--line-strong:#d6cfbd;--stamp:#a83a2a;--stamp-dark:#86301f;--stamp-soft:#f7e9e4;--ok:#3f6212;--radius:10px;--font-display:"Fraunces",Georgia,serif;--font-body:"Archivo",-apple-system,"Segoe UI",sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,Menlo,Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:16.5px;line-height:1.6;-webkit-font-smoothing:antialiased}::selection{background:var(--stamp-soft)}h1,h2,h3{font-family:var(--font-display);font-weight:560;line-height:1.12;letter-spacing:-.01em;margin:0}a{color:var(--stamp);text-decoration:underline;text-underline-offset:3px}a:hover{color:var(--stamp-dark)}:focus-visible{outline:3px solid var(--stamp);outline-offset:3px;border-radius:4px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.wrap{max-width:1080px}.wrap,.wrap-narrow{margin:0 auto;padding:0 24px}.wrap-narrow{max-width:760px}.site-header{border-bottom:1px solid var(--line);background:var(--paper);position:-webkit-sticky;position:sticky;top:0;z-index:50;transition:box-shadow .2s ease}.site-header.scrolled{box-shadow:0 8px 24px rgba(28,25,23,.1)}.announce-bar{background:var(--stamp);color:var(--paper);text-align:center;font-size:12.5px;font-weight:500;padding:7px 16px;letter-spacing:.01em}.announce-bar p{margin:0}.header-cta{white-space:nowrap}.site-header .wrap{justify-content:space-between;height:64px}.site-header .wrap,.wordmark{display:flex;align-items:center}.wordmark{gap:10px;text-decoration:none;font-family:var(--font-body);font-weight:700;font-size:18px;letter-spacing:-.01em}.wordmark,.wordmark:hover{color:var(--ink)}.wordmark-mark{width:30px;height:30px;border-radius:7px;overflow:hidden;display:inline-flex;flex-shrink:0}.wordmark-mark img{width:30px;height:30px;display:block}.site-nav{display:flex;gap:22px;font-size:15px}.site-nav a{color:var(--ink-soft);text-decoration:none}.site-nav a:hover{color:var(--stamp)}.hero{padding:72px 0 8px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:var(--ink-soft);margin:0 0 18px}.eyebrow:before{content:"";width:28px;height:2px;background:var(--stamp);display:inline-block}.hero h1{font-size:clamp(38px,5.4vw,62px);max-width:16ch}.hero h1 .accent{color:var(--stamp);font-style:italic}.hero-sub{font-size:19px;color:var(--ink-soft);max-width:58ch;margin:20px 0 0}.hero-sub strong{color:var(--ink)}.hero-points{display:flex;flex-wrap:wrap;gap:8px 26px;margin:22px 0 0;padding:0;list-style:none;font-size:15px;color:var(--ink-soft)}.hero-points li{display:flex;align-items:center;gap:8px}.hero-points li:before{content:"✓";color:var(--ok);font-weight:700}.tool-shell{margin:36px 0 0;border:1px solid var(--line-strong);border-radius:14px;background:var(--card);box-shadow:0 1px 2px rgba(28,25,23,.05),0 12px 32px -16px rgba(28,25,23,.18);overflow:hidden}.dropzone{padding:72px 32px;text-align:center;cursor:pointer;background:repeating-linear-gradient(0deg,transparent,transparent 31px,rgba(168,58,42,.05) 0,rgba(168,58,42,.05) 32px);transition:background-color .15s ease}.dropzone.dragging,.dropzone:hover{background-color:var(--stamp-soft)}.dropzone.dragging{outline:2px dashed var(--stamp);outline-offset:-12px}.dropzone-inner{max-width:560px;margin:0 auto}.dropzone-stamp{display:inline-block;margin-bottom:20px;border:2px solid var(--stamp);color:var(--stamp);border-radius:6px;padding:5px 14px;font-family:var(--font-mono);font-size:13px;letter-spacing:.14em;text-transform:uppercase;transform:rotate(-3deg)}.dropzone-title{font-family:var(--font-display);font-size:30px;margin:0 0 10px}.dropzone-sub{color:var(--ink-soft);margin:0 0 24px;font-size:16px}.dropzone-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.dropzone-formats{font-family:var(--font-mono);font-size:12.5px;color:var(--muted);margin:26px 0 0}.error-text{color:var(--stamp-dark)}.spinner{width:34px;height:34px;margin:0 auto 18px;border:3px solid var(--line);border-top-color:var(--stamp);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.btn{font-family:var(--font-body);font-size:16px;font-weight:600;border-radius:8px;padding:12px 22px;cursor:pointer;border:1px solid transparent;transition:background .12s ease,border-color .12s ease;display:inline-flex;align-items:center;justify-content:center}.btn,a.btn:hover{text-decoration:none}a.btn-primary:hover{color:#fff}a.btn-ghost:hover{color:var(--ink)}.btn-primary{background:var(--stamp);color:#fff}.btn-primary:hover{background:var(--stamp-dark)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}.btn-ghost:hover{border-color:var(--ink);background:var(--paper)}.btn-small{font-size:14px;padding:8px 14px}.tool-topbar{align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid var(--line);background:var(--paper-deep)}.tool-stats,.tool-topbar{display:flex;flex-wrap:wrap}.tool-stats{gap:20px;font-size:14.5px;color:var(--ink-soft)}.stat strong{color:var(--ink)}.stat-sources{font-family:var(--font-mono);font-size:13px}.tool-controls{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--line);flex-wrap:wrap}.search-input{font:inherit;font-size:15px;padding:9px 14px;border:1px solid var(--line-strong);border-radius:8px;background:var(--paper);min-width:240px;color:var(--ink)}.search-input::placeholder{color:var(--muted)}.options-row{gap:18px;flex-wrap:wrap;font-size:14.5px}.check,.options-row{display:flex;align-items:center}.check{gap:7px;cursor:pointer;color:var(--ink-soft)}.check input{width:16px;height:16px;accent-color:var(--stamp)}.redact-wrap{display:flex;align-items:center;gap:8px;color:var(--ink-soft)}.redact-input{font:inherit;font-size:14px;padding:7px 10px;width:170px;border:1px solid var(--line-strong);border-radius:7px;background:var(--paper);color:var(--ink)}.tool-panes{display:grid;grid-template-columns:300px 1fr;min-height:560px}.conv-list{border-right:1px solid var(--line);overflow-y:auto;max-height:640px;padding:10px;background:var(--paper)}.conv-item{display:block;width:100%;text-align:left;cursor:pointer;border:1px solid transparent;border-radius:8px;background:transparent;padding:11px 12px;margin-bottom:4px;font:inherit}.conv-item:hover{background:var(--card);border-color:var(--line)}.conv-item.active{background:var(--card);border-color:var(--stamp)}.conv-source{font-family:var(--font-mono);font-size:11.5px;color:var(--stamp);letter-spacing:.06em;text-transform:uppercase;display:block}.conv-title{display:block;font-weight:600;font-size:15px;margin:3px 0 2px;color:var(--ink)}.conv-meta{display:block;font-size:13px;color:var(--muted)}.reader{display:flex;flex-direction:column;min-width:0;background:var(--card)}.reader-head{padding:22px 28px 0}.reader-source{font-family:var(--font-mono);font-size:12px;color:var(--stamp);text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px}.reader-title{font-size:26px}.reader-meta{color:var(--muted);font-size:14px;margin:6px 0 0}.export-bar{display:flex;gap:10px;padding:16px 28px;border-bottom:1px solid var(--line);flex-wrap:wrap}.messages{padding:8px 28px 28px;overflow-y:auto;max-height:560px}.message{padding:18px 0;border-bottom:1px solid var(--line)}.message:last-child{border-bottom:none}.message-head{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.message-who{font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:20px}.message.user .message-who{background:var(--paper-deep);color:var(--ink-soft);border:1px solid var(--line-strong)}.message.assistant .message-who{background:var(--stamp-soft);color:var(--stamp-dark);border:1px solid #e8c9bf}.message.system .message-who{background:transparent;color:var(--muted);border:1px dashed var(--line-strong)}.message-time{font-size:13px;color:var(--muted);font-family:var(--font-mono)}.message-body{font-size:16px}.message-body p{margin:0 0 12px}.message-body p:last-child{margin-bottom:0}.message-body ol,.message-body ul{margin:0 0 12px;padding-left:24px}.message-body li{margin-bottom:4px}.message-body h1,.message-body h2,.message-body h3,.message-body h4{margin:20px 0 8px;font-size:19px}.message-body blockquote{border-left:3px solid var(--line-strong);margin:12px 0;padding:2px 14px;color:var(--ink-soft)}.message-body table{border-collapse:collapse;width:100%;margin:14px 0;font-size:14.5px;display:block;overflow-x:auto}.message-body td,.message-body th{border:1px solid var(--line-strong);padding:7px 12px;text-align:left}.message-body th{background:var(--paper-deep);font-weight:600}.message-body a{overflow-wrap:anywhere}.message-body img{max-width:100%;height:auto;border-radius:6px}code{font-family:var(--font-mono);font-size:.86em;background:var(--paper-deep);padding:2px 6px;border-radius:5px;border:1px solid var(--line)}.codeblock{margin:14px 0;border:1px solid var(--line-strong);border-radius:8px;overflow:hidden}.codeblock-bar{display:flex;align-items:center;justify-content:space-between;background:var(--ink);padding:7px 12px}.codeblock-lang{color:#d6d3d1;text-transform:uppercase;letter-spacing:.06em}.codeblock-copy,.codeblock-lang{font-family:var(--font-mono);font-size:12px}.codeblock-copy{color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:4px 12px;cursor:pointer}.codeblock-copy:hover{background:rgba(255,255,255,.22)}.codeblock pre{margin:0;background:#292524;padding:14px 16px;overflow-x:auto}.codeblock pre code{background:none;border:none;padding:0;color:#f5f5f4;font-size:13.5px;line-height:1.6}.reader-foot{justify-content:space-between;gap:14px;padding:14px 28px;border-top:1px solid var(--line);background:var(--paper-deep);flex-wrap:wrap}.privacy-note,.reader-foot{display:flex;align-items:center}.privacy-note{font-size:13.5px;color:var(--muted);margin:0;gap:7px}.privacy-note:before{content:"🔒";font-size:13px}.empty-note{padding:40px 24px;color:var(--muted);text-align:center}.section{padding:76px 0}.section-title{font-size:clamp(28px,3.4vw,40px);margin-bottom:12px}.section-lede{color:var(--ink-soft);font-size:18px;max-width:60ch;margin:0 0 36px}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin:0;padding:0;list-style:none;counter-reset:step}.step{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--card);padding:26px 24px;position:relative}.step-num{font-family:var(--font-mono);font-size:13px;color:var(--stamp);letter-spacing:.1em;display:block;margin-bottom:10px}.step h3{font-size:21px;margin-bottom:8px}.step p{color:var(--ink-soft);font-size:15.5px;margin:0}.before-after{margin-top:20px;border:1px solid var(--line-strong);border-radius:var(--radius);display:grid;grid-template-columns:1fr auto 1fr;background:var(--card);overflow:hidden}.ba-pane{padding:22px 24px}.ba-pane+.ba-pane{border-left:1px solid var(--line)}.ba-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);display:block;margin-bottom:10px}.ba-label,.ba-messy{font-family:var(--font-mono)}.ba-messy{font-size:12.5px;color:var(--ink-soft);background:var(--paper-deep);border-radius:6px;padding:12px;overflow:hidden;white-space:pre-wrap;word-break:break-all;max-height:190px}.ba-clean{font-family:var(--font-display);font-size:15px;line-height:1.55}.ba-clean strong{display:block;font-family:var(--font-mono);font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--stamp-dark);margin:10px 0 2px}.ba-clean strong:first-child{margin-top:0}.ba-arrow{display:flex;align-items:center;padding:0 4px;font-size:26px;color:var(--stamp)}.guides{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.guide{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--card);padding:26px 24px}.guide-provider{font-family:var(--font-mono);font-size:12.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--stamp);display:block;margin-bottom:10px}.guide h3{font-size:20px;margin-bottom:12px}.guide ol{margin:0;padding-left:20px;color:var(--ink-soft);font-size:15px}.guide li{margin-bottom:8px}.guide li::marker{color:var(--stamp);font-weight:700}.faq-list{border-top:1px solid var(--line-strong)}.faq-item{border-bottom:1px solid var(--line-strong)}.faq-item summary{cursor:pointer;padding:20px 4px;font-family:var(--font-display);font-size:19px;font-weight:560;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-family:var(--font-mono);color:var(--stamp);font-size:22px;flex-shrink:0}.faq-item[open] summary:after{content:"–"}.faq-item .faq-answer{padding:0 4px 22px;color:var(--ink-soft);max-width:68ch;font-size:16px}.faq-answer p{margin:0 0 10px}.faq-answer p:last-child{margin-bottom:0}.ad-zone{margin:8px 0;border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--paper-deep);min-height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:20px}.ad-zone-label{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}.ad-zone small{color:var(--muted);font-size:12.5px}.site-footer{border-top:1px solid var(--line-strong);padding:44px 0 52px;background:var(--paper-deep)}.footer-grid{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.footer-brand p{color:var(--muted);font-size:14.5px;max-width:38ch;margin:12px 0 0}.footer-links{display:flex;gap:40px}.footer-links h4{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 12px;font-weight:500}.footer-links ul{list-style:none;margin:0;padding:0;font-size:15px}.footer-links li{margin-bottom:8px}.footer-links a{color:var(--ink-soft);text-decoration:none}.footer-links a:hover{color:var(--stamp)}.footer-base{margin-top:36px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:13.5px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}@media (max-width:860px){.hero{padding:52px 0 4px}.tool-panes{grid-template-columns:1fr}.conv-list{border-right:none;border-bottom:1px solid var(--line);max-height:220px}.messages{max-height:480px;padding:4px 18px 20px}.reader-head{padding:18px 18px 0}.export-bar,.reader-foot{padding-left:18px;padding-right:18px}.dropzone{padding:52px 20px}.before-after,.guides,.steps{grid-template-columns:1fr}.ba-pane+.ba-pane{border-left:none;border-top:1px solid var(--line)}.ba-arrow{justify-content:center;padding:6px 0;transform:rotate(90deg)}.site-nav{display:none}.section{padding:56px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.spinner{animation:none}*{transition:none!important}}@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-display:"Fraunces","Fraunces Fallback"}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-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:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-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:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-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:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_5afde0{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_5afde0{--font-body:"Archivo","Archivo 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"}