:root{--bg:#faf8f4;--surface:#ffffff;--text:#2d3436;--text-soft:#636e72;--accent:#4a7c59;--accent-soft:#e8f0ea;--border:#ece7de;--radius:14px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.container{max-width:980px;margin:0 auto;padding:0 1.25rem}.site-header{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0}.header-inner{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.logo{font-size:1.5rem;font-weight:700;color:var(--text)}.logo:hover{text-decoration:none}.tagline{color:var(--text-soft);font-size:.95rem}.hero{padding:3.5rem 0 2.5rem;max-width:640px}.hero h1{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.25;margin-bottom:.9rem}.hero p{color:var(--text-soft);font-size:1.1rem}.section-title{font-size:1.35rem;margin-bottom:1.25rem}.empty{color:var(--text-soft);padding:2rem 0 4rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding-bottom:4rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.07)}.card-image-link img{width:100%;height:180px;object-fit:cover;display:block}.card-body{padding:1.1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.card-category{display:inline-block;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:999px;width:-moz-fit-content;width:fit-content}.card-body h3{font-size:1.1rem;line-height:1.4}.card-body h3 a{color:var(--text)}.card-body p{color:var(--text-soft);font-size:.92rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-body time{color:var(--text-soft);font-size:.82rem;margin-top:auto}.post{max-width:760px;margin:0 auto;padding:2.5rem 0 4rem}.back-link{font-size:.9rem}.post-header{margin:1.25rem 0 1.5rem}.post-header h1{font-size:clamp(1.7rem,3.5vw,2.3rem);line-height:1.3;margin:.6rem 0 .4rem}.post-header time{color:var(--text-soft);font-size:.9rem}.post-cover{width:100%;border-radius:var(--radius);margin-bottom:1.75rem}.post-content h1{display:none}.post-content h2{font-size:1.45rem;margin:2rem 0 .75rem}.post-content h3{font-size:1.15rem;margin:1.5rem 0 .5rem}.post-content p{margin-bottom:1rem}.post-content ol,.post-content ul{margin:0 0 1rem 1.4rem}.post-content img{border-radius:var(--radius)}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding:1.5rem 0;color:var(--text-soft);font-size:.85rem}