:root{color-scheme:light;--background:#fff;--surface:#f8fafc;--surface-strong:#eff6ff;--text:#15223d;--muted:#52617a;--line:#dbe3f0;--accent:#3157d5;--accent-dark:#10245f;--accent-soft:#dbeafe;--code:#0f172a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{color-scheme:dark;--background:#0b1120;--surface:#111b30;--surface-strong:#172554;--text:#e6edf9;--muted:#a8b7d0;--line:#273651;--accent:#93c5fd;--accent-dark:#dbeafe;--accent-soft:#172554;--code:#d8e4f7}@media (prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--background:#0b1120;--surface:#111b30;--surface-strong:#172554;--text:#e6edf9;--muted:#a8b7d0;--line:#273651;--accent:#93c5fd;--accent-dark:#dbeafe;--accent-soft:#172554;--code:#d8e4f7}}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);color:var(--text);margin:0;line-height:1.6}a{color:var(--accent);text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--accent-dark)}.shell{max-width:72rem;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3rem)}.site-header{border-bottom:1px solid var(--line)}.header-content{justify-content:space-between;align-items:center;gap:1rem;min-height:4.75rem;display:flex}.site-brand{color:var(--text);align-items:center;gap:.6rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.site-brand strong{color:var(--accent)}.brand-mark{background:var(--accent);color:var(--background);border-radius:.5rem;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;font-size:.85rem;display:inline-flex}nav{flex-wrap:wrap;align-items:center;gap:clamp(.75rem,2vw,1.5rem);display:flex}nav a{color:var(--muted);font-size:.92rem;font-weight:600;text-decoration:none}nav a:hover{color:var(--accent)}.theme-toggle{border:1px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:1.25rem;gap:.35rem;padding:.3rem .6rem;display:inline-flex}.theme-toggle:hover{border-color:var(--accent)}.theme-toggle-label{font-size:.78rem;font-weight:600}.hero{border-bottom:1px solid var(--line);max-width:53rem;padding-block:clamp(4rem,10vw,8rem)}.eyebrow{color:var(--accent);letter-spacing:.12em;margin:0 0 1rem;font-size:.74rem;font-weight:800}.hero h1,.post-header h1,.tag-header h1,.not-found h1{letter-spacing:-.055em;margin:0;font-size:clamp(2.4rem,7vw,5.2rem);line-height:.98}.hero-copy{color:var(--muted);max-width:43rem;margin:1.75rem 0 0;font-size:clamp(1.1rem,2vw,1.35rem)}.post-list{padding-block:clamp(3rem,7vw,5rem)}.section-heading{justify-content:space-between;align-items:baseline;margin-bottom:1.5rem;display:flex}.section-heading h2{margin:0;font-size:1.2rem}.section-heading a{font-size:.92rem;font-weight:700}.post-card{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr);gap:1.5rem;padding-block:2rem;display:grid}.post-card-cover{background:var(--surface);border-radius:.8rem;display:block;overflow:hidden}.post-card-cover img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.post-card-body h2{letter-spacing:-.035em;margin:.4rem 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.15}.post-card-body h2 a{color:var(--text);text-decoration:none}.post-card-body h2 a:hover{color:var(--accent)}.post-card-body p{color:var(--muted);max-width:42rem;margin:0}.post-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.86rem;display:flex}.draft-badge{background:var(--accent-soft);color:var(--accent-dark);text-transform:uppercase;border-radius:.3rem;padding:.08rem .35rem;font-size:.7rem;font-weight:800}.tag-list{flex-wrap:wrap;gap:.45rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.tag-list a{background:var(--accent-soft);color:var(--accent-dark);border-radius:999px;padding:.18rem .55rem;font-size:.76rem;font-weight:700;text-decoration:none;display:block}.post{max-width:48rem;margin-inline:auto;padding-block:clamp(3.5rem,8vw,6rem)}.post-header{border-bottom:1px solid var(--line);padding-bottom:2.5rem}.post-description{color:var(--muted);margin:1.5rem 0;font-size:1.2rem}.prose{font-size:1.05rem}.prose>*{margin-block:1.5rem}.prose h2,.prose h3{letter-spacing:-.03em;margin-top:3rem;line-height:1.15}.prose h2{font-size:1.8rem}.prose h3{font-size:1.35rem}.prose img{border:1px solid var(--line);border-radius:.75rem;max-width:100%;height:auto;display:block}.prose pre{background:var(--code);color:#e2e8f0;border-radius:.75rem;padding:1rem;overflow-x:auto}.prose code:not(pre code){background:var(--surface-strong);color:var(--accent-dark);border-radius:.25rem;padding:.1rem .25rem}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted);margin-left:0;padding-left:1rem}.prose .mermaid{padding:1rem;overflow-x:auto}.tag-header,.not-found{max-width:50rem;padding-block:clamp(4rem,10vw,8rem)}.not-found p{color:var(--muted);font-size:1.1rem}.button{background:var(--accent);color:#fff;border-radius:.5rem;padding:.65rem 1rem;font-weight:700;text-decoration:none;display:inline-block}.button:hover{background:var(--accent-dark);color:#fff}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding-block:2rem;font-size:.88rem}.site-footer .shell{flex-wrap:wrap;gap:1rem 1.5rem;display:flex}.site-footer a{color:inherit}@media (width>=54rem){.post-card{grid-template-columns:minmax(15rem,.8fr) minmax(0,1fr)}.post-card:nth-child(2n) .post-card-cover{grid-column:2}.post-card:nth-child(2n) .post-card-body{grid-area:1/1}}@media (width<=40rem){.header-content{flex-direction:column;align-items:flex-start;padding-block:.9rem}nav{gap:.85rem}.theme-toggle-label{display:none}}
