﻿
    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       ROADMAP â€” ESTILOS
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    /* ESCALA GLOBAL â€” maior, premium, legÃ­vel */
    html { font-size: 17px !important; }
    @media (max-width: 1400px) { html { font-size: 16px !important; } }
    @media (max-width: 1024px) { html { font-size: 15px !important; } }
    @media (max-width: 600px)  { html { font-size: 14px !important; } }

    /* Textura de pedra no body */
    body.page-roadmap {
      background-image:
        repeating-linear-gradient(0deg,  transparent, transparent 79px, rgba(255,255,255,0.004) 79px, rgba(255,255,255,0.004) 80px),
        repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(255,255,255,0.003) 79px, rgba(255,255,255,0.003) 80px);
    }

    /* â”€â”€ HERO â”€â”€ */
    .hero-server-tag {
      font-family: var(--font-heading);
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.45em;
      text-transform: uppercase;
    }

    .hero-orb--logo {
      width: 280px;
      height: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-orb--logo .hero-orb__pulse,
    .hero-orb--logo .hero-orb__ring {
      z-index: 1;
    }

    .hero-orb__logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: min(210px, 78%);
      height: auto;
      z-index: 10;
      pointer-events: none;
      filter: drop-shadow(0 0 28px rgba(200,152,40,0.45)) drop-shadow(0 8px 20px rgba(0,0,0,0.5));
    }

    .hero-orb--logo .hero-orb__core {
      display: none;
    }

    .page-hero .rune-divider__symbol--roadmap {
      animation: none;
      opacity: 1;
      color: var(--gold-bright);
      font-size: clamp(0.9rem, 1.8vw, 1.1rem);
      letter-spacing: 0.45em;
      text-shadow: 0 0 18px rgba(232,184,64,0.35);
    }

    /* â”€â”€ SEÃ‡Ã•ES DE VISÃƒO â€” transiÃ§Ã£o tonal contÃ­nua â”€â”€ */
    .vis-section {
      position: relative;
      overflow: hidden;
      padding: var(--s10) var(--s4);
      background: var(--bg-void);
    }

    .vis-section--01 {
      margin-top: -2px;
      padding-top: calc(var(--s10) + var(--s3));
      background: linear-gradient(180deg,
        #04040a 0%,
        rgba(5, 12, 10, 0.55) 42%,
        #04040a 100%);
    }

    .vis-section--02 {
      margin-top: -2px;
      background: linear-gradient(180deg,
        #04040a 0%,
        rgba(4, 8, 18, 0.55) 48%,
        #04040a 100%);
    }

    .vis-wrap {
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--s8);
      align-items: center;
    }

    .vis-wrap--rev { direction: rtl; }
    .vis-wrap--rev > * { direction: ltr; }

    .vis-tag {
      font-family: var(--font-heading);
      font-size: 0.65rem;
      font-weight: 500;
      letter-spacing: 0.45em;
      text-transform: uppercase;
      margin-bottom: var(--s3);
    }

    .vis-title {
      font-family: var(--s21-title-font);
      font-size: clamp(3rem, 7vw, 5.5rem);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      line-height: 0.95;
      margin-bottom: var(--s4);
    }

    .vis-desc {
      font-family: var(--font-lore);
      font-size: 1.1rem;
      line-height: 2;
      font-style: italic;
      color: var(--silver-mid);
    }

    /* Arte geomÃ©trica â€” coluna de pedra */
    .vis-art {
      position: relative;
      min-height: 280px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .stone-pillar {
      position: relative;
      animation: float-gentle 7s ease-in-out infinite;
    }

    .stone-pillar__body {
      width: 72px;
      height: 220px;
      background: linear-gradient(90deg,
        rgba(30,25,18,0.4) 0%,
        rgba(55,45,32,0.7) 40%,
        rgba(65,55,40,0.7) 60%,
        rgba(40,32,22,0.5) 100%);
      border: 1px solid rgba(100,82,58,0.22);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .stone-pillar__rune {
      color: rgba(200,152,40,0.30);
      font-size: 2rem;
      animation: rune-flicker 7s ease-in-out infinite;
    }

    .stone-pillar__cap {
      height: 16px;
      background: linear-gradient(90deg, rgba(28,22,14,0.5) 0%, rgba(65,55,40,0.7) 50%, rgba(28,22,14,0.5) 100%);
      border: 1px solid rgba(100,82,58,0.18);
      margin-left: -14px;
      margin-right: -14px;
    }

    .stone-pillar__glow {
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 16px;
      background: radial-gradient(ellipse 100% 100% at 50% 50%, rgba(200,152,40,0.3), transparent);
      filter: blur(6px);
      animation: pulse-gold 3s ease-in-out infinite;
    }

    .stone-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid;
      pointer-events: none;
    }

    .stone-ring--a { width: 190px; height: 190px; border-color: rgba(200,152,40,0.08); animation: rune-spin 35s linear infinite; }
    .stone-ring--b { width: 290px; height: 290px; border-color: rgba(200,152,40,0.04); animation: rune-spin-reverse 55s linear infinite; }

    /* Portal arte */
    .portal-frame {
      position: relative;
      width: 180px;
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: float-slow 8s ease-in-out infinite;
    }

    .portal-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid;
    }

    .portal-ring--1 { inset: 0;   border-color: rgba(74,154,255,0.22); animation: rune-spin 18s linear infinite; }
    .portal-ring--2 { inset: 18px; border-color: rgba(74,154,255,0.12); animation: rune-spin-reverse 28s linear infinite; border-style: dashed; }
    .portal-ring--3 { inset: 45px; border-color: rgba(74,154,255,0.28); animation: rune-spin 12s linear infinite; }

    .portal-core {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--blue-glow), var(--blue-energy), var(--blue-bright));
      box-shadow: 0 0 20px var(--blue-energy), 0 0 50px rgba(74,154,255,0.35), 0 0 90px rgba(74,154,255,0.12);
      animation: orb-breathe 4s ease-in-out infinite;
      position: relative;
      z-index: 2;
    }

    .portal-pulse {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(74,154,255,0.15);
      animation: orb-ring-expand 4s ease-out infinite;
    }

    .portal-pulse--2 { animation-delay: 2s; }

    .portal-outer {
      position: absolute;
      width: 270px;
      height: 270px;
      border-radius: 50%;
      border: 1px solid rgba(74,154,255,0.05);
      animation: rune-spin-reverse 60s linear infinite;
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       HEADER DO ROADMAP
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .rm-header {
      text-align: center;
      padding: var(--s12) var(--s4) var(--s6);
      position: relative;
      overflow: hidden;
      margin-top: -2px;
      background: linear-gradient(180deg,
        #04040a 0%,
        rgba(8, 6, 4, 0.35) 50%,
        #04040a 100%);
    }

    .rm-header::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 55% at 50% 40%, rgba(200,152,40,0.07) 0%, transparent 72%),
        radial-gradient(ellipse 45% 40% at 25% 65%, rgba(74,154,255,0.04) 0%, transparent 65%);
      pointer-events: none;
    }

    .rm-header > * {
      position: relative;
      z-index: 1;
    }

    .rm-header .energy-line {
      box-shadow: 0 0 20px rgba(200,152,40,0.35);
    }

    .rm-header__divider {
      margin-bottom: var(--s6);
    }

    .rm-header__divider .rune-divider__line {
      max-width: 280px;
    }

    .rm-header__eyebrow {
      font-family: var(--font-heading);
      font-size: 0.65rem;
      font-weight: 500;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      color: var(--gold-mid);
      margin-bottom: var(--s3);
    }

    .rm-header__title {
      font-family: var(--s21-title-font);
      font-size: clamp(3rem, 7vw, 6rem);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      line-height: 0.95;
      color: var(--silver-white);
      margin-bottom: var(--s3);
      text-shadow:
        0 0 40px rgba(200,152,40,0.18),
        0 2px 12px rgba(0,0,0,0.65);
    }

    .rm-header__sub {
      font-family: var(--font-lore);
      font-size: 1.1rem;
      font-style: italic;
      color: var(--silver-mid);
      max-width: 600px;
      margin: 0 auto;
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MAPA DO TESOURO â€” TREASURE MAP
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .tmap-outer {
      padding: var(--s4) var(--s4) var(--s12);
      overflow: visible;
      margin-top: -2px;
      background: linear-gradient(180deg,
        #04040a 0%,
        rgba(10, 8, 5, 0.35) 35%,
        rgba(8, 10, 18, 0.25) 70%,
        #04040a 100%);
    }

    .tmap-wrapper {
      max-width: 1140px;
      margin: 0 auto;
      position: relative;
      padding: 8px;
      background: rgba(8,6,3,0.85);
      border: 1px solid rgba(150,110,55,0.28);
      box-shadow: 0 20px 60px rgba(0,0,0,0.55);
      border-radius: 4px;
      overflow: visible;
    }

    /* Cantos ornamentais da moldura do mapa */
    .tmap-wrapper::before,
    .tmap-wrapper::after {
      content: 'âœ¦';
      position: absolute;
      color: rgba(200,152,40,0.55);
      font-size: 1.3rem;
      z-index: 30;
    }
    .tmap-wrapper::before { top: 6px; left: 12px; }
    .tmap-wrapper::after  { bottom: 6px; right: 12px; }

    /* Container â€” superfÃ­cie clipada + overlay livre (cards nÃ£o cortam) */
    .tmap-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.28%; /* maparoadmap.png 1672Ã—941 */
      overflow: visible;
    }

    .tmap-container__surface {
      position: absolute;
      inset: 0;
      overflow: hidden;
      border-radius: 2px;
      background: #1a1208;
    }

    .tmap-bg-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      image-rendering: auto;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }

    /* Vinheta leve nas bordas â€” nÃ£o cobre o mapa */
    .tmap-container__surface::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background: radial-gradient(ellipse 92% 92% at 50% 50%, transparent 62%, rgba(8,4,2,0.45) 100%);
    }

    /* SVG legado oculto â€” arte real estÃ¡ na PNG */
    .tmap-svg {
      display: none;
    }

    /* Overlay HTML â€” cards podem ultrapassar bordas sem cortar */
    .tmap-overlay {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      overflow: visible;
      z-index: 10;
      pointer-events: none;
    }

    .tmap-overlay .tmap-node {
      pointer-events: auto;
    }

    /* â”€â”€ NÃ“ DE TEMPORADA â”€â”€ */
    .tmap-node {
      position: absolute;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      z-index: 10;
      gap: 10px;
    }

    /* Aura pulsante atrÃ¡s dos cards do mapa */
    .tmap-node::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 160px;
      height: 160px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      pointer-events: none;
      z-index: -1;
    }

    .tmap-node--s1::after {
      background: radial-gradient(circle, rgba(200,152,40,0.32) 0%, transparent 72%);
      animation: tmap-aura-s1 3.5s ease-in-out infinite;
    }

    .tmap-node--s2::after {
      background: radial-gradient(circle, rgba(40,160,96,0.22) 0%, transparent 72%);
      animation: tmap-aura-s2 4s ease-in-out infinite;
    }

    .tmap-node--s3::after {
      background: radial-gradient(circle, rgba(200,32,48,0.22) 0%, transparent 72%);
      animation: tmap-aura-s3 4.2s ease-in-out infinite;
    }

    .tmap-node--s4::after {
      background: radial-gradient(circle, rgba(160,96,224,0.26) 0%, transparent 72%);
      animation: tmap-aura-s4 4.5s ease-in-out infinite;
    }

    @keyframes tmap-aura-s1 {
      0%, 100% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); }
      50%       { opacity: 0.95; transform: translate(-50%, -50%) scale(1.12); }
    }

    @keyframes tmap-aura-s2 {
      0%, 100% { opacity: 0.40; transform: translate(-50%, -50%) scale(1); }
      50%       { opacity: 0.75; transform: translate(-50%, -50%) scale(1.10); }
    }

    @keyframes tmap-aura-s3 {
      0%, 100% { opacity: 0.38; transform: translate(-50%, -50%) scale(1); }
      50%       { opacity: 0.72; transform: translate(-50%, -50%) scale(1.10); }
    }

    @keyframes tmap-aura-s4 {
      0%, 100% { opacity: 0.42; transform: translate(-50%, -50%) scale(1); }
      50%       { opacity: 0.80; transform: translate(-50%, -50%) scale(1.14); }
    }

    .tmap-node--locked { opacity: 0.78; }
    .tmap-node--finale { opacity: 0.72; }

    /* Layout: bubble Ã  direita */
    .tmap-node--r { flex-direction: row; }
    /* Layout: bubble Ã  esquerda */
    .tmap-node--l { flex-direction: row-reverse; }
    /* Layout: bubble abaixo */
    .tmap-node--b { flex-direction: column; align-items: center; }

    .tmap-node--bubble-only {
      gap: 0;
    }

    .tmap-node--bubble-only .tmap-diamond {
      display: none;
    }

    /* â”€â”€ DIAMANTE (fallback mobile) â”€â”€ */
    .tmap-diamond {
      position: relative;
      flex-shrink: 0;
    }

    .tmap-diamond--sm { width: 62px; height: 62px; }
    .tmap-diamond--lg { width: 88px; height: 88px; }

    .tmap-diamond__outer {
      position: absolute;
      inset: 2px;
      border: 1px solid;
      transform: rotate(45deg);
      transition: all 0.4s;
    }

    .tmap-diamond__face {
      position: absolute;
      inset: 11px;
      background: rgba(4,3,2,0.95);
      border: 1px solid;
      transform: rotate(45deg);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s;
    }

    .tmap-diamond--lg .tmap-diamond__face { inset: 15px; }

    .tmap-diamond__num {
      transform: rotate(-45deg);
      font-family: var(--font-display);
      font-size: 1.15rem;
      line-height: 1;
      display: block;
    }

    .tmap-diamond--lg .tmap-diamond__num { font-size: 1.65rem; }

    /* Cadeado fica no campo descritivo da bolha â€” nÃ£o no diamante */

    /* Cores por temporada */
    .tmap-diamond--s1 .tmap-diamond__outer {
      border-color: rgba(200,152,40,0.55);
      animation: rune-spin 25s linear infinite;
      box-shadow: 0 0 25px rgba(200,152,40,0.20);
    }
    .tmap-diamond--s1 .tmap-diamond__face { border-color: rgba(200,152,40,0.7); box-shadow: inset 0 0 12px rgba(200,152,40,0.1); }
    .tmap-diamond--s1 .tmap-diamond__num  { color: var(--gold-bright); }

    .tmap-diamond--s2 .tmap-diamond__outer { border-color: rgba(40,160,96,0.30); }
    .tmap-diamond--s2 .tmap-diamond__face  { border-color: rgba(40,160,96,0.35); }
    .tmap-diamond--s2 .tmap-diamond__num   { color: rgba(80,208,136,0.55); }

    .tmap-diamond--s3 .tmap-diamond__outer { border-color: rgba(200,32,48,0.30); }
    .tmap-diamond--s3 .tmap-diamond__face  { border-color: rgba(200,32,48,0.35); }
    .tmap-diamond--s3 .tmap-diamond__num   { color: rgba(255,128,128,0.50); }

    .tmap-diamond--s4 .tmap-diamond__outer { border-color: rgba(160,96,224,0.30); }
    .tmap-diamond--s4 .tmap-diamond__face  { border-color: rgba(160,96,224,0.35); }
    .tmap-diamond--s4 .tmap-diamond__num   { color: rgba(208,160,255,0.50); }

    /* â”€â”€ BOLHA DE INFORMAÃ‡ÃƒO â€” compacta â”€â”€ */
    .tmap-bubble {
      background: rgba(6,5,3,0.82);
      border: 1px solid;
      padding: 9px 11px;
      min-width: 148px;
      max-width: 188px;
      flex-shrink: 0;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      position: relative;
      box-shadow: 0 4px 18px rgba(0,0,0,0.45);
    }

    .tmap-bubble__chapter {
      margin-bottom: 6px;
      padding-bottom: 6px;
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .tmap-bubble--s1 { border-color: rgba(200,152,40,0.40); }
    .tmap-bubble--s2 { border-color: rgba(40,160,96,0.22); }
    .tmap-bubble--s3 { border-color: rgba(200,32,48,0.22); }
    .tmap-bubble--s4 { border-color: rgba(160,96,224,0.22); }

    /* Corner marks no bubble ativo */
    .tmap-bubble--s1::before,
    .tmap-bubble--s1::after {
      content: '';
      position: absolute;
      width: 16px; height: 16px;
      border-color: var(--gold-bright);
      border-style: solid;
    }
    .tmap-bubble--s1::before { top: -1px; left: -1px; border-width: 1px 0 0 1px; }
    .tmap-bubble--s1::after  { bottom: -1px; right: -1px; border-width: 0 1px 1px 0; }

    .tmap-bubble__season {
      font-family: var(--font-heading);
      font-size: 0.58rem;
      font-weight: 500;
      letter-spacing: 0.32em;
      text-transform: uppercase;
      opacity: 0.55;
      margin-bottom: 2px;
    }

    .tmap-bubble__name {
      font-family: var(--font-display);
      font-size: 1.15rem;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      line-height: 1.05;
      margin-bottom: 2px;
    }

    .tmap-bubble--s1 .tmap-bubble__name { color: var(--gold-bright); }
    .tmap-bubble--s2 .tmap-bubble__name { color: rgba(80,208,136,0.65); }
    .tmap-bubble--s3 .tmap-bubble__name { color: rgba(255,128,128,0.65); }
    .tmap-bubble--s4 .tmap-bubble__name { color: rgba(208,160,255,0.65); }

    .tmap-bubble__eng {
      font-family: var(--font-heading);
      font-size: 0.55rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      opacity: 0.38;
      margin-bottom: 0;
    }

    .tmap-bubble__desc {
      position: relative;
    }

    .tmap-bubble--sm {
      min-width: 118px;
      max-width: 148px;
      padding: 7px 9px;
    }

    .tmap-bubble--sm .tmap-bubble__name { font-size: 0.95rem; }
    .tmap-bubble--sm .tmap-bubble__season { font-size: 0.52rem; }
    .tmap-bubble--sm .tmap-bubble__eng { font-size: 0.48rem; }

    .tmap-bubble__desc--locked {
      min-height: 52px;
      margin-top: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .tmap-bubble__desc--locked::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(6,5,4,0.96);
      border-radius: 4px;
      z-index: 3;
      pointer-events: none;
    }

    .tmap-bubble__desc-inner {
      display: none;
    }

    .tmap-bubble--locked .tmap-bubble__eng {
      display: none;
    }

    .tmap-bubble__lock-center {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
      pointer-events: none;
    }

    .tmap-bubble__lock-icon-wrap {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(20,14,4,0.96), rgba(4,3,2,0.98));
      border: 2px solid rgba(232,184,64,0.88);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 14px rgba(232,184,64,0.4), 0 4px 12px rgba(0,0,0,0.65);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .tmap-bubble--locked:hover .tmap-bubble__lock-icon-wrap {
      transform: scale(1.12);
      box-shadow: 0 0 22px rgba(232,184,64,0.55), 0 6px 16px rgba(0,0,0,0.7);
    }

    .tmap-bubble__lock-icon {
      width: 18px;
      height: 20px;
    }

    .tmap-bubble__lock-icon rect { fill: rgba(232,184,64,0.12); stroke: #e8b840; stroke-width: 2; }
    .tmap-bubble__lock-icon path { stroke: #e8b840; stroke-width: 2; }
    .tmap-bubble__lock-icon circle { fill: #e8b840; }

    .tmap-bubble__info {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .tmap-bubble__info span {
      font-family: var(--font-body);
      font-size: 0.78rem;
      font-weight: 500;
      color: var(--silver-bright);
      line-height: 1.35;
    }

    /* Localizador â€” pin de mapa + texto dourado */
    .tmap-bubble__active-status {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-top: 8px;
      padding: 5px 9px 5px 7px;
      background: rgba(12,8,2,0.92);
      border: 1px solid rgba(232,184,64,0.55);
      box-shadow: 0 0 14px rgba(232,184,64,0.22), inset 0 0 8px rgba(232,184,64,0.06);
      font-family: var(--font-heading);
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold-bright);
      text-shadow: 0 0 10px rgba(232,184,64,0.45);
      animation: tmap-locate-glow 2.4s ease-in-out infinite;
    }

    .tmap-pin {
      width: 14px;
      height: 17px;
      flex-shrink: 0;
      filter: drop-shadow(0 0 5px rgba(232,184,64,0.65));
      animation: tmap-pin-bounce 2.4s ease-in-out infinite;
    }

    @keyframes tmap-pin-bounce {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-3px); }
    }

    @keyframes tmap-locate-glow {
      0%, 100% { box-shadow: 0 0 14px rgba(232,184,64,0.22), inset 0 0 8px rgba(232,184,64,0.06); border-color: rgba(232,184,64,0.55); }
      50%       { box-shadow: 0 0 22px rgba(232,184,64,0.42), inset 0 0 12px rgba(232,184,64,0.12); border-color: rgba(232,184,64,0.85); }
    }

    .active-dot {
      display: none;
    }

    /* Lock badge */
    .tmap-bubble__lock-status {
      display: flex;
      align-items: center;
      gap: 5px;
      margin-top: 8px;
      font-family: var(--font-heading);
      font-size: 0.48rem;
      font-weight: 500;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--silver-dim);
      opacity: 0.7;
    }

    .tmap-bubble__unlock-time {
      margin-top: 2px;
      font-family: var(--font-body);
      font-size: 0.72rem;
      color: var(--silver-mid);
      opacity: 0.7;
      font-style: italic;
      line-height: 1.3;
    }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       DETALHES DAS TEMPORADAS â€” ABAIXO DO MAPA
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .seasons-detail {
      padding: var(--s8) var(--s4) var(--s7, 3.5rem);
      max-width: 1340px;
      margin: 0 auto;
      position: relative;
      background: transparent;
    }

    .seasons-detail::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(74,154,255,0.04), transparent 55%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(160,96,224,0.03), transparent 60%);
      pointer-events: none;
    }

    .seasons-detail > * {
      position: relative;
      z-index: 1;
    }

    .seasons-detail__header {
      text-align: center;
      margin-bottom: var(--s5, 2.5rem);
    }

    .seasons-detail__tag {
      font-family: var(--s21-title-font);
      font-size: 0.95rem;
      font-weight: 400;
      letter-spacing: 0.36em;
      text-transform: uppercase;
      color: var(--gold-bright);
      margin-bottom: var(--s2);
    }

    .seasons-detail__title {
      font-family: var(--s21-title-font);
      font-size: clamp(2.6rem, 5vw, 4.5rem);
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--silver-white);
    }

    .seasons-detail__header p {
      margin-top: var(--s2) !important;
      font-size: clamp(1rem, 1.35vw, 1.18rem) !important;
      line-height: 1.65 !important;
    }

    /* Grade de 4 cards â€” independentes, sem caixa cinza */
    .seasons-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: var(--s3);
      background: transparent;
      position: relative;
      z-index: 1;
    }

    .scard {
      background: rgba(4, 4, 10, 0.28);
      padding: var(--s4) var(--s3);
      position: relative;
      overflow: hidden;
      transition: background var(--t-mid), transform var(--t-mid), border-color var(--t-mid), box-shadow var(--t-mid);
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      min-height: 280px;
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 2px;
    }

    .scard::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: 0.85;
    }

    .scard--s1::before { background: radial-gradient(ellipse 90% 80% at 50% 100%, rgba(200,152,40,0.10), transparent 68%); }
    .scard--s2::before { background: radial-gradient(ellipse 90% 80% at 50% 100%, rgba(40,160,96,0.09), transparent 68%); }
    .scard--s3::before { background: radial-gradient(ellipse 90% 80% at 50% 100%, rgba(200,32,48,0.09), transparent 68%); }
    .scard--s4::before { background: radial-gradient(ellipse 90% 80% at 50% 100%, rgba(160,96,224,0.10), transparent 68%); }

    .scard > * { position: relative; z-index: 1; }

    .scard--s1 { border-color: rgba(200,152,40,0.22); }
    .scard--s2 { border-color: rgba(40,160,96,0.18); }
    .scard--s3 { border-color: rgba(200,32,48,0.20); }
    .scard--s4 { border-color: rgba(160,96,224,0.22); }

    .scard--s1:hover { background: rgba(200,152,40,0.05); border-color: rgba(200,152,40,0.55); box-shadow: 0 8px 32px rgba(200,152,40,0.08); transform: translateY(-4px); }
    .scard--s2:hover { background: rgba(40,160,96,0.05); border-color: rgba(40,160,96,0.45); box-shadow: 0 8px 32px rgba(40,160,96,0.08); transform: translateY(-4px); }
    .scard--s3:hover { background: rgba(200,32,48,0.05); border-color: rgba(200,32,48,0.50); box-shadow: 0 8px 32px rgba(200,32,48,0.08); transform: translateY(-4px); }
    .scard--s4:hover { background: rgba(160,96,224,0.05); border-color: rgba(160,96,224,0.55); box-shadow: 0 8px 32px rgba(160,96,224,0.10); transform: translateY(-4px); }

    /* NÃºmero de fundo decorativo */
    .scard__bg-num {
      position: absolute;
      bottom: -0.12em;
      left: 50%;
      transform: translateX(-50%);
      font-family: var(--font-display);
      font-size: clamp(5rem, 10vw, 8rem);
      color: transparent;
      -webkit-text-stroke: 1px rgba(255,255,255,0.05);
      pointer-events: none;
      user-select: none;
      line-height: 1;
    }

    .scard > div[style*="margin-bottom:var(--s3)"],
    .scard__inner > div[style*="margin-bottom:var(--s3)"] {
      margin-bottom: var(--s2) !important;
    }

    /* Borda superior colorida â€” acento fino */
    .scard--s1 { border-top-color: rgba(200,152,40,0.45); }
    .scard--s2 { border-top-color: rgba(40,160,96,0.38); }
    .scard--s3 { border-top-color: rgba(200,32,48,0.42); }
    .scard--s4 { border-top-color: rgba(160,96,224,0.45); }

    /* Overlay de bloqueio â€” cadeado amarelo, conteÃºdo borrado */
    .scard--locked { position: relative; }

    .scard__inner--locked {
      filter: blur(6px);
      opacity: 0.48;
      pointer-events: none;
      user-select: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .scard__lock-overlay {
      position: absolute;
      inset: 0;
      background: rgba(4,3,2,0.12);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: var(--s3);
      z-index: 10;
      pointer-events: none;
    }

    .scard__lock-badge {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: var(--s2);
      padding: var(--s3);
      font-family: var(--font-heading);
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: var(--gold-bright);
      text-shadow: 0 0 12px rgba(232,184,64,0.4);
    }

    .scard__lock-big {
      width: 84px;
      height: 84px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(20,14,4,0.98), rgba(4,3,2,0.95));
      border: 2px solid rgba(232,184,64,0.85);
      box-shadow: 0 0 28px rgba(232,184,64,0.35), 0 8px 24px rgba(0,0,0,0.75);
      animation: pulse-gold 3s ease-in-out infinite;
    }
    .scard__lock-big svg { width: 44px; height: 48px; }
    .scard__lock-big svg rect { fill: rgba(232,184,64,0.12); stroke: #e8b840; stroke-width: 2; }
    .scard__lock-big svg path { stroke: #e8b840; stroke-width: 2; }
    .scard__lock-big svg circle { fill: #e8b840; }

    /* Arte das seÃ§Ãµes de visÃ£o */
    .vis-art-img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: min(440px, 38vw);
      animation: vision-art-float 10s ease-in-out infinite;
      will-change: transform;
      transform: translateZ(0);
      backface-visibility: hidden;
      image-rendering: auto;
      -webkit-backface-visibility: hidden;
    }

    .vis-art-img--delay { animation-delay: 1s; }

    .scard__season-tag {
      font-family: var(--s21-title-font);
      font-size: 0.82rem;
      font-weight: 400;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      opacity: 0.6;
      margin-bottom: 4px;
      position: relative;
      z-index: 1;
    }

    .scard__eng {
      font-family: var(--s21-title-font);
      font-size: 0.75rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      opacity: 0.4;
      margin-bottom: var(--s1);
      position: relative;
      z-index: 1;
    }

    .scard__title {
      font-family: var(--s21-title-font);
      font-size: clamp(1.5rem, 2.5vw, 2.2rem);
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      line-height: 1;
      margin-bottom: var(--s2);
      position: relative;
      z-index: 1;
    }

    .scard--s1 .scard__title { color: var(--gold-bright); }
    .scard--s2 .scard__title { color: var(--emerald-light); }
    .scard--s3 .scard__title { color: #ff8888; }
    .scard--s4 .scard__title { color: var(--inf-white); }

    /* Power bar no card */
    .scard__power-track {
      height: 3px;
      width: 100%;
      background: rgba(255,255,255,0.06);
      margin-bottom: var(--s3);
      overflow: hidden;
      position: relative;
      z-index: 1;
    }

    .scard__power-fill {
      height: 100%;
      width: 0;
      transition: width 1.8s cubic-bezier(0.25,0.46,0.45,0.94);
    }

    .scard__power-fill.is-powered { width: var(--pw, 25%); }

    .scard--s1 .scard__power-fill { background: linear-gradient(90deg, var(--gold-mid), var(--gold-bright)); box-shadow: 0 0 5px rgba(200,152,40,0.5); }
    .scard--s2 .scard__power-fill { background: linear-gradient(90deg, var(--emerald-bright), var(--emerald-glow)); box-shadow: 0 0 6px rgba(40,160,96,0.6); }
    .scard--s3 .scard__power-fill { background: linear-gradient(90deg, var(--blood-bright), var(--blood-glow)); box-shadow: 0 0 8px rgba(200,32,48,0.7); }
    .scard--s4 .scard__power-fill { background: linear-gradient(90deg, var(--inf-bright), var(--inf-glow), var(--inf-white)); box-shadow: 0 0 12px rgba(160,96,224,0.8); }

    .scard__stat-row {
      display: flex;
      flex-direction: column;
      gap: var(--s2);
      position: relative;
      z-index: 1;
      width: 100%;
    }

    .scard__stat {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      padding-bottom: 7px;
    }

    .scard__stat-lbl {
      font-family: var(--font-heading);
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      opacity: 0.5;
    }

    .scard__stat-val {
      font-family: var(--font-body);
      font-size: 1.02rem;
      font-weight: 600;
      color: var(--silver-bright);
    }

    .scard--s1 .scard__stat-val { color: var(--gold-pale); }
    .scard--s2 .scard__stat-val { color: var(--emerald-light); }
    .scard--s3 .scard__stat-val { color: #ff8888; }
    .scard--s4 .scard__stat-val { color: var(--inf-white); }

    .scard__lore {
      font-family: var(--font-lore);
      font-size: 1.08rem;
      line-height: 1.7;
      font-style: italic;
      opacity: 0.7;
      margin-top: var(--s3);
      padding-top: var(--s3);
      border-top: 1px solid rgba(255,255,255,0.06);
      position: relative;
      z-index: 1;
    }

    /* â”€â”€ CHARACTER ART na S4 â”€â”€ */
    .scard--s4 { overflow: visible; }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       FINALE SECTION â€” S4 FULL WIDTH
       â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    .finale-section {
      position: relative;
      padding: var(--s10) var(--s4) var(--s14);
      margin-top: 0;
      overflow: hidden;
      background: linear-gradient(180deg,
        #04040a 0%,
        rgba(6, 8, 20, 0.40) 18%,
        rgba(8, 6, 18, 0.50) 42%,
        rgba(8, 6, 18, 0.45) 72%,
        #04040a 100%);
      text-align: center;
    }

    .finale-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 55% at 50% 45%, rgba(160,96,224,0.07), transparent 68%);
      pointer-events: none;
    }

    .finale-cross {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .finale-cross::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(160,96,224,0.06), rgba(160,96,224,0.10), rgba(160,96,224,0.06), transparent);
    }

    .finale-cross::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(160,96,224,0.06), rgba(160,96,224,0.10), rgba(160,96,224,0.06), transparent);
    }

    /* AnÃ©is de fundo */
    .finale-rings {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }

    .finale-ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid;
    }

    .finale-ring--1 { width: 600px; height: 600px; border-color: rgba(160,96,224,0.04); animation: rune-spin 80s linear infinite; }
    .finale-ring--2 { width: 400px; height: 400px; border-color: rgba(160,96,224,0.06); animation: rune-spin-reverse 55s linear infinite; }
    .finale-ring--3 { width: 220px; height: 220px; border-color: rgba(160,96,224,0.09); animation: rune-spin 30s linear infinite; }

    .finale-content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: var(--s3);
    }

    .finale-tag {
      font-family: var(--font-heading);
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      color: var(--inf-glow);
      opacity: 0.85;
      animation: rune-flicker 6s ease-in-out infinite;
      margin-bottom: var(--s1);
    }

    /* Diamond grande do S4 */
    .finale-diamond {
      position: relative;
      width: 100px;
      height: 100px;
    }

    .finale-diamond__outer {
      position: absolute;
      inset: 2px;
      border: 1px solid rgba(160,96,224,0.55);
      transform: rotate(45deg);
      animation: waypoint-glow-s4 3.5s ease-in-out infinite, rune-spin 20s linear infinite;
    }

    .finale-diamond__face {
      position: absolute;
      inset: 16px;
      background: rgba(6,4,12,0.95);
      border: 1px solid rgba(160,96,224,0.7);
      transform: rotate(45deg);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .finale-diamond__face span {
      transform: rotate(-45deg);
      font-family: var(--font-display);
      font-size: 2rem;
      color: var(--inf-white);
      display: block;
    }

    .finale-main-title {
      font-family: var(--s21-title-font);
      font-size: clamp(3.5rem, 9vw, 7.5rem);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      line-height: 0.95;
      color: var(--inf-white);
      text-shadow: 0 0 40px rgba(160,96,224,0.4), 0 0 80px rgba(160,96,224,0.15);
    }

    .finale-sub {
      font-family: var(--font-heading);
      font-size: 0.9rem;
      font-weight: 400;
      letter-spacing: 0.55em;
      text-transform: uppercase;
      color: var(--inf-glow);
      opacity: 0.6;
    }

    .finale-stats-bar {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(160,96,224,0.08);
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
    }

    .finale-stat-cell {
      background: rgba(6,4,14,0.95);
      padding: var(--s3) var(--s2);
      text-align: center;
    }

    .finale-stat-cell__lbl {
      font-family: var(--font-heading);
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--inf-glow);
      opacity: 0.7;
      margin-bottom: 6px;
    }

    .finale-stat-cell__val {
      font-family: var(--font-display);
      font-size: 1.7rem;
      color: var(--inf-white);
    }

    .finale-mechs {
      display: flex;
      flex-wrap: wrap;
      gap: var(--s2);
      justify-content: center;
    }

    .finale-mech {
      padding: 8px 20px;
      border: 1px solid rgba(160,96,224,0.30);
      background: rgba(160,96,224,0.06);
      font-family: var(--font-body);
      font-size: 1.05rem;
      font-weight: 500;
      color: var(--inf-white);
    }

    .finale-mech::before { content: 'âœ¦ '; color: var(--inf-glow); font-size: 0.7rem; }

    .finale-bonus {
      max-width: 620px;
      padding: var(--s4) var(--s6);
      border: 1px solid rgba(160,96,224,0.18);
      background: rgba(24,12,48,0.40);
    }

    .finale-bonus__lbl {
      font-family: var(--font-heading);
      font-size: 0.6rem;
      font-weight: 500;
      letter-spacing: 0.45em;
      text-transform: uppercase;
      color: var(--inf-glow);
      margin-bottom: var(--s3);
    }

    .finale-bonus__list {
      display: flex;
      flex-wrap: wrap;
      gap: var(--s3);
      justify-content: center;
    }

    .finale-bonus__item {
      font-family: var(--font-body);
      font-size: 0.9rem;
      color: var(--inf-white);
    }

    .finale-bonus__item::before { content: 'â—† '; color: var(--inf-glow); font-size: 0.6rem; }

    /* Character art no finale */
    .finale-char {
      position: absolute;
      bottom: 0;
      right: 5%;
      height: 90%;
      max-height: 600px;
      object-fit: contain;
      filter: drop-shadow(0 0 40px rgba(160,96,224,0.4)) drop-shadow(0 0 80px rgba(160,96,224,0.15));
      animation: float-slow 8s ease-in-out infinite;
      pointer-events: none;
      z-index: 3;
    }

    /* â”€â”€ SPEED SERVER â”€â”€ */
    .speed-sect {
      padding: var(--s12) var(--s4);
      text-align: center;
      background: linear-gradient(180deg, var(--bg-void), rgba(5,5,12,0.98), var(--bg-void));
    }

    .speed-sect__tag {
      font-family: var(--font-heading);
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      color: var(--gold-bright);
      margin-bottom: var(--s3);
    }

    .speed-sect__title {
      font-family: var(--s21-title-font);
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: var(--gold-bright);
      margin-bottom: var(--s3);
    }

    .speed-sect__desc {
      font-family: var(--font-lore);
      font-style: italic;
      font-size: 1.3rem;
      color: var(--silver-bright);
      max-width: 600px;
      margin: 0 auto var(--s6);
      line-height: 1.8;
    }

    .speed-blocks {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 700px;
      margin: 0 auto;
      gap: 1px;
      background: var(--border-dim);
    }

    .speed-block {
      background: var(--bg-void);
      padding: var(--s5) var(--s4);
      text-align: center;
      transition: background var(--t-mid);
    }

    .speed-block:hover { background: var(--bg-abyss); }

    .speed-block--s1 { border-top: 2px solid rgba(200,152,40,0.4); }
    .speed-block--s2 { border-top: 2px solid rgba(40,160,96,0.35); }
    .speed-block--s3 { border-top: 2px solid rgba(200,32,48,0.35); }

    .speed-block__lbl {
      font-family: var(--font-heading);
      font-size: 0.5rem;
      font-weight: 500;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      opacity: 0.4;
      margin-bottom: var(--s2);
    }

    .speed-block__num {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4vw, 3rem);
      letter-spacing: 0.04em;
      line-height: 1;
    }

    .speed-block--s1 .speed-block__num { color: var(--gold-pale); }
    .speed-block--s2 .speed-block__num { color: var(--emerald-light); }
    .speed-block--s3 .speed-block__num { color: #ff8888; }

    .speed-block__sub {
      font-family: var(--font-body);
      font-size: 0.7rem;
      opacity: 0.35;
      margin-top: 4px;
    }

    /* â”€â”€ PÃ“S-CICLO â”€â”€ */
    .postcycle {
      padding: var(--s12) var(--s4) var(--s16);
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-top: -2px;
      background: linear-gradient(180deg,
        #04040a 0%,
        rgba(8, 7, 12, 0.35) 35%,
        rgba(6, 8, 14, 0.40) 55%,
        #04040a 100%);
    }

    .postcycle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 50% at 50% 35%, rgba(200,152,40,0.05), transparent 65%);
      pointer-events: none;
    }

    .postcycle > :not(.postcycle__bg) {
      position: relative;
      z-index: 1;
    }

    .postcycle__tag {
      font-family: var(--font-heading);
      font-size: 0.95rem;
      font-weight: 500;
      letter-spacing: 0.5em;
      text-transform: uppercase;
      color: var(--gold-bright);
      margin-bottom: var(--s3);
      position: relative;
    }

    .postcycle__title {
      font-family: var(--s21-title-font);
      font-size: clamp(2.5rem, 6vw, 5rem);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      background: linear-gradient(135deg, var(--gold-mid), var(--gold-pale), var(--gold-bright));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: var(--s4);
      position: relative;
    }

    .postcycle__desc {
      font-family: var(--font-lore);
      font-style: italic;
      font-size: 1.35rem;
      color: var(--silver-bright);
      max-width: 720px;
      margin: 0 auto var(--s8);
      line-height: 1.85;
      position: relative;
    }

    .postcycle__blocks {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border-dim);
      max-width: 1100px;
      margin: 0 auto;
      position: relative;
    }

    .pc-block {
      background: var(--bg-void);
      padding: var(--s6) var(--s4);
      border-top: 2px solid var(--border-gold);
      transition: background var(--t-mid), border-color var(--t-mid);
    }

    .pc-block:hover { background: rgba(10,8,4,1); border-color: rgba(200,152,40,0.6); }

    .pc-block__icon { font-size: 1.6rem; margin-bottom: var(--s2); display: block; }

    .pc-block__title {
      font-family: var(--s21-title-font);
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold-bright);
      margin-bottom: var(--s2);
    }

    .pc-block__desc {
      font-size: 1.05rem;
      line-height: 1.7;
      color: var(--silver-mid);
    }

    /* â”€â”€ RESPONSIVE â”€â”€ */
    @media (min-width: 1800px) {
      .page-hero__title { font-size: clamp(3rem, 6vw, 7rem); }
      .scard__title { font-size: clamp(1.6rem, 2vw, 2.2rem); }
      .vis-art-img { max-height: 420px !important; height: auto !important; }
    }

    @media (max-width: 800px) {
      .scard { min-height: 260px; padding: var(--s4) var(--s3); }
      .seasons-detail__title { font-size: clamp(1.8rem, 6vw, 2.8rem); }
      .vis-art-img { height: auto !important; max-height: 280px !important; }
    }

    @media (max-width: 1100px) {
      .seasons-grid { grid-template-columns: repeat(2, 1fr); }
      .finale-char { height: 60%; right: 0; opacity: 0.5; }
    }

    @media (max-width: 900px) {
      /* No mobile, esconde o mapa SVG e mostra versÃ£o de lista */
      .tmap-outer { display: none; }
      .seasons-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
      .finale-stats-bar { grid-template-columns: repeat(2, 1fr); }
      .postcycle__blocks { grid-template-columns: repeat(2, 1fr); }
      .speed-blocks { grid-template-columns: 1fr; max-width: 280px; }
      .vis-wrap { grid-template-columns: 1fr; }
      .vis-wrap--rev { direction: ltr; }
      .vis-art { height: 180px; }
      .finale-char { display: none; }
      .finale-mechs { flex-direction: column; align-items: center; }
    }

    @media (max-width: 600px) {
      .postcycle__blocks { grid-template-columns: 1fr; }
      .finale-stats-bar { grid-template-columns: repeat(2, 1fr); }
    }

