@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--bg: #FBFAF7;--surface: #FFFFFF;--surface-2: #F4F2EC;--text: #21262C;--muted: #5E6772;--border: #E7E3DA;--accent: #0F7A63;--accent-2: #0C6553;--accent-soft: rgba(15, 122, 99, .1);--shadow: rgba(20, 23, 28, .07);--pos: #0F7A63;--neg: #C0392B;--maxw: 1080px;--readw: 70ch}:root[data-theme=dark]{--bg: #15171C;--surface: #1B1E25;--surface-2: #23272F;--text: #E7E9ED;--muted: #9AA3AE;--border: #2B2F39;--accent: #4FD1A5;--accent-2: #6FE0B9;--accent-soft: rgba(79, 209, 165, .12);--shadow: rgba(0, 0, 0, .3);--pos: #4FD1A5;--neg: #F87171}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:IBM Plex Sans,system-ui,-apple-system,sans-serif;font-size:18px;line-height:1.7;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;transition:background-color .25s ease,color .25s ease}@media(max-width:600px){body{font-size:17px}}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 22px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:2px}h1,h2,h3,h4{line-height:1.25;font-weight:600;letter-spacing:-.01em}h1{font-size:clamp(1.8rem,4.2vw,2.7rem);font-weight:700}h2{font-size:clamp(1.4rem,3vw,1.8rem);margin-top:2.2em}h3{font-size:1.25rem;margin-top:1.8em}code,kbd,pre,.mono{font-family:IBM Plex Mono,ui-monospace,monospace}:not(pre)>code{background:var(--surface-2);border:1px solid var(--border);padding:.12em .4em;border-radius:5px;font-size:.86em}::selection{background:var(--accent-soft)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border)}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:62px;gap:16px}.brand{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--text);font-size:1.05rem;letter-spacing:-.02em;white-space:nowrap}.brand img{width:26px;height:26px}.brand:hover{text-decoration:none}.site-nav{display:flex;align-items:center;gap:4px}.site-nav a{color:var(--muted);font-size:.94rem;font-weight:500;padding:7px 11px;border-radius:8px}.site-nav a:hover{color:var(--text);background:var(--surface-2);text-decoration:none}.theme-toggle{display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:9px;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.theme-toggle:hover{color:var(--accent);border-color:var(--accent)}.theme-toggle svg{width:18px;height:18px}:root[data-theme=dark] .theme-toggle .sun{display:block}:root[data-theme=dark] .theme-toggle .moon{display:none}.theme-toggle .sun{display:none}.theme-toggle .moon{display:block}main{padding:0 0 80px}.hero{padding:64px 0 30px;border-bottom:1px solid var(--border);margin-bottom:38px}.hero .eyebrow{color:var(--accent);font-family:IBM Plex Mono,monospace;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.hero h1{margin:14px 0 12px;max-width:18ch}.hero p{color:var(--muted);font-size:1.15rem;max-width:56ch;margin:0}.post-list{display:grid;gap:4px}.post-card{display:block;padding:22px;border:1px solid var(--border);border-radius:14px;background:var(--surface);transition:border-color .2s,transform .2s,box-shadow .2s}.post-card:hover{text-decoration:none;border-color:color-mix(in srgb,var(--accent) 55%,var(--border));transform:translateY(-2px);box-shadow:0 8px 26px var(--shadow)}.post-card+.post-card{margin-top:16px}.post-card .meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--muted);font-size:.82rem;font-family:IBM Plex Mono,monospace}.post-card h2{margin:10px 0 8px;font-size:1.45rem;color:var(--text)}.post-card p{margin:0 0 14px;color:var(--muted)}.badge-featured{color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 45%,var(--border));background:var(--accent-soft);padding:1px 8px;border-radius:999px;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.tag-row{display:flex;flex-wrap:wrap;gap:7px}.tag{display:inline-block;font-size:.78rem;font-family:IBM Plex Mono,monospace;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);padding:2px 9px;border-radius:999px}a.tag:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.post-header{padding:48px 0 26px;border-bottom:1px solid var(--border);margin-bottom:36px}.post-header .meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.85rem;margin-bottom:16px}.post-header h1{margin:0 0 16px}.post-header .description{color:var(--muted);font-size:1.2rem;line-height:1.55;max-width:60ch;margin:0 0 18px}.post-content{max-width:var(--maxw);margin:0 auto}.post-content>*{max-width:var(--readw);margin-left:auto;margin-right:auto}.post-content>h1,.post-content>h2,.post-content>h3{max-width:var(--readw)}.post-content>.table-wrap,.post-content>.mermaid,.post-content>pre,.post-content>hr{max-width:100%}.post-content>*+*{margin-top:1.15em}.post-content h2+*,.post-content h3+*{margin-top:.7em}.post-content img{max-width:100%;height:auto;border-radius:10px}.post-content hr{border:none;border-top:1px solid var(--border);margin:2.6em auto}.post-content ul,.post-content ol{padding-left:1.4em}.post-content li+li{margin-top:.35em}.post-content strong{font-weight:600;color:var(--text)}.post-content blockquote{margin:1.4em auto;padding:16px 20px;border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:0 10px 10px 0;color:var(--text)}.post-content blockquote p{margin:.4em 0}.post-content blockquote p:first-child{margin-top:0}.post-content blockquote p:last-child{margin-bottom:0}.table-wrap{overflow-x:auto;margin:1.6em auto;border:1px solid var(--border);border-radius:12px;background:var(--surface);-webkit-overflow-scrolling:touch}.table-wrap table{border-collapse:collapse;width:100%;min-width:560px;font-size:.9rem;line-height:1.45}.table-wrap th,.table-wrap td{padding:9px 13px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.table-wrap thead th{position:sticky;top:0;background:var(--surface-2);color:var(--text);font-weight:600;font-size:.82rem;letter-spacing:.02em;border-bottom:2px solid var(--border)}.table-wrap tbody tr:nth-child(2n){background:color-mix(in srgb,var(--surface-2) 45%,transparent)}.table-wrap tbody tr:hover{background:var(--accent-soft)}.table-wrap td{font-variant-numeric:tabular-nums}.table-wrap td:first-child,.table-wrap th:first-child{position:sticky;left:0;background:var(--surface)}.table-wrap thead th:first-child{background:var(--surface-2);z-index:1}.mermaid{margin:1.8em auto;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow-x:auto;text-align:center}.mermaid svg{max-width:100%;height:auto}pre>code.language-mermaid{display:block;white-space:pre-wrap;color:var(--muted);font-size:.8rem}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin:1.6em auto;max-width:var(--readw)}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;font-weight:600;font-size:.92rem;border:1px solid var(--border);cursor:pointer;transition:all .2s}.btn-primary{background:var(--accent);color:#07120e;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-2);text-decoration:none}.btn-ghost{background:var(--surface);color:var(--text)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}.site-footer{border-top:1px solid var(--border);padding:30px 0;color:var(--muted);font-size:.85rem}.site-footer .container{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:space-between;align-items:center}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--accent)}.embed-frame{width:100%;height:calc(100vh - 180px);min-height:640px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.post-content>iframe{max-width:100%}.dash-embed{display:block;width:100%;height:760px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}@media(max-width:600px){.dash-embed{height:600px}}.related{margin:3rem 0 1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.related>h2{font-size:1.1rem;margin:0 0 1rem}.related ul{list-style:none;padding:0;margin:0;display:grid;gap:.9rem}.related li{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:12px;background:var(--surface);transition:border-color .15s ease}.related li:hover{border-color:var(--accent)}.related li a{font-weight:600;color:var(--text);text-decoration:none;font-size:1rem}.related li a:hover{color:var(--accent)}.related li p{margin:.35rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.5}
