/* ── CULTIVE BLOG · News Portal Style ──────────────────────────────────────── */

:root {
  --bg:       #f2f2f2;
  --white:    #ffffff;
  --border:   #e0e0e0;
  --green:    #2d6a30;
  --green2:   #1f4d22;
  --green3:   #4a8a4c;
  --green-bg: #eef5ee;
  --green-lt: #d4ead4;
  --gold:     #c8a84b;
  --red:      #c0392b;
  --text:     #111111;
  --text2:    #333333;
  --text3:    #888888;
  --shadow:   0 1px 4px rgba(0,0,0,.1);
  --shadow-h: 0 4px 14px rgba(0,0,0,.12);
  --radius:   4px;
  --fu: 'Syne', 'Arial Narrow', Arial, sans-serif;
  --fb: 'DM Sans', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--fb); line-height: 1.5; overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul, ol { padding-left: 1.5rem; }

/* ── Layout ── */
.wrap       { max-width: 1200px; margin: 0 auto; padding: 0 12px; }
.wrap-wide  { max-width: 1340px; margin: 0 auto; padding: 0 12px; }

/* ── TOP BAR ── */
.top-bar {
  background: var(--green2); color: rgba(255,255,255,.85);
  font-family: var(--fu); font-size: .6rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-bar-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 12px;
  display: flex; align-items: center; justify-content: space-between;
  height: 44px; /* min 44px touch target */
}
.top-bar a { color: rgba(255,255,255,.88); transition: color .15s; margin-right: 1.2rem; padding: 4px 0; }
.top-bar a:hover { color: #fff; }
.top-bar-right { display: flex; align-items: center; gap: 1rem; }
.top-bar-date { color: rgba(255,255,255,.65); }

/* ── LOGO BAR ── */
.logo-bar { background: var(--white); border-bottom: 1px solid var(--border); }
.logo-bar-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 72px; gap: 1rem;
}
.logo { justify-self: start; display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-bar-search { justify-self: center; width: 390px; }
.logo-bar-right { justify-self: end; display: flex; align-items: center; gap: .7rem; }

/* Search pill */
.lb-search-form {
  display: flex; align-items: center;
  background: var(--green-bg);
  border: 1.5px solid var(--green-lt);
  border-radius: 50px;
  padding: 0 .25rem 0 .95rem; gap: .35rem;
}
.lb-search-form svg { color: var(--green3); flex-shrink: 0; }
.lb-search-form input {
  flex: 1; border: none; background: transparent;
  padding: .5rem 0; font-family: var(--fb); font-size: .88rem;
  outline: none; color: var(--text); min-width: 0;
}
.lb-search-form input::placeholder { color: var(--text3); }
.lb-search-form button {
  background: var(--green2); color: #fff; border: none;
  border-radius: 50px; padding: .42rem .85rem;
  font-family: var(--fu); font-size: .57rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: background .15s;
}
.lb-search-form button:hover { background: #163a18; }

/* Login button pill */
.lb-login-btn {
  display: flex; align-items: center; gap: .4rem;
  background: var(--green2); color: #fff;
  border-radius: 50px; padding: .48rem .9rem .48rem .6rem;
  font-family: var(--fu); font-size: .62rem; font-weight: 700;
  letter-spacing: .04em; white-space: nowrap;
  box-shadow: 0 2px 10px rgba(31,77,34,.28);
  transition: background .15s, box-shadow .15s;
}
.lb-login-btn:hover { background: #163a18; box-shadow: 0 3px 14px rgba(31,77,34,.4); }
.lb-login-btn svg { flex-shrink: 0; }

/* ── CATEGORY NAV ── */
.cat-nav {
  background: var(--green); position: sticky; top: 0; z-index: 200;
  /* becomes containing block for mega-menu absolute positioning */
}
.cat-nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 12px;
  display: flex; align-items: stretch; gap: 0;
  scrollbar-width: none; overflow-x: auto;
}
.cat-nav-inner::-webkit-scrollbar { display: none; }

/* Shared link style (home + cat-nav-link) */
.cat-nav-inner > a,
.cat-nav-link {
  display: flex; align-items: center; gap: .32rem;
  font-family: var(--fu); font-size: .63rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.75);
  padding: 0 .85rem; height: 42px; white-space: nowrap;
  border-bottom: 3px solid transparent; transition: color .12s, background .12s, border-color .12s;
  cursor: pointer;
}
.cat-nav-inner > a:hover, .cat-nav-inner > a.active,
.cat-nav-link:hover, .cat-nav-link.active,
.cat-nav-item.is-open .cat-nav-link {
  color: #fff; border-bottom-color: rgba(255,255,255,.55); background: rgba(255,255,255,.07);
}
.cat-nav a.home { font-size: .84rem; padding: 0 1rem; }
.cat-arrow { opacity: .5; flex-shrink: 0; transition: transform .15s; }
.cat-nav-item.is-open .cat-arrow { transform: rotate(180deg); opacity: .8; }

/* Nav item wrapper — must be static so mega-menu uses .cat-nav as containing block */
.cat-nav-item { position: static; display: flex; align-items: stretch; }

/* ── MEGA MENU ── */
.mega-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;    /* set by JS */
  left: 0;   /* set by JS per item */
  width: auto;
  background: var(--green2);
  border-top: 2px solid rgba(255,255,255,.15);
  box-shadow: 0 6px 22px rgba(0,0,0,.28);
  z-index: 9999;
  transition: opacity .13s ease, visibility 0s linear .13s;
}
.cat-nav-item.is-open > .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .13s ease, visibility 0s linear 0s;
}

