@import url('/assets/base.css');

:root{--blue:#287d2b;--blue2:#185c20;--green:#39a935;--ink:#222;--muted:#666;--line:#dedede;--soft:#f6f6f4}
.topbar{background:#222;color:#eee}
header{border-bottom:3px solid #39a935;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.brand img{display:block;width:250px;max-width:42vw;height:76px;object-fit:contain;object-position:left center}
nav a{color:#333}
nav a:hover{color:#287d2b}
nav .account{background:#287d2b;color:#fff}
.hero{background:linear-gradient(112deg,rgba(28,28,28,.94),rgba(38,92,38,.86)),radial-gradient(circle at 80% 30%,#39a935 0,transparent 36%)}
.primary,.cookie-actions button.primary{background:#39a935;color:#fff}
.member-card{border-top:3px solid #39a935}
.news-card img{display:block;width:100%;height:240px;object-fit:contain;object-position:center;background:#f3f3f1;padding:8px}
.hero-image{width:100%;height:auto;max-height:none;object-fit:contain;background:#f3f3f1}
.prose img{display:block;max-width:100%;width:auto;height:auto;margin:20px auto}
.cookie-notice{position:fixed;z-index:100;left:20px;right:20px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1100px;margin:auto;padding:20px 22px;border:1px solid #cbd6dd;border-radius:10px;background:#fff;box-shadow:0 14px 50px rgba(0,0,0,.24)}
.cookie-notice[hidden]{display:none}
.cookie-notice p{margin:5px 0;font-size:14px}
.cookie-actions{display:flex;gap:10px;flex:0 0 auto}
.cookie-actions button{border:1px solid #999;border-radius:5px;padding:10px 14px;background:#fff;font:inherit;font-weight:700;cursor:pointer}
footer{background:#222;border-top:5px solid #39a935}
@media(max-width:760px){.brand img{width:190px;max-width:62vw;height:62px}.news-card img{height:auto;max-height:300px}.cookie-notice{display:grid;left:10px;right:10px;bottom:10px}.cookie-actions{display:grid;grid-template-columns:1fr}.cookie-actions button{width:100%}}
