:root{--ink:#2d2622;--soft:#61554e;--paper:#faf8f2;--line:#e4ddd7;--accent:#8d654b}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Outfit,sans-serif}.news-header{display:flex;align-items:center;justify-content:space-between;padding:1rem clamp(1rem,5vw,5rem);background:#fff;border-bottom:1px solid var(--line)}.news-brand{display:flex;align-items:center;gap:.7rem;color:inherit;text-decoration:none;font-weight:600}.news-brand img{width:42px;height:42px;object-fit:contain}.news-header nav{display:flex;gap:1rem}.news-header nav a,footer a{color:var(--ink)}.news-hero{padding:clamp(4rem,10vw,7rem) 1.2rem;text-align:center;background:linear-gradient(135deg,#2d2622,#50443d);color:#fff}.news-hero h1{font-size:clamp(2.4rem,7vw,4.7rem);margin:.25rem 0 1rem}.news-hero p:last-child{max-width:650px;margin:auto;color:#e3dcd6;font-size:1.1rem}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.76rem;font-weight:700;color:#bfa994}.news-section{max-width:1120px;margin:auto;padding:4rem 1.2rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr));gap:1.4rem}.article-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:1.6rem;box-shadow:0 12px 35px rgba(45,38,34,.07)}.article-card h2{margin:.45rem 0 .7rem;font-size:1.55rem}.article-meta{color:var(--accent);font-size:.83rem;font-weight:600}.article-summary{color:var(--soft);line-height:1.65}.article-content{white-space:pre-line;line-height:1.75;color:#403732}.read-button{border:0;background:none;color:var(--accent);padding:0;font-weight:700}.news-empty{text-align:center;padding:3rem;color:var(--soft)}footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,5vw,5rem);border-top:1px solid var(--line);color:var(--soft)}.editor-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:1.2rem}.article-editor,.article-manager{padding:1.5rem}.editor-actions{display:flex;flex-wrap:wrap;gap:.7rem}.admin-articles{display:grid;gap:.7rem}.admin-item{padding:1rem;border:1px solid var(--line);border-radius:12px}.admin-item h3{margin:0 0 .25rem}.admin-item-actions{display:flex;gap:.5rem;margin-top:.7rem}.status-badge{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;background:#eee5df}.status-badge.published{background:#dcecdf;color:#28563c}@media(max-width:850px){.editor-layout{grid-template-columns:1fr}.news-header{align-items:flex-start}.news-brand span{display:none}footer{flex-direction:column}}
