.elementor-2113 .elementor-element.elementor-element-c58e662{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-789bc0a */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

.m90-hero__section *,
.m90-hero__section *::before,
.m90-hero__section *::after,
.m90-cat__section *,
.m90-cat__section *::before,
.m90-cat__section *::after,
.m90-feed__section *,
.m90-feed__section *::before,
.m90-feed__section *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

/* ── Tema claro — accent único: laranja do logo ── */
.m90-hero__section,
.m90-cat__section,
.m90-feed__section {
  --amber:     #F2A900;
  --amber-dim: rgba(242,169,0,0.12);
  --ink:       #141414;
  --off:       rgba(20,20,20,0.6);
  --faint:     rgba(20,20,20,0.38);
  --border:    rgba(0,0,0,0.08);
  --surface:   rgba(0,0,0,0.05);
  --hover:     rgba(0,0,0,0.04);
  --display:   'Oswald', sans-serif;
  --body:      'DM Sans', sans-serif;
  --r:         8px;
  --r-lg:      12px;
  background: transparent;
  font-family: var(--body);
  color: var(--ink);
  width: 100%;
}

/* ── Spinner ── */
.m90__spinner {
  display: inline-block; width: 18px; height: 18px;
  border: 2px solid rgba(0,0,0,0.1);
  border-top-color: var(--amber);
  border-radius: 50%;
  animation: m90-spin .7s linear infinite; flex-shrink: 0;
}
@keyframes m90-spin { to { transform: rotate(360deg); } }
.m90__loading {
  display: flex; align-items: center; justify-content: center;
  min-height: 300px; color: var(--off); font-size: 13px; gap: 10px;
}

/* ══════════════════════════════════════════
   HERO — MOSAICO EDITORIAL
   (texto sobre imagem mantém-se branco)
   ══════════════════════════════════════════ */

.m90-hero__section { margin-bottom: 48px; }

.m90-hero__mosaic {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 300px 210px;
  gap: 4px;
  border-radius: var(--r-lg);
  overflow: hidden;
}

/* Feature — coluna esquerda, ocupa as 2 linhas */
.m90-hero__feature {
  grid-column: 1; grid-row: 1 / 3;
  position: relative; overflow: hidden;
  display: block; text-decoration: none; color: inherit;
  background: var(--surface);
}
.m90-hero__feature-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; transition: transform .6s ease;
}
.m90-hero__feature:hover .m90-hero__feature-img { transform: scale(1.04); }
.m90-hero__feature-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.45) 40%, transparent 70%),
              linear-gradient(to right, rgba(0,0,0,.15) 0%, transparent 50%);
}
.m90-hero__feature-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 28px 26px; }
.m90-hero__feature-tags { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; align-items: center; }
.m90-hero__feature-cat {
  background: var(--amber); color: #000;
  font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 3px;
}
.m90-hero__feature-new {
  background: rgba(255,255,255,.15); color: rgba(255,255,255,.85);
  font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 3px; border: 1px solid rgba(255,255,255,.25);
}
.m90-hero__feature-title {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(24px, 3vw, 38px); letter-spacing: .01em; line-height: 1.1;
  color: #fff; margin-bottom: 10px;
}
.m90-hero__feature-meta { font-size: 12px; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 8px; }

