:root{--bg:#fff;--fg:#111;--muted:#666;--accent:#2563eb;--border:#e5e5e5}@media (prefers-color-scheme:dark){:root{--bg:#0a0a0a;--fg:#ededed;--muted:#9ca3af;--accent:#60a5fa;--border:#262626}}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif;line-height:1.7}.container{flex-direction:column;max-width:720px;min-height:100vh;margin:0 auto;padding:0 24px;display:flex}.nav{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:48px;padding:28px 0;display:flex}.logo{color:var(--fg);letter-spacing:-.02em;font-size:1.15rem;font-weight:800;text-decoration:none}.logo-accent{color:var(--accent)}.nav-links{gap:24px;display:flex}.nav-links a{color:var(--muted);font-size:.95rem;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--fg)}main{flex:1}.footer{border-top:1px solid var(--border);color:var(--muted);margin-top:64px;padding:40px 0;font-size:.85rem}.hero{padding:24px 0 8px}.hero h1{letter-spacing:-.03em;margin-bottom:16px;font-size:2.2rem;line-height:1.25}.hero p{color:var(--muted);max-width:560px;font-size:1.1rem}.section{margin-top:48px}.section h2{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:16px;font-size:1.05rem}.post-list{list-style:none}.post-list li{border-bottom:1px solid var(--border);padding:16px 0}.post-list a{color:var(--fg);font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .15s}.post-list a:hover{color:var(--accent)}.post-list .date{color:var(--muted);margin-top:4px;font-size:.8rem;font-weight:400;display:block}.empty{color:var(--muted);padding:16px 0}.post h1{letter-spacing:-.03em;margin-bottom:8px;font-size:2rem;line-height:1.25}.post-header{border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:24px}.post-date{color:var(--muted);font-size:.85rem}.post-body p{margin-bottom:16px}.post-body ul,.post-body ol{margin:0 0 16px 24px}.post-body li{margin-bottom:8px}.post-body a{color:var(--accent)}.post-body strong{font-weight:700}.post-body em{color:var(--muted)}.post-body pre{background:var(--border);border-radius:8px;margin-bottom:16px;padding:16px;font-size:.85rem;line-height:1.5;overflow-x:auto}.post-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.post-body pre code{font-size:.85rem}.post-back{color:var(--muted);margin-top:48px}.post-back a{color:var(--muted)}.post-back a:hover{color:var(--accent)}.projects{list-style:none}.projects li{border-bottom:1px solid var(--border);padding:20px 0}.projects h3{margin-bottom:6px;font-size:1.1rem}.projects h3 a{color:var(--fg);text-decoration:none}.projects h3 a:hover{color:var(--accent)}.projects p{color:var(--muted);font-size:.95rem}.projects .status{border-radius:999px;margin-bottom:8px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-block}.status-live{color:#166534;background:#dcfce7}.status-building{color:#1e40af;background:#dbeafe}.status-idea{color:#4b5563;background:#f3f4f6}@media (prefers-color-scheme:dark){.status-live{color:#bbf7d0;background:#14532d}.status-building{color:#bfdbfe;background:#1e3a8a}.status-idea{color:#d4d4d4;background:#262626}}.about h1{letter-spacing:-.03em;margin-bottom:24px;font-size:2rem}.about p{color:var(--muted);margin-bottom:16px}.about a{color:var(--accent)}
