:root{color-scheme:dark;--bg:#0b0f14;--surface:#121821;--surface-2:#182130;--border:#1f2933;--text:#e6edf3;--muted:#8b98a5;--accent:#4cc2ff;--accent-dim:#4cc2ff24;--font:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono:ui-monospace, "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace;--measure:720px;--wide:1080px}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);margin:0;font-size:1.0625rem;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{text-underline-offset:3px;text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .5em;line-height:1.2}h1{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700}h2{margin-top:2.5rem;font-size:1.45rem;font-weight:650}h3{margin-top:1.75rem;font-size:1.15rem;font-weight:600}p{margin:0 0 1.1em}img{max-width:100%;height:auto}hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}code{font-family:var(--mono);background:var(--surface-2);border-radius:4px;padding:.12em .35em;font-size:.9em}pre{border:1px solid var(--border);border-radius:8px;padding:1rem 1.15rem;font-size:.9rem;line-height:1.55;overflow-x:auto;background:#0d1117!important}pre code{font-size:inherit;background:0 0;padding:0}table{border-collapse:collapse;width:100%;font-size:.95rem;display:block;overflow-x:auto}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.5rem .75rem}th{color:var(--muted);font-weight:600}blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:1.5rem 0;padding:.25rem 0 .25rem 1rem}.skip{background:var(--accent);color:#000;z-index:10;padding:.5rem 1rem;position:absolute;top:0;left:-999px}.skip:focus{top:1rem;left:1rem}.wrap{width:100%;max-width:var(--wide);margin:0 auto;padding-inline:clamp(1rem,4vw,2rem)}.prose{max-width:var(--measure)}.site-header{border-bottom:1px solid var(--border)}.site-header .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1rem;display:flex}.brand{color:var(--text);letter-spacing:-.01em;font-weight:700}.brand:hover{color:var(--accent);text-decoration:none}.nav{flex-wrap:wrap;gap:1.25rem;display:flex}.nav a{color:var(--muted);font-size:.95rem}.nav a:hover,.nav a[aria-current=page]{color:var(--text);text-decoration:none}main{padding-block:clamp(2rem,5vw,3.5rem)}.site-footer{border-top:1px solid var(--border);color:var(--muted);font-size:.9rem}.site-footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-block:1.5rem;display:flex}.site-footer .links{flex-wrap:wrap;gap:1rem;display:flex}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.85rem}.lead{color:var(--muted);max-width:var(--measure);font-size:1.2rem}.muted{color:var(--muted)}.small{font-size:.9rem}.links-row{flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.25rem;display:flex}.btn{border:1px solid var(--border);color:var(--text);background:var(--surface);border-radius:8px;padding:.5rem .95rem;font-size:.95rem;display:inline-block}.btn:hover{border-color:var(--accent);text-decoration:none}.btn.primary{background:var(--accent);color:#041017;border-color:var(--accent);font-weight:600}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.section-head h2{margin-bottom:1rem}.section-head a{font-size:.95rem}.grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.6rem;min-width:0;padding:1.15rem 1.25rem;display:flex;overflow:hidden}.card .thumb{border-bottom:1px solid var(--border);background:var(--bg);margin:-1.15rem -1.25rem .4rem;display:block}.card .thumb img{aspect-ratio:1200/630;width:100%;height:auto;display:block}.cover{aspect-ratio:1200/630;border:1px solid var(--border);border-radius:10px;width:100%;height:auto;margin:1.25rem 0 0;display:block}.card h3{margin:0;font-size:1.1rem}.card h3 a{color:var(--text)}.card p{color:var(--muted);margin:0;font-size:.95rem}.card .foot{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin-top:auto;font-size:.85rem;display:flex}.tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{background:var(--accent-dim);color:var(--accent);white-space:nowrap;border-radius:999px;padding:.15rem .55rem;font-size:.78rem}.post-list{margin:0;padding:0;list-style:none}.post-list li{border-bottom:1px solid var(--border);grid-template-columns:17rem 1fr;align-items:start;gap:.5rem 1.5rem;padding:1.1rem 0;display:grid}.post-list .post-thumb{aspect-ratio:1200/630;border:1px solid var(--border);background:var(--bg);border-radius:8px;display:block;position:relative;overflow:hidden}.post-list .post-thumb img{object-fit:cover;width:100%;height:100%;display:block}.post-list time{border:1px solid var(--border);color:var(--text);font-variant-numeric:tabular-nums;background:#0b0f14d9;border-radius:999px;padding:.15rem .5rem;font-size:.75rem;position:absolute;top:.5rem;right:.5rem}.post-list .t{flex-direction:column;gap:.2rem;min-width:0;display:flex}.post-list .t a{color:var(--text);font-weight:600}.post-list .t .kind{color:var(--muted);font-size:.78rem}.post-list .t p{color:var(--muted);margin:0;font-size:.95rem}@media (width<=720px){.post-list li{grid-template-columns:1fr;gap:.6rem}}.timeline{border-left:2px solid var(--border);margin:0;padding:0;list-style:none}.timeline li{padding:0 0 2rem 1.5rem;position:relative}.timeline li:before{content:"";background:var(--bg);border:2px solid var(--accent);border-radius:50%;width:12px;height:12px;position:absolute;top:.45rem;left:-7px}.timeline li.current:before{background:var(--accent)}.timeline .when{color:var(--muted);font-size:.9rem}.timeline h3{margin:.15rem 0 .25rem}.timeline .where{color:var(--muted);margin-bottom:.5rem;font-size:.95rem}.timeline p{margin:0 0 .5rem}.article-head{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.article-head h1{margin-bottom:.5rem}.article-head .meta{color:var(--muted);flex-wrap:wrap;gap:.5rem 1rem;font-size:.95rem;display:flex}.article-head .tags{margin-top:.9rem}.article-body h2{margin-top:2.25rem;font-size:1.35rem}.article-body ul,.article-body ol{padding-left:1.4rem}.article-body li{margin-bottom:.35rem}.back{color:var(--muted);margin-top:2.5rem;display:inline-block}.year{color:var(--muted);letter-spacing:.06em;margin:2rem 0 .25rem;font-size:.9rem}.def{grid-template-columns:9rem 1fr;gap:.5rem 1.5rem;margin:0;display:grid}.def dt{color:var(--muted)}.def dd{margin:0}@media (width<=560px){.def{grid-template-columns:1fr;gap:.1rem 0}.def dd{margin-bottom:.75rem}}
