/* 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.hidden_ec6d {
  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;
}

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

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

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

/* Cabeçalho */
.hovered-f7d5 {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.green-f979 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;
}

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

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

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

@media (min-width: 900px) {
  .green-f979 {
    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-97b7 {
  transform: translateX(0);
  visibility: visible;
}

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

.wide-8562 {
  display: grid;
  gap: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-8245 a {
  display: block;
  line-height: 0;
}

.primary-8245 img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

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

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

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

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

main.summary-motion-1091 {
  min-width: 0;
}

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

.summary-motion-1091 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);
}

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

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

.summary-motion-1091 p:last-child {
  margin-bottom: 0;
}

.panel-wood-32b6 {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.panel-wood-32b6 li {
  margin-bottom: 0.35rem;
}

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

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

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

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

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

.inner_899b > div {
  margin: 0;
}

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

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

.header-0d4c {
  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;
}

.footer-new-0ecd {
  margin-top: 1rem;
}

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

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

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

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

/* Qualidade editorial: transparência, tabelas e glossário */
.notice-gold-1cd0 {
  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;
}

.notice-gold-1cd0 time {
  font-weight: 600;
  color: var(--ink);
}

.summary-motion-1091 h3.pattern-7ef3 {
  margin: 1.75rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent);
}

.dropdown-wide-b889 {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  color: var(--ink-muted);
  max-width: var(--measure);
}

.dropdown-wide-b889 li {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.smooth-21a1 tr:last-child td {
  border-bottom: none;
}

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

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

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

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

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

.menu-6e39 dt:first-child {
  margin-top: 0;
}

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

.component-ac3a {
  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);
}

.component-ac3a strong {
  color: #052e16;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.old-56cc a:hover {
  text-decoration: underline;
}

/* css-noise: 153c */
.shadow-element-i0 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.0;
}
