/* 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.accordion-prev-a51f {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-narrow-ecb3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

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

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

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

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

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

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

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

.basic-180e 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;
}

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

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

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

@media (min-width: 900px) {
  .basic-180e {
    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-8ccf {
  transform: translateX(0);
  visibility: visible;
}

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

.center-472e {
  display: grid;
  gap: 1.25rem;
}

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

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

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

.container-bright-d9bc a:hover {
  color: var(--accent);
}

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

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

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

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

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

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

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

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

.aside-2acc {
  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;
}

.aside-2acc a {
  display: block;
  line-height: 0;
}

.aside-2acc img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

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

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

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

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

main.tertiary_yellow_fea2 {
  min-width: 0;
}

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

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

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

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

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

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

.wrapper_outer_b7be li {
  margin-bottom: 0.35rem;
}

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

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

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

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

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

.copper_1dab > div {
  margin: 0;
}

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

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

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

.notification_5300 {
  margin-top: 1rem;
}

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

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

.thumbnail-in-30a2 li {
  margin-bottom: 0.4rem;
}

.thumbnail-in-30a2 a {
  color: var(--accent);
  font-weight: 600;
}

/* Qualidade editorial: transparência, tabelas e glossário */
.summary-complex-6fbf {
  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;
}

.summary-complex-6fbf time {
  font-weight: 600;
  color: var(--ink);
}

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

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

.secondary_dc1d li {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.status-full-ee98 tr:last-child td {
  border-bottom: none;
}

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

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

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

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

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

.logo-003d dt:first-child {
  margin-top: 0;
}

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

.list-03cb {
  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);
}

.list-03cb strong {
  color: #052e16;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-tall-320e a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.paragraph-tall-320e a:hover {
  text-decoration: underline;
}

/* css-noise: b506 */
.widget-item-s6 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
}