/* Mid — topo-direita */
.m90-hero__mid {
  grid-column: 2; grid-row: 1;
  position: relative; overflow: hidden;
  display: block; text-decoration: none; color: inherit;
  background: var(--surface);
}
.m90-hero__mid-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; transition: transform .5s ease;
}
.m90-hero__mid:hover .m90-hero__mid-img { transform: scale(1.06); }
.m90-hero__mid-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.2) 55%, transparent 100%);
}
.m90-hero__mid-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; }
.m90-hero__mid-cat {
  display: inline-block;
  font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 6px;
}
.m90-hero__mid-title {
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(14px, 1.6vw, 19px); letter-spacing: .01em; line-height: 1.2; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.m90-hero__mid:hover .m90-hero__mid-title { color: var(--amber); }

/* Smalls — baixo-direita, 2 lado a lado */
.m90-hero__smalls {
  grid-column: 2; grid-row: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
}
.m90-hero__small {
  position: relative; overflow: hidden;
  display: block; text-decoration: none; color: inherit;
  background: var(--surface);
}
.m90-hero__small-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  display: block; transition: transform .5s ease;
}
.m90-hero__small:hover .m90-hero__small-img { transform: scale(1.08); }
.m90-hero__small-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(0,0,0,.9) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
}
.m90-hero__small-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 10px; }
.m90-hero__small-cat {
  display: inline-block;
  font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 4px;
}
.m90-hero__small-title {
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(11px, 1.1vw, 14px); letter-spacing: .01em; line-height: 1.25; color: #fff;
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  transition: color .2s;
}
.m90-hero__small:hover .m90-hero__small-title { color: var(--amber); }

/* ══════════════════════════════════════════
   SECÇÕES POR CATEGORIA
   ══════════════════════════════════════════ */

.m90-cat__section { margin-bottom: 24px; }

.m90-cat__row { margin-bottom: 40px; }
.m90-cat__row:last-child { margin-bottom: 0; }

.m90-cat__head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.m90-cat__title {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 21px; letter-spacing: .02em; line-height: 1; margin: 0;
  color: var(--ink);
  display: flex; align-items: center; gap: 10px;
}
.m90-cat__bar {
  display: inline-block; width: 4px; height: 21px;
  background: var(--amber); border-radius: 2px; flex-shrink: 0;
}
.m90-cat__head-right { display: flex; align-items: center; gap: 8px; }
.m90-cat__more {
  font-size: 12px; text-decoration: none;
  color: var(--amber); border: 1px solid rgba(242,169,0,0.4);
  padding: 4px 14px;
  border-radius: 20px; transition: background .2s; white-space: nowrap;
  margin-right: 6px;
}
.m90-cat__more:hover { background: var(--amber-dim); }
.m90-cat__arrow {
  width: 34px !important; height: 34px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(0,0,0,0.2) !important;
  background: #fff !important;
  color: var(--ink) !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  cursor: pointer !important; font-size: 15px !important; line-height: 1 !important;
  padding: 0 !important; min-width: 0 !important;
  box-shadow: none !important; outline: none !important; -webkit-appearance: none !important;
  transition: border-color .2s, color .2s;
  flex-shrink: 0 !important;
}
.m90-cat__arrow:hover { border-color: var(--amber) !important; color: var(--amber) !important; }

.m90-cat__track {
  display: flex; gap: 16px;
  overflow-x: auto; overflow-y: hidden;
  scrollbar-width: none; -ms-overflow-style: none;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
}
.m90-cat__track::-webkit-scrollbar { display: none; }

.m90-cat__card {
  flex-shrink: 0; width: 260px;
  display: block; text-decoration: none; color: inherit;
  transition: transform .25s;
}
.m90-cat__card:hover { transform: translateY(-4px); }
.m90-cat__card-thumb {
  position: relative; border-radius: 10px; overflow: hidden;
  aspect-ratio: 16/10; background: var(--surface);
  margin-bottom: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.m90-cat__card-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .4s ease;
}
.m90-cat__card:hover .m90-cat__card-thumb img { transform: scale(1.05); }
.m90-cat__card-empty { width: 100%; height: 100%; background: var(--surface); }
.m90-cat__card-badge {
  position: absolute; bottom: 8px; left: 8px;
  background: var(--amber); color: #000;
  font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 2px 8px; border-radius: 3px; pointer-events: none;
}
.m90-cat__card-title {
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  font-size: 15px; letter-spacing: .01em; line-height: 1.25; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  margin-bottom: 5px; transition: color .2s;
}
.m90-cat__card:hover .m90-cat__card-title { color: var(--amber); }
.m90-cat__card-time { font-size: 11px; color: var(--faint); }

