:root{--cream:#f6f4ef;--surface:#fff;--green:#16433a;--green-strong:#0f2e27;--green-soft:#2e6b5e;--green-100:#e3eae5;--ink:#1c2622;--muted:#6e6a60;--line:#e6e1d7;--radius:16px;--radius-sm:12px;--font-display:"Bricolage Grotesque",system-ui,sans-serif;--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--bg:var(--cream);--card:var(--surface);--text:var(--ink);--accent:var(--green)}*{box-sizing:border-box}body,html{background:var(--cream)}body{margin:0;color:var(--ink);font-family:var(--font-sans);line-height:1.65;-webkit-font-smoothing:antialiased}.brand,h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;color:var(--green)}a{color:var(--green-soft);text-decoration:none}a:hover{text-decoration:underline}.site-header{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:20px 24px}.brand{font-size:24px;color:var(--green)}.brand span{color:var(--green-soft)}.site-header nav{display:flex;align-items:center;gap:18px;font-size:14px}.site-header nav a{color:var(--ink)}.pill{background:var(--green);color:#fff!important;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:500}.pill:hover{text-decoration:none;background:var(--green-strong)}.container{max-width:1120px;margin:0 auto;padding:16px 24px 64px}.page-title{font-size:40px;margin:8px 0 24px}.featured{display:grid;grid-template-columns:1.15fr 1fr;border-radius:var(--radius);overflow:hidden;margin-bottom:28px}.featured-text{background:var(--green);padding:36px;display:flex;flex-direction:column;justify-content:center}.featured-kicker{font-size:12px;color:#9fc3b7;font-weight:500;margin-bottom:12px}.featured-text h2{color:#fff;font-size:30px;line-height:1.18;margin:0 0 14px}.featured-text p{color:hsla(0,0%,100%,.75);font-size:15px;margin:0 0 22px;max-width:92%}.featured-cta{display:inline-flex;align-items:center;gap:12px;color:#fff;font-weight:500;font-size:14px}.featured-cta:hover{text-decoration:none}.featured-cta .circle{width:42px;height:42px;border-radius:50%;background:var(--green-soft);display:flex;align-items:center;justify-content:center;font-size:20px}.featured-media{background-color:var(--green-100);background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:280px;overflow:hidden}.featured-media.placeholder{display:flex;align-items:center;justify-content:center;color:#9db0a6;font-size:30px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:18px;gap:18px}.card{display:block;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.card:hover{text-decoration:none;border-color:var(--green-soft)}.card-thumb{width:100%;height:170px;background-color:var(--green-100);background-size:cover;background-position:50%;background-repeat:no-repeat}.card-thumb.placeholder{display:flex;align-items:center;justify-content:center;color:#9db0a6}.card-body{padding:14px 16px 16px}.card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.card h3{font-size:17px;line-height:1.3;margin:0 0 12px}.byline{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.avatar{width:22px;height:22px;border-radius:50%;background:var(--green-100)}.date{font-size:12px;color:var(--muted)}.tag{display:inline-block;font-size:11px;color:var(--green-soft);background:var(--green-100);border-radius:999px;padding:3px 11px;font-weight:500}.tag-outline{background:transparent;border:1px solid var(--line);color:var(--green)}.article{max-width:960px;margin:0 auto}.article-head{text-align:center;max-width:760px;margin:12px auto 24px}.article-tags{display:flex;gap:8px;justify-content:center;margin-bottom:18px}.article h1{font-size:40px;line-height:1.12;margin:0 0 14px}.article .dek{font-size:19px;color:var(--muted);margin:0 0 14px}.article-meta{font-size:13px;color:var(--muted)}figure.hero{margin:0 0 28px}figure.hero .hero-media{width:100%;height:420px;border-radius:var(--radius);background-color:var(--green-100);background-size:cover;background-position:50%;background-repeat:no-repeat}figure.hero figcaption{color:var(--muted);font-size:12px;margin-top:8px;text-align:center}figure.hero figcaption a{color:var(--muted)}.article-layout{display:grid;grid-template-columns:200px 1fr;grid-gap:36px;gap:36px;align-items:start}.article-aside{font-size:13px;color:var(--muted);position:-webkit-sticky;position:sticky;top:24px}.article-aside .label{text-transform:uppercase;letter-spacing:.06em;font-size:11px;color:var(--green-soft);font-weight:600;margin-bottom:4px}.article-aside .block{margin-bottom:18px}.article-body{font-size:18px;max-width:720px}.article-body>p:first-of-type{font-size:20px;color:var(--green-strong);font-weight:500;line-height:1.5}.article-body h2{font-size:24px;margin-top:32px}.article-body a{text-decoration:underline}.source-box{margin-top:36px;padding:16px 18px;background:var(--green-100);border-radius:var(--radius-sm);font-size:14px;color:var(--green-strong)}.site-footer{border-top:1px solid var(--line);margin-top:40px}.site-footer p{max-width:1120px;margin:0 auto;padding:24px;font-size:12px;color:var(--muted)}.empty{color:var(--muted);text-align:center;padding:48px 0}.btn,button{background:var(--green);color:#fff;border:none;padding:9px 16px;border-radius:999px;cursor:pointer;font-size:14px;font-family:var(--font-sans);font-weight:500}.btn:hover,button:hover{background:var(--green-strong)}.btn-ghost{background:transparent;border:1px solid var(--line);color:var(--green)}.btn-ghost:hover{background:var(--green-100)}a.btn{display:inline-block}a.btn,a.btn:hover{text-decoration:none}input,select,textarea{background:var(--surface);border:1px solid var(--line);color:var(--ink);padding:9px 12px;border-radius:var(--radius-sm);font-size:15px;font-family:var(--font-sans)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--green-soft)}table{width:100%;border-collapse:collapse;font-size:14px}td,th{text-align:left;padding:10px 8px;border-bottom:1px solid var(--line);vertical-align:top}.meta{color:var(--muted);font-size:13px;margin-bottom:6px}.badge{font-size:11px;padding:2px 9px;border-radius:999px;font-weight:600}.badge.pub{background:var(--green-100);color:var(--green-strong)}.badge.held{background:#f6ecd8;color:#8a5a12}.badge.alto{background:#f7dcdc;color:#97231f}@media (max-width:720px){.featured{grid-template-columns:1fr}.featured-media{min-height:180px;order:-1}.article-layout{grid-template-columns:1fr}.article-aside{position:static}.article h1,.page-title{font-size:30px}}