:root{--green:#60786e;--green-dark:#344b42;--dark:#2c2b2b;--orange:#f2b36f;--red:#a33e3e;--ink:#272b29}*{box-sizing:border-box}body{margin:0;background:#f3f5f3;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:#355648}header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem max(5vw,20px);background:var(--dark);color:white}.brand,nav a{color:white;text-decoration:none;font-weight:800}nav{display:flex;gap:1rem;flex-wrap:wrap}main{width:min(1100px,92%);margin:auto;padding-bottom:4rem}.hero{text-align:center;padding:4rem 1.5rem;background:linear-gradient(135deg,#e1e7e4,#fff4e8);border-radius:0 0 26px 26px;margin-bottom:2rem}.hero.compact{padding:2.5rem 1rem}.hero h1{font-size:clamp(2.3rem,7vw,4.6rem);line-height:1;margin:.4rem 0 1rem;color:var(--green-dark)}.hero p{max-width:780px;margin:0 auto 1.7rem;font-size:1.13rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#8c5724;font-weight:900}.button,button{display:inline-block;border:0;border-radius:999px;padding:.85rem 1.2rem;background:var(--green);color:white;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,520px));justify-content:center;gap:1.3rem}.news-grid{align-items:start}.card,.panel,.empty,.admin-card{background:white;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #24352e15}.card>img{width:100%;height:270px;object-fit:cover}.placeholder{display:grid;place-items:center;min-height:220px;background:linear-gradient(135deg,#dfeae5,#fff1df);font-size:5rem}.body{padding:1.3rem}.body h2{font-size:1.5rem;line-height:1.25;margin:.25rem 0 1rem}.source{font-size:.9rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#8c5724}.article-link{margin-top:.5rem}.panel{padding:clamp(1.2rem,4vw,2.4rem)}.narrow{max-width:760px}.empty{text-align:center;padding:2.5rem}form{display:grid;gap:1rem}label{display:grid;gap:.35rem;font-weight:700}input,textarea{width:100%;padding:.8rem;border:1px solid #bcc7c2;border-radius:9px;font:inherit}textarea{min-height:130px;resize:vertical}small,.hint{font-weight:400;color:#68736e}.check{grid-template-columns:auto 1fr}.check input{width:1.2rem;height:1.2rem}.trap{position:absolute;left:-9999px}.alert{padding:1rem;border-radius:9px;margin-bottom:1rem}.error{background:#f8dddd;color:#722}.success{background:#dff1e6;color:#264}.ok{display:inline-grid;place-items:center;width:70px;height:70px;border-radius:50%;background:var(--green);color:white;font-size:2.5rem}.admin-list{display:grid;gap:1rem}.admin-card{display:grid;grid-template-columns:220px 1fr;gap:1.2rem;padding:1rem}.admin-card>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.admin-card>.placeholder{min-height:165px;border-radius:12px}.status{display:inline-block;padding:.25rem .6rem;border-radius:999px;background:#eee;font-weight:800}.pending{background:#fff0c8}.approved{background:#dcefe3}.rejected{background:#f5dada}.private{background:#eee;padding:.5rem;border-radius:7px}.actions form{display:flex;gap:.5rem;flex-wrap:wrap}.secondary{background:#6c7571}.danger{background:var(--red)}footer{text-align:center;background:var(--dark);color:#ddd;padding:1.5rem}footer a{color:white}@media(max-width:650px){header{align-items:flex-start;flex-direction:column}.admin-card{grid-template-columns:1fr}.card>img{height:230px}}