.mega-inner {
  padding: 1.1rem 1.3rem 1.2rem;
  display: flex;
  gap: 0;
  align-items: flex-start;
}

/* Left: subcategory list */
.mega-subs {
  flex-shrink: 0;
  min-width: 168px;
  display: flex; flex-direction: column; gap: .04rem;
}
.mega-subs:not(:only-child) {
  border-right: 1px solid rgba(255,255,255,.08);
  padding-right: 1.2rem;
  margin-right: 0;
}
.mega-cat-title {
  font-family: var(--fu); font-size: .53rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.28); margin-bottom: .55rem;
}
.mega-sub-link {
  font-family: var(--fu); font-size: .61rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  color: rgba(255,255,255,.65);
  padding: .36rem .45rem; border-radius: 3px;
  transition: color .1s, background .1s, padding-left .1s;
  display: block; white-space: nowrap;
}
.mega-sub-link:hover,
.mega-sub-link.active { color: #fff; background: rgba(255,255,255,.1); padding-left: .75rem; }

/* Right: articles */
.mega-right {
  padding-left: 1.3rem;
  display: flex;
  gap: 1.3rem;
  align-items: flex-start;
}
.mega-art-col { min-width: 180px; max-width: 210px; }
.mega-art-head {
  font-family: var(--fu); font-size: .52rem; font-weight: 800;
  letter-spacing: .11em; text-transform: uppercase;
  color: rgba(255,255,255,.32);
  padding-bottom: .38rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: .45rem;
}
.mega-art-item {
  display: block;
  font-family: var(--fb); font-size: .8rem; font-weight: 500;
  color: rgba(255,255,255,.7); line-height: 1.35;
  padding: .26rem 0;
  transition: color .1s;
  white-space: normal;
}
.mega-art-item + .mega-art-item {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: .38rem; margin-top: .08rem;
}
.mega-art-item:hover { color: #fff; }

.hamburger {
  display: none; background: none; border: none; cursor: pointer;
  padding: .5rem; flex-direction: column; gap: 4px;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text2); border-radius: 2px; }

/* ── MOBILE NAV ── */
.mobile-nav {
  display: none; position: fixed; inset: 0; background: rgba(15,30,16,.97);
  z-index: 999; flex-direction: column; align-items: flex-start; justify-content: flex-start;
  padding: 5rem 2rem 2rem; gap: .2rem; overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: var(--fu); font-size: .9rem; font-weight: 700;
  color: rgba(255,255,255,.65); letter-spacing: .05em; padding: .7rem 0;
  border-bottom: 1px solid rgba(255,255,255,.06); width: 100%;
  display: flex; align-items: center; gap: .5rem;
}
.mobile-nav a.mn-parent { color: rgba(255,255,255,.9); font-size: .85rem; }
.mobile-nav a.mn-sub {
  font-size: .72rem; color: rgba(255,255,255,.45); padding: .4rem 0 .4rem 1.1rem;
  border-bottom-color: rgba(255,255,255,.03);
}
.mobile-nav a.mn-sub::before { content: '—'; margin-right: .4rem; opacity: .4; }
.mobile-nav a:hover { color: #8db38b; }
.mn-close {
  position: absolute; top: 1rem; right: 1rem; background: rgba(255,255,255,.1);
  border: none; color: #fff; border-radius: 50%; width: 36px; height: 36px;
  cursor: pointer; font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
}

/* ── SEARCH BAR (mobile toggle) ── */
.search-bar-wrap {
  display: none; background: var(--green2); padding: .7rem 12px;
}
.search-bar-wrap.open { display: block; }
.search-bar-inner { max-width: 600px; display: flex; gap: .5rem; }
.search-bar-inner input {
  flex: 1; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1);
  color: #fff; border-radius: var(--radius); padding: .55rem .8rem;
  font-family: var(--fb); font-size: .88rem; outline: none;
}
.search-bar-inner button {
  background: #fff; color: var(--green2); border: none; border-radius: var(--radius);
  padding: .55rem 1rem; cursor: pointer; font-family: var(--fu); font-size: .65rem;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}

/* ── SECTION HEADER ── */
.section-hd {
  display: flex; align-items: center; justify-content: space-between;
  margin: 1.6rem 0 .9rem; padding-bottom: .6rem;
  border-bottom: 3px solid var(--green);
}
.section-hd h2 {
  font-family: var(--fu); font-size: .8rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--green);
  display: flex; align-items: center; gap: .4rem;
}
.section-hd a {
  font-family: var(--fu); font-size: .6rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--text3);
  transition: color .15s;
}
.section-hd a:hover { color: var(--green); }

