:root {
  --bg: #020114;
  --surface: #111214;
  --surface-2: #1a1b1f;
  --text: #f2f4f7;
  --muted: #a3a7b2;
  --pink: #ff4d8d;
  --gold: #d4af37;
  --danger: #d64545;
  --radius: 14px;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: "Segoe UI", Tahoma, sans-serif; background: radial-gradient(circle at top right, #130d2a 0%, var(--bg) 48%, #01010a 100%); color: var(--text); }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 94vw); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(5,5,6,.92); backdrop-filter: blur(8px); border-bottom: 1px solid #252830; }
.site-header .container, .section-head, .inline-form, .grid-form { display: flex; gap: .8rem; align-items: center; flex-wrap: wrap; }
.site-header .container { justify-content: space-between; padding: .9rem 0; }
.brand {
  font-weight: 900;
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  letter-spacing: -0.02em;
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: .06em;
  animation: brandPulse 2.8s ease-in-out infinite;
}
.brand-site {
  display: inline-grid;
  align-items: start;
  gap: .06rem;
}
.brand-site .brand-main {
  display: inline-flex;
  align-items: baseline;
  gap: .06em;
  line-height: 1;
}
.brand-site .brand-tagline {
  font-size: clamp(.72rem, 1.05vw, .9rem);
  line-height: 1.1;
  letter-spacing: .03em;
  font-weight: 700;
  color: #d7dde8;
  opacity: .92;
  margin-left: .05rem;
}
.brand-babado {
  color: var(--pink);
  text-shadow: 0 0 10px rgba(255,77,141,.42), 0 0 22px rgba(255,77,141,.25);
}
.brand-vip {
  color: var(--gold);
  text-shadow: 0 0 10px rgba(212,175,55,.45), 0 0 24px rgba(212,175,55,.24);
}
.brand::after {
  content: "";
  position: absolute;
  inset: -10% -6%;
  border-radius: 10px;
  background: linear-gradient(120deg, rgba(255,77,141,.0) 20%, rgba(255,77,141,.18) 42%, rgba(212,175,55,.2) 56%, rgba(212,175,55,0) 78%);
  transform: translateX(-115%);
  animation: brandSweep 3.6s ease-in-out infinite;
  pointer-events: none;
}
.menu { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; }
.menu-toggle {
  display: none;
  background: #171a22;
  border: 1px solid #343a48;
  color: #e8edf7;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1;
}
.menu a {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  padding: .28rem .5rem;
  position: relative;
  border-radius: 8px;
  transition: color .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.menu a:hover { color: var(--text); }
.menu a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -6px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212,175,55,.08), rgba(212,175,55,.45), rgba(212,175,55,.08));
}
.menu a.active {
  color: #f8e3a5;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 0 10px rgba(212,175,55,.22);
  border-bottom: 3px solid var(--gold);
}
.menu a.active::after {
  display: none;
}
.home-section { margin: 1.6rem 0 2rem; }
.home-page-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1rem; align-items: start; }
.home-content { min-width: 0; }
.section-head { justify-content: space-between; margin: 1.1rem 0; }
.section-head.section-head-sociedade { margin: .45rem 0 .55rem; }
.section-head-meta { color: var(--gold); font-size: .88rem; letter-spacing: .01em; }
.badge { border: 1px solid #414652; color: var(--muted); border-radius: 999px; padding: .2rem .55rem; font-size: .74rem; }
.badge-pink { border-color: var(--pink); color: var(--pink); }
.badge-vip { border-color: var(--gold); color: var(--gold); }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.admin-dashboard-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: transparent; border: 0; border-radius: var(--radius); overflow: hidden; box-shadow: none; }
.card.featured { grid-column: span 2; }
.card-principal h3 { font-size: 1.25rem; }
.card img { width: 100%; height: 170px; object-fit: cover; display: block; }
.card.card-principal { min-height: 500px; margin-bottom: 50px; }
.card.card-principal img { height: 500px; }
.card.card-principal { position: relative; }
@media (min-width: 901px) {
  .home-page-grid .card img,
  .post-page .cover {
    object-position: top center !important;
  }
}
.card-principal-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.78) 55%, rgba(0,0,0,.92) 100%);
}
.card-principal-overlay .meta { color: #d7dbe4; }
.card.card-principal .card-principal-overlay h3 { margin: .45rem 0 .35rem; font-size: clamp(1.85rem, 3.8vw, 2.7rem) !important; line-height: 1.08; letter-spacing: -0.015em; font-weight: 800; }
.card-principal-overlay h3 a { color: #ffffff; text-shadow: 0 1px 8px rgba(0,0,0,.55); }
.card-principal-overlay p { color: #e5e8ef; }
.card.card-principal.card-principal-text {
  min-height: auto;
  border-color: transparent;
  background: transparent;
}
.card-principal-text .card-principal-overlay.card-principal-overlay-text {
  position: static;
  background: none;
  padding: 1.15rem 1.2rem 1.25rem;
}
.card-principal-text .card-principal-overlay .principal-text-title {
  margin: 0 0 .85rem;
  font-size: clamp(2.05rem, 3.4vw, 2.2rem) !important;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.card-principal-text .card-principal-overlay .principal-text-title a {
  color: #f4f7fd;
  text-shadow: none;
}
.principal-subcalls {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .55rem;
}
.principal-subcalls li {
  position: relative;
  padding-left: 1.05rem;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  font-weight: 600;
  line-height: 1.34;
  color: #dbe3f0;
}
.principal-subcalls li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #95bdf8;
  font-weight: 700;
}
.card-body { padding: .85rem; }
.card .meta { color: var(--muted); font-size: .8rem; display: flex; justify-content: space-between; }
.card h3 { margin: .55rem 0 .45rem; font-size: 1.02rem; }
.card p { margin: 0; color: var(--muted); font-size: .91rem; }
.fofoca-card-link { display: block; }
.fofoca-card-link:hover .card { border-color: #4d566d; }
.sociedade-second-row { margin-bottom: 1rem; }
.sociedade-text-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}
.sociedade-text-card {
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: .8rem .85rem;
  min-height: 156px;
}
.sociedade-text-card .meta {
  color: #9da4b3;
  font-size: .78rem;
  display: flex;
  justify-content: space-between;
  gap: .5rem;
}
.sociedade-text-card h3 {
  margin: .42rem 0 .36rem;
  font-size: 1.22rem;
  line-height: 1.24;
  font-weight: 800;
}
.sociedade-text-card h3 a { color: inherit; }
.sociedade-title-verde { color: #44d17f; }
.sociedade-title-vermelho { color: #ff5e63; }
.sociedade-title-laranja { color: #ff9d3b; }
.sociedade-text-card p {
  margin: 0;
  color: #d2d8e4;
  font-size: .95rem;
  line-height: 1.42;
}
.event-line { color: var(--gold); margin-top: .4rem !important; }
.post-page h1 { margin-bottom: .5rem; font-size: clamp(2rem, 4.2vw, 3rem); line-height: 1.08; }
.post-page > header .meta { font-size: .88rem; color: #b6bcc9; }
.post-meta-row {
  margin: .2rem 0 .35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .7rem;
}
.post-meta-row .meta {
  margin: 0;
}
.post-share-inline {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.share-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.share-icon-btn svg {
  width: 17px;
  height: 17px;
  display: block;
}
.share-icon-btn.share-facebook {
  background: #1877f2;
  color: #fff;
}
.share-icon-btn.share-whatsapp {
  background: #25d366;
  color: #0b2013;
}
.share-icon-btn.share-link {
  background: #1b2130;
  color: #e6edf9;
  border-color: #3a455f;
  transition: background-color .2s ease, border-color .2s ease;
}
.share-icon-btn:hover {
  filter: brightness(1.08);
}
.share-icon-btn.share-link:hover {
  background: #27314a;
  border-color: #51658d;
}
.lead { color: #d4d7de; font-size: 1.35rem; line-height: 1.55; font-weight: 700; }
.cover { width: 100%; border-radius: var(--radius); border: 1px solid #2a2f39; max-height: 480px; object-fit: cover; }
.post-content { line-height: 1.85; color: #e7eaf0; font-size: 1.1rem; }
.post-content a { color: var(--pink); text-decoration: underline; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: .7rem; margin-top: .8rem; }
.gallery-photo { margin: 0; display: grid; gap: .35rem; }
.gallery-item { border: 1px solid #2f3440; border-radius: 10px; background: transparent; padding: 0; cursor: pointer; }
.gallery-item img { width: 100%; height: 120px; border-radius: 10px; object-fit: cover; }
.gallery-comment { color: var(--muted); font-size: .82rem; line-height: 1.4; }
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 60; align-items: center; justify-content: center; flex-direction: column; gap: 1rem; padding: 1rem; }
.lightbox.show { display: flex; }
.lightbox img { max-width: min(95vw, 980px); max-height: 78vh; border-radius: 10px; }
.lightbox button { background: #191b20; border: 1px solid #313644; color: #fff; padding: .6rem .8rem; border-radius: 8px; cursor: pointer; }
.lightbox-prev, .lightbox-next { position: fixed; top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 16px; } .lightbox-next { right: 16px; } .lightbox-close { position: fixed; right: 16px; top: 16px; }
.btn-primary, .btn-small, .btn-danger, button { border: 0; border-radius: 10px; padding: .58rem .85rem; font-weight: 600; cursor: pointer; }
.btn-primary { background: linear-gradient(90deg, #ff4d8d, #ff7dac); color: #151217; }
.btn-small { background: #212530; color: #e4e9f3; }
.btn-small.vip { border: 1px solid var(--gold); color: var(--gold); }
.cta-send {
  background: linear-gradient(90deg, #ff4d8d, #ff2e7a);
  color: #fff !important;
  border: 1px solid rgba(255, 122, 169, .75);
  box-shadow: 0 0 0 0 rgba(255,77,141,.55);
  animation: ctaPulse 2.2s ease-in-out infinite;
}
.cta-send:hover { filter: brightness(1.08); }
.btn-danger { background: #302126; color: #ff97b8; border: 1px solid #6c2f45; }
.alert { margin: .8rem 0; padding: .75rem .9rem; border-radius: 10px; border: 1px solid #2e3441; }
.alert-success { border-color: #3f6947; color: #9fe3ac; background: #16261a; }
.alert-danger { border-color: #774050; color: #ffc6d6; background: #29161e; }
.alert-warning { border-color: #6b5a34; color: #f2d185; background: #282111; }
.inline-form input, .inline-form select, .grid-form input, .grid-form select, .grid-form textarea { background: #14171d; border: 1px solid #313746; color: #eef0f4; border-radius: 8px; padding: .55rem .65rem; width: 100%; }
.home-builder-config {
  align-items: stretch;
  gap: .75rem;
  margin-bottom: .9rem;
}
.home-builder-field {
  display: grid;
  gap: .35rem;
  min-width: 220px;
  flex: 1 1 240px;
  background: #10141b;
  border: 1px solid #2c3240;
  border-radius: 10px;
  padding: .6rem .65rem;
}
.home-builder-field > span {
  font-size: .9rem;
  font-weight: 700;
  color: #eef2fa;
}
.home-builder-field > small {
  font-size: .78rem;
  line-height: 1.35;
}
.home-builder-config > .btn-small {
  align-self: stretch;
  min-height: 44px;
  padding-inline: 1rem;
}
.home-builder-block {
  margin: 1.4rem 0 2rem;
}
.home-builder-block > h2 {
  margin: 0 0 .75rem;
}
.home-builder-block .card-body > form {
  margin-top: .55rem;
}
.home-builder-block .card-body > form {
  display: grid;
  gap: .45rem;
  margin-bottom: 0;
}
.home-builder-block .card-body > form label {
  display: block;
  font-size: .82rem;
  color: #cad2e2;
}
.home-builder-block .card-body select {
  width: 100%;
  background: #14171d;
  border: 1px solid #313746;
  color: #eef0f4;
  border-radius: 8px;
  padding: .5rem .6rem;
}
.home-builder-card-remove-form {
  margin-top: 0 !important;
}
.home-builder-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .45rem;
  margin-top: .55rem;
}
.home-builder-actions .btn-small,
.home-builder-actions .btn-danger {
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
}
.home-builder-actions button[disabled] {
  opacity: .55;
  cursor: not-allowed;
}
.grid-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; align-items: start; }
.grid-form.narrow { max-width: 420px; }
.grid-form label { display: flex; flex-direction: column; gap: .35rem; font-size: .92rem; color: #dfe3ec; }
.grid-form .full { grid-column: 1 / -1; }
.check { flex-direction: row !important; align-items: center; justify-content: flex-start; gap: .55rem; }
.grid-form .check input[type="checkbox"] {
  width: auto;
  min-width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
}
.upload-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: .6rem;
}
.upload-preview-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: .55rem;
  align-items: center;
  background: #12151b;
  border: 1px solid #2f3645;
  border-radius: 10px;
  padding: .45rem;
}
.upload-preview-item img,
.upload-preview-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 8px;
}
.upload-preview-item img {
  object-fit: cover;
  display: block;
}
.upload-preview-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #3a4459;
  background: #141a24;
  color: #aeb8cb;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.upload-preview-info {
  min-width: 0;
  display: grid;
  gap: .18rem;
}
.upload-preview-info strong {
  font-size: .88rem;
  color: #eef2fa;
  line-height: 1.3;
  word-break: break-word;
}
.upload-preview-info small {
  color: #a8b1c5;
  font-size: .78rem;
}
.upload-preview-remove {
  margin-top: .3rem;
  justify-self: start;
  padding: .32rem .55rem;
  font-size: .78rem;
}
.feature-flags {
  border: 1px solid #2f3543;
  border-radius: 12px;
  padding: .9rem;
  margin: 0;
  display: grid;
  gap: .75rem;
  background: #10141b;
}
.feature-flags legend {
  padding: 0 .35rem;
  font-weight: 700;
  color: #f0f3fa;
}
.feature-flags > p {
  margin: 0;
}
.feature-item {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  align-items: start !important;
  gap: .55rem !important;
  border: 1px solid #2b3140;
  border-radius: 10px;
  background: #121720;
  padding: .55rem .65rem;
}
.feature-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: .12rem;
}
.feature-item span {
  display: grid;
  gap: .18rem;
}
.feature-item strong {
  color: #f6f8fd;
  font-size: .95rem;
}
.feature-item small {
  line-height: 1.35;
}
.table-wrap { overflow: auto; border: 1px solid #2e3441; border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 780px; }
th, td { border-bottom: 1px solid #252a35; padding: .7rem; text-align: left; vertical-align: top; }
.actions { display: flex; gap: .35rem; flex-wrap: wrap; }
.pagination { margin: 1rem 0; display: flex; gap: .4rem; flex-wrap: wrap; }
.pagination a { padding: .4rem .62rem; border: 1px solid #303543; border-radius: 8px; color: #c2c8d6; }
.pagination a.active { border-color: var(--pink); color: var(--pink); }
.muted { color: var(--muted); }
.form-wrap { max-width: 860px; margin: 1.3rem auto; }
.hidden-honeypot { position: absolute; left: -200vw; opacity: 0; }
.preview-cover { margin-top: .6rem; width: 260px; max-width: 100%; border-radius: 10px; border: 1px solid #2d3340; }
.cover-preview-card {
  background: #12151b;
  border: 1px solid #2e3340;
  border-radius: 10px;
  padding: .55rem;
  display: grid;
  gap: .45rem;
  width: min(340px, 100%);
}
.cover-preview-card .preview-cover {
  margin-top: 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.cover-preview-card.is-hidden {
  display: none;
}
.admin-body { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-body.admin-guest { display: block; min-height: 100vh; }
.admin-body.admin-guest .admin-main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.admin-sidebar { background: #0a0b0d; border-right: 1px solid #242833; padding: 1rem; display: flex; flex-direction: column; gap: .55rem; }
.admin-sidebar a { padding: .45rem .55rem; border-radius: 8px; color: #c4cada; }
.admin-sidebar a:hover { background: #1a1d25; }
.admin-main { padding: 1rem; }
.admin-gallery-sort { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px,1fr)); gap: .6rem; }
.admin-gallery-item { background: #12151b; border: 1px solid #2e3340; border-radius: 10px; padding: .4rem; display: grid; gap: .4rem; }
.admin-gallery-item img { width: 100%; height: 110px; object-fit: cover; border-radius: 8px; }
.admin-thumb { width: 74px; height: 50px; object-fit: cover; border-radius: 8px; border: 1px solid #2f3440; display: block; }
.comments-wrap { margin-top: 1.2rem; padding-top: .8rem; border-top: 1px solid #2a2f39; }
.comments-wrap { padding-bottom: 200px; }
.comments-wrap form .btn-primary { margin-top: .5rem; }
.emoji-picker { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; }
.emoji-btn {
  border: 1px solid #323848;
  background: #151922;
  color: #f1f4fb;
  border-radius: 8px;
  min-width: 40px;
  padding: .35rem .4rem;
  font-size: 1.05rem;
  line-height: 1;
}
.emoji-btn:hover { border-color: #4b556d; }
.comments-list { display: grid; gap: .6rem; margin-top: 50px; }
.comment-item { border: 1px solid #2b3140; border-radius: 10px; background: #10141b; padding: .7rem; display: grid; gap: .25rem; }
.comment-item time { color: var(--muted); font-size: .8rem; }
.comment-item p { margin: .2rem 0 0; color: #e5e9f2; line-height: 1.55; }
.login-wrap { max-width: 640px; margin: 5rem auto; background: #111318; border: 1px solid #2c3240; border-radius: var(--radius); padding: 1.6rem; }
.login-wrap h1 { font-size: 2rem; margin: 0 0 1rem; }
.login-wrap .grid-form { grid-template-columns: 1fr; }
.login-wrap .grid-form.narrow { max-width: 520px; margin: 0 auto; }
.login-wrap .grid-form label { font-size: 1rem; }
.login-wrap .grid-form input {
  min-height: 52px;
  font-size: 1.02rem;
  padding: .8rem .85rem;
}
.login-wrap .btn-primary {
  min-height: 50px;
  font-size: 1rem;
}
.empty-state { text-align: center; padding: 4rem 1rem; }
.site-footer { border-top: 1px solid #242833; margin-top: 200px; background: #0a0b0d; }
.footer-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; color: #aeb4c2; }
.footer-info { display: grid; gap: .2rem; font-size: .9rem; padding-bottom: 30px; }
.footer-info strong { color: #f0f3fa; }
.footer-actions { display: flex; gap: .55rem; align-items: center; }
.cta-contact {
  background: linear-gradient(90deg, #d4af37, #c89f25);
  color: #141217 !important;
  border: 1px solid rgba(212,175,55,.65);
}
.lgpd-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, .72);
  padding: 1rem;
}
.lgpd-popup.show {
  display: flex;
}
.lgpd-popup-card {
  width: min(640px, 96vw);
  background: #121721;
  border: 1px solid #2d3545;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 22px 48px rgba(0, 0, 0, .42);
  display: grid;
  gap: .65rem;
}
.lgpd-popup-card h3 {
  margin: 0;
  font-size: 1.08rem;
}
.lgpd-popup-card p {
  margin: 0;
  color: #d5dcea;
  line-height: 1.48;
}
.lgpd-popup-card a {
  color: #86b8ff;
  text-decoration: underline;
}
.lgpd-popup-card .btn-primary {
  justify-self: end;
}
.welcome-popup {
  position: fixed;
  inset: 0;
  z-index: 81;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .76);
  padding: 1rem;
}
.welcome-popup.show {
  display: flex;
}
.welcome-popup-card {
  width: min(560px, 96vw);
  background: #111720;
  border: 1px solid #2e3648;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .48);
  display: grid;
  gap: .7rem;
}
.welcome-popup-card h3 {
  margin: 0;
  font-size: 1.22rem;
}
.welcome-popup-card p {
  margin: 0;
  color: #d7deeb;
  line-height: 1.52;
}
.welcome-popup-actions {
  display: flex;
  gap: .6rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.welcome-popup-actions .btn-primary,
.welcome-popup-actions .btn-small {
  text-align: center;
}
/* Rollback rapido (visual anterior):
.fofoca-rail { background: linear-gradient(165deg, #101217, #181b22); border: 1px solid #2b3140; border-radius: var(--radius); padding: .8rem; position: sticky; top: 76px; margin-top: 54px; }
.fofoca-item { display: grid; gap: .3rem; padding: .62rem; border: 1px solid #2e3443; border-radius: 10px; margin-bottom: .55rem; background: #11141a; }
.fofoca-item:hover { border-color: #4d566d; }
.fofoca-item-static:hover { border-color: #2e3443; }
*/
.fofoca-rail { background: transparent; border: 0; border-radius: var(--radius); padding: .8rem; position: sticky; top: 76px; margin-top: 54px; }
.fofoca-rail h3 { margin: .25rem 0 .7rem; color: #ff6a3d; font-size: 1.24rem; text-align: center; }
.fofoca-item { display: grid; gap: .3rem; padding: .62rem; border: 0; border-radius: 10px; margin-bottom: .55rem; background: transparent; }
.fofoca-item:hover { border-color: transparent; }
.fofoca-item-static { cursor: default; }
.fofoca-item-static:hover { border-color: transparent; }
.fofoca-time { color: var(--gold); font-size: .76rem; }
.fofoca-item strong { font-size: 1.14rem; line-height: 1.42; color: #ff5e63; }
.fofoca-item small { color: var(--muted); font-size: .92rem; line-height: 1.42; }
.fofoca-item strong,
.fofoca-item small {
  text-align: justify;
  text-justify: inter-word;
}
.ultimas-top-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.ultimas-top-card img { height: 220px; }
.ultimas-rest-grid .card.featured { grid-column: span 1; }
.ultimas-list {
  display: grid;
  gap: .9rem;
}
.ultimas-list-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: .8rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  overflow: hidden;
}
.ultimas-list-thumb {
  display: block;
  height: 100%;
}
.ultimas-list-thumb img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  display: block;
}
.ultimas-list-thumb-empty {
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aeb4c2;
  font-size: .85rem;
  background: #171b24;
}
.ultimas-list-body {
  padding: .7rem .8rem .7rem 0;
}
.ultimas-list-body .meta {
  color: var(--muted);
  font-size: .8rem;
  display: flex;
  justify-content: space-between;
  gap: .5rem;
}
.ultimas-list-body h3 {
  margin: .45rem 0 .35rem;
  font-size: 1.1rem;
  line-height: 1.3;
}
.ultimas-list-body p {
  margin: 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.42;
}
.ultimas-mosaico-board {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: .95rem;
}
.ultimas-mosaico-lead,
.ultimas-mosaico-side,
.ultimas-mosaico-tile {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.ultimas-mosaico-lead {
  border-top: 4px solid #44d17f;
}
.ultimas-mosaico-side {
  border-top: 4px solid #ff9d3b;
}
.ultimas-mosaico-board img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.ultimas-mosaico-lead img {
  height: 360px;
}
.ultimas-mosaico-side img {
  height: 210px;
}
.ultimas-mosaico-board .card-body {
  padding: .85rem .95rem .95rem;
}
.ultimas-mosaico-board .meta {
  color: #aeb5c4;
  font-size: .78rem;
  display: flex;
  justify-content: space-between;
  gap: .5rem;
}
.ultimas-mosaico-lead h2 {
  margin: .45rem 0 .35rem;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  line-height: 1.16;
}
.ultimas-mosaico-side h3 {
  margin: .42rem 0 .35rem;
  font-size: 1.18rem;
  line-height: 1.22;
}
.ultimas-mosaico-board p {
  margin: 0;
  color: #d3d9e6;
  line-height: 1.45;
}
.ultimas-mosaico-stream {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
}
.ultimas-mosaico-tile {
  border-top: 3px solid #ff5e63;
}
.ultimas-mosaico-tile img {
  height: 170px;
}
.ultimas-mosaico-tile h3 {
  margin: .38rem 0 .32rem;
  font-size: 1.04rem;
  line-height: 1.28;
}
@media (max-width: 1200px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sociedade-text-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ultimas-mosaico-lead img { height: 300px; }
  .ultimas-mosaico-side img { height: 180px; }
  .ultimas-mosaico-stream { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-dashboard-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card.card-principal { min-height: 500px; }
  .card.card-principal img { height: 500px; }
}
@media (max-width: 900px) {
  .brand-site .brand-tagline {
    font-size: .68rem;
  }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-header .container { align-items: center; }
  .menu {
    display: none;
    width: 100%;
    margin-top: .4rem;
    padding: .55rem;
    border: 1px solid #2b3140;
    border-radius: 10px;
    background: #0f1116;
  }
  .menu.open { display: flex; }
  .menu a { width: 100%; padding: .35rem .2rem; }
  .menu a.active::after { left: 0; right: 0; bottom: -2px; }
  .admin-body { grid-template-columns: 1fr; }
  .admin-body.admin-guest .admin-main { padding: 1rem; align-items: flex-start; }
  .admin-sidebar { position: sticky; top: 0; z-index: 4; flex-direction: row; flex-wrap: wrap; }
  .grid-form { grid-template-columns: 1fr; }
  .card.featured { grid-column: span 1; }
  .home-page-grid { grid-template-columns: 1fr; }
  .post-meta-row {
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
  }
  .post-share-inline {
    margin-left: 0;
  }
  .cards-grid { grid-template-columns: 1fr; }
  .sociedade-text-row { grid-template-columns: 1fr; }
  .admin-dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ultimas-top-row { grid-template-columns: 1fr; }
  .ultimas-list-card { grid-template-columns: 150px 1fr; }
  .ultimas-mosaico-board { grid-template-columns: 1fr; }
  .ultimas-mosaico-lead img,
  .ultimas-mosaico-side img,
  .ultimas-mosaico-tile img { height: 210px; }
  .ultimas-mosaico-stream { grid-template-columns: 1fr; }
  .card-principal-text .card-principal-overlay .principal-text-title {
    font-size: clamp(1.6rem, 6vw, 1.9rem) !important;
  }
  .principal-subcalls li {
    font-size: 1rem;
  }
  .card.card-principal { min-height: 500px; }
  .card.card-principal img { height: 500px; }
  .ultimas-top-card img { height: 336px; }
  .fofoca-rail { position: static; margin-top: 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: .7rem; padding: .8rem 0; }
  .login-wrap { max-width: 420px; margin: 6rem auto; padding: 1rem; }
  .login-wrap h1 { font-size: 1.45rem; }
  .login-wrap .grid-form.narrow { max-width: 100%; }
  .login-wrap .grid-form input { min-height: 44px; font-size: .95rem; padding: .55rem .65rem; }
  .login-wrap .btn-primary { min-height: 42px; font-size: .95rem; }
  .lgpd-popup {
    padding: .7rem;
  }
  .lgpd-popup-card .btn-primary {
    width: 100%;
    justify-self: stretch;
  }
  .welcome-popup-actions .btn-primary,
  .welcome-popup-actions .btn-small {
    width: 100%;
  }
}

@keyframes brandPulse {
  0%, 100% { transform: scale(1); filter: saturate(1); }
  50% { transform: scale(1.035); filter: saturate(1.18); }
}

@keyframes brandSweep {
  0%, 15% { transform: translateX(-115%); opacity: 0; }
  35% { opacity: 1; }
  65% { transform: translateX(115%); opacity: 1; }
  100% { transform: translateX(130%); opacity: 0; }
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,77,141,.45); }
  50% { box-shadow: 0 0 0 8px rgba(255,77,141,0); }
}





