/* ===== 36H · Notícias (news/blog site) · MaltGreen · Mobile-first ===== */
:root{
  --bg:#0a1f14; --bg2:#0e2a1b; --bg3:#143a26; --paper:#0f2719;
  --grn:#22c55e; --grn-d:#16a34a; --grn-l:#4ade80; --grn-glow:rgba(34,197,94,0.30);
  --lime:#a3e635; --teal:#2dd4bf;
  --gold:#f5c542; --gold-d:#e0a82e; --gold-l:#ffd96a; --gold-glow:rgba(245,197,66,0.30);
  --text:#eafaf0; --text2:#a9c9b6; --text3:#6e8d7c;
  --border:rgba(255,255,255,0.08); --border-g:rgba(34,197,94,0.32); --border-o:rgba(245,197,66,0.30);
  --r:12px; --r2:16px; --t:.18s ease; --wrap:1180px; --read:760px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--text);font-family:'Segoe UI',system-ui,-apple-system,Arial,sans-serif;line-height:1.7;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:var(--grn-l);text-decoration:none;transition:color var(--t)}
a:hover{color:var(--lime)}
h1,h2,h3,h4{line-height:1.25;color:var(--text)}
.h63-wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 18px}
.h63-read{max-width:var(--read);margin:0 auto;padding:0 18px}