/* ── FEATURED (hero principal) ── */
.featured-wrap {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  display: grid; grid-template-columns: 1fr 260px;
  margin-bottom: 1.5rem; box-shadow: var(--shadow);
}
.featured-main { position: relative; }
.featured-main-img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  transition: transform .4s;
}
.featured-wrap:hover .featured-main-img { transform: scale(1.02); }
.featured-main-body { padding: 1.1rem 1.2rem; }
.featured-cat {
  display: inline-flex; align-items: center; gap: .3rem;
  font-family: var(--fu); font-size: .58rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  background: var(--green); color: #fff;
  padding: .18rem .55rem; border-radius: 2px; margin-bottom: .6rem;
}
.featured-title {
  font-family: var(--fu); font-size: 1.25rem; font-weight: 800;
  color: var(--text); line-height: 1.2; margin-bottom: .5rem;
  transition: color .15s;
}
.featured-wrap:hover .featured-title { color: var(--green); }
.featured-resumo { font-size: .88rem; color: var(--text2); line-height: 1.55; margin-bottom: .7rem; }
.featured-meta { font-size: .7rem; color: var(--text3); font-family: var(--fu); display: flex; gap: .8rem; }
.featured-side { border-left: 1px solid var(--border); padding: .8rem; display: flex; flex-direction: column; gap: .6rem; overflow: hidden; }
.featured-side-item {
  display: flex; gap: .7rem; align-items: flex-start;
  padding-bottom: .6rem; border-bottom: 1px solid var(--border);
}
.featured-side-item:last-child { border-bottom: none; padding-bottom: 0; }
.featured-side-img {
  width: 80px; height: 58px; flex-shrink: 0; border-radius: 3px;
  object-fit: cover; background: var(--green-bg);
}
.featured-side-title {
  font-family: var(--fu); font-size: .78rem; font-weight: 700;
  color: var(--text); line-height: 1.25; transition: color .15s;
}
.featured-side-item:hover .featured-side-title { color: var(--green); }
.featured-side-meta { font-size: .65rem; color: var(--text3); margin-top: .25rem; font-family: var(--fu); }

/* ── NEWS CARD (padrão) ── */
.news-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: box-shadow .2s, transform .2s;
  display: flex; flex-direction: column;
}
.news-card:hover { box-shadow: var(--shadow-h); transform: translateY(-2px); }
.news-card-img {
  aspect-ratio: 16/9; overflow: hidden; background: var(--green-bg);
  display: flex; align-items: center; justify-content: center; font-size: 2.5rem;
}
.news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.news-card:hover .news-card-img img { transform: scale(1.05); }
.news-card-body { padding: .75rem .8rem; flex: 1; display: flex; flex-direction: column; }
.news-cat {
  display: inline-block; font-family: var(--fu); font-size: .55rem;
  font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green); margin-bottom: .35rem;
}
.news-title {
  font-family: var(--fu); font-size: .88rem; font-weight: 700;
  color: var(--text); line-height: 1.3; flex: 1; margin-bottom: .4rem;
  transition: color .15s;
}
.news-card:hover .news-title { color: var(--green); }
.news-meta { font-family: var(--fu); font-size: .6rem; color: var(--text3); display: flex; gap: .6rem; }

/* News card list (sidebar/recentes) */
.news-list-item {
  display: flex; gap: .7rem; padding: .65rem 0;
  border-bottom: 1px solid var(--border); align-items: flex-start;
}
.news-list-item:last-child { border-bottom: none; }
.news-list-img {
  width: 76px; height: 54px; flex-shrink: 0; border-radius: 3px;
  object-fit: cover; background: var(--green-bg);
}
.news-list-img img { width: 100%; height: 100%; object-fit: cover; }
.news-list-body { flex: 1; }
.news-list-cat { font-family: var(--fu); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: .2rem; }
.news-list-title {
  font-family: var(--fu); font-size: .8rem; font-weight: 700;
  color: var(--text); line-height: 1.3; transition: color .15s;
}
.news-list-item:hover .news-list-title { color: var(--green); }
.news-list-meta { font-size: .62rem; color: var(--text3); margin-top: .2rem; font-family: var(--fu); }

/* News ranked (mais lidas) */
.news-ranked { display: flex; flex-direction: column; }
.news-ranked-item {
  display: flex; gap: .8rem; padding: .65rem 0;
  border-bottom: 1px solid var(--border); align-items: flex-start;
}
.news-ranked-item:last-child { border-bottom: none; }
.news-rank-n {
  font-family: var(--fu); font-size: 1.4rem; font-weight: 800;
  color: var(--green-lt); line-height: 1; flex-shrink: 0; min-width: 24px;
}
.news-ranked-title {
  font-family: var(--fu); font-size: .8rem; font-weight: 700;
  color: var(--text); line-height: 1.3; transition: color .15s;
}
.news-ranked-item:hover .news-ranked-title { color: var(--green); }

/* Grid de 3 colunas */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }

/* ── PAGE LAYOUT ── */
.page-grid { display: grid; grid-template-columns: 1fr 280px; gap: 1.5rem; align-items: start; }

/* ── SIDEBAR ── */
.sidebar { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 52px; }
.sidebar-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
}
.sidebar-box-head {
  font-family: var(--fu); font-size: .65rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .6rem .8rem; border-bottom: 3px solid var(--green);
  display: flex; align-items: center; gap: .4rem; color: var(--green);
}
.sidebar-box-body { padding: .8rem; }

/* Lead magnet */
.lm-box {
  background: linear-gradient(160deg, var(--green2) 0%, var(--green) 100%);
  border: none; color: #fff;
}
.lm-box .lm-icon { font-size: 2rem; text-align: center; padding: 1rem 0 .3rem; }
.lm-box .lm-title {
  font-family: var(--fu); font-size: .95rem; font-weight: 800;
  text-align: center; padding: 0 .8rem .4rem; line-height: 1.25; color: #fff;
}
.lm-box .lm-desc { font-size: .78rem; color: rgba(255,255,255,.7); text-align: center; padding: 0 .8rem .8rem; }
.lm-form { padding: 0 .8rem .8rem; display: flex; flex-direction: column; gap: .5rem; }
.lm-form input {
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.12);
  color: #fff; border-radius: var(--radius); padding: .55rem .7rem;
  font-family: var(--fb); font-size: .85rem; outline: none;
}
.lm-form input::placeholder { color: rgba(255,255,255,.4); }
.lm-form input:focus { border-color: rgba(255,255,255,.5); }
.lm-form button {
  background: #fff; color: var(--green2); border: none; border-radius: var(--radius);
  padding: .6rem; font-family: var(--fu); font-size: .68rem; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: all .2s;
}
.lm-form button:hover { background: var(--green-lt); }
.lm-note { font-size: .65rem; color: rgba(255,255,255,.35); text-align: center; padding-bottom: .5rem; }

