:root{
    --ink:#14221b;
    --green:#0c5a3f;
    --green-dark:#063d2c;
    --gold:#c9982c;
    --cream:#f8f5ee;
    --line:#e7e3d8;
}
body{color:var(--ink);background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.responsible-bar{background:#f2eee2;color:#554c39;font-size:.82rem;border-bottom:1px solid #e6dfce}
.site-navbar{background:linear-gradient(105deg,var(--green-dark),var(--green))}
.navbar-brand{letter-spacing:-.4px}
.hero{
    background:
      radial-gradient(circle at 80% 30%,rgba(201,152,44,.25),transparent 28%),
      linear-gradient(135deg,#073f2e,#0b6b4a);
    color:#fff;border-radius:0 0 32px 32px;overflow:hidden
}
.hero .display-4{letter-spacing:-1.5px}
.hero-kicker{color:#f3d88e;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem}
.hero-card{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);border-radius:22px}
.metric{border-left:3px solid var(--gold);padding-left:1rem}
.section-title{font-weight:800;letter-spacing:-.5px}
.article-card{border:1px solid var(--line);border-radius:18px;transition:.18s ease;background:#fff;height:100%}
.article-card:hover{transform:translateY(-3px);box-shadow:0 12px 34px rgba(16,45,33,.09)}
.article-card a{text-decoration:none;color:inherit}
.badge-topic{background:#edf6f1;color:#166044}
.category-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfaf6)}
.category-card:hover{border-color:#d5c89f}
.ad-slot{border:1px dashed #c9c3b4;background:#faf8f2;border-radius:14px;color:#8a8374;min-height:115px;display:flex;align-items:center;justify-content:center;text-align:center}
.article-shell{max-width:820px}
.article-content{font-size:1.08rem;line-height:1.78}
.article-content h2{font-size:1.65rem;font-weight:800;margin-top:2.2rem}
.article-content h3{font-size:1.3rem;font-weight:750;margin-top:1.7rem}
.article-content table{width:100%;margin:1.25rem 0}
.article-content th,.article-content td{padding:.75rem;border:1px solid #ddd}
.article-content .callout{padding:1rem 1.15rem;border-radius:12px;background:#f2f8f5;border-left:4px solid var(--green);margin:1.5rem 0}
.article-content .warning{background:#fff7e8;border-left-color:#d49a21}
.breadcrumb a{color:#356a56;text-decoration:none}
.site-footer{background:#101a16;color:#fff}
.site-footer a{display:block;color:#aebbb5;text-decoration:none;margin:.45rem 0}
.site-footer a:hover{color:#fff}
.footer-warning{border:1px solid #34443d;border-radius:14px;padding:1rem}
.btn-gold{background:var(--gold);border-color:var(--gold);color:#17130a;font-weight:700}
.btn-gold:hover{background:#d7aa48;border-color:#d7aa48}
.admin-shell{min-height:100vh;background:#f5f7f6}
.admin-sidebar{background:#10251d;color:#fff;min-height:100vh}
.admin-sidebar a{color:#c8d5cf;text-decoration:none;display:block;padding:.7rem .9rem;border-radius:10px}
.admin-sidebar a:hover{background:#1d3a2f;color:#fff}
@media(max-width:991px){.admin-sidebar{min-height:auto}.hero{border-radius:0 0 22px 22px}}