/* Botões */
.h63-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:10px;font-weight:700;font-size:.94rem;cursor:pointer;border:none;white-space:nowrap;transition:transform var(--t),box-shadow var(--t);text-align:center}
.h63-btn-gold{background:linear-gradient(135deg,var(--gold-l),var(--gold-d));color:#2a1c00;box-shadow:0 5px 18px var(--gold-glow)}
.h63-btn-gold:hover{transform:translateY(-2px);color:#2a1c00}
.h63-btn-grn{background:linear-gradient(135deg,var(--grn-l),var(--grn-d));color:#04240f;box-shadow:0 5px 18px var(--grn-glow)}
.h63-btn-grn:hover{transform:translateY(-2px);color:#04240f}
.h63-btn-lg{padding:14px 26px;font-size:1rem}.h63-btn-block{display:flex;width:100%}

/* Topbar */
.h63-top{background:linear-gradient(90deg,#103526,#0e2a1b);border-bottom:1px solid var(--border-g);color:#d6efe0;font-size:.78rem;text-align:center;padding:7px 14px}
.h63-top strong{color:var(--gold-l)}

/* Header */
.h63-header{position:sticky;top:0;z-index:100;background:rgba(10,31,20,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.h63-nav{display:flex;align-items:center;gap:14px;height:60px}
.h63-brand img{height:38px;width:auto;display:block;filter:drop-shadow(0 0 9px var(--grn-glow))}
.h63-links{display:none}
.h63-nav-cta{margin-left:auto;display:flex;gap:8px}
.h63-nav-cta .h63-btn{padding:8px 16px;font-size:.84rem}
.h63-burger{margin-left:auto;background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;padding:4px 8px}
.h63-menu.h63-open{display:flex;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:var(--bg2);border-bottom:1px solid var(--border);padding:10px 18px;gap:2px;max-height:82vh;overflow:auto}
.h63-menu.h63-open a{padding:12px 6px;color:var(--text2);border-bottom:1px solid var(--border);font-weight:600}
.h63-menu.h63-open a:hover,.h63-menu a.h63-on{color:var(--gold-l)}

/* Catnav (barra de categorias) */
.h63-catnav{background:var(--bg2);border-bottom:1px solid var(--border)}
.h63-catnav-in{display:flex;gap:8px;overflow-x:auto;padding:11px 18px;max-width:var(--wrap);margin:0 auto;-ms-overflow-style:none;scrollbar-width:none}
.h63-catnav-in::-webkit-scrollbar{display:none}
.h63-catnav-in a{flex-shrink:0;font-size:.82rem;font-weight:700;color:var(--text2);background:var(--paper);border:1px solid var(--border);border-radius:999px;padding:6px 14px}
.h63-catnav-in a:hover,.h63-catnav-in a.h63-on{color:#04240f;background:linear-gradient(135deg,var(--grn-l),var(--grn-d));border-color:transparent}

/* Breadcrumb */
.h63-crumb{padding:16px 0 0;font-size:.8rem;color:var(--text3)}
.h63-crumb a{color:var(--grn-l)}.h63-crumb span{color:var(--text3)}

/* Post hero (destaque na home) */
.h63-posthero{position:relative;border-radius:var(--r2);overflow:hidden;margin:22px 0;min-height:300px;display:flex;align-items:flex-end;border:1px solid var(--border)}
.h63-posthero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.h63-posthero::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,24,15,.95),rgba(8,24,15,.25) 60%,transparent);z-index:1}
.h63-posthero-in{position:relative;z-index:2;padding:24px 22px}
.h63-posthero .h63-cat-pill{display:inline-block;background:linear-gradient(135deg,var(--grn-l),var(--grn-d));color:#04240f;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;padding:4px 12px;border-radius:999px;margin-bottom:10px}
.h63-posthero h2{font-size:clamp(1.35rem,4.5vw,2rem);font-weight:900;margin-bottom:8px;max-width:680px}
.h63-posthero .h63-postmeta{color:#cfe7da}

/* Section heading */
.h63-sechead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:30px 0 16px}
.h63-sechead h1,.h63-sechead h2{font-size:1.4rem;font-weight:800;position:relative;padding-left:14px}
.h63-sechead h1::before,.h63-sechead h2::before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:5px;border-radius:3px;background:linear-gradient(var(--grn-l),var(--gold))}
.h63-sechead a{font-size:.85rem;font-weight:600;flex-shrink:0}

.h63-home-intro{padding:22px 0 4px;text-align:center}
.h63-home-intro h1{font-size:clamp(1.5rem,4.5vw,2.1rem);font-weight:900;margin-bottom:10px}
.h63-home-intro p{color:var(--text2);font-size:1rem;max-width:700px;margin:0 auto}
/* Layout principal (feed + sidebar) */
.h63-main-grid{display:grid;grid-template-columns:1fr;gap:30px;padding-bottom:10px}

/* Feed de posts */
.h63-feed{display:grid;grid-template-columns:1fr;gap:18px}
.h63-postcard{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:border-color var(--t),transform var(--t)}
.h63-postcard:hover{border-color:var(--border-g);transform:translateY(-3px)}
.h63-postcard-img{aspect-ratio:16/9;overflow:hidden;position:relative}
.h63-postcard-img img{width:100%;height:100%;object-fit:cover}
.h63-postcard-img .h63-cat-pill{position:absolute;top:10px;left:10px;background:rgba(8,24,15,.85);border:1px solid var(--border-g);color:var(--grn-l);font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;border-radius:999px}
.h63-postcard-body{padding:14px 16px 16px}
.h63-postcard-body h3{font-size:1.08rem;font-weight:800;margin-bottom:7px;line-height:1.35}
.h63-postcard-body p{font-size:.86rem;color:var(--text2);margin-bottom:11px}

/* Postmeta (data · autor · leitura) */
.h63-postmeta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:.75rem;color:var(--text3)}
.h63-postmeta .h63-m{display:inline-flex;align-items:center;gap:5px}
.h63-postmeta .h63-i{width:14px;height:14px}

/* Sidebar */
.h63-sidebar{display:flex;flex-direction:column;gap:24px}
.h63-widget{background:var(--paper);border:1px solid var(--border);border-radius:var(--r);padding:18px}
.h63-widget h3{font-size:1rem;font-weight:800;margin-bottom:14px;padding-left:12px;position:relative}
.h63-widget h3::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:4px;border-radius:3px;background:linear-gradient(var(--grn-l),var(--gold))}
.h63-popular{display:flex;flex-direction:column;gap:2px}
.h63-popular a{display:flex;gap:11px;align-items:flex-start;padding:9px 0;border-bottom:1px solid var(--border);color:var(--text)}
.h63-popular a:last-child{border-bottom:none}.h63-popular a:hover b{color:var(--gold-l)}
.h63-popular .h63-pn{flex-shrink:0;width:24px;height:24px;border-radius:7px;background:var(--bg3);color:var(--grn-l);font-weight:800;font-size:.82rem;display:flex;align-items:center;justify-content:center}
.h63-popular b{font-size:.86rem;font-weight:600;display:block;line-height:1.35}
.h63-popular span{font-size:.7rem;color:var(--text3)}
.h63-widget-cta{text-align:center}
.h63-widget-cta img{width:72px;height:72px;border-radius:18px;margin:0 auto 12px;box-shadow:0 0 20px var(--grn-glow)}
.h63-widget-cta p{font-size:.86rem;color:var(--text2);margin-bottom:14px}

/* === Post (artigo) === */
.h63-post{padding:6px 0 20px}
.h63-posthead{max-width:var(--read);margin:0 auto;padding:16px 18px 0}
.h63-cat-tag{display:inline-block;background:rgba(34,197,94,.14);border:1px solid var(--border-g);color:var(--grn-l);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;padding:4px 12px;border-radius:999px;margin-bottom:14px}
.h63-posthead h1{font-size:clamp(1.6rem,5vw,2.2rem);font-weight:900;margin-bottom:12px}
.h63-posthead .h63-postmeta{border-bottom:1px solid var(--border);padding-bottom:16px;font-size:.8rem}
.h63-posthead .h63-postmeta .h63-verif{color:var(--teal);font-weight:700}
.h63-postfig{max-width:var(--read);margin:18px auto 0;padding:0 18px}
.h63-postfig img{width:100%;border-radius:var(--r2);border:1px solid var(--border)}

/* Corpo do artigo */
.h63-postbody{max-width:var(--read);margin:0 auto;padding:22px 18px 0;color:var(--text2);font-size:1.02rem;line-height:1.8}
.h63-postbody h2{font-size:1.42rem;font-weight:800;margin:32px 0 12px;scroll-margin-top:120px}
.h63-postbody h3{font-size:1.16rem;font-weight:700;margin:22px 0 8px;color:var(--text)}
.h63-postbody p{margin-bottom:15px}
.h63-postbody ul,.h63-postbody ol{margin:0 0 16px 22px}.h63-postbody li{margin-bottom:8px}
.h63-postbody strong{color:var(--gold-l)}
.h63-postbody blockquote{border-left:4px solid var(--grn);background:rgba(34,197,94,.07);border-radius:8px;padding:13px 16px;margin:20px 0;color:var(--text);font-style:italic}
.h63-postbody img{border-radius:var(--r);border:1px solid var(--border);margin:18px 0}

/* Destaque box */
.h63-box{max-width:var(--read);margin:22px auto 0;padding:0 18px}
.h63-box-in{background:var(--paper);border:1px solid var(--border-o);border-radius:var(--r);padding:16px 18px}
.h63-box-in strong.h63-bt{display:block;color:var(--gold-l);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.h63-box-in dl{display:grid;grid-template-columns:auto 1fr;gap:7px 14px;font-size:.92rem}
.h63-box-in dt{color:var(--text3)}.h63-box-in dd{color:var(--text);font-weight:600}

/* Tabela */
.h63-table{width:100%;border-collapse:collapse;font-size:.9rem;border:1px solid var(--border);border-radius:var(--r);overflow:hidden;margin:18px 0}
.h63-table th,.h63-table td{padding:11px 13px;text-align:left;border-bottom:1px solid var(--border)}
.h63-table thead th{background:var(--bg3);color:var(--gold-l);font-weight:800}
.h63-table tbody tr:nth-child(even){background:rgba(34,197,94,.05)}

/* Share */
.h63-share{max-width:var(--read);margin:26px auto 0;padding:0 18px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.h63-share span{font-size:.82rem;font-weight:700;color:var(--text3)}
.h63-share a{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;font-weight:700;padding:8px 14px;border-radius:8px;background:var(--paper);border:1px solid var(--border);color:var(--text2)}
.h63-share a:hover{border-color:var(--border-g);color:var(--grn-l)}

/* CTA box */
.h63-ctabox{max-width:var(--read);margin:30px auto 0;padding:0 18px}
.h63-ctabox-in{background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(245,197,66,.06));border:1px solid var(--border-g);border-radius:var(--r2);padding:22px;text-align:center}
.h63-ctabox-in h3{font-size:1.2rem;margin-bottom:6px}
.h63-ctabox-in p{color:var(--text2);font-size:.92rem;margin-bottom:14px}

/* Related posts */
.h63-related{max-width:var(--read);margin:34px auto 0;padding:0 18px}
.h63-related h3{font-size:1.1rem;margin-bottom:14px}
.h63-related-grid{display:grid;grid-template-columns:1fr;gap:12px}
.h63-related a{display:flex;gap:12px;align-items:center;background:var(--paper);border:1px solid var(--border);border-radius:10px;padding:10px;color:var(--text)}
.h63-related a:hover{border-color:var(--border-g)}
.h63-related a img{width:64px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}
.h63-related a span{font-size:.66rem;color:var(--grn-l);font-weight:700;text-transform:uppercase}
.h63-related a b{font-size:.86rem;font-weight:600;display:block;margin-top:2px;line-height:1.35}

/* Archive list */
.h63-archive{max-width:var(--read);margin:0 auto;display:flex;flex-direction:column;gap:12px}
.h63-archive a{display:flex;gap:14px;background:var(--paper);border:1px solid var(--border);border-radius:var(--r);padding:12px;color:var(--text)}
.h63-archive a:hover{border-color:var(--border-g)}
.h63-archive a img{width:96px;height:72px;border-radius:8px;object-fit:cover;flex-shrink:0}
.h63-archive .h63-ar-b h3{font-size:1rem;font-weight:800;margin-bottom:5px}
.h63-archive .h63-ar-b p{font-size:.82rem;color:var(--text2);margin-bottom:7px}

/* Footer */
.h63-foot{background:var(--bg2);border-top:1px solid var(--border);padding:40px 0 30px;margin-top:36px}
.h63-foot-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px;margin-bottom:24px}
.h63-foot-col h4{font-size:.9rem;color:var(--text);margin-bottom:11px}
.h63-foot-col a{display:block;color:var(--text3);font-size:.83rem;padding:4px 0}
.h63-foot-col a:hover{color:var(--gold-l)}
.h63-foot-brand{grid-column:1/-1}
.h63-foot-brand img{height:32px;width:auto;margin-bottom:8px}
.h63-foot-note{font-size:.76rem;color:var(--text3);line-height:1.7;border-top:1px solid var(--border);padding-top:16px}
.h63-foot-note strong{color:var(--text2)}

/* FAQ (home) */
.h63-faq{max-width:var(--read);margin:0 auto;padding:0 18px}
.h63-faq details{border:1px solid var(--border);border-radius:var(--r);margin-bottom:8px;background:var(--paper);overflow:hidden}
.h63-faq summary{padding:14px 16px;font-weight:700;cursor:pointer;list-style:none;font-size:.96rem;color:var(--text)}
.h63-faq summary::-webkit-details-marker{display:none}
.h63-faq summary::after{content:"+";float:right;color:var(--grn-l);font-weight:800;font-size:1.1rem}
.h63-faq details[open] summary::after{content:"\2212"}
.h63-faq p{padding:0 16px 14px;color:var(--text2);font-size:.92rem}
.h63-faq a{color:var(--grn-l)}
/* 404 */
.h63-err{text-align:center;padding:64px 18px 80px}
.h63-err h1{font-size:4.2rem;color:var(--gold)}
.h63-err-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}
.h63-err-links a{background:var(--paper);border:1px solid var(--border-g);border-radius:10px;padding:9px 15px;font-size:.85rem}

/* SVG icons — 6ª variante: glifo duotone verde+dourado, traço fino arredondado */
.h63-i{display:inline-block;vertical-align:middle;width:18px;height:18px}

/* ===== Desktop ===== */
@media(min-width:680px){
  .h63-feed{grid-template-columns:1fr 1fr}
  .h63-related-grid{grid-template-columns:1fr 1fr}
  .h63-foot-grid{grid-template-columns:2fr 1fr 1fr 1fr}
}
@media(min-width:980px){
  .h63-links{display:flex;align-items:center;gap:4px;margin-left:14px}
  .h63-links a{padding:8px 11px;color:var(--text2);font-weight:600;font-size:.88rem;border-radius:8px}
  .h63-links a:hover,.h63-links a.h63-on{color:var(--gold-l);background:rgba(245,197,66,.07)}
  .h63-burger{display:none}
  .h63-main-grid{grid-template-columns:1fr 320px}
  .h63-feed{grid-template-columns:1fr 1fr}
  .h63-sidebar{position:sticky;top:80px;align-self:start}
}