.m90-cat__empty {
  padding: 24px 0; font-size: 13px; color: rgba(0,0,0,.45); line-height: 1.6;
}
.m90-cat__empty code {
  font-size: 12px; background: rgba(0,0,0,.06); padding: 1px 6px; border-radius: 4px;
}

/* ══════════════════════════════════════════
   FEED — ÚLTIMAS NOTÍCIAS
   ══════════════════════════════════════════ */

.m90-feed__section { padding-top: 24px; }
.m90-feed__layout { display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: flex-start; }
.m90-feed__main { min-width: 0; }

.m90-feed__head {
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.m90-feed__head-title {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 21px; letter-spacing: .02em; line-height: 1; margin: 0;
  color: var(--ink);
  display: flex; align-items: center; gap: 10px;
}
.m90-feed__head-title::before {
  content: ''; display: inline-block; width: 4px; height: 21px;
  background: var(--amber); border-radius: 2px; flex-shrink: 0;
}

.m90-feed__list { display: flex; flex-direction: column; }

.m90-feed__item {
  display: grid; grid-template-columns: 180px 1fr; gap: 16px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid var(--border);
  text-decoration: none; color: inherit; transition: background .15s; border-radius: var(--r);
}
.m90-feed__item:first-child { padding-top: 0; }
.m90-feed__item:last-child { border-bottom: none; }
.m90-feed__item:hover { background: var(--hover); padding-left: 10px; padding-right: 10px; margin-left: -10px; margin-right: -10px; }

.m90-feed__thumb-wrap { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 16/10; background: var(--surface); flex-shrink: 0; }
.m90-feed__thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.m90-feed__item:hover .m90-feed__thumb { transform: scale(1.05); }
.m90-feed__thumb-placeholder { width: 100%; height: 100%; background: var(--surface); }
.m90-feed__thumb-cat {
  position: absolute; bottom: 7px; left: 7px;
  font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: var(--amber); color: #000; padding: 2px 7px; border-radius: 3px; pointer-events: none;
}

.m90-feed__content { display: flex; flex-direction: column; padding-top: 2px; min-width: 0; }
.m90-feed__meta { display: flex; align-items: center; gap: 8px; margin-bottom: 7px; }
.m90-feed__time { font-size: 11px; color: var(--faint); }
.m90-feed__cat-label { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--amber); }
.m90-feed__title {
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  font-size: clamp(16px, 1.7vw, 20px); letter-spacing: .01em; line-height: 1.2;
  color: var(--ink); margin-bottom: 8px; transition: color .2s;
  display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.m90-feed__item:hover .m90-feed__title { color: var(--amber); }
.m90-feed__excerpt { font-size: 13px; line-height: 1.6; color: var(--off); display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px; }
.m90-feed__author { font-size: 11px; color: var(--faint); }

.m90-feed__more-wrap { display: flex; justify-content: center; margin-top: 24px; }
.m90-feed__more-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 32px;
  border: 1px solid rgba(0,0,0,0.15); border-radius: 4px;
  background: transparent; color: var(--off);
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  font-size: 14px; letter-spacing: .08em; cursor: pointer; transition: all .2s;
}
.m90-feed__more-btn:hover { border-color: var(--amber); color: var(--amber); }
.m90-feed__more-btn:disabled { opacity: .3; cursor: not-allowed; }

@keyframes m90-in { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }
.m90-feed__list .m90-feed__item { animation: m90-in .3s ease both; }
.m90-feed__list .m90-feed__item:nth-child(1){animation-delay:.00s}
.m90-feed__list .m90-feed__item:nth-child(2){animation-delay:.05s}
.m90-feed__list .m90-feed__item:nth-child(3){animation-delay:.10s}
.m90-feed__list .m90-feed__item:nth-child(4){animation-delay:.15s}
.m90-feed__list .m90-feed__item:nth-child(5){animation-delay:.20s}
.m90-feed__list .m90-feed__item:nth-child(6){animation-delay:.25s}
.m90-feed__list .m90-feed__item:nth-child(7){animation-delay:.30s}
.m90-feed__list .m90-feed__item:nth-child(8){animation-delay:.35s}

