/* 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.table-green-11a3 {
  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;
}

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

.badge_copper_0d37 {
  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;
}

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

/* Cabeçalho */
.section-83ff {
  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);
}

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

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

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

.filter_487b {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.label-dynamic-6145 {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}

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

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

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

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

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

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

.tertiary_advanced_8726 {
  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;
}

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

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

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

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

.text-orange-1f5b:hover {
  background: var(--accent-hover);
}

/* Menu móvel */
.notice_steel_637e {
  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;
}

.notice_steel_637e 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;
}

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

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

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

@media (min-width: 900px) {
  .notice_steel_637e {
    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-31b4 {
  transform: translateX(0);
  visibility: visible;
}

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

.title-c0ba {
  display: grid;
  gap: 1.25rem;
}

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

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

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

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

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

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

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

.up-90cb {
  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;
}

.iron_15fc 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);
}

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

.active-3b69 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

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

.tooltip-brown-c4e2 {
  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;
}

.tooltip-brown-c4e2 a {
  display: block;
  line-height: 0;
}

.tooltip-brown-c4e2 img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

.bright_f8e1 {
  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;
}

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

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

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

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

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

main.block_e5ef {
  min-width: 0;
}

.block_e5ef 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) {
  .block_e5ef section {
    padding: 2rem 2.25rem;
  }
}

.block_e5ef 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);
}

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

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

.block_e5ef p:last-child {
  margin-bottom: 0;
}

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

.wrapper-81d5 li {
  margin-bottom: 0.35rem;
}

.clean-6c92 {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Ficha do conteúdo (autoria, datas, limites) */
.table_9784 {
  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);
}

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

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

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

.filter_fresh_b523 > div {
  margin: 0;
}

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

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

.photo-6f82 {
  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;
}

.status_4a78 {
  margin-top: 1rem;
}

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

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

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

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

/* Qualidade editorial: transparência, tabelas e glossário */
.breadcrumb-fast-d1d6 {
  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;
}

.breadcrumb-fast-d1d6 time {
  font-weight: 600;
  color: var(--ink);
}

.block_e5ef h3.preview-15aa {
  margin: 1.75rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent);
}

.aside-out-a6cf {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.aside-out-a6cf li {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.upper-750c tr:last-child td {
  border-bottom: none;
}

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

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

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

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

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

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

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

.wrapper-right-2915 {
  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);
}

.wrapper-right-2915 strong {
  color: #052e16;
}

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

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

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

figure.column-out-2bf4 a {
  display: block;
  line-height: 0;
  background: #eceae5;
}

figure.column-out-2bf4 img {
  width: 100%;
  height: auto;
  display: block;
}

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

figure.column-out-2bf4.thumbnail_pro_c84a {
  max-width: min(100%, 36rem);
  margin: 1.5rem auto 0;
}

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

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

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

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

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

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

/* Aviso jogo responsável */
.fn-notice-31b4 {
  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-31b4 strong {
  color: #7c2d12;
}

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

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

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

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

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

.selected_5071 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

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

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

.badge-inner-484e {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.badge-inner-484e h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.badge-inner-484e p {
  font-size: 0.9rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

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

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

.huge-a40d a:hover {
  text-decoration: underline;
}

/* css-noise: 8e14 */
.promo-block-w3 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