/* Categorias sidebar */
.cat-list { display: flex; flex-direction: column; }
.cat-list-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: .55rem .8rem; border-bottom: 1px solid var(--border);
  font-family: var(--fu); font-size: .72rem; font-weight: 700;
  color: var(--text2); transition: all .15s;
}
.cat-list-item:last-child { border-bottom: none; }
.cat-list-item:hover { background: var(--green-bg); color: var(--green); }
.cat-list-item .cat-count {
  font-size: .62rem; color: var(--text3); background: var(--bg);
  border-radius: 100px; padding: .1rem .45rem;
}

/* Banner HC */
.banner-hc-box {
  background: var(--green2); border: none; text-align: center;
}
.banner-hc-box .bhc-inner { padding: 1.2rem .8rem; }
.banner-hc-box .bhc-tag {
  font-family: var(--fu); font-size: .55rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45);
  margin-bottom: .4rem;
}
.banner-hc-box .bhc-title { font-family: var(--fu); font-size: .95rem; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: .5rem; }
.banner-hc-box .bhc-desc { font-size: .78rem; color: rgba(255,255,255,.6); margin-bottom: .9rem; }
.banner-hc-box .bhc-btn {
  display: block; background: #25D366; color: #fff; border-radius: var(--radius);
  padding: .65rem; font-family: var(--fu); font-size: .68rem;
  font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  transition: all .2s;
}
.banner-hc-box .bhc-btn:hover { background: #1ea855; }

/* Ad placeholder */
.ad-box {
  background: var(--bg); border: 1px dashed var(--border);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  height: 250px; text-align: center;
}
.ad-box span { font-size: .65rem; color: var(--text3); font-family: var(--fu); letter-spacing: .08em; text-transform: uppercase; }

/* ── BREAKING BAR ── */
.breaking-bar {
  background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--red);
  padding: .5rem .8rem; display: flex; align-items: center; gap: .8rem;
  margin-bottom: .8rem; border-radius: 0 var(--radius) var(--radius) 0;
}
.breaking-label {
  background: var(--red); color: #fff; font-family: var(--fu); font-size: .58rem;
  font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: .15rem .5rem; border-radius: 2px; flex-shrink: 0;
}
.breaking-text {
  font-family: var(--fu); font-size: .78rem; font-weight: 700;
  color: var(--text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ── SINGLE POST ── */
.post-header-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 1.2rem; }
.post-hero-img { width: 100%; aspect-ratio: 16/9; max-height: 480px; object-fit: cover; display: block; }
.post-header-body { padding: 1.2rem 1.4rem; }
.post-cat-bar { display: flex; align-items: center; gap: .6rem; margin-bottom: .7rem; }
.post-cat-link {
  font-family: var(--fu); font-size: .58rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  background: var(--green); color: #fff; padding: .2rem .6rem; border-radius: 2px;
}
.post-title { font-family: var(--fu); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: var(--text); line-height: 1.18; margin-bottom: .8rem; }
.post-resumo { font-size: 1rem; color: var(--text2); line-height: 1.6; margin-bottom: 1rem; border-left: 3px solid var(--green); padding-left: .9rem; }
.post-meta-row {
  display: flex; align-items: center; gap: .6rem; flex-wrap: wrap;
  padding: .9rem 0 .8rem; border-top: 1px solid var(--border);
  font-family: var(--fu); font-size: .68rem; color: var(--text3);
}
.post-meta-row span { display: flex; align-items: center; gap: .3rem; }
.post-meta-autor strong { color: var(--text2); font-weight: 700; }
.post-meta-sep { opacity: .35; font-size: .7rem; }
.post-meta-upd { font-style: italic; }

/* Post share row (inside header) */
.post-share-row {
  display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
  margin-top: .9rem; padding-top: .75rem; border-top: 1px solid var(--border);
}
.post-share-lbl {
  font-family: var(--fu); font-size: .6rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--text3);
  margin-right: .2rem;
}
.post-share-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--fu); font-size: .65rem; font-weight: 700;
  padding: .38rem .85rem; border-radius: 50px; border: none;
  cursor: pointer; transition: opacity .15s; letter-spacing: .03em;
}
.post-share-wa  { background: #25D366; color: #fff; }
.post-share-fb  { background: #1877F2; color: #fff; }
.post-share-gen { background: var(--bg); color: var(--text2); border: 1px solid var(--border); }
.post-share-btn:hover { opacity: .82; }

/* Breadcrumb */
.breadcrumb {
  display: flex; align-items: center; gap: .35rem; flex-wrap: wrap;
  font-family: var(--fu); font-size: .62rem; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; color: var(--text3);
  padding: .8rem 0;
}
.breadcrumb a { color: var(--text3); transition: color .15s; }
.breadcrumb a:hover { color: var(--green); }
.breadcrumb .sep { opacity: .4; }

/* Conteúdo artigo */
.post-content-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.4rem; margin-bottom: 1rem; }
.post-content { font-size: 1.02rem; line-height: 1.9; color: var(--text2); }
.post-content::after { content: ''; display: table; clear: both; }
.post-content h2 { font-size: 1.45rem; font-weight: 800; color: var(--text); margin: 2rem 0 .75rem; font-family: var(--fu); }
.post-content h3 { font-size: 1.2rem; font-weight: 700; color: var(--text); margin: 1.6rem 0 .55rem; font-family: var(--fu); }
.post-content p  { margin-bottom: 1.4rem; }
.post-content a  { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.post-content img { border-radius: var(--radius); margin: 1.2rem auto; box-shadow: var(--shadow); }
.post-content mark { background: rgba(74,122,76,.2); color: var(--green2); border-radius: 2px; padding: .05em .25em; }
/* Pull quote — G1 style */
.post-content blockquote {
  border: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: transparent;
  border-radius: 0;
  padding: 1.3rem 1rem;
  margin: 2rem 0;
  font-size: 1.12rem;
  font-weight: 700;
  font-style: normal;
  color: var(--text);
  line-height: 1.55;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.post-content blockquote::before,
.post-content blockquote::after {
  content: '';
  display: block;
  width: 44px;
  height: 3px;
  background: var(--green);
  margin: 0 auto;
}
.post-content blockquote::before { margin-bottom: 1.1rem; }
.post-content blockquote::after  { margin-top: 1.1rem; }
.post-content ul, .post-content ol { margin-bottom: 1.1rem; }
.post-content li { margin-bottom: .35rem; }
.post-content strong { font-weight: 700; color: var(--text); }
/* Inline images — base */
.post-inline-img { margin: 1.8rem 0; }
.post-inline-img img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-h); display: block; }
.post-inline-img figcaption { font-size: .76rem; color: var(--text3); margin-top: .45rem; font-style: italic; }

/* Formatos — tamanho fixo para manter padrão */
.post-inline-img--horizontal { max-width: 100%; }
.post-inline-img--horizontal img { aspect-ratio: 16 / 9; }
.post-inline-img--quadrado   { max-width: 420px; }
.post-inline-img--quadrado img { aspect-ratio: 1 / 1; }
.post-inline-img--vertical   { max-width: 320px; }
.post-inline-img--vertical img { aspect-ratio: 9 / 16; }

/* Alinhamentos */
.post-inline-img--centro   { margin-left: auto; margin-right: auto; text-align: center; }
.post-inline-img--esquerda { float: left;  margin-right: 1.5rem; margin-bottom: .8rem; margin-top: .4rem; }
.post-inline-img--direita  { float: right; margin-left:  1.5rem; margin-bottom: .8rem; margin-top: .4rem; }
.post-img-clearfix { clear: both; display: block; }

/* Legal notice */
.legal-notice {
  background: #fffbf0; border: 1px solid #e8d98a; border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: .75rem 1rem; font-size: .8rem; color: #666; margin: 1rem 0;
}

/* Tags */
.post-tags { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; margin: 1rem 0; }
.post-tags-lbl { font-family: var(--fu); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--text3); }
.tag-lnk {
  font-family: var(--fu); font-size: .62rem; font-weight: 700; letter-spacing: .06em;
  background: var(--bg); border: 1px solid var(--border); color: var(--text2);
  padding: .2rem .6rem; border-radius: 2px; transition: all .15s;
}
.tag-lnk:hover { background: var(--green-bg); border-color: var(--green3); color: var(--green); }