/* ══════════════════════════════════════════
   FEED SIDEBAR
   ══════════════════════════════════════════ */

.m90-feed__sidebar { display: flex; flex-direction: column; gap: 36px; position: sticky; top: 20px; }
.m90-feed__sb-block { display: flex; flex-direction: column; }

.m90-feed__sb-list { display: flex; flex-direction: column; margin-top: 12px; }
.m90-feed__sb-item {
  display: flex; gap: 12px; align-items: center; padding: 11px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none; color: inherit; transition: opacity .2s;
}
.m90-feed__sb-item:last-child { border-bottom: none; }
.m90-feed__sb-item:hover { opacity: .75; }
.m90-feed__sb-item:hover .m90-feed__sb-title { color: var(--amber); }
.m90-feed__sb-num {
  font-family: var(--display); font-weight: 700;
  font-size: 26px; letter-spacing: -.01em; flex-shrink: 0; width: 28px; text-align: center; line-height: 1;
  background: linear-gradient(135deg, var(--amber) 0%, rgba(242,169,0,.35) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.m90-feed__sb-thumb { width: 68px; height: 50px; border-radius: 5px; object-fit: cover; flex-shrink: 0; background: var(--surface); }
.m90-feed__sb-text { flex: 1; min-width: 0; }
.m90-feed__sb-title {
  font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin-bottom: 3px; transition: color .2s;
}
.m90-feed__sb-time { display: block; font-size: 10px; color: var(--faint); }

.m90-feed__sb-head { display: flex; align-items: center; gap: 10px; }
.m90-feed__sb-head-bar { width: 3px; height: 20px; background: var(--amber); border-radius: 2px; flex-shrink: 0; }
.m90-feed__sb-head-title {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 17px; letter-spacing: .02em; color: var(--ink); line-height: 1;
}
.m90-feed__sb-head-line { flex: 1; height: 1px; background: var(--border); }

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */

@media (max-width: 1200px) {
  .m90-hero__mosaic { grid-template-rows: 270px 190px; }
  .m90-feed__layout { grid-template-columns: 1fr 280px; gap: 24px; }
}
@media (max-width: 1024px) {
  .m90-hero__mosaic { grid-template-rows: 250px 170px; }
  .m90-feed__layout { grid-template-columns: 1fr 260px; gap: 20px; }
  .m90-feed__item { grid-template-columns: 150px 1fr; }
  .m90-cat__card { width: 230px; }
}
@media (max-width: 768px) {
  .m90-hero__mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 160px 120px;
  }
  .m90-hero__feature { grid-column: 1; grid-row: 1; }
  .m90-hero__mid { grid-column: 1; grid-row: 2; }
  .m90-hero__smalls { grid-column: 1; grid-row: 3; }
  .m90-feed__layout { grid-template-columns: 1fr; gap: 0; }
  .m90-feed__sidebar { position: static; margin-top: 36px; }
  .m90-feed__item { grid-template-columns: 140px 1fr; gap: 14px; }
  .m90-feed__excerpt { display: none; }
  .m90-cat__card { width: 210px; }
  .m90-cat__more { display: none; }
}
@media (max-width: 560px) {
  .m90-hero__mosaic { grid-template-rows: 240px 150px 110px; }
  .m90-hero__feature-title { font-size: 20px; }
  .m90-feed__item { grid-template-columns: 110px 1fr; gap: 12px; padding: 14px 0; }
  .m90-feed__item:hover { padding-left: 6px; padding-right: 6px; margin-left: -6px; margin-right: -6px; }
  .m90-feed__author { display: none; }
  .m90-cat__card { width: 180px; }
  .m90-cat__arrow { display: none !important; }
}
@media (max-width: 380px) {
  .m90-hero__mosaic { grid-template-rows: 200px 130px 100px; }
  .m90-hero__feature-title { font-size: 18px; }
  .m90-feed__item { grid-template-columns: 90px 1fr; gap: 10px; }
  .m90-cat__card { width: 160px; }
}/* End custom CSS */