*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#193b35;background:#f7faf8;line-height:1.6}
img{display:block;max-width:100%}
.news-header{background:#fff;border-bottom:1px solid #dce8e2}
.news-header-inner{max-width:1180px;margin:auto;min-height:105px;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.news-brand{display:flex;align-items:center;gap:14px}.news-brand img{width:58px;height:58px;object-fit:contain}
.eyebrow,.kicker{margin:0;color:#23825d;font-size:.78rem;font-weight:700;letter-spacing:.12em}.news-brand h1{margin:2px 0 0;font-size:2rem;color:#155f9a}.news-brand p:last-child{margin:0;color:#54736b}
.back-home{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:#25885d;color:#fff;border-radius:8px;padding:10px 15px;font-weight:700}.back-home img{width:18px;height:18px;filter:brightness(0) invert(1)}
.news-page{max-width:1180px;margin:auto;padding:44px 24px 60px}.news-top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.news-top h2{margin:4px 0 10px;color:#155f9a;font-size:2.35rem}.lead{margin:0;color:#536862;font-size:1.05rem}.admin-link{flex:0 0 auto;text-decoration:none;border:1px solid #23825d;color:#23825d;background:#fff;border-radius:8px;padding:9px 15px;font-weight:700}.admin-link:hover{background:#23825d;color:#fff}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.news-card{background:#fff;border:1px solid #e1ece7;border-radius:16px;overflow:hidden;box-shadow:0 5px 18px rgba(20,70,55,.06)}.news-card img{width:100%;height:190px;object-fit:cover}.news-card .body{padding:18px 19px 21px}.type{font-size:.72rem;color:#23825d;font-weight:800;letter-spacing:.08em}.news-card h3{margin:5px 0 8px;color:#155f9a;font-size:1.18rem;line-height:1.35}.date{margin:0 0 10px;color:#6a7b75;font-size:.9rem;font-weight:700}.news-card .description{margin:0;color:#536862;white-space:pre-line}.location{margin:10px 0 0;color:#536862;font-size:.92rem}.empty{grid-column:1/-1;background:#fff;border:1px solid #e1ece7;border-radius:16px;padding:42px;text-align:center;color:#61736d}.message{min-height:24px;color:#a22;margin-bottom:8px}.news-footer{background:#0b4e32;color:#fff;text-align:center;padding:28px 20px}.news-footer p{margin:4px}
@media(max-width:850px){.news-header-inner{flex-wrap:wrap}.news-brand{width:100%;justify-content:center}.news-top{align-items:flex-start}.news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.news-header-inner,.news-page{padding-left:16px;padding-right:16px}.news-top{flex-direction:column;align-items:stretch}.news-top h2{font-size:1.9rem}.admin-link{text-align:center}.news-grid{grid-template-columns:1fr}}