/* Post CTA */
.post-cta {
  background: linear-gradient(135deg, var(--green2), var(--green));
  border-radius: var(--radius); padding: 1.4rem 1.6rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap;
  margin: 1.2rem 0;
}
.post-cta-text h3 { color: #fff; font-size: 1rem; margin-bottom: .25rem; font-family: var(--fu); }
.post-cta-text p  { color: rgba(255,255,255,.7); font-size: .82rem; margin: 0; }
.post-cta-btn {
  background: #fff; color: var(--green2); border-radius: 3px;
  padding: .65rem 1.3rem; font-family: var(--fu); font-size: .7rem;
  font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  flex-shrink: 0; white-space: nowrap; transition: all .2s;
}
.post-cta-btn:hover { background: var(--green-lt); }

/* Comentários */
.comments-box { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.2rem; margin-top: 1rem; }
.comments-box h3 { font-family: var(--fu); font-size: .85rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--text); margin-bottom: 1.2rem; padding-bottom: .6rem; border-bottom: 2px solid var(--green); }
.comment-item { display: flex; gap: .8rem; padding: .9rem 0; border-bottom: 1px solid var(--border); }
.comment-avatar { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; background: var(--green-bg); display: flex; align-items: center; justify-content: center; font-family: var(--fu); font-size: .88rem; font-weight: 800; color: var(--green); }
.comment-name  { font-family: var(--fu); font-size: .78rem; font-weight: 700; color: var(--text); }
.comment-date  { font-size: .65rem; color: var(--text3); margin-left: .6rem; font-family: var(--fu); }
.comment-text  { font-size: .88rem; color: var(--text2); line-height: 1.6; margin-top: .3rem; }
.comment-form h4 { font-family: var(--fu); font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--text); margin: 1.2rem 0 .8rem; }
.form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: .8rem; }
.form-group { display: flex; flex-direction: column; gap: .3rem; margin-bottom: .8rem; }
.form-group label { font-family: var(--fu); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--text2); }
.form-group input, .form-group textarea { border: 1px solid var(--border); border-radius: var(--radius); padding: .6rem .8rem; font-family: var(--fb); font-size: .9rem; outline: none; transition: border-color .2s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--green); }
.form-group textarea { resize: vertical; min-height: 100px; }
.btn-submit { background: var(--green); color: #fff; border: none; border-radius: var(--radius); padding: .7rem 1.5rem; font-family: var(--fu); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.btn-submit:hover { background: var(--green2); }

/* ── PAGINAÇÃO ── */
.pagination { display: flex; align-items: center; justify-content: center; gap: .3rem; margin: 2rem 0; }
.pag-btn { font-family: var(--fu); font-size: .7rem; font-weight: 700; letter-spacing: .05em; padding: .45rem .8rem; border: 1px solid var(--border); background: var(--white); color: var(--text2); border-radius: var(--radius); transition: all .15s; }
.pag-btn:hover, .pag-btn.active { background: var(--green); border-color: var(--green); color: #fff; }

/* ── CATEGORY PAGE ── */
.cat-wrap { max-width: 1100px; }

/* Top grid: hero left, most-read right */
.cat-top-grid { display: grid; grid-template-columns: 1fr 300px; gap: 2rem; margin-bottom: 0; align-items: start; }

/* Hero */
.cat-hero { display: block; color: inherit; text-decoration: none; }
.cat-hero:hover .cat-hero-title { color: var(--green); }
.cat-hero-img { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/9; background: var(--green-bg); }
.cat-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.cat-hero:hover .cat-hero-img img { transform: scale(1.03); }
.cat-hero-placeholder { width: 100%; height: 100%; background: var(--green-bg); }
.cat-hero-badge { position: absolute; top: .8rem; left: .8rem; background: var(--green); color: #fff; font-family: var(--fu); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: .2rem .55rem; border-radius: 3px; }
.cat-hero-body { padding: .9rem 0 .4rem; }
.cat-hero-title { font-family: var(--fu); font-size: 1.55rem; font-weight: 800; color: var(--text); line-height: 1.25; margin-bottom: .55rem; transition: color .15s; }
.cat-hero-excerpt { font-size: .9rem; color: var(--text3); line-height: 1.65; margin-bottom: .55rem; }
.cat-hero-meta { font-size: .75rem; color: var(--text3); display: flex; gap: .5rem; align-items: center; }

/* Most Read sidebar */
.cat-most-read { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.2rem; }
.cat-mr-head { font-family: var(--fu); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--text); border-bottom: 2px solid var(--green); padding-bottom: .55rem; margin-bottom: .9rem; }
.cat-mr-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .8rem; }
.cat-mr-item { display: flex; align-items: flex-start; gap: .65rem; }
.cat-mr-num { font-family: var(--fu); font-size: .68rem; font-weight: 800; color: #fff; background: var(--green); min-width: 22px; height: 22px; border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cat-mr-link { font-size: .82rem; color: var(--text2); line-height: 1.45; transition: color .15s; }
.cat-mr-link:hover { color: var(--green); }

/* Article list (chronological, img-left format) */
.cat-article-list { display: flex; flex-direction: column; margin-top: .5rem; }
.cat-article-item { display: grid; grid-template-columns: 260px 1fr; gap: 1.2rem; padding: 1.3rem 0; border-top: 1px solid var(--border); color: inherit; text-decoration: none; }
.cat-article-item:hover .cat-ai-title { color: var(--green); }
.cat-ai-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/9; background: var(--green-bg); }
.cat-ai-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s; }
.cat-article-item:hover .cat-ai-img img { transform: scale(1.04); }
.cat-ai-placeholder { width: 100%; height: 100%; background: var(--green-bg); }
.cat-ai-body { display: flex; flex-direction: column; justify-content: center; }
.cat-ai-tag { font-family: var(--fu); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--green); display: block; margin-bottom: .3rem; }
.cat-ai-title { font-family: var(--fu); font-size: 1.1rem; font-weight: 800; color: var(--text); line-height: 1.3; margin-bottom: .45rem; transition: color .15s; }
.cat-ai-excerpt { font-size: .85rem; color: var(--text3); line-height: 1.6; margin-bottom: .5rem; }
.cat-ai-meta { font-size: .73rem; color: var(--text3); display: flex; gap: .4rem; align-items: center; margin-top: auto; }
.cat-empty { color: var(--text3); padding: 2rem 0; text-align: center; font-size: .9rem; }

/* Pagination ellipsis */
.pag-ellipsis { font-family: var(--fu); font-size: .7rem; font-weight: 700; color: var(--text3); padding: .45rem .4rem; }

@media (max-width: 860px) {
  .cat-top-grid { grid-template-columns: 1fr; }
  .cat-most-read { order: 2; }
}
@media (max-width: 600px) {
  .cat-article-item { grid-template-columns: 120px 1fr; gap: .8rem; }
  .cat-hero-title { font-size: 1.2rem; }
  .cat-ai-title { font-size: .95rem; }
  .cat-ai-excerpt { display: none; }
}

/* ── FOOTER ── */
.site-footer { background: #111f12; color: rgba(255,255,255,.55); margin-top: 3rem; }
.footer-top { padding: 2.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2.5rem; max-width: 1200px; margin: 0 auto; padding: 0 12px; }
.footer-brand p { font-size: .8rem; color: rgba(255,255,255,.4); margin: .7rem 0 1rem; line-height: 1.6; }
.footer-socials { display: flex; gap: .6rem; }
.footer-social-btn { width: 34px; height: 34px; border-radius: 3px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: .85rem; transition: all .2s; }
.footer-social-btn:hover { border-color: rgba(141,179,139,.4); color: #8db38b; }
.footer-col h3 { font-family: var(--fu); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: .8rem; padding-bottom: .5rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .45rem; }
.footer-col ul li a { font-size: .82rem; color: rgba(255,255,255,.45); transition: color .15s; }
.footer-col ul li a:hover { color: #8db38b; }
.footer-nl input { width: 100%; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.05); color: #fff; border-radius: var(--radius); padding: .55rem .7rem; font-family: var(--fb); font-size: .82rem; outline: none; margin-bottom: .5rem; }
.footer-nl button { width: 100%; background: var(--green); color: #fff; border: none; border-radius: var(--radius); padding: .6rem; font-family: var(--fu); font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.footer-nl button:hover { background: var(--green2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.05); padding: 1rem 12px; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; font-size: .72rem; color: rgba(255,255,255,.25); }
.footer-bottom a { color: rgba(255,255,255,.25); transition: color .15s; }
.footer-bottom a:hover { color: #8db38b; }
.footer-bottom-links { display: flex; gap: 1.2rem; }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 1.2rem; right: 1.2rem; z-index: 500; width: 52px; height: 52px; border-radius: 50%; background: #25D366; box-shadow: 0 4px 14px rgba(37,211,102,.35); display: flex; align-items: center; justify-content: center; transition: transform .2s; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }

/* ── EXIT POPUP ── */
.exit-popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 800; align-items: center; justify-content: center; }
.exit-popup-overlay.open { display: flex; }
.exit-popup { background: var(--white); border-radius: 8px; max-width: 420px; width: calc(100% - 2rem); overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.exit-popup-top { background: var(--green2); padding: 1.5rem; text-align: center; position: relative; }
.exit-popup-top h3 { color: #fff; font-size: 1.1rem; font-family: var(--fu); margin-bottom: .3rem; }
.exit-popup-top p  { color: rgba(255,255,255,.65); font-size: .85rem; }
.exit-popup-close { position: absolute; top: .7rem; right: .7rem; background: rgba(255,255,255,.15); border: none; color: #fff; border-radius: 50%; width: 26px; height: 26px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: .85rem; }
.exit-popup-body { padding: 1.2rem; }
.exit-popup-body input { width: 100%; border: 1px solid var(--border); border-radius: var(--radius); padding: .6rem .8rem; font-family: var(--fb); font-size: .9rem; outline: none; margin-bottom: .6rem; }
.exit-popup-body button { width: 100%; background: var(--green); color: #fff; border: none; border-radius: var(--radius); padding: .7rem; font-family: var(--fu); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.popup-skip { display: block; text-align: center; margin-top: .6rem; font-size: .75rem; color: var(--text3); cursor: pointer; }

/* ── ADMIN (dark) ── */
.adm-body { background: #071209; color: #f0f0eb; min-height: 100vh; font-family: var(--fb); }
.adm-header { background: rgba(7,18,9,.9); border-bottom: 1px solid rgba(141,179,139,.13); backdrop-filter: blur(20px); position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 2rem; height: 60px; }
.adm-logo { font-family: var(--fu); font-size: .82rem; font-weight: 700; color: #8db38b; letter-spacing: .1em; text-transform: uppercase; }
.adm-logo span { color: rgba(240,240,235,.35); font-weight: 400; margin-left: .3rem; }
.adm-nav { display: flex; gap: .2rem; list-style: none; }
.adm-nav a { font-family: var(--fu); font-size: .65rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: rgba(240,240,235,.4); padding: .45rem .75rem; border-radius: 6px; transition: all .2s; }
.adm-nav a:hover, .adm-nav a.active { background: rgba(141,179,139,.1); color: #8db38b; }
.adm-main { max-width: 1100px; margin: 0 auto; padding: 1.8rem 1.5rem; }
.adm-card { background: rgba(255,255,255,.04); border: 1px solid rgba(141,179,139,.13); border-radius: 10px; overflow: hidden; margin-bottom: 1.2rem; }
.adm-card-head { padding: .8rem 1.2rem; border-bottom: 1px solid rgba(141,179,139,.1); font-family: var(--fu); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(240,240,235,.4); display: flex; align-items: center; justify-content: space-between; }
.adm-card-body { padding: 1.2rem; }
.adm-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-bottom: 1.2rem; }
.adm-stat { background: rgba(255,255,255,.04); border: 1px solid rgba(141,179,139,.13); border-radius: 10px; padding: 1rem; }
.adm-stat-n { font-family: var(--fu); font-size: 1.6rem; font-weight: 800; color: #8db38b; }
.adm-stat-l { font-family: var(--fu); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(240,240,235,.3); margin-top: .2rem; }
.adm-btn { display: inline-flex; align-items: center; gap: .35rem; font-family: var(--fu); font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: .5rem 1rem; border-radius: 8px; border: none; cursor: pointer; transition: all .2s; text-decoration: none; }
.adm-btn-primary { background: rgba(74,122,76,.5); border: 1px solid rgba(74,122,76,.4); color: #8db38b; }
.adm-btn-primary:hover { background: rgba(74,122,76,.7); }
.adm-btn-danger  { background: rgba(180,80,80,.15); border: 1px solid rgba(180,80,80,.3); color: #c07070; }
.adm-btn-danger:hover { background: rgba(180,80,80,.25); }
.adm-btn-ghost   { background: transparent; border: 1px solid rgba(141,179,139,.2); color: rgba(240,240,235,.4); }
.adm-btn-ghost:hover { border-color: #8db38b; color: #8db38b; }
.adm-table { width: 100%; border-collapse: collapse; }
.adm-table th { font-family: var(--fu); font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(240,240,235,.3); padding: .65rem .8rem; border-bottom: 1px solid rgba(141,179,139,.1); text-align: left; }
.adm-table td { padding: .75rem .8rem; border-bottom: 1px solid rgba(141,179,139,.06); font-size: .83rem; color: rgba(240,240,235,.6); }
.adm-table tr:hover td { background: rgba(255,255,255,.02); }
.adm-badge { display: inline-flex; padding: .18rem .55rem; border-radius: 100px; font-family: var(--fu); font-size: .56rem; font-weight: 700; letter-spacing: .08em; }
.adm-badge-ok   { background: rgba(74,122,76,.15); color: #8db38b; border: 1px solid rgba(74,122,76,.25); }
.adm-badge-warn { background: rgba(212,194,162,.1); color: #d4c2a2; border: 1px solid rgba(212,194,162,.25); }
.adm-input { width: 100%; background: rgba(255,255,255,.04); border: 1px solid rgba(141,179,139,.2); border-radius: 8px; padding: .6rem .9rem; color: #f0f0eb; font-family: var(--fb); font-size: .88rem; outline: none; transition: border-color .2s; }
.adm-input:focus { border-color: rgba(141,179,139,.5); }
.adm-select { width: 100%; background: rgba(255,255,255,.04); border: 1px solid rgba(141,179,139,.2); border-radius: 8px; padding: .6rem .9rem; color: #f0f0eb; font-family: var(--fb); font-size: .88rem; outline: none; cursor: pointer; }
.adm-label { font-family: var(--fu); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(240,240,235,.4); margin-bottom: .4rem; display: block; }
.adm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.adm-form-group { margin-bottom: 1rem; }
.adm-login-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.adm-login-card { background: rgba(255,255,255,.04); border: 1px solid rgba(141,179,139,.13); border-radius: 16px; padding: 2.2rem; width: 100%; max-width: 360px; }

/* ── User menu (logged in) ── */
.lb-user-menu { position: relative; }
.lb-user-btn {
  display: flex; align-items: center; gap: .38rem;
  background: var(--green2); color: #fff; border: none; border-radius: 50px;
  padding: .42rem .8rem .42rem .48rem; cursor: pointer;
  font-family: var(--fu); font-size: .62rem; font-weight: 700; letter-spacing: .04em;
  box-shadow: 0 2px 10px rgba(31,77,34,.28); transition: background .15s;
}
.lb-user-btn:hover { background: #163a18; }
.lb-user-avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,.2); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 800; flex-shrink: 0;
}
.lb-user-name { max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lb-user-arrow { opacity: .6; flex-shrink: 0; transition: transform .15s; }
.lb-user-menu.open .lb-user-arrow { transform: rotate(180deg); }

.lb-user-dropdown {
  display: none; position: absolute; top: calc(100% + 6px); right: 0;
  min-width: 210px; background: #fff; border: 1px solid var(--border);
  border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.12); z-index: 500;
  overflow: hidden;
}
.lb-user-menu.open .lb-user-dropdown { display: block; }
.lb-user-info {
  padding: .8rem 1rem; border-bottom: 1px solid var(--border);
  display: flex; flex-direction: column; gap: .15rem;
}
.lb-user-info strong { font-size: .85rem; color: var(--text); font-weight: 600; }
.lb-user-info span { font-size: .73rem; color: var(--text3); }
.lb-user-dd-link {
  display: block; padding: .62rem 1rem;
  font-family: var(--fu); font-size: .62rem; font-weight: 700;
  letter-spacing: .04em; color: var(--text2);
  transition: background .12s, color .12s;
  border-bottom: 1px solid rgba(0,0,0,.04);
}
.lb-user-dd-link:hover { background: var(--green-bg); color: var(--green2); }
.lb-user-logout { color: #c0392b; }
.lb-user-logout:hover { background: #fef2f2; color: #c0392b; }

/* Comment login prompt */
.comment-login-prompt {
  display: flex; align-items: center; gap: .6rem;
  background: var(--green-bg); border: 1px solid var(--green-lt);
  border-radius: 6px; padding: .8rem 1rem; margin-bottom: .8rem;
  font-size: .85rem; color: var(--text2);
}
.comment-login-prompt a { color: var(--green); font-weight: 600; }
.comment-login-prompt a:hover { text-decoration: underline; }

/* ── Responsive ── */
@media (max-width: 980px) {
  .page-grid { grid-template-columns: 1fr; }
  .sidebar   { position: static; }
  .grid-3    { grid-template-columns: repeat(2,1fr); }
  .grid-4    { grid-template-columns: repeat(2,1fr); }
  .featured-wrap { grid-template-columns: 1fr; }
  .featured-side { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .adm-stat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  .logo-bar-inner { grid-template-columns: 1fr auto; }
  .logo-bar-search, .lb-login-btn { display: none; }
  .hamburger { display: flex; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .adm-form-row { grid-template-columns: 1fr; }
  .adm-stat-grid { grid-template-columns: 1fr 1fr; }
  .post-cta { flex-direction: column; text-align: center; }
  .adm-nav { display: none; }
  .top-bar-right { display: none; }
}
