:root{--bg:#0f172a;--panel:#111827;--text:#e5e7eb;--muted:#94a3b8;--link:#93c5fd;--border:#1f2937}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;line-height:1.6;background:var(--bg);color:var(--text)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(100% - 2rem,860px);margin:0 auto}.site-header{border-bottom:1px solid var(--border);background:rgba(15,23,42,.9);position:sticky;top:0;backdrop-filter:blur(8px)}.site-header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem}.site-title{font-weight:700;color:var(--text)}.site-nav{display:flex;gap:1rem}main.container{padding:2rem 0 4rem}.hero{padding:1rem 0 2rem}.hero h1,.content h1{line-height:1.15;margin:0 0 .5rem}.post-list{list-style:none;padding:0;margin:1rem 0 0}.post-list li{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.content img{max-width:100%;height:auto}.muted,small,.site-footer{color:var(--muted)}.site-footer{border-top:1px solid var(--border);padding:2rem 1rem;text-align:center}