*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d0d;--surface: #141414;--border: #222;--text: #e8e8e8;--muted: #666;--accent: #e84545;--accent-dim: rgba(232, 69, 69, .12);--font: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:10}.nav-brand{font-weight:700;font-size:1.1rem;letter-spacing:-.02em;color:var(--accent)}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.9rem;color:var(--muted);transition:color .15s}.nav-link:hover,.nav-link.active{color:var(--text)}.main{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.home{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 0 2rem}.hero-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.hero-title{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:.75rem}.hero-sub{color:var(--muted);font-size:1rem;margin-bottom:3rem}.countdown{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:2rem}.countdown-unit{display:flex;flex-direction:column;align-items:center;min-width:4rem}.countdown-num{font-size:clamp(2.5rem,7vw,4rem);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1}.countdown-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.4rem}.countdown-sep{font-size:clamp(2rem,6vw,3rem);font-weight:300;color:var(--muted);line-height:1.1;padding-top:.1em}.launch-date{font-size:.8rem;color:var(--muted)}.launched{margin-bottom:2rem}.btn{display:inline-block;padding:.6rem 1.4rem;background:var(--accent);color:#fff;font-size:.9rem;font-weight:600;border-radius:6px;transition:opacity .15s}.btn:hover{opacity:.85}.page h1{font-size:1.8rem;font-weight:700;letter-spacing:-.02em;margin-bottom:2rem}.muted{color:var(--muted)}.post-list{display:flex;flex-direction:column;gap:0}.post-card{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border);transition:color .15s}.post-card:first-child{border-top:1px solid var(--border)}.post-card:hover .post-title{color:var(--accent)}.post-title{font-size:1rem;font-weight:600;transition:color .15s}.post-desc{font-size:.875rem;color:var(--muted);margin-top:.25rem}.post-date{font-size:.8rem;color:var(--muted);white-space:nowrap;flex-shrink:0}.post-page .back{display:inline-block;font-size:.85rem;color:var(--muted);margin-bottom:1.5rem;transition:color .15s}.post-page .back:hover{color:var(--text)}.post-page h1{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:2rem}.post-meta{margin-bottom:.5rem}.prose{color:#ccc;line-height:1.75}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text);font-weight:700;letter-spacing:-.01em;margin:2rem 0 .75rem}.prose h2{font-size:1.4rem}.prose h3{font-size:1.15rem}.prose p{margin:1rem 0}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.prose code{font-family:var(--mono);font-size:.875em;background:var(--surface);padding:.15em .4em;border-radius:4px;color:#f08080}.prose pre{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;overflow-x:auto;margin:1.5rem 0}.prose pre code{background:none;padding:0;color:#ccc;font-size:.875rem}.prose ul,.prose ol{padding-left:1.5rem;margin:1rem 0}.prose li{margin:.3rem 0}.prose blockquote{border-left:3px solid var(--accent);padding-left:1rem;color:var(--muted);margin:1.5rem 0}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.author-page h1{margin-bottom:1rem}@media (max-width: 600px){.navbar{padding:1rem}.nav-links{gap:1.25rem}.countdown{gap:.25rem}.countdown-unit{min-width:3rem}.post-card{flex-direction:column;gap:.25rem}}
