:root{--bg:#ffffff;--fg:#1f2937;--muted:#6b7280;--accent:#be185d;--border:#e5e7eb;--soft:#f9fafb}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:1rem;line-height:1.6;color:var(--fg);background:var(--bg)}.container{max-width:760px;margin:0 auto;padding:0 1rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--border);padding:.9rem 0}.site-header .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.site-title{font-size:1.3rem;font-weight:700;color:var(--fg)}.site-nav a{margin-left:1.1rem;color:var(--muted)}.site-nav a:hover{color:var(--accent)}main{padding:2rem 0}h1,h2,h3{line-height:1.25;margin-top:0}.hero{margin-bottom:2rem}.hero h1{font-size:2rem;margin-bottom:.5rem}.intro{color:var(--muted)}.post-list{display:flex;flex-direction:column;gap:1rem}.post-card{border:1px solid var(--border);border-radius:10px;padding:1.1rem 1.25rem}.post-card h2,.post-card h3{margin-bottom:.35rem}.post-card h2{font-size:1.25rem}.post-card h3{font-size:1.1rem}.post-card h2 a,.post-card h3 a{color:var(--fg)}.post-card h2 a:hover,.post-card h3 a:hover{color:var(--accent)}.meta{color:var(--muted);font-size:.875rem;margin:0 0 .5rem}.post-header h1{font-size:1.9rem;margin-bottom:.5rem}.featured-image{margin:1.25rem 0}.featured-image img{width:100%;height:auto;border-radius:10px;display:block}.toc{background:var(--soft);border:1px solid var(--border);border-radius:10px;padding:1rem 1.25rem;margin:1.25rem 0}.toc h2{font-size:1rem;margin-bottom:.5rem}.toc ul{margin:0;padding-left:1.25rem}.post-content{font-size:1.05rem}.post-content img{max-width:100%;height:auto;border-radius:8px}.faq{margin-top:2rem}.faq details{border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem;margin-bottom:.75rem}.faq summary{cursor:pointer;font-weight:600}.faq summary:hover{color:var(--accent)}.term-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem}.term-list a{font-size:1.1rem}.count{color:var(--muted);font-size:.9rem}.not-found{text-align:center;padding:3rem 0}.not-found h1{font-size:4rem;margin-bottom:.5rem}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0;margin-top:2rem;color:var(--muted);text-align:center;font-size:.9rem}