.code-fence-shell{position:relative;margin:1.2rem 0 1.3rem;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(145deg,color-mix(in oklch,var(--accent-2),transparent 92%),transparent 58%),var(--surface-strong)}.code-fence-shell pre.astro-code{margin:0!important;padding:1.15rem 1rem 1rem!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.code-fence-shell pre.astro-code code{font-size:.92rem!important;line-height:1.68!important}.code-fence-shell .copy-code-btn{position:absolute;top:.62rem;right:.62rem;width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .12s ease,border-color .12s ease,background .12s ease,transform .12s ease}.code-fence-shell .copy-code-btn:hover{color:var(--text);border-color:var(--accent-2);background:color-mix(in oklch,var(--surface-2),transparent 18%)}.code-fence-shell .copy-code-btn:active{transform:scale(.97)}.code-fence-shell .copy-code-btn:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.code-fence-shell .copy-code-btn svg{width:16px;height:16px}.code-fence-shell .copy-code-btn.copied{color:var(--ink-on-accent);border-color:var(--accent);background:var(--accent)}:root{color-scheme:dark;--font-sans: "Spline Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", "Cascadia Code", "Roboto Mono", Consolas, monospace;--bg: #08111f;--bg: oklch(.145 .036 252);--bg-2: #101d31;--bg-2: oklch(.18 .046 245);--bg-3: #050914;--bg-3: oklch(.105 .03 260);--surface: #142235;--surface: oklch(.205 .041 248);--surface-2: #1b2c43;--surface-2: oklch(.245 .048 244);--surface-strong: #0d1829;--surface-strong: oklch(.17 .037 254);--surface-contrast: #89f09b;--surface-contrast: oklch(.92 .155 148);--text: #f0f7fb;--text: oklch(.965 .014 240);--muted: #a8bac7;--muted: oklch(.76 .038 242);--muted-strong: #c2d0d8;--muted-strong: oklch(.84 .032 242);--ink-on-accent: #06111c;--ink-on-accent: oklch(.135 .035 252);--line: rgba(240, 247, 251, .18);--line: color-mix(in oklch, var(--text), transparent 82%);--line-strong: rgba(240, 247, 251, .3);--line-strong: color-mix(in oklch, var(--text), transparent 70%);--grid-line: rgba(240, 247, 251, .08);--grid-line: color-mix(in oklch, var(--text), transparent 92%);--accent: #44d96e;--accent: oklch(.84 .19 148);--accent-2: #55c5e6;--accent-2: oklch(.78 .155 204);--accent-3: #e8bc42;--accent-3: oklch(.82 .17 78);--danger: #e26356;--danger: oklch(.73 .18 28);--warn: #d4a936;--warn: oklch(.84 .16 78);--success: #38d16d;--success: oklch(.82 .18 148);--link-color: #77d4ef;--link-color: oklch(.88 .12 204);--link-hover: #b7edf0;--link-hover: oklch(.94 .07 190);--focus-ring: #6ce779;--focus-ring: oklch(.88 .16 148);--field-bg: #0b1424;--field-bg: oklch(.16 .034 252);--placeholder: #9dafbd;--placeholder: oklch(.72 .04 242);--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--content: 1180px;--measure: 70ch;--z-sticky: 30;--z-menu: 40;--z-tooltip: 50}:root[data-theme=light]{color-scheme:light;--bg: #f4f8fa;--bg: oklch(.972 .008 248);--bg-2: #e7f0f5;--bg-2: oklch(.942 .014 246);--bg-3: #fbfdfe;--bg-3: oklch(.986 .004 248);--surface: #fdfefe;--surface: oklch(.995 .003 248);--surface-2: #e4edf3;--surface-2: oklch(.936 .016 246);--surface-strong: #d6e4ed;--surface-strong: oklch(.9 .02 248);--surface-contrast: #122639;--surface-contrast: oklch(.2 .055 250);--text: #092033;--text: oklch(.185 .045 250);--muted: #425d72;--muted: oklch(.39 .047 250);--muted-strong: #213d54;--muted-strong: oklch(.29 .052 250);--ink-on-accent: #04101b;--ink-on-accent: oklch(.12 .036 250);--line: rgba(9, 32, 51, .16);--line: color-mix(in oklch, var(--text), transparent 84%);--line-strong: rgba(9, 32, 51, .28);--line-strong: color-mix(in oklch, var(--text), transparent 72%);--grid-line: rgba(9, 32, 51, .09);--grid-line: color-mix(in oklch, var(--text), transparent 91%);--accent: #12ad54;--accent: oklch(.67 .19 148);--accent-2: #1a91cf;--accent-2: oklch(.58 .16 217);--accent-3: #b58b18;--accent-3: oklch(.7 .16 76);--danger: #b13428;--danger: oklch(.54 .18 28);--warn: #9b7415;--warn: oklch(.62 .16 72);--success: #0d9344;--success: oklch(.57 .17 148);--link-color: #0d72bd;--link-color: oklch(.45 .16 226);--link-hover: #063c8b;--link-hover: oklch(.31 .17 235);--focus-ring: #0fa64c;--focus-ring: oklch(.56 .18 148);--field-bg: #fbfdfe;--field-bg: oklch(.988 .004 248);--placeholder: #5a6972;--placeholder: oklch(.42 .04 250)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{min-height:100vh;margin:0;position:relative;overflow-x:hidden;font-family:var(--font-sans);font-size:16px;line-height:1.65;color:var(--text);background:linear-gradient(135deg,color-mix(in oklch,var(--accent-2),transparent 88%),transparent 36%),linear-gradient(180deg,var(--bg-2) 0%,var(--bg) 44%,var(--bg-3) 100%);text-rendering:geometricPrecision}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.6;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,black 0%,transparent 82%);mask-image:linear-gradient(180deg,black 0%,transparent 82%)}@supports not (background: color-mix(in oklch,black,white)){body{background:var(--bg)}.site-nav,.card,.module,.panel,.form-panel,.service-panel,.project-row,.post-frame,.blog-toc,.read-actions-trigger,.read-actions-menu,.signup-panel,.newsletter-inline,.commercial-strip,.manifest-strip,.offer-row,.feed-list,.link-card,.standards-section{background:var(--surface)}.button-link,.chip,.tag,.topic-pill,.post-tags a{background:var(--surface-2)}}.skip-link{position:absolute;left:12px;top:-100px;z-index:var(--z-tooltip);padding:8px 12px;border-radius:var(--radius-sm);background:var(--accent);color:var(--ink-on-accent);font-weight:700;text-decoration:none}.skip-link:focus{top:12px}.wrap{position:relative;z-index:1;width:min(calc(100% - 28px),var(--content));min-height:100vh;margin:0 auto;padding:12px 0 clamp(2rem,5vw,4.5rem)}.site-nav+*{margin-top:clamp(1rem,2vw,1.5rem)}.wrap>:not(.site-nav):not(footer)+:not(footer){margin-top:clamp(1rem,2.2vw,1.6rem)}h1,h2,h3{margin:0;color:var(--text);line-height:1.04;letter-spacing:-.03em;text-wrap:balance}h1{max-width:12ch;font-size:clamp(3rem,10vw,5.8rem);font-weight:800}h2{font-size:clamp(1.65rem,3vw,3rem);font-weight:700}h3{font-size:clamp(1.08rem,1.45vw,1.32rem);font-weight:700;letter-spacing:-.018em}p,li{color:var(--muted);text-wrap:pretty}p{margin:0}strong{color:var(--text);font-weight:700}ul,ol{margin:0;padding-left:1.15rem}li+li{margin-top:.45rem}a{color:var(--link-color);text-decoration:underline;text-decoration-color:color-mix(in oklch,currentColor,transparent 48%);text-decoration-thickness:.08em;text-underline-offset:.18em;transition:color .14s ease,text-decoration-color .14s ease,border-color .14s ease,background-color .14s ease}a:visited{color:var(--link-color)}a:hover{color:var(--link-hover);text-decoration-color:currentColor}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.measure{max-width:var(--measure)}.muted{color:var(--muted)}.mono,.kicker,.chip,.tag,.log-time{font-family:var(--font-mono)}.kicker{width:fit-content;margin:0;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.02em}.card,.module,.panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:color-mix(in oklch,var(--surface),transparent 4%)}.card{padding:clamp(1.05rem,2.2vw,1.45rem)}.card>*+*{margin-top:.85rem}.module{padding:clamp(1.1rem,2.3vw,1.65rem)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(.75rem,1.5vw,1rem)}.chips,.tag-row,.button-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.chip,.tag,.pill{display:inline-flex;align-items:center;width:fit-content;min-height:2rem;border:1px solid var(--line);border-radius:999px;padding:.35rem .72rem;background:color-mix(in oklch,var(--surface-2),transparent 16%);color:var(--muted-strong);font-size:.84rem;font-weight:650;line-height:1.2}.button-link,.button-link:visited,button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.55rem;border:1px solid var(--line-strong);border-radius:999px;padding:.64rem .95rem;background:var(--surface-strong);color:var(--text);font:inherit;font-weight:700;line-height:1;text-decoration:none;cursor:pointer}.button-link:hover,button[type=submit]:hover:enabled{color:var(--text);border-color:var(--accent-2);background:color-mix(in oklch,var(--surface-strong),var(--accent-2) 10%)}.button-link.primary,.button-link.primary:visited,button[type=submit]{border-color:var(--accent);background:var(--accent);color:var(--ink-on-accent)}.button-link.primary:hover,button[type=submit]:hover:enabled{border-color:var(--accent);color:var(--ink-on-accent);background:color-mix(in oklch,var(--accent),white 12%)}button:disabled{opacity:.58;cursor:not-allowed}label{color:var(--text);font-weight:690}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--field-bg);color:var(--text);padding:.72rem .78rem;font:inherit}textarea{min-height:8rem;resize:vertical}input::placeholder,textarea::placeholder{color:var(--placeholder);opacity:1}select option{background:var(--surface);color:var(--text)}.status[data-tone=success]{color:var(--success)}.status[data-tone=warn]{color:var(--warn)}.status[data-tone=error]{color:var(--danger)}.site-nav{position:sticky;top:12px;z-index:var(--z-sticky);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem;border:1px solid var(--line-strong);border-radius:var(--radius-lg);background:color-mix(in oklch,var(--surface-strong),var(--bg) 18%)}.nav-left{display:inline-flex;align-items:center;min-width:0;gap:.65rem}.brand,.brand:visited{display:inline-flex;align-items:center;gap:.55rem;min-width:0;color:var(--text);font-weight:800;line-height:1;text-decoration:none;white-space:nowrap}.brand-mark{display:inline-grid;place-items:center;width:2rem;height:2rem;flex:0 0 auto;border-radius:var(--radius-sm);background:var(--accent);color:var(--ink-on-accent);font-family:var(--font-mono);font-size:.82rem;font-weight:800}.brand-text{overflow:hidden;text-overflow:ellipsis}.nav-status{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);font-family:var(--font-mono);font-size:.76rem;font-weight:700;white-space:nowrap}.nav-status:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--accent)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--text);cursor:pointer}.theme-toggle:hover{border-color:var(--accent-2)}.theme-icon{width:1.05rem;height:1.05rem;display:block}.theme-icon--sun{display:none}:root[data-theme=light] .theme-icon--sun{display:block}:root[data-theme=light] .theme-icon--moon{display:none}.nav-links{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.35rem}.link-pill,.link-pill:visited{display:inline-flex;align-items:center;min-height:2.15rem;border:1px solid transparent;border-radius:999px;padding:.46rem .72rem;color:var(--muted-strong);font-weight:690;line-height:1;text-decoration:none}.link-pill:hover{color:var(--text);border-color:var(--line);background:color-mix(in oklch,var(--surface-2),transparent 34%)}.link-pill.active,.link-pill.active:visited{border-color:var(--accent);background:color-mix(in oklch,var(--accent),transparent 84%);color:var(--text)}footer{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:space-between;margin-top:clamp(2rem,5vw,4rem);padding-top:1rem;border-top:1px solid var(--line);color:var(--muted);font-size:.92rem}.footer-links{display:flex;flex-wrap:wrap;gap:.7rem}@media (max-width: 840px){.wrap{width:min(calc(100% - 18px),var(--content));padding-top:8px}.site-nav{top:8px;align-items:stretch;flex-direction:column}.nav-left{justify-content:space-between}.nav-status{display:none}.nav-links{justify-content:flex-start}}@media (max-width: 560px){body:before{background-size:32px 32px}h1{font-size:clamp(2.55rem,16vw,4.15rem)}.brand-text{max-width:13rem}.link-pill,.link-pill:visited{padding-inline:.62rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
