/* 090bet — layout editorial claro (SEO / acessibilidade / CWV) */
:root {
  --bg: #f6f4f0;
  --bg-elevated: #fffef9;
  --ink: #1c1917;
  --ink-muted: #57534e;
  --accent: #0d5c4d;
  --accent-hover: #094a3e;
  --accent-soft: rgba(13, 92, 77, 0.12);
  --border: #e7e5e0;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 1px 2px rgba(28, 25, 23, 0.06), 0 12px 40px rgba(28, 25, 23, 0.06);
  --font-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --measure: 65ch;
  --header-h: 4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.current_13bf {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.overlay-f276 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sort_19e1 {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 10000;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}

.sort_19e1:focus {
  transform: translateY(0);
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

/* Cabeçalho */
.plasma_1bbf {
  position: sticky;
  top: 0;
  z-index: 900;
  height: var(--header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 254, 249, 0.94);
  backdrop-filter: blur(10px);
}

.text-simple-2b8a {
  width: min(1200px, 100% - 2rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.search_motion_c851 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.search_motion_c851 img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: contain;
}

.rough-210d {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.surface-focused-b032 {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}

.alert_cb43 {
  font-size: 0.75rem;
  color: var(--ink-muted);
  font-weight: 500;
}

/* Navegação desktop */
.small_f8b6 {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 900px) {
  .small_f8b6 {
    display: flex;
  }
}

.small_f8b6 a {
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  color: var(--ink-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.small_f8b6 a:hover,
.small_f8b6 a:focus-visible {
  color: var(--accent);
  background: var(--accent-soft);
  outline: none;
}

.alert_fe05 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.grid-fixed-a7e9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.grid-fixed-a7e9:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.secondary-c185 {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--border);
}

.secondary-c185:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.footer_right_fcb7 {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 2px 8px rgba(13, 92, 77, 0.25);
}

.footer_right_fcb7:hover {
  background: var(--accent-hover);
}

/* Menu móvel */
.selected_57b6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: var(--accent-soft);
  cursor: pointer;
}

.selected_57b6 span {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  background: var(--ink);
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.selected_57b6[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.selected_57b6[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.selected_57b6[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 900px) {
  .selected_57b6 {
    display: none;
  }
}

#hamburgerNav {
  position: fixed;
  inset: 0;
  top: var(--header-h);
  z-index: 850;
  padding: 1rem 1.25rem 2rem;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.25s ease, visibility 0.25s;
}

#hamburgerNav.fn-active-a570 {
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 900px) {
  #hamburgerNav {
    display: none;
  }
}

.bottom_76a0 {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .bottom_76a0 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.center_26d9 {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-muted);
  font-weight: 600;
}

.prev-a8aa a {
  display: block;
  padding: 0.35rem 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}

.prev-a8aa a:hover {
  color: var(--accent);
}

/* Shell: hero + grid principal */
.bottom_f7b9 {
  width: min(1200px, 100% - 2rem);
  margin-inline: auto;
}

.shadow_e352 {
  display: grid;
  gap: 2rem;
  padding-block: 2.5rem 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .shadow_e352 {
    grid-template-columns: 1.05fr 0.95fr;
    padding-block: 3.5rem 2.5rem;
    gap: 3rem;
  }
}

.media_6931 {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 999px;
}

.shadow_e352 h1 {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.content-07aa {
  margin: 0 0 1.5rem;
  color: var(--ink-muted);
  font-size: 1.05rem;
  max-width: var(--measure);
}

.breadcrumb-advanced-c6c4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.background-c27f {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.fresh-5b0a {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  /* Fundo neutro para letterboxing quando a arte não for quadrada */
  background: #e8e6e1;
}

.fresh-5b0a a {
  display: block;
  line-height: 0;
}

.fresh-5b0a img {
  width: 100%;
  height: auto;
  display: block;
}

/* Grade de conteúdo + sumário */
.stale-5f75 {
  display: grid;
  gap: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .stale-5f75 {
    grid-template-columns: 220px 1fr;
    align-items: start;
    gap: 2.5rem;
  }
}

.aside_56c6 {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-elevated);
  font-size: 0.875rem;
}

.aside_56c6 h2 {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-muted);
  font-weight: 600;
}

.aside_56c6 ol {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-muted);
}

.aside_56c6 a {
  color: var(--ink);
  text-decoration: none;
}

.aside_56c6 a:hover {
  color: var(--accent);
}

@media (max-width: 1023px) {
  .aside_56c6 {
    position: static;
    order: -1;
  }
}

main.content-current-eabd {
  min-width: 0;
}

.content-current-eabd section {
  margin-bottom: 2.5rem;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

@media (min-width: 640px) {
  .content-current-eabd section {
    padding: 2rem 2.25rem;
  }
}

.content-current-eabd h2 {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: var(--ink);
}

.content-current-eabd h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
}

.content-current-eabd p {
  margin: 0 0 1rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.content-current-eabd p:last-child {
  margin-bottom: 0;
}

.stale-7291 {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.stale-7291 li {
  margin-bottom: 0.35rem;
}

.carousel_575b {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Ficha do conteúdo (autoria, datas, limites) */
.modal-left-0523 {
  margin-bottom: 2.5rem;
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--bg-elevated) 0%, #eef8f5 100%);
  box-shadow: var(--shadow);
}

.modal-left-0523 h2 {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
}

.focused_f78d {
  display: grid;
  gap: 1rem 1.5rem;
  margin: 0;
}

@media (min-width: 640px) {
  .focused_f78d {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.focused_f78d > div {
  margin: 0;
}

.focused_f78d dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
}

.focused_f78d dd {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink);
}

.background_8cbc {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--ink-muted);
  line-height: 1.55;
}

.progress_west_8511 {
  margin-top: 1rem;
}

.progress_west_8511 h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}

.complex_d548 {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--ink-muted);
  font-size: 0.9rem;
}

.complex_d548 li {
  margin-bottom: 0.4rem;
}

.complex_d548 a {
  color: var(--accent);
  font-weight: 600;
}

/* Qualidade editorial: transparência, tabelas e glossário */
.under-49ca {
  margin: 0 0 1.25rem;
  padding: 0.65rem 0 0.65rem 1rem;
  border-left: 4px solid var(--accent);
  font-size: 0.9rem;
  color: var(--ink-muted);
  background: var(--accent-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.under-49ca time {
  font-weight: 600;
  color: var(--ink);
}

.content-current-eabd h3.card-fc05 {
  margin: 1.75rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent);
}

.message-outer-d896 {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.message-outer-d896 li {
  margin-bottom: 0.5rem;
}

.pressed_2151 {
  margin: 1rem 0 0;
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg);
}

table.huge_a1ef {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.huge_a1ef th,
.huge_a1ef td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border);
}

.huge_a1ef th {
  font-weight: 600;
  color: var(--ink);
  background: var(--accent-soft);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .huge_a1ef th {
    white-space: normal;
  }
}

.huge_a1ef tr:last-child td {
  border-bottom: none;
}

.huge_a1ef td:first-child {
  font-weight: 600;
  color: var(--ink);
  width: 28%;
}

.block-62e4 {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.block-62e4 a {
  color: var(--accent);
  font-weight: 600;
}

.item_8409 {
  margin: 1rem 0 0;
  max-width: var(--measure);
}

.item_8409 dt {
  margin-top: 0.85rem;
  font-weight: 700;
  color: var(--ink);
  font-size: 0.95rem;
}

.item_8409 dt:first-child {
  margin-top: 0;
}

.item_8409 dd {
  margin: 0.25rem 0 0;
  color: var(--ink-muted);
  font-size: 0.9rem;
}

.search-medium-0c40 {
  margin-top: 1.25rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #f0fdf4;
  color: #14532d;
  font-size: 0.9rem;
  max-width: var(--measure);
}

.search-medium-0c40 strong {
  color: #052e16;
}

/* Figuras de jogos */
.summary_smooth_1ed7 {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 700px) {
  .summary_smooth_1ed7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

figure.hovered_3b75 {
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  /* Evita cortar selos/artes no topo (ex.: faixa 090bet.purple_2248 nos PNGs) */
  background: #eceae5;
}

figure.hovered_3b75 a {
  display: block;
  line-height: 0;
  background: #eceae5;
}

figure.hovered_3b75 img {
  width: 100%;
  height: auto;
  display: block;
}

figure.hovered_3b75 figcaption {
  padding: 0.85rem 1rem;
  font-size: 0.8125rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

figure.hovered_3b75.icon-ac5a {
  max-width: min(100%, 36rem);
  margin: 1.5rem auto 0;
}

/* FAQ */
.sidebar_paper_13ce {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: var(--measure);
}

.sidebar_paper_13ce details {
  border-bottom: 1px solid var(--border);
  padding: 0.75rem 0;
}

.sidebar_paper_13ce summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  list-style-position: outside;
}

.sidebar_paper_13ce summary:hover {
  color: var(--accent);
}

.sidebar_paper_13ce details[open] summary {
  margin-bottom: 0.5rem;
}

.sidebar_paper_13ce details p {
  margin: 0;
  font-size: 0.95rem;
}

/* Aviso jogo responsável */
.fn-notice-a570 {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-size: 0.9rem;
  max-width: var(--measure);
}

.fn-notice-a570 strong {
  color: #7c2d12;
}

/* Rodapé */
.carousel_simple_938a {
  margin-top: 2rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--border);
  background: #ebe8e2;
}

.dropdown_focused_55ef {
  width: min(1200px, 100% - 2rem);
  margin-inline: auto;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 700px) {
  .dropdown_focused_55ef {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

.dark_5e8e {
  font-size: 0.8125rem;
  color: var(--ink-muted);
}

.dark_5e8e time {
  font-weight: 600;
  color: var(--ink);
}

.icon-dark-7fea {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.icon-dark-7fea a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.icon-dark-7fea a:hover {
  text-decoration: underline;
}

.hard-3968 {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.hard-3968 h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.hard-3968 p {
  font-size: 0.9rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

/* Trilha (subpáginas) */
.border_4cd3 {
  margin: 0.75rem 0 0;
  padding: 0.5rem 0 1rem;
  font-size: 0.875rem;
  color: var(--ink-muted);
}

.border_4cd3 a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.border_4cd3 a:hover {
  text-decoration: underline;
}

/* css-noise: 7608 */
.shadow-element-c1 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
