:root{color:#17211b;background:#f7f4ed;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{border:1px solid #17211b;background:#fff;color:#17211b;border-radius:8px;padding:.65rem .9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.topbar{min-height:72px;padding:1rem clamp(1rem,4vw,4rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ded8c8;background:#fdfbf6}.brand{border:0;background:transparent;font-weight:800;font-size:1.1rem}nav{display:flex;gap:.5rem}.notice{margin:1rem auto 0;max-width:1100px;border:1px solid #205c3b;background:#e9f7ee;padding:.85rem 1rem;border-radius:8px}.content{max-width:1120px;margin:0 auto;padding:clamp(1.5rem,4vw,4rem)}.intro{padding:2rem 0 3rem}.intro p,.post-card span,.row span{color:#637064}.intro h1{max-width:780px;margin:0;font-size:clamp(2rem,6vw,5rem);line-height:.98}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.post-card{min-height:320px;background:#fff;border:1px solid #ded8c8;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.7rem}.post-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px}.post-card h2{margin:0}.post-card button{margin-top:auto}.article{max-width:780px;font-size:1.08rem;line-height:1.75}.panel{max-width:440px;margin:5rem auto;padding:2rem;background:#fff;border:1px solid #ded8c8;border-radius:8px}form{display:grid;gap:.9rem}input,textarea,select{width:100%;border:1px solid #c8c0ad;border-radius:8px;padding:.8rem;background:#fffdfa}textarea{min-height:88px;resize:vertical}.body{min-height:220px}.admin{max-width:1280px;margin:0 auto;padding:clamp(1rem,3vw,3rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);gap:1rem}.list,.editor{background:#fff;border:1px solid #ded8c8;border-radius:8px;padding:1rem}.section-title,.row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.row{border-top:1px solid #eee7d8;padding:.8rem 0}.row div{min-width:0;display:grid;gap:.25rem}.row strong,.row span{overflow-wrap:anywhere}@media(max-width:820px){.topbar,nav,.admin{display:grid}.admin{grid-template-columns:1fr}}
