:root{--bg:#0b0d0d;--bg-elevated:#131717;--bg-card:#101414;--ink:#e7eaea;--ink-muted:#889090;--ink-faint:#5c6666;--line:#202626;--line-strong:#2c3434;--teal:#5eead4;--teal-dim:#2e5f56;--teal-soft:rgba(94,234,212,.09);--teal-hover:#7df0dd;--on-teal:#05100d;--radius:2px;--content-width:1180px;--page-pad:40px;--sidebar-width:264px;--card-pad:32px;--section-pad:48px 0 96px}[data-theme=light]{--bg:#fbfbfa;--bg-elevated:#f4f5f4;--bg-card:#fff;--ink:#161a1a;--ink-muted:#5f6767;--ink-faint:#868e8e;--line:#e3e6e5;--line-strong:#d2d7d6;--teal:#0d9488;--teal-dim:#99ded1;--teal-soft:rgba(13,148,136,.1);--teal-hover:#0b7c72;--on-teal:#fff}*{box-sizing:border-box}body,html{background:var(--bg)}body{margin:0;color:var(--ink);font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}a{color:inherit}.mono{font-family:var(--font-mono),ui-monospace,monospace;letter-spacing:.02em}.wrap{max-width:var(--content-width);margin:0 auto;padding:0 var(--page-pad)}.shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100svh}.sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100svh;background:var(--bg-elevated);border-right:1px solid var(--line);padding:32px 24px;justify-content:space-between;gap:24px}.main-area,.sidebar{display:flex;flex-direction:column}.main-area{position:relative;min-width:0}.main-area>main{flex:1 1}.main-topbar{position:absolute;top:22px;right:var(--page-pad);z-index:5}.brand{display:flex;flex-direction:column;align-items:center;gap:14px;text-decoration:none;padding:8px 0 0}.brand-avatar{display:block;width:88px;height:88px;flex-shrink:0;border-radius:50%;overflow:hidden;border:1px solid var(--line-strong);background:var(--bg-card);transition:border-color .15s ease}.brand-avatar img{display:block;width:100%;height:100%;object-fit:cover}.brand:hover .brand-avatar{border-color:var(--teal-dim)}.brand-mark{font-family:var(--font-display),serif;font-size:24px;font-weight:600;color:var(--ink);letter-spacing:.01em;white-space:nowrap}.side-nav{margin-top:40px;display:flex;flex-direction:column;gap:2px}.side-link{display:flex;align-items:center;gap:12px;font-family:var(--font-mono),monospace;font-size:13px;color:var(--ink-muted);text-decoration:none;letter-spacing:.02em;padding:11px 12px;border-radius:8px;white-space:nowrap;transition:color .15s ease,background .15s ease}.side-link svg{width:16px;height:16px;flex-shrink:0}.side-link:hover{color:var(--ink);background:var(--teal-soft)}.side-link.is-active{color:var(--teal);background:var(--teal-soft)}.side-social{display:flex;gap:4px;padding-top:16px;border-top:1px solid var(--line)}.side-social,.side-social-link{align-items:center;justify-content:center}.side-social-link{display:inline-flex;width:32px;height:32px;border-radius:50%;color:var(--ink-faint);transition:color .15s ease,background .15s ease}.side-social-link:hover{color:var(--teal);background:var(--teal-soft)}.side-social-link svg{width:16px;height:16px}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:var(--bg);padding:0;cursor:pointer;transition:border-color .15s ease,background .15s ease}.theme-toggle svg{width:20px;height:auto;display:block;transition:transform .2s ease}.hat-brim,.hat-crown{fill:#eef0f0;stroke:#7d8585;stroke-width:.7}.hat-band{fill:#202626}[data-theme=light] .hat-brim,[data-theme=light] .hat-crown{fill:#1a1f1f;stroke:#0b0d0d;stroke-width:.7}[data-theme=light] .hat-band{fill:#868e8e}.theme-toggle:hover{border-color:var(--line-strong);background:var(--bg-elevated)}.theme-toggle:hover svg{transform:rotate(-6deg) translateY(-1px)}.crossings-title,.hero-eyebrow{font-family:var(--font-mono),monospace;font-size:12px;color:var(--ink-faint);letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}.landing-hero{padding:64px 0 72px}.landing-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.landing-latest{min-width:0}.landing-hero h1{font-family:var(--font-display),serif;font-weight:600;font-size:clamp(34px,3.6vw,46px);line-height:1.1;margin:0 0 28px;max-width:18ch}.landing-hero p{color:var(--ink-muted);font-size:19px;line-height:1.7;max-width:50ch;margin:0 0 18px}.landing-hero .hero-motto{color:var(--ink);font-weight:500;letter-spacing:.01em;margin:28px 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn-ghost,.btn-primary{display:inline-block;font-family:var(--font-mono),monospace;font-size:13px;letter-spacing:.02em;text-decoration:none;padding:12px 20px;border-radius:var(--radius);transition:all .15s ease}.btn-primary{background:var(--teal);color:var(--on-teal);font-weight:500}.btn-primary:hover{background:var(--teal-hover)}.btn-ghost{border:1px solid var(--line);color:var(--ink-muted)}.btn-ghost:hover{border-color:var(--teal);color:var(--teal)}.featured-card{display:block;text-decoration:none;color:inherit;background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);padding:var(--card-pad);transition:border-color .15s ease}.featured-card:hover{border-color:var(--teal-dim)}.featured-card h2{font-family:var(--font-display),serif;font-weight:600;font-size:24px;margin:6px 0 14px;line-height:1.25}.featured-card:hover h2{color:var(--teal)}.featured-card p{color:var(--ink-muted);font-size:16px;margin:0 0 16px}.featured-cta{display:inline-block;margin-top:12px;font-size:13px;color:var(--teal)}.page-header{padding:76px 0 44px;border-bottom:1px solid var(--line)}.page-header h1{font-family:var(--font-display),serif;font-weight:600;font-size:clamp(34px,4vw,48px);margin:0 0 14px}.page-header p{color:var(--ink-muted);font-size:17px;margin:0;max-width:52ch}.filters{margin-bottom:44px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.search-input{flex:1 1 260px;max-width:380px;background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);font-family:var(--font-body),sans-serif;font-size:15px;padding:13px 16px}.search-input::placeholder{color:var(--ink-faint)}.search-input:focus{outline:none;border-color:var(--teal-dim)}.tag-filters,.tags{display:flex;gap:8px;flex-wrap:wrap}.tag-filter{font-family:var(--font-mono),monospace;font-size:12px;color:var(--ink-faint);background:transparent;border:1px solid var(--line);border-radius:var(--radius);padding:6px 12px;cursor:pointer;text-transform:lowercase;transition:all .15s ease}.tag-filter:hover{color:var(--ink);border-color:var(--ink-faint)}.tag-filter.is-active{color:var(--teal);border-color:var(--teal-dim);background:var(--teal-soft)}.about-body{padding:var(--section-pad)}.about-body p{color:var(--ink-muted);font-size:18px;line-height:1.75;max-width:60ch;margin:0 0 20px}.about-body strong,.landing-hero strong{color:var(--teal);font-weight:500}.contact-list{margin-top:36px;display:flex;flex-direction:column;gap:1px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;max-width:480px}.contact-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:var(--bg-card);text-decoration:none;color:inherit;transition:background .15s ease}.contact-item:hover{background:var(--bg-elevated)}.contact-label{font-size:12px;color:var(--ink-faint);text-transform:uppercase;letter-spacing:.06em}.contact-value{color:var(--teal);font-size:15px}.crossings{padding:var(--section-pad)}.crossings-title{margin-bottom:24px}.river{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:start}.crossing{position:relative;display:block;padding:var(--card-pad);background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .15s ease}.crossing:hover{border-color:var(--teal-dim)}.dock{position:absolute;top:var(--card-pad);right:var(--card-pad);width:9px;height:9px;border-radius:50%;background:transparent;border:1.5px solid var(--line-strong);transition:border-color .15s ease,background .15s ease}.crossing:hover .dock{border-color:var(--teal);background:var(--teal)}.crossing-date{font-family:var(--font-mono),monospace;font-size:12px;color:var(--ink-faint);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.crossing h2{font-family:var(--font-display),serif;font-weight:600;font-size:23px;margin:0 0 12px;padding-right:20px;line-height:1.28}.crossing:hover h2{color:var(--teal)}.crossing p{color:var(--ink-muted);margin:0 0 14px;font-size:16px}.tag{font-size:11px;border:1px solid var(--line);border-radius:var(--radius);padding:3px 8px;text-transform:lowercase;letter-spacing:.02em}.empty-state,.tag{font-family:var(--font-mono),monospace;color:var(--ink-faint)}.empty-state{padding:40px 0;font-size:14px}.post-header{padding:64px 0 36px;border-bottom:1px solid var(--line);max-width:46rem}.back-link{display:inline-block;font-family:var(--font-mono),monospace;font-size:13px;color:var(--teal);text-decoration:none;margin-bottom:28px}.back-link:hover{text-decoration:underline}.post-header .crossing-date{margin-bottom:14px}.post-header h1{font-family:var(--font-display),serif;font-weight:600;font-size:clamp(28px,5vw,40px);line-height:1.15;margin:0 0 18px}.post-body{padding:var(--section-pad);font-size:18px;line-height:1.75;max-width:46rem}.post-body h2{font-family:var(--font-display),serif;font-size:24px;font-weight:600;margin:44px 0 16px}.post-body ol,.post-body p,.post-body ul{margin:0 0 20px;color:var(--ink)}.post-body ol,.post-body ul{padding-left:22px}.post-body li{margin-bottom:8px}.post-body strong{color:var(--teal);font-weight:700}.post-body em{color:var(--ink-muted)}.post-body img{border-radius:var(--radius);margin:8px 0 28px}.post-body img,.video-embed{width:100%;border:1px solid var(--line)}.video-embed{position:relative;aspect-ratio:16/9;margin:8px 0 32px;border-radius:var(--radius);overflow:hidden;background:var(--bg-card)}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.post-body a{color:var(--teal)}.post-body code{font-family:var(--font-mono),monospace;background:var(--bg-card);padding:2px 6px;border-radius:var(--radius);font-size:.9em;border:1px solid var(--line)}.post-body h3{font-family:var(--font-display),serif;font-size:19px;font-weight:600;margin:32px 0 12px}.post-body hr{border:0;border-top:1px solid var(--line);margin:40px 0}.post-body pre{font-family:var(--font-mono),ui-monospace,monospace;background:var(--bg-card);border:1px solid var(--line);border-left:2px solid var(--teal-dim);border-radius:var(--radius);padding:16px 18px;margin:8px 0 28px;font-size:14px;line-height:1.6;overflow-x:auto}.post-body pre code{background:none;border:0;padding:0;font-size:inherit;color:var(--ink)}.post-body table{width:100%;border-collapse:collapse;margin:8px 0 28px;font-size:15px}.post-body thead th{font-family:var(--font-mono),ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted);text-align:left;padding:0 12px 10px;border-bottom:1px solid var(--line-strong)}.post-body tbody td{padding:11px 12px;border-bottom:1px solid var(--line);vertical-align:top}.post-body tbody tr:last-child td{border-bottom:0}.post-body td:first-child,.post-body th:first-child{padding-left:0}.post-body td:last-child,.post-body th:last-child{padding-right:0}@media (max-width:640px){.post-body table{display:block;overflow-x:auto;white-space:nowrap}}.post-body p:has(+p>em:only-child)>img{margin-bottom:8px}.post-body p:has(>img)+p>em:only-child{display:block;font-size:15px;line-height:1.55;color:var(--ink-muted);border-left:2px solid var(--line-strong);padding-left:14px;margin-bottom:34px}.post-body blockquote{margin:32px 0;padding:2px 0 2px 20px;border-left:2px solid var(--teal-dim);color:var(--ink-muted)}.post-body blockquote p{margin:0}.post-body blockquote p+p{margin-top:14px}.notfound{padding:80px 0 110px;text-align:center}.notfound-graphic{width:100%;max-width:380px;height:auto;margin:0 auto 32px;display:block}.nf-river{fill:none;stroke:var(--teal);stroke-width:1.5}.nf-river-lost{opacity:.35}.nf-dock{fill:var(--teal)}.nf-code{font-family:var(--font-mono),monospace;font-size:34px;font-weight:500;fill:var(--ink-faint);letter-spacing:.06em}.notfound h1{font-family:var(--font-display),serif;font-weight:600;font-size:clamp(30px,5vw,42px);line-height:1.1;margin:0 0 16px}.notfound p{color:var(--ink-muted);font-size:17px;max-width:46ch;margin:0 auto 32px}.notfound .hero-actions{justify-content:center}@media (max-width:760px){.notfound{padding:48px 0 72px}}.site-footer{border-top:1px solid var(--line);padding:32px 0;font-family:var(--font-mono),monospace;font-size:12px;color:var(--ink-faint)}@media (max-width:1180px){.river{grid-template-columns:1fr}}@media (max-width:900px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;justify-content:space-between;border-right:none;border-bottom:1px solid var(--line);padding:14px var(--page-pad)}.sidebar-top{display:flex;align-items:center;gap:32px;min-width:0}.brand{flex-direction:row;align-items:center;gap:10px;padding:0}.brand-avatar{width:34px;height:34px}.brand-mark{font-size:21px}.side-social{gap:2px;padding-top:0;border-top:none}.side-nav{margin-top:0;flex-direction:row;gap:4px}.side-link{padding:11px 10px}.main-topbar{position:static;display:flex;justify-content:flex-end;padding:14px var(--page-pad) 0}.landing-hero{padding:48px 0 56px}.landing-hero-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:760px){:root{--page-pad:20px;--card-pad:24px}.sidebar{flex-wrap:wrap;gap:12px}.sidebar-top{gap:16px}.side-link{gap:8px;padding:9px 8px;font-size:12px}.landing-hero{padding:36px 0 44px}.landing-hero h1{font-size:clamp(28px,8vw,38px);max-width:16ch}.landing-hero p{font-size:16px}.featured-card h2{font-size:22px}.page-header{padding:40px 0 28px}.crossings{padding:32px 0 56px}.post-header{padding:36px 0 24px}.post-body{font-size:16.5px}.about-body,.post-body{padding:32px 0 64px}.about-body p{font-size:16px}.contact-item{padding:14px 16px}}@media (max-width:560px){.side-link svg{display:none}.side-link{padding:8px 6px}.sidebar-top{gap:12px}}@media (max-width:420px){.hero-actions{flex-direction:column;align-items:stretch}.btn-ghost,.btn-primary{text-align:center}.contact-item{flex-direction:column;align-items:flex-start;gap:4px}}@font-face{font-family:__Piazzolla_cd96bf;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e28c65d9006a22a1-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:__Piazzolla_cd96bf;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c5f958c7a235791-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Piazzolla_cd96bf;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/442f47f22fe74958-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Piazzolla_cd96bf;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0e9e8cd5f4e883e6-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:__Piazzolla_cd96bf;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bcb9f874b1b171d4-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:__Piazzolla_cd96bf;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4e6f92d9bee8eb56-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:__Piazzolla_cd96bf;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48a4e4f0c0abd934-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:__Piazzolla_Fallback_cd96bf;src:local("Times New Roman");ascent-override:101.33%;descent-override:28.30%;line-gap-override:0.00%;size-adjust:109.54%}.__className_cd96bf{font-family:__Piazzolla_cd96bf,__Piazzolla_Fallback_cd96bf;font-weight:600;font-style:normal}.__variable_cd96bf{--font-display:"__Piazzolla_cd96bf","__Piazzolla_Fallback_cd96bf"}@font-face{font-family:__Public_Sans_d2b1e6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-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:__Public_Sans_d2b1e6;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-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:__Public_Sans_Fallback_d2b1e6;src:local("Arial");ascent-override:90.59%;descent-override:21.46%;line-gap-override:0.00%;size-adjust:104.87%}.__className_d2b1e6{font-family:__Public_Sans_d2b1e6,__Public_Sans_Fallback_d2b1e6;font-style:normal}.__variable_d2b1e6{--font-body:"__Public_Sans_d2b1e6","__Public_Sans_Fallback_d2b1e6"}@font-face{font-family:__IBM_Plex_Mono_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82;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_46fe82,__IBM_Plex_Mono_Fallback_46fe82;font-style:normal}.__variable_46fe82{--font-mono:"__IBM_Plex_Mono_46fe82","__IBM_Plex_Mono_Fallback_46fe82"}