:root{--bg:#08090a;--surface:#0d0e11;--surface-2:#15171c;--border:#ffffff16;--border-strong:#ffffff29;--text:#f6f7f8;--text-2:#9ca0a8;--text-3:#797d86;--prose-text:#d8dadf;--accent:#5be49b;--accent-ink:#04130b;--accent-soft:color-mix(in oklab, var(--accent) 16%, transparent);--accent-glow:color-mix(in oklab, var(--accent) 38%, transparent);--font-ui:"Schibsted Grotesk", system-ui, sans-serif;--font-body:"Hanken Grotesk", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--font-read:var(--font-body);--maxw:1120px;--read:680px;--radius:14px;--astro-code-foreground:#cdd2da;--astro-code-background:#0b0c0f;--astro-code-token-comment:var(--text-3);--astro-code-token-keyword:var(--accent);--astro-code-token-constant:#f5b056;--astro-code-token-number:#f5b056;--astro-code-token-string:#8fd5ff;--astro-code-token-string-expression:#8fd5ff;--astro-code-token-function:#f6f7f8;--astro-code-token-parameter:#cdd2da;--astro-code-token-punctuation:#9ca0a8;--astro-code-token-link:var(--accent);color-scheme:dark}[data-bg=black]{--bg:#000;--surface:#0a0a0b;--surface-2:#141416}[data-bg=slate]{--bg:#0b0d13;--surface:#11141c;--surface-2:#1a1e29;--border:#a8b4d21f;--border-strong:#a8b4d233;--text-2:#a2a8ba;--text-3:#787e8f}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}body{background:var(--bg);min-height:100dvh;color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;font-size:16px;line-height:1.6;display:flex;overflow-x:hidden}img,picture,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}::selection{background:var(--accent-glow);color:#fff}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}body:before{content:"";background:radial-gradient(closest-side, var(--accent-soft), transparent 72%);opacity:.55;pointer-events:none;z-index:0;filter:blur(8px);width:1100px;height:700px;position:fixed;top:-340px;left:50%;transform:translate(-50%)}.site-header{z-index:50;position:sticky;top:0}main{z-index:1;flex:1 0 auto;position:relative}.site-footer{z-index:1;position:relative}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:28px}.page{padding-top:56px}.skip-link{z-index:100;background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:9px;padding:.6rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{top:1rem;left:1rem}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.back-link{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-3);margin-bottom:18px;font-size:12.5px;transition:color .15s;display:inline-block}.back-link:hover{color:var(--text-2)}.page-head{margin-bottom:30px}.page-head .kicker{margin-bottom:16px;display:inline-block}.page-head h1{font-family:var(--font-ui);letter-spacing:-.03em;color:var(--text);text-wrap:balance;font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.05}.page-head p{color:var(--text-2);max-width:60ch;margin-top:14px;font-size:17px;line-height:1.6}.site-header{background:color-mix(in oklab, var(--bg) 72%, transparent);backdrop-filter:blur(14px)saturate(140%);border-bottom:1px solid var(--border)}.nav{align-items:center;gap:32px;height:64px;display:flex}.brand{font-family:var(--font-ui);align-items:center;gap:11px;display:flex}.brand .mark{width:26px;height:26px;color:var(--accent);flex:none}.brand .name{letter-spacing:-.01em;color:var(--text);font-size:15.5px;font-weight:700}.brand .name b{color:var(--accent);font-weight:700}.nav-links{align-items:center;gap:4px;margin-left:8px;display:flex}.nav-links a{font-family:var(--font-ui);color:var(--text-2);border-radius:8px;padding:7px 11px;font-size:14px;font-weight:500;transition:color .15s,background .15s}.nav-links a:hover{color:var(--text);background:var(--surface-2)}.nav-links a.active{color:var(--text)}.nav-right{align-items:center;gap:10px;margin-left:auto;display:flex}.btn{font-family:var(--font-ui);cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;padding:8px 15px;font-size:13.5px;font-weight:600;transition:transform .12s,background .15s,border-color .15s,box-shadow .2s,color .15s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 0 0 1px color-mix(in oklab, var(--accent) 60%, transparent), 0 8px 28px -10px var(--accent-glow)}.btn-primary:hover{color:var(--accent-ink);box-shadow:0 0 0 1px var(--accent), 0 12px 34px -10px var(--accent-glow);transform:translateY(-1px)}.btn-ghost{color:var(--text);border-color:var(--border-strong);background:0 0}.btn-ghost:hover{color:var(--text);background:var(--surface-2);border-color:var(--text-3)}.kicker{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-size:11.5px;font-weight:500}.tag{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-2);border:1px solid var(--border);white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:11px;transition:color .15s,border-color .15s}a.tag:hover{color:var(--text);border-color:var(--border-strong)}.cat-badge{--cat:var(--accent);font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap;color:var(--cat);background:color-mix(in oklab, var(--cat) 14%, transparent);border:1px solid color-mix(in oklab, var(--cat) 32%, transparent);border-radius:999px;align-items:center;gap:.35rem;font-size:11px;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.cat-badge:hover{color:var(--cat);background:color-mix(in oklab, var(--cat) 22%, transparent)}.cat-badge.sm{padding:3px 9px}a.cat-badge.sm{padding-block:6px}.cat-badge.md{padding:5px 12px;font-size:12px}.cat-emoji{font-size:1em}.author{align-items:center;gap:11px;display:flex}.author .avatar{width:38px;height:38px;font-family:var(--font-ui);color:var(--accent-ink);background:linear-gradient(150deg, var(--accent), color-mix(in oklab, var(--accent) 55%, #fff));border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:700;display:grid}.author .meta{flex-direction:column;line-height:1.3;display:flex}.author .meta .who{font-family:var(--font-ui);color:var(--text);font-size:13.5px;font-weight:600}.author .meta .sub{color:var(--text-3);font-size:12.5px}.who .aug{color:var(--text-3);font-weight:400}.who .aug:before{content:" · " / ""}.home-intro{padding:76px 0 40px}.home-intro .kicker{margin-bottom:22px;display:inline-block}.home-intro h1{font-family:var(--font-ui);letter-spacing:-.03em;color:var(--text);text-wrap:balance;max-width:18ch;font-size:clamp(34px,5.4vw,60px);font-weight:700;line-height:1.04}.home-intro h1 .dim{color:var(--text-3)}.home-intro p.lead{max-width:58ch;color:var(--text-2);margin-top:22px;font-size:18px;line-height:1.6}.home-intro .lead b{color:var(--text);font-weight:600}.featured{border:1px solid var(--border);background:radial-gradient(120% 120% at 0% 0%, var(--accent-soft), transparent 46%), var(--surface);border-radius:20px;grid-template-columns:1.05fr .95fr;gap:0;margin-top:48px;transition:border-color .2s,transform .2s;display:grid;overflow:hidden}.featured:hover{border-color:var(--border-strong);transform:translateY(-2px)}.featured .body{flex-direction:column;padding:38px 38px 34px;display:flex}.featured .flag{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);align-items:center;gap:9px;margin-bottom:20px;font-size:11px;display:inline-flex}.featured .flag:before{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 12px var(--accent);border-radius:50%}.featured h2{font-family:var(--font-ui);letter-spacing:-.02em;color:var(--text);text-wrap:balance;font-size:clamp(24px,2.6vw,33px);font-weight:700;line-height:1.12}.featured h2 a{transition:color .15s}.featured:hover h2 a{color:color-mix(in oklab, var(--text) 80%, var(--accent))}.featured .excerpt{color:var(--text-2);max-width:46ch;margin-top:16px;font-size:16px;line-height:1.62}.featured .foot{flex-wrap:wrap;align-items:center;gap:16px;margin-top:auto;padding-top:28px;display:flex}.featured .foot .dot{color:var(--text-2)}.featured .foot .when{color:var(--text-2);font-size:13px;font-family:var(--font-mono)}.featured .art{border-left:1px solid var(--border);min-height:340px;position:relative}.featured .art img{object-fit:cover;width:100%;height:100%}.art-ph{width:100%;height:100%;min-height:inherit;background:radial-gradient(120% 120% at 70% 20%, var(--accent-soft), transparent 55%), var(--surface-2);place-items:center;display:grid;position:relative}.art-ph .mark{width:92px;height:92px;color:var(--accent);opacity:.26}.art-ph .ph-cat{position:absolute;bottom:16px;left:18px}.list-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:20px;margin-top:92px;margin-bottom:8px;display:flex}.list-head h2,.list-head h3{font-family:var(--font-ui);letter-spacing:-.01em;color:var(--text);font-size:20px;font-weight:600}.list-head .count,.list-head .more{font-family:var(--font-mono);color:var(--text-3);font-size:12.5px}.list-head a.more{transition:color .15s}.list-head a.more:hover{color:var(--text-2)}.post-list{border-top:1px solid var(--border)}.post-row{border-bottom:1px solid var(--border);grid-template-columns:54px 1fr auto;align-items:start;gap:26px;padding:28px 14px;transition:background .18s;display:grid;position:relative}.post-row:after{content:"";background:var(--accent);transform-origin:top;width:2px;transition:transform .22s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.post-row:hover{background:color-mix(in oklab, var(--surface) 60%, transparent)}.post-row:hover:after{transform:scaleY(1)}.post-row .idx{font-family:var(--font-mono);color:var(--text-3);padding-top:4px;font-size:12.5px}.post-row .main h2,.post-row .main h3,.post-row .main h4{font-family:var(--font-ui);letter-spacing:-.012em;color:var(--text);font-size:19px;font-weight:600;line-height:1.28;transition:color .15s}.post-row:hover .main :is(h2,h3,h4){color:color-mix(in oklab, var(--text) 78%, var(--accent))}.post-row .main p{color:var(--text-2);max-width:62ch;margin-top:7px;font-size:14.5px;line-height:1.55}.post-row .main .tags{flex-wrap:wrap;align-items:center;gap:7px;margin-top:14px;display:flex}.post-row .side{text-align:right;flex-direction:column;gap:5px;padding-top:3px;display:flex}.post-row .side .when{font-family:var(--font-mono);color:var(--text-2);white-space:nowrap;font-size:12.5px}.post-row .side .read,.post-row .side .aug{color:var(--text-3);white-space:nowrap;font-size:12.5px}.topics-strip{margin-top:88px}.topic-links{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.about{max-width:760px;margin-top:96px;scroll-margin-top:84px}.about h2{font-family:var(--font-ui);letter-spacing:-.02em;color:var(--text);margin-top:14px;font-size:clamp(24px,3vw,33px);font-weight:700}.about p{color:var(--text-2);margin-top:16px;font-size:17px;line-height:1.7}.newsletter{border:1px solid var(--border);text-align:center;background:radial-gradient(110% 140% at 50% -10%, var(--accent-soft), transparent 55%), var(--surface);border-radius:20px;margin-top:110px;padding:52px 44px;scroll-margin-top:84px;position:relative;overflow:hidden}.newsletter h2,.newsletter h3{font-family:var(--font-ui);letter-spacing:-.02em;color:var(--text);font-size:clamp(24px,3vw,32px);font-weight:700}.newsletter p{max-width:48ch;color:var(--text-2);margin:14px auto 0;font-size:16px}.follow-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin:28px auto 0;display:flex}.newsletter .fineprint{color:var(--text-3);font-size:12.5px;font-family:var(--font-mono);margin-top:16px}.subscribe-form{gap:9px;max-width:440px;margin:28px auto 0;display:flex}.subscribe-form input{background:var(--bg);border:1px solid var(--border-strong);color:var(--text);font-family:var(--font-body);border-radius:10px;outline:none;flex:1;padding:12px 15px;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.subscribe-form input::placeholder{color:var(--text-3)}.subscribe-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.category-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,17rem),1fr));gap:14px;display:grid}.category-card{--cat:var(--accent);border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--cat);color:var(--text);grid-template-columns:auto 1fr;grid-template-areas:"emoji name""emoji count""desc desc";gap:.1rem .9rem;padding:22px;transition:transform .18s,border-color .2s,background .2s;display:grid}.category-card:hover{border-color:var(--border-strong);background:color-mix(in oklab, var(--cat) 7%, var(--surface));transform:translateY(-3px)}.category-card-emoji{background:color-mix(in oklab, var(--cat) 16%, transparent);border-radius:.8rem;grid-area:emoji;place-items:center;width:2.7rem;height:2.7rem;font-size:1.35rem;display:grid}.category-card-name{font-family:var(--font-ui);color:var(--text);grid-area:name;align-self:end;font-size:1.1rem;font-weight:700}.category-card-count{font-family:var(--font-mono);color:var(--cat);grid-area:count;font-size:.78rem}.category-card-desc{color:var(--text-2);grid-area:desc;margin-top:.7rem;font-size:.92rem;line-height:1.5}.category-head{--cat:var(--accent);border-left:3px solid var(--cat);padding-left:20px}.category-head .cat-emoji-lg{font-size:30px;line-height:1}.category-head h1{margin-top:10px}.category-head-count{font-family:var(--font-mono);color:var(--cat);margin-top:14px;font-size:13px}.filter-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.filter-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-right:4px;font-size:11.5px}.progress{background:var(--accent);z-index:100;width:0%;height:2px;box-shadow:0 0 14px var(--accent);transition:width 80ms linear;position:fixed;top:0;left:0}.article-head{padding:64px 0 36px}.breadcrumb{font-family:var(--font-mono);color:var(--text-3);flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:26px;font-size:12px;display:flex}.breadcrumb a{color:var(--text-3);transition:color .15s}.breadcrumb a:hover{color:var(--text-2)}.breadcrumb .sep{opacity:.5}.breadcrumb .cur{color:var(--accent)}.article-head .head-inner{max-width:760px}.article-head h1{font-family:var(--font-ui);letter-spacing:-.03em;color:var(--text);text-wrap:balance;font-size:clamp(32px,4.6vw,52px);font-weight:700;line-height:1.06}.article-head .dek{color:var(--text-2);max-width:58ch;font-size:clamp(18px,2vw,21px);line-height:1.5;font-family:var(--font-read);margin-top:22px}.article-head .byline{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:18px;margin-top:32px;padding-top:26px;display:flex}.article-head .byline .when{font-family:var(--font-mono);color:var(--text-3);align-items:center;gap:14px;margin-left:auto;font-size:12.5px;display:flex}.article-head .byline .when .pill{border:1px solid var(--border);color:var(--text-2);border-radius:999px;padding:4px 11px}.article-hero{margin:8px 0 12px}.article-hero img{object-fit:cover;border:1px solid var(--border);border-radius:18px;width:100%;height:clamp(280px,42vw,460px)}.article-hero .cap{color:var(--text-3);font-size:12.5px;font-family:var(--font-mono);gap:8px;margin-top:12px;display:flex}.article-hero .cap b{color:var(--text-2);font-weight:500}.article-grid{grid-template-columns:minmax(0, var(--read)) 232px 56px;gap:48px;padding-top:30px;display:grid}.article-grid>.prose{grid-area:1/1}.article-grid>.toc{grid-area:1/2}.article-grid>.share-rail{grid-area:1/3}.toc{align-self:start;position:sticky;top:96px}.toc .toc-label{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px;font-size:11px}.toc ul{border-left:1px solid var(--border);flex-direction:column;gap:2px;list-style:none;display:flex}.toc a{color:var(--text-3);border-left:2px solid #0000;margin-left:-1px;padding:6px 0 6px 16px;font-size:13.5px;line-height:1.4;transition:color .15s,border-color .15s;display:block}.toc a.sub{padding-left:28px;font-size:13px}.toc a:hover{color:var(--text-2)}.toc a.active{color:var(--text);border-left-color:var(--accent)}.share-rail{flex-direction:column;align-self:start;gap:10px;display:flex;position:sticky;top:96px}.share-rail .lbl{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);margin-bottom:4px;font-size:11px}.share-rail button,.share-rail a{cursor:pointer;background:var(--surface);border:1px solid var(--border);width:38px;height:38px;color:var(--text-2);border-radius:10px;place-items:center;transition:color .15s,background .15s,border-color .15s,transform .15s;display:grid}.share-rail button:hover,.share-rail a:hover{color:var(--text);border-color:var(--border-strong);background:var(--surface-2);transform:translateY(-1px)}.share-rail svg{width:16px;height:16px}.prose{font-family:var(--font-read);color:var(--prose-text);font-size:18px;line-height:1.75}.prose>*+*{margin-top:24px}.prose p{text-wrap:pretty}.prose>p:first-of-type{color:var(--text);font-size:20px;line-height:1.6}.prose h2{font-family:var(--font-ui);letter-spacing:-.02em;color:var(--text);margin-top:52px;scroll-margin-top:90px;font-size:27px;font-weight:700;line-height:1.2}.prose h3{font-family:var(--font-ui);letter-spacing:-.01em;color:var(--text);margin-top:38px;scroll-margin-top:90px;font-size:20px;font-weight:600}.prose h4{font-family:var(--font-ui);color:var(--text);margin-top:30px;scroll-margin-top:90px;font-size:17px;font-weight:600}.prose a{color:var(--text);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color .15s}.prose a:hover{color:var(--accent)}.prose strong{color:var(--text);font-weight:600}.prose em{font-style:italic}.prose ul,.prose ol{padding-left:22px}.prose li{margin-top:9px}.prose li::marker{color:var(--accent)}.prose blockquote{border-left:2px solid var(--accent);font-family:var(--font-ui);letter-spacing:-.01em;color:var(--text);margin:40px 0;padding:4px 0 4px 26px;font-size:23px;font-weight:500;line-height:1.4}.prose blockquote p{margin:0}.prose blockquote cite{font-family:var(--font-mono);color:var(--text-3);margin-top:14px;font-size:12.5px;font-style:normal;font-weight:400;display:block}.prose pre{background:var(--astro-code-background);border:1px solid var(--border);font-family:var(--font-mono);border-radius:12px;margin:30px 0;padding:20px 22px;font-size:13.5px;line-height:1.7;overflow-x:auto}.prose code:not(pre code){font-family:var(--font-mono);background:var(--surface-2);border:1px solid var(--border);color:#e9ebef;border-radius:5px;padding:1px 6px;font-size:.86em}.prose hr{border:0;border-top:1px solid var(--border);margin:44px 0}.prose img{border-radius:var(--radius);border:1px solid var(--border);margin-inline:auto}.callout{background:var(--accent-soft);border:1px solid color-mix(in oklab, var(--accent) 30%, transparent);color:#e9ebef;border-radius:12px;margin:34px 0;padding:20px 22px;font-size:16px;line-height:1.6}.callout .ct{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-size:11px;display:block}.article-end{max-width:var(--read);border-top:1px solid var(--border);margin:56px 0 0;padding-top:36px}.author-bio{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:flex-start;gap:18px;padding:26px;display:flex}.author-bio .avatar{width:52px;height:52px;font-family:var(--font-ui);color:var(--accent-ink);background:linear-gradient(150deg, var(--accent), color-mix(in oklab, var(--accent) 55%, #fff));border-radius:50%;flex:none;place-items:center;font-size:16px;font-weight:700;display:grid}.author-bio .who{font-family:var(--font-ui);color:var(--text);font-size:16px;font-weight:700}.author-bio .role{font-family:var(--font-mono);color:var(--accent);margin-top:2px;font-size:12px}.author-bio p{color:var(--text-2);max-width:54ch;margin-top:12px;font-size:14.5px;line-height:1.6}.related{margin:80px 0 0}.related .rh{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);margin-bottom:20px;font-size:11px}.related .grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.card{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;gap:10px;padding:24px;transition:border-color .2s,transform .2s;display:flex}.card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.card .cat-badge,.card .tag{align-self:flex-start}.card h3,.card h4{font-family:var(--font-ui);letter-spacing:-.01em;color:var(--text);font-size:17px;font-weight:600;line-height:1.3;transition:color .15s}.card:hover :is(h3,h4){color:color-mix(in oklab, var(--text) 78%, var(--accent))}.card .m{font-family:var(--font-mono);color:var(--text-3);margin-top:auto;font-size:12px}.site-footer{border-top:1px solid var(--border);margin-top:120px;padding:56px 0 64px}.footer-grid{flex-wrap:wrap;justify-content:space-between;gap:40px;display:flex}.footer-brand{max-width:300px}.footer-brand .brand{margin-bottom:14px}.footer-brand p{color:var(--text-3);font-size:13.5px;line-height:1.6}.footer-brand a.mb{color:var(--text-2);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:2px}.footer-grid .col h2{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px;font-size:11px;font-weight:500}.footer-grid .col a{color:var(--text-2);padding:5px 0;font-size:14px;transition:color .15s;display:block}.footer-grid .col a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:44px;padding-top:22px;font-size:13px;display:flex}.footer-bottom a{color:var(--text-2);text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:2px}.footer-bottom a:hover{color:var(--text)}.footer-bottom .dom{font-family:var(--font-mono);color:var(--text-2)}.error-page{text-align:center;place-content:center;gap:.8rem;min-height:56vh;display:grid}.error-code{font-family:var(--font-ui);letter-spacing:-.03em;color:var(--accent);font-size:clamp(4rem,3rem + 8vw,7rem);font-weight:800;line-height:1}.error-page h1{font-family:var(--font-ui);letter-spacing:-.02em;color:var(--text);font-weight:700}.error-page p{color:var(--text-2)}.error-page .btn{justify-self:center;margin-top:.6rem}@media (width<=1040px){.article-grid{grid-template-columns:minmax(0, var(--read))}.toc,.share-rail{display:none}}@media (width<=860px){.featured{grid-template-columns:1fr}.featured .art{border-left:0;border-top:1px solid var(--border);order:-1;min-height:220px}}@media (width<=720px){.nav{gap:14px}.nav-links{gap:0;margin-left:0}.nav-links a{padding:7px 8px;font-size:13.5px}.nav-links a.nav-home{display:none}.container{padding-inline:20px}}@media (width<=640px){.related .grid{grid-template-columns:1fr}.prose{font-size:17px}}@media (width<=620px){.post-row{grid-template-columns:1fr;gap:10px;padding:22px 8px}.post-row .idx{display:none}.post-row .side{text-align:left;flex-direction:row;gap:12px}.subscribe-form{flex-direction:column}}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/schibsted-grotesk-latin-ext-400-normal.DHVTfbSM.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-ext-400-normal.DUPvg9bQ.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/schibsted-grotesk-latin-400-normal.DPhJBilQ.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-400-normal.BkiRe4WW.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/schibsted-grotesk-latin-ext-500-normal.Ch1izu81.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-ext-500-normal.BjmYCtCC.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/schibsted-grotesk-latin-500-normal.rf9C4Thp.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-500-normal.Ba39e-CX.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/schibsted-grotesk-latin-ext-600-normal.C5pQPdUJ.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-ext-600-normal.DQsnXf5q.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/schibsted-grotesk-latin-600-normal.Czv9Obfv.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-600-normal.BieE9YjJ.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/schibsted-grotesk-latin-ext-700-normal.o210KhU4.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-ext-700-normal.DDW2aNyx.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/schibsted-grotesk-latin-700-normal.BkH0uJ1o.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-700-normal.Dz-okVa0.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:800;src:url(/_astro/schibsted-grotesk-latin-ext-800-normal.CZWJQj-F.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-ext-800-normal.DS3YHxa9.woff)format("woff");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:Schibsted Grotesk;font-style:normal;font-display:swap;font-weight:800;src:url(/_astro/schibsted-grotesk-latin-800-normal.CIaq-TR1.woff2)format("woff2"),url(/_astro/schibsted-grotesk-latin-800-normal.Dl5-MP1T.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-cyrillic-ext-400-normal.BLTEyOai.woff2)format("woff2"),url(/_astro/hanken-grotesk-cyrillic-ext-400-normal.C910xUUL.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-vietnamese-400-normal.BLrFBAHj.woff2)format("woff2"),url(/_astro/hanken-grotesk-vietnamese-400-normal.C-iWyKLC.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-latin-ext-400-normal.DR7lHpW4.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-ext-400-normal.DI-aIsWt.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-latin-400-normal.BG6hkEXj.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-400-normal.CjyVwvJV.woff)format("woff");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:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-cyrillic-ext-400-italic.COm1-xwG.woff2)format("woff2"),url(/_astro/hanken-grotesk-cyrillic-ext-400-italic.pCUL5by5.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-vietnamese-400-italic.kyurI5n4.woff2)format("woff2"),url(/_astro/hanken-grotesk-vietnamese-400-italic.C-lDz_0o.woff)format("woff");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:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-latin-ext-400-italic.l9ELT7y2.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-ext-400-italic.DjCEElyv.woff)format("woff");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:Hanken Grotesk;font-style:italic;font-display:swap;font-weight:400;src:url(/_astro/hanken-grotesk-latin-400-italic.Bserb8X5.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-400-italic.HtKyDi8h.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/hanken-grotesk-cyrillic-ext-500-normal.DJxU5DEV.woff2)format("woff2"),url(/_astro/hanken-grotesk-cyrillic-ext-500-normal.klSdyF8A.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/hanken-grotesk-vietnamese-500-normal.DxwlvJEc.woff2)format("woff2"),url(/_astro/hanken-grotesk-vietnamese-500-normal.DkDHNoXI.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/hanken-grotesk-latin-ext-500-normal.DLb9JDK8.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-ext-500-normal.BNvrJ0Ju.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/hanken-grotesk-latin-500-normal.DrDcrrxK.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-500-normal.Bo-NxEKf.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/hanken-grotesk-cyrillic-ext-600-normal.gC6IfhiA.woff2)format("woff2"),url(/_astro/hanken-grotesk-cyrillic-ext-600-normal.CZKgvMB-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/hanken-grotesk-vietnamese-600-normal.Cp8QQjQf.woff2)format("woff2"),url(/_astro/hanken-grotesk-vietnamese-600-normal.DHaFH8q1.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/hanken-grotesk-latin-ext-600-normal.FY8kSObK.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-ext-600-normal.DHIm05DD.woff)format("woff");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:Hanken Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/hanken-grotesk-latin-600-normal.CIXX6EOa.woff2)format("woff2"),url(/_astro/hanken-grotesk-latin-600-normal.NEn2C4Q3.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/jetbrains-mono-cyrillic-ext-400-normal.C_uLvvQ5.woff2)format("woff2"),url(/_astro/jetbrains-mono-cyrillic-ext-400-normal.Bh0R7Dhr.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/jetbrains-mono-cyrillic-400-normal.BEIGL1Tu.woff2)format("woff2"),url(/_astro/jetbrains-mono-cyrillic-400-normal.ugxPyKxw.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/jetbrains-mono-greek-400-normal.C190GLew.woff2)format("woff2"),url(/_astro/jetbrains-mono-greek-400-normal.B9oWc5Lo.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/jetbrains-mono-vietnamese-400-normal.ByoDsISC.woff2)format("woff2"),url(/_astro/jetbrains-mono-vietnamese-400-normal.CqNFfHCs.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/jetbrains-mono-latin-ext-400-normal.Bc8Ftmh3.woff2)format("woff2"),url(/_astro/jetbrains-mono-latin-ext-400-normal.fXTG6kC5.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/jetbrains-mono-latin-400-normal.V6pRDFza.woff2)format("woff2"),url(/_astro/jetbrains-mono-latin-400-normal.6-qcROiO.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/jetbrains-mono-cyrillic-ext-500-normal.C9ShMxGR.woff2)format("woff2"),url(/_astro/jetbrains-mono-cyrillic-ext-500-normal.CEVyPk4Y.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/jetbrains-mono-cyrillic-500-normal.DmUKJPL_.woff2)format("woff2"),url(/_astro/jetbrains-mono-cyrillic-500-normal.DJqRU3vO.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/jetbrains-mono-greek-500-normal.JpySY46c.woff2)format("woff2"),url(/_astro/jetbrains-mono-greek-500-normal.D7SFKleX.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/jetbrains-mono-vietnamese-500-normal.BvH7FW2L.woff2)format("woff2"),url(/_astro/jetbrains-mono-vietnamese-500-normal.DNRqzVM1.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/jetbrains-mono-latin-ext-500-normal.Cut-4mMH.woff2)format("woff2"),url(/_astro/jetbrains-mono-latin-ext-500-normal.ckzbgY84.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/jetbrains-mono-latin-500-normal.BWZEU5yA.woff2)format("woff2"),url(/_astro/jetbrains-mono-latin-500-normal.CJOVTJB7.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/jetbrains-mono-cyrillic-ext-600-normal.Dj6eZy5f.woff2)format("woff2"),url(/_astro/jetbrains-mono-cyrillic-ext-600-normal.DVvC-yKp.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/jetbrains-mono-cyrillic-600-normal.EVf6-Yzo.woff2)format("woff2"),url(/_astro/jetbrains-mono-cyrillic-600-normal.8K4wrrwR.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/jetbrains-mono-greek-600-normal.H7WoG9Et.woff2)format("woff2"),url(/_astro/jetbrains-mono-greek-600-normal.mc2nkWzM.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/jetbrains-mono-vietnamese-600-normal.Dtizs43-.woff2)format("woff2"),url(/_astro/jetbrains-mono-vietnamese-600-normal.OWROknRo.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/jetbrains-mono-latin-ext-600-normal.BfB_LPfz.woff2)format("woff2"),url(/_astro/jetbrains-mono-latin-ext-600-normal.DObL3zCW.woff)format("woff");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:JetBrains Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/jetbrains-mono-latin-600-normal.C8RAYTDA.woff2)format("woff2"),url(/_astro/jetbrains-mono-latin-600-normal.BfsvjouI.woff)format("woff");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}
