:root{--primary:#6366f1;--primary-dark:#4f46e5;--text:#1f2937;--muted:#6b7280;--bg:#ffffff;--bg-soft:#f9fafb;--border:#e5e7eb}@media (prefers-color-scheme:dark){:root{--text:#f9fafb;--muted:#d1d5db;--bg:#111827;--bg-soft:#1f2937;--border:#374151}}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--bg)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}main.site-main--full{max-width:none;margin:0;padding:0;min-height:100vh}.post-body{font-size:1.05rem;max-width:720px}.post-body h1,.post-body h2,.post-body h3,.post-body h4{line-height:1.25;margin-top:1.75rem;margin-bottom:.75rem}.post-body p{margin:0 0 1rem;color:var(--muted)}.post-body ol,.post-body ul{color:var(--muted);margin:0 0 1rem 1.25rem}.post-body pre{overflow:auto;padding:1rem;border-radius:.5rem;background:var(--bg-soft);border:1px solid var(--border)}.post-body code{font-size:.9em}.post-body img{max-width:100%;height:auto;border-radius:.75rem}.post-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:1.5rem;gap:1.5rem}.post-card{padding:1.25rem;border:1px solid var(--border);border-radius:.75rem;background:var(--bg-soft)}.post-card h2{margin:0 0 .5rem;font-size:1.25rem}.post-card p{margin:0;color:var(--muted);font-size:.95rem}.post-meta{font-size:.875rem;color:var(--muted);margin-bottom:1rem}.featured-wrap{margin:0 0 1.5rem;border-radius:.75rem;overflow:hidden;border:1px solid var(--border)}