/* Resultados IRF 2026 */

.results-page {
  background:
    linear-gradient(115deg, rgba(255, 199, 37, 0.055), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 30rem),
    #0A0A0A;
}

.results-page main,
.results-page main *::before,
.results-page main *::after,
.results-page main * {
  box-sizing: border-box;
}

.results-hero {
  position: relative;
  padding: 3.25rem 1rem 3.5rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050505;
}

.results-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../img/resultados/fondo.png") center center / cover no-repeat;
  opacity: 0.82;
  pointer-events: none;
  z-index: 0;
}

.results-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 199, 37, 0.05), transparent 30rem),
    linear-gradient(180deg, rgba(5, 5, 5, 0.35) 0%, rgba(5, 5, 5, 0.94) 100%);
  pointer-events: none;
  z-index: 1;
}

.results-container {
  width: min(calc(100vw - 2rem), 1240px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.results-hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  min-width: 0;
  min-height: calc(100vh - 7rem);
  padding-top: 0.25rem;
}

.results-hero-content {
  max-width: 820px;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}

.results-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 199, 37, 0.28);
  border-radius: 999px;
  background: rgba(255, 199, 37, 0.08);
  color: var(--color-secondary);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.results-badge::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--color-secondary);
  box-shadow: 0 0 16px rgba(255, 199, 37, 0.55);
}

.results-hero-badge-img {
  height: 155px;
  width: auto;
  display: inline-block;
  object-fit: contain;
}

.results-hero h1 {
  margin-top: 0.5rem;
  max-width: 840px;
  color: white;
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.results-hero h1 > span {
  display: block;
}

.results-hero p {
  margin-top: 1.25rem;
  max-width: 620px;
  color: #c7c7c7;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.62;
}

.results-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.results-hero-scroll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 199, 37, 0.28);
  border-radius: 50%;
  background: rgba(255, 199, 37, 0.04);
  backdrop-filter: blur(8px);
  color: var(--color-secondary);
  text-decoration: none;
  cursor: pointer;
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  animation: hero-arrow-bounce 2.2s infinite ease-in-out;
}

.results-hero-scroll-btn .material-symbols-outlined {
  font-size: 1.35rem !important;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.results-hero-scroll-btn:hover,
.results-hero-scroll-btn:focus-visible {
  border-color: rgba(255, 199, 37, 0.85);
  background: var(--gradient-primary);
  color: #0A0A0A;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 
    0 12px 28px rgba(255, 199, 37, 0.28),
    0 4px 8px rgba(0, 0, 0, 0.2);
  outline: none;
  animation-play-state: paused;
}

.results-hero-scroll-btn:hover .material-symbols-outlined {
  transform: translateY(2px);
}

@keyframes hero-arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.results-hero-primary,
.results-hero-secondary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 0.62rem;
  padding: 0.64rem 1.05rem;
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.results-hero-primary {
  border: 1px solid rgba(255, 199, 37, 0.62);
  background: var(--gradient-primary);
  color: #0A0A0A;
  box-shadow: 0 10px 26px -14px rgba(255, 199, 37, 0.7);
}

.results-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
  background: rgba(255, 255, 255, 0.035);
}

.results-hero-primary:hover,
.results-hero-primary:focus-visible,
.results-hero-secondary:hover,
.results-hero-secondary:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.results-hero-primary:hover,
.results-hero-primary:focus-visible {
  box-shadow:
    0 14px 32px -14px rgba(255, 199, 37, 0.86),
    0 0 0 4px rgba(255, 199, 37, 0.12);
}

.results-hero-secondary:hover,
.results-hero-secondary:focus-visible {
  border-color: rgba(255, 199, 37, 0.55);
  background: rgba(255, 199, 37, 0.07);
}

.results-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.45rem;
  width: 100%;
  max-width: 800px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(8px);
  border-radius: 0.75rem;
  padding: 0.25rem;
}

.results-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 84px;
  min-width: 0;
  padding: 1rem 0.5rem;
  border: 0;
  border-radius: 0.58rem;
  background: transparent;
  box-shadow: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.4s ease, box-shadow 0.4s ease;
}

.results-stat:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.5);
}

.results-stat + .results-stat {
  margin-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.results-stat-mark {
  display: none;
}

.results-stat-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 0;
}

.results-stat strong {
  display: block;
  color: white;
  font-size: clamp(1.85rem, 2.5vw, 2.25rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffffff 30%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.results-stat span {
  display: block;
  margin-top: 0.38rem;
  color: #a0aec0;
  font-size: clamp(0.6rem, 0.8vw, 0.68rem);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.results-hero-panel {
  position: relative;
  min-height: 470px;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 199, 37, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.results-hero-image-card {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.015);
  box-shadow: 
    0 24px 60px -15px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  backdrop-filter: blur(12px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.results-hero-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

.results-hero-image-card::after {
  content: none;
}

.results-hero-image-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.results-hero-image-card:hover {
  transform: translateY(-6px) scale(1.01) rotate(0.5deg);
  border-color: rgba(255, 167, 38, 0.35);
  box-shadow: 
    0 35px 80px -20px rgba(255, 167, 38, 0.15),
    0 20px 50px -12px rgba(0, 0, 0, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.results-hero-image-card:hover img {
  transform: scale(1.03);
}

.results-hero-panel::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.8rem;
  pointer-events: none;
}

.results-hero-panel-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem 0.15rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.results-hero-panel-top span {
  color: var(--color-secondary);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.results-hero-panel-top strong {
  color: white;
  font-size: 1rem;
  font-weight: 900;
}

.results-hero-radar {
  position: relative;
  z-index: 1;
  height: 280px;
  margin-top: 1rem;
  border-radius: 0.75rem;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 199, 37, 0.07), rgba(255, 255, 255, 0.015));
  background-size: 40px 40px, 40px 40px, auto;
  overflow: hidden;
}

.results-hero-radar::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 199, 37, 0.18);
  border-radius: 999px;
}

.results-hero-radar::after {
  content: "IRF 2026";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.results-hero-radar span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: var(--color-secondary);
  box-shadow: 0 0 0 6px rgba(255, 199, 37, 0.08), 0 0 18px rgba(255, 199, 37, 0.32);
  animation: resultsPulse 2.8s ease-in-out infinite;
  animation-delay: var(--delay);
}

.results-hero-regions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.results-hero-regions span {
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.45);
  color: #d7d7d7;
  font-size: 0.72rem;
  font-weight: 800;
}

@keyframes resultsPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
}

.results-main-section {
  padding: clamp(3rem, 5vw, 4.75rem) 1rem 3.5rem;
}

.results-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  max-width: 880px;
  margin: 0 auto 3.75rem;
  padding-bottom: 0;
  border-bottom: 0;
}

.results-section-heading h2 {
  max-width: 840px;
  margin: 0;
  color: white;
  font-size: clamp(2.15rem, 3.2vw, 3.35rem);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.results-section-heading h2 mark {
  display: inline;
  background: transparent;
  color: var(--color-primary);
}

.results-section-heading p {
  max-width: 720px;
  margin: 0;
  color: #b7beca;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.75;
}

.results-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 0.42rem 0.82rem;
  border: 1px solid rgba(255, 199, 37, 0.26);
  border-radius: 999px;
  background: rgba(255, 199, 37, 0.08);
  color: #ffc725;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.results-section-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.results-section-stat {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 0.72rem;
  align-items: center;
  min-height: 68px;
  padding: 0.74rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.68rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.015)),
    rgba(12, 12, 12, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.results-section-stat .material-symbols-outlined {
  grid-row: 1 / span 2;
  color: var(--color-primary);
  font-size: 1.35rem;
}

.results-section-stat strong {
  color: white;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 900;
}

.results-section-stat em {
  color: #b8b8b8;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

.results-workspace {
  display: grid;
  grid-template-columns: minmax(300px, 0.55fr) minmax(0, 1.45fr);
  gap: 0.78rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.results-map-card,
.results-panel,
.results-schedule-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(13, 13, 13, 0.45);
  backdrop-filter: blur(16px);
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.results-map-card {
  position: relative;
  display: flex;
  height: 500px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border-color: rgba(255, 199, 37, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(10, 14, 18, 0.96), rgba(5, 5, 5, 0.98));
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 199, 37, 0.04);
}

.results-map-frame {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.055), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 38%),
    #070809;
  overflow: hidden;
}

.results-map-frame::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.045), transparent 48%),
    radial-gradient(circle, rgba(255, 199, 37, 0.045), transparent 70%);
  filter: blur(24px);
  opacity: 0.5;
  pointer-events: none;
}

.results-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.011) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 70%);
  opacity: 0.22;
  pointer-events: none;
}

.results-map-svg {
  width: min(84%, 300px);
  height: min(80%, 390px);
  display: block;
  position: relative;
  z-index: 1;
  filter:
    drop-shadow(0 20px 30px rgba(0, 0, 0, 0.62))
    drop-shadow(0 0 16px rgba(255, 199, 37, 0.07));
}

.results-map-region {
  fill: rgba(255, 255, 255, 0.045);
  stroke: rgba(255, 199, 37, 0.34);
  stroke-width: 0.82;
  vector-effect: non-scaling-stroke;
  transition: fill 0.3s cubic-bezier(0.22, 1, 0.36, 1), stroke 0.3s ease, filter 0.3s ease;
}

.results-map-region.is-participating {
  cursor: pointer;
  fill: rgba(255, 176, 22, 0.82);
  stroke: rgba(255, 239, 166, 1);
  stroke-width: 0.98;
  filter:
    drop-shadow(0 0 6px rgba(255, 199, 37, 0.45))
    drop-shadow(0 0 14px rgba(255, 142, 0, 0.18));
}

.results-map-region.is-participating:hover,
.results-map-region.is-participating:focus {
  fill: rgba(255, 197, 38, 0.95);
  stroke: rgba(255, 249, 210, 1);
  filter:
    drop-shadow(0 0 9px rgba(255, 199, 37, 0.7))
    drop-shadow(0 0 20px rgba(255, 142, 0, 0.26));
  outline: none;
}

.results-map-region.is-active {
  fill: #FFE16A;
  stroke: #ffffff;
  stroke-width: 1.45;
  filter:
    drop-shadow(0 0 10px rgba(255, 255, 255, 0.48))
    drop-shadow(0 0 16px rgba(255, 199, 37, 0.9))
    drop-shadow(0 0 30px rgba(255, 132, 0, 0.42));
}

.results-map-floating {
  position: absolute;
  top: 0.95rem;
  left: 0.95rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  pointer-events: none;
}

.results-map-floating-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 167, 38, 0.3);
  border-radius: 0.75rem;
  background: rgba(255, 167, 38, 0.15);
  color: var(--color-secondary);
}

.results-map-floating-icon .material-symbols-outlined {
  color: var(--color-secondary);
  font-size: 1.18rem;
}

.results-map-floating strong {
  display: block;
  color: white;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.results-map-floating span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.results-map-loading {
  position: relative;
  z-index: 2;
  color: #9ca3af;
  font-size: 0.88rem;
  font-weight: 800;
}

@keyframes filter-chip-entrance {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.results-region-filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.45rem;
  padding: 0.6rem 0.9rem 0.75rem;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.015);
  box-shadow: none;
  backdrop-filter: none;
  position: relative;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 199, 37, 0.25) transparent;
  -ms-overflow-style: auto;
  -webkit-overflow-scrolling: touch;
}

.results-region-filters::-webkit-scrollbar {
  display: block;
  height: 4px;
}

.results-region-filters::-webkit-scrollbar-track {
  background: transparent;
}

.results-region-filters::-webkit-scrollbar-thumb {
  background: rgba(255, 199, 37, 0.25);
  border-radius: 4px;
}

.results-region-filters::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 199, 37, 0.45);
}

.results-region-filters::before {
  content: none;
}

.results-region-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0.25rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.02);
  color: #cbd5e1;
  font-size: 0.68rem;
  font-weight: 750;
  cursor: pointer;
  opacity: 0;
  animation: filter-chip-entrance 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.results-region-chip:hover,
.results-region-chip:focus-visible {
  border-color: rgba(255, 167, 38, 0.35);
  color: white;
  background: rgba(255, 167, 38, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255, 167, 38, 0.12);
  outline: none;
}

.results-region-chip.is-active {
  border-color: rgba(255, 199, 37, 0.85);
  background: var(--gradient-primary);
  color: #0d0d0d;
  box-shadow: 
    0 6px 18px rgba(255, 199, 37, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.results-panel {
  display: flex;
  flex-direction: column;
  height: 500px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(13, 13, 13, 0.45);
  backdrop-filter: blur(16px);
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

#results-table-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.results-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 199, 37, 0.04), transparent 30rem),
    rgba(255, 255, 255, 0.015);
}

.results-heading-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
}

.results-heading-main {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.results-heading-icon {
  font-size: 1.15rem !important;
  color: var(--color-secondary);
}

.results-heading-title {
  margin: 0;
  color: white;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
}

.results-heading-separator {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.results-heading-desc {
  margin: 0;
  color: #a0aec0;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 480px;
}

.results-heading-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.results-count-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.6rem;
  border: 1px solid rgba(255, 199, 37, 0.2);
  border-radius: 9999px;
  background: rgba(255, 199, 37, 0.08);
  color: var(--color-secondary);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.results-count-badge strong {
  color: white;
  font-weight: 900;
}

.results-count-badge .material-symbols-outlined {
  font-size: 0.85rem !important;
}

.results-count-badge:hover {
  border-color: rgba(255, 199, 37, 0.45);
  background: rgba(255, 199, 37, 0.15);
}

.results-table-header {
  display: grid;
  grid-template-columns: 120px minmax(160px, 1.1fr) minmax(170px, 1.2fr) minmax(160px, 1.1fr) auto;
  gap: 1rem;
  padding: 0.78rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.015);
  color: #718096;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.results-origin-cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  min-width: 0;
}

.results-region-name {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-primary);
  font-size: 0.85rem;
  font-weight: 800;
}

.results-region-name .material-symbols-outlined {
  font-size: 0.95rem;
  color: var(--color-secondary);
}

.results-fellow-name .results-old-team-badge {
  display: inline-flex;
  margin-top: 0.28rem;
  padding: 0.18rem 0.45rem;
  border: 1px solid rgba(255, 167, 38, 0.22);
  border-radius: 4px;
  background: rgba(255, 167, 38, 0.06);
  color: var(--color-secondary);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  font-style: normal;
  line-height: 1;
  width: fit-content;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.results-fellow-row:hover .results-fellow-name .results-old-team-badge {
  border-color: rgba(255, 199, 37, 0.85);
  background: var(--gradient-primary);
  color: #0d0d0d;
  box-shadow: 0 0 8px rgba(255, 199, 37, 0.25);
}



.results-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  padding: 0.38rem 0.72rem;
  border: 1px solid rgba(255, 167, 38, 0.2);
  border-radius: 6px;
  background: rgba(255, 167, 38, 0.04);
  color: var(--color-primary);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.results-linkedin:hover,
.results-linkedin:focus-visible {
  border-color: rgba(255, 199, 37, 0.65);
  background: rgba(255, 199, 37, 0.12);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255, 199, 37, 0.08);
  outline: none;
}

.results-linkedin .material-symbols-outlined {
  font-size: 0.95rem;
}

.results-empty-dash {
  color: #777;
}

.results-empty-state {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
}

.results-empty-state .material-symbols-outlined {
  font-size: 2.5rem;
  color: var(--color-primary);
}

.results-empty-state h3 {
  color: white;
  font-size: 1.35rem;
  font-weight: 900;
}

.results-empty-state p {
  max-width: 420px;
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.7;
}

.results-card-list {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  padding: 0.78rem 0.9rem 0.9rem;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(255, 199, 37, 0.52) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.results-team-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.results-team-heading {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0 0.35rem;
}

.results-team-heading span {
  display: inline-flex;
  min-width: 84px;
  justify-content: center;
  border: 1px solid rgba(255, 199, 37, 0.58);
  border-radius: 0.45rem;
  padding: 0.34rem 0.55rem;
  color: var(--color-secondary);
  font-size: 0.78rem;
  font-weight: 900;
}

.results-team-heading em {
  color: #9ca3af;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

@keyframes results-row-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.results-fellow-row {
  display: grid;
  grid-template-columns: 120px minmax(160px, 1.1fr) minmax(170px, 1.2fr) minmax(160px, 1.1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 72px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.015);
  opacity: 0;
  animation: results-row-fade-in 0.42s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  transition: border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.results-fellow-row:hover {
  border-color: rgba(255, 167, 38, 0.28);
  background: rgba(255, 167, 38, 0.025);
  transform: translateY(-2px);
  box-shadow: 
    0 12px 28px -12px rgba(255, 167, 38, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.2);
}

.results-region-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.38rem 0.68rem;
  border: 1px solid rgba(255, 167, 38, 0.24);
  border-radius: 0.48rem;
  background: rgba(255, 167, 38, 0.06);
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}

.results-fellow-row:hover .results-region-badge {
  border-color: rgba(255, 199, 37, 0.75);
  background: rgba(255, 199, 37, 0.12);
  color: white;
  box-shadow: 0 0 10px rgba(255, 199, 37, 0.2);
}

.results-region-badge .material-symbols-outlined {
  font-size: 0.9rem;
  color: var(--color-secondary);
}

.results-fellow-name strong,
.results-fellow-detail strong {
  display: block;
  color: #f3f4f6;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 850;
  transition: color 0.3s ease;
}

.results-fellow-row:hover .results-fellow-name strong {
  color: white;
}

.results-fellow-name span,
.results-fellow-detail em {
  display: block;
  margin-top: 0.16rem;
  color: #8f8f8f;
  font-size: 0.67rem;
  font-style: normal;
  line-height: 1.35;
}

.results-fellow-detail {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  gap: 0.52rem;
  min-width: 0;
}

.results-fellow-detail .material-symbols-outlined {
  color: rgba(255, 167, 38, 0.7);
  font-size: 1.05rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.results-fellow-row:hover .results-fellow-detail .material-symbols-outlined {
  color: #ffc725;
  transform: scale(1.15);
}

.results-fellow-action {
  justify-self: end;
}

.results-linkedin-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 167, 38, 0.25);
  border-radius: 50%;
  background: rgba(255, 167, 38, 0.05);
  color: var(--color-primary);
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.results-linkedin-icon-btn:hover,
.results-linkedin-icon-btn:focus-visible {
  border-color: rgba(255, 199, 37, 0.8);
  background: var(--gradient-primary);
  color: #0d0d0d;
  box-shadow: 0 0 10px rgba(255, 199, 37, 0.4);
  transform: scale(1.08) translateY(-1px);
  outline: none;
}

.results-fellow-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.016)),
    #101010;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.results-fellow-card:hover {
  border-color: rgba(255, 199, 37, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 199, 37, 0.045), rgba(255, 255, 255, 0.016)),
    #101010;
  transform: translateY(-1px);
}

.results-fellow-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.results-team-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(255, 199, 37, 0.26);
  border-radius: 999px;
  background: rgba(255, 199, 37, 0.08);
  color: var(--color-secondary);
  font-size: 0.72rem;
  font-weight: 900;
}

.results-region-label {
  color: #9ca3af;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.results-fellow-card h4 {
  color: white;
  font-size: 1rem;
  line-height: 1.32;
  font-weight: 900;
}

.results-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.results-card-field span {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--color-primary);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.results-card-field strong {
  display: block;
  color: #d9d9d9;
  font-size: 0.8rem;
  line-height: 1.35;
  font-weight: 700;
}

.results-schedule-section {
  padding: 0 1rem 5rem;
}

.results-closing-portal {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  padding: 3.5rem;
  border: 1px solid rgba(255, 167, 38, 0.12);
  border-radius: 2rem;
  background: 
    radial-gradient(circle at 100% 0%, rgba(255, 199, 37, 0.04), transparent 26rem),
    radial-gradient(circle at 0% 100%, rgba(255, 167, 38, 0.03), transparent 26rem),
    rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(24px);
  box-shadow: 
    0 35px 80px -20px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
}

.results-closing-portal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 167, 38, 0.25), transparent);
}

.results-portal-column {
  display: flex;
  flex-direction: column;
}

.results-portal-header {
  margin-bottom: 2.2rem;
}

.results-portal-header .results-section-kicker {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.results-portal-header h2 {
  color: white;
  font-size: 1.85rem;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.015em;
  margin: 0;
}

.results-portal-header p {
  margin-top: 0.65rem;
  color: #a0aec0;
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 90%;
}

/* Explorador de Auditoría (Lado Izquierdo) */
.results-audit-explorer {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 2.2rem;
}

.results-audit-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.1rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.015);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01);
}

.results-audit-item:hover {
  border-color: rgba(255, 167, 38, 0.28);
  background: rgba(255, 167, 38, 0.04);
  transform: translateY(-2px);
  box-shadow: 
    0 12px 28px -8px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.results-audit-icon-wrapper {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 167, 38, 0.2);
  background: rgba(255, 167, 38, 0.08);
  color: var(--color-primary);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.results-audit-item:hover .results-audit-icon-wrapper {
  border-color: rgba(255, 199, 37, 0.65);
  background: var(--gradient-primary);
  color: #0d0d0d;
  box-shadow: 0 0 12px rgba(255, 199, 37, 0.3);
  transform: scale(1.05) rotate(4deg);
}

.results-audit-icon-wrapper .material-symbols-outlined {
  font-size: 1.35rem;
}

.results-audit-details {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.results-audit-details h3 {
  color: #f3f4f6;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.3;
  margin: 0;
}

.results-audit-details p {
  color: #718096;
  font-size: 0.76rem;
  line-height: 1.35;
  margin: 0.2rem 0 0;
}

/* Botón de Excel Premium */
#results-schedule-action {
  margin-top: auto;
}

.results-schedule-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.85rem 1.6rem;
  border: 1px solid rgba(255, 199, 37, 0.6);
  border-radius: 0.8rem;
  background: var(--gradient-primary);
  color: #0A0A0A;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  box-shadow: 
    0 10px 24px -10px rgba(255, 199, 37, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.results-schedule-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}

.results-schedule-button:hover::after {
  left: 130%;
}

.results-schedule-button:hover,
.results-schedule-button:focus-visible {
  transform: translateY(-2px);
  border-color: #FFC725;
  box-shadow: 
    0 14px 30px -8px rgba(255, 199, 37, 0.55),
    0 0 0 4px rgba(255, 199, 37, 0.15);
  outline: none;
}

.results-schedule-button .material-symbols-outlined {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.results-schedule-button:hover .material-symbols-outlined {
  transform: scale(1.1);
}

.results-schedule-button.is-disabled,
.results-schedule-button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
  box-shadow: none;
}

/* Timeline del Roadmap (Lado Derecho) */
.results-roadmap-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 2rem;
}

.results-roadmap-timeline::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 7px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 199, 37, 0.5) 0%, rgba(255, 199, 37, 0.08) 100%);
}

.results-timeline-node {
  display: flex;
  position: relative;
  padding-bottom: 2.2rem;
}

.results-timeline-node:last-child {
  padding-bottom: 0;
}

.results-node-marker {
  position: absolute;
  left: calc(-2rem - 7px);
  top: 0.2rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.results-timeline-node.is-completed .results-node-marker {
  background: #0d0d0d;
  border: 2px solid rgba(255, 167, 38, 0.6);
  color: var(--color-secondary);
}

.results-timeline-node.is-completed .results-node-marker .material-symbols-outlined {
  font-size: 1.1rem;
}

.results-timeline-node.is-active .results-node-marker {
  background: var(--gradient-primary);
  border: 1px solid rgba(255, 199, 37, 0.8);
  color: #0d0d0d;
  box-shadow: 0 0 14px rgba(255, 199, 37, 0.35);
}

.results-zoom-pulse {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.results-zoom-pulse .material-symbols-outlined {
  font-size: 1.15rem;
  z-index: 2;
}

.results-zoom-pulse .pulse-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(255, 199, 37, 0.6);
  animation: zoomLivePulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@keyframes zoomLivePulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.results-node-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.results-node-content h3 {
  color: white;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.3;
  margin: 0;
}

.results-node-content p {
  color: #a0aec0;
  font-size: 0.8rem;
  line-height: 1.45;
  margin: 0.35rem 0 0;
}

.results-node-live-tag {
  align-self: flex-start;
  display: inline-flex;
  padding: 0.18rem 0.5rem;
  border-radius: 4px;
  background: rgba(255, 167, 38, 0.15);
  border: 1px solid rgba(255, 167, 38, 0.3);
  color: var(--color-secondary);
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.45rem;
}

/* Enlaces del Roadmap */
.results-roadmap-questions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
  width: 100%;
}

.results-question-link {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.015);
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.results-question-link:hover {
  border-color: rgba(255, 167, 38, 0.28);
  background: rgba(255, 167, 38, 0.04);
  color: white;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.results-question-link .material-symbols-outlined {
  font-size: 1.1rem;
  color: var(--color-secondary);
}

.results-question-link .link-arrow {
  margin-left: auto;
  font-size: 1.1rem;
  color: #718096;
  transition: transform 0.3s ease, color 0.3s ease;
}

.results-question-link:hover .link-arrow {
  color: var(--color-secondary);
  transform: translateX(2px);
}

/* Calendario en Vivo */
.results-live-schedule-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 199, 37, 0.2);
  border-radius: 6px;
  background: rgba(255, 199, 37, 0.05);
  color: var(--color-secondary);
  font-size: 0.72rem;
  font-weight: 850;
  width: fit-content;
}

.results-live-schedule-link {
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.results-live-schedule-link:hover,
.results-live-schedule-link:focus-visible {
  border-color: rgba(255, 199, 37, 0.62);
  background: rgba(255, 199, 37, 0.12);
  color: white;
  transform: translateY(-1px);
  outline: none;
}

.results-live-schedule-badge .material-symbols-outlined {
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .results-hero-grid {
    min-height: auto;
  }

  .results-hero-radar {
    height: 230px;
  }

  .results-workspace {
    grid-template-columns: 1fr;
  }

  .results-section-heading {
    align-items: center;
    margin-bottom: 3rem;
  }

  .results-section-stats {
    max-width: 680px;
  }

  .results-map-card {
    min-height: 460px;
  }

  .results-panel {
    height: auto;
    min-height: auto;
  }

  .results-closing-portal {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 2.5rem 2rem;
  }
  
  .results-portal-header p {
    max-width: 100%;
  }

  .results-card-list {
    max-height: 62vh;
  }

  .results-fellow-row {
    grid-template-columns: 110px minmax(140px, 1fr) minmax(160px, 1.1fr) minmax(140px, 0.85fr);
  }
 
  .results-fellow-action {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .results-hero {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    min-height: auto;
    display: block;
  }

  .results-hero h1 {
    font-size: clamp(1.9rem, 7.4vw, 2.35rem);
    line-height: 1.04;
  }

  .results-hero p {
    max-width: 34ch;
  }

  .results-section-heading p {
    max-width: 44ch;
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .results-section-heading h2 {
    max-width: 24ch;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
  }

  .results-section-kicker {
    font-size: 0.64rem;
    letter-spacing: 0.11em;
  }

  .results-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .results-stat,
  .results-stat + .results-stat {
    margin-left: 0;
    padding: 0.72rem 0;
    border-left: 0;
  }

  .results-stat + .results-stat {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .results-hero-actions {
    flex-direction: column;
    width: min(100%, 340px);
    max-width: 100%;
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .results-hero-primary,
  .results-hero-secondary {
    max-width: 100%;
    width: 100%;
  }

  .results-hero-panel {
    padding: 0.9rem;
  }

  .results-hero-image-card {
    padding: 0;
    border-radius: 0.72rem;
  }

  .results-hero-image-card::after {
    content: none;
  }

  .results-hero-image-card img {
    border-radius: inherit;
  }

  .results-hero-panel-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .results-table-header {
    display: none;
  }

  .results-section-heading {
    align-items: center;
  }

  .results-closing-portal {
    padding: 2rem 1.25rem;
    border-radius: 1.25rem;
  }

  .results-portal-header h2 {
    font-size: 1.5rem;
  }

  .results-section-stats {
    grid-template-columns: 1fr;
  }

  .results-section-stat {
    min-height: 58px;
  }

  .results-map-active-card {
    right: 0.75rem;
    bottom: 3rem;
    min-width: 132px;
  }

  .results-panel-heading {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.6rem 0.8rem;
  }

  .results-heading-separator,
  .results-heading-desc {
    display: none !important;
  }

  .results-card-list {
    max-height: 58vh;
  }

  .results-schedule-button {
    width: 100%;
  }

  .results-question-link {
    font-size: 0.74rem;
    padding: 0.65rem 0.85rem;
  }

  .results-live-schedule-badge {
    width: 100%;
    justify-content: center;
  }

  .results-map-frame {
    min-height: 340px;
  }

  .results-map-svg {
    width: min(80%, 270px);
    height: min(78%, 340px);
  }

  .results-card-list {
    padding: 0.85rem;
  }

  .results-fellow-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.62rem;
    padding: 1rem;
  }
 
  .results-region-badge {
    align-self: flex-start;
  }
 
  .results-fellow-detail,
  .results-fellow-action {
    grid-column: auto;
    width: 100%;
  }
 
  .results-fellow-action {
    margin-top: 0.25rem;
    align-self: flex-end;
  }

  .results-fellow-card {
    min-height: auto;
  }

  .results-card-grid {
    grid-template-columns: 1fr;
  }

  .results-schedule-button {
    width: 100%;
  }
}

/* Typewriter & Custom Cursor Animations */
.typewriter-cursor {
  font-weight: 200;
  margin-left: 3px;
  animation: blink-caret 0.8s step-end infinite;
}

@keyframes blink-caret {
  from, to { color: transparent }
  50% { color: var(--color-primary) }
}

/* Premium Statistics Icons & Animations */
.results-stat-icon {
  font-size: clamp(1.8rem, 2.2vw, 2.1rem);
  margin-bottom: 0.62rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 6px rgba(255, 199, 37, 0.22));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.results-stat:hover .results-stat-icon {
  transform: scale(1.16) rotate(6deg);
}

/* Premium Map Tooltip Styles */
.results-map-tooltip {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  padding: 0.68rem 0.95rem;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 167, 38, 0.35);
  border-radius: 0.75rem;
  color: white;
  font-family: inherit;
  font-size: 0.78rem;
  box-shadow: 
    0 14px 28px rgba(0, 0, 0, 0.65),
    0 6px 14px rgba(255, 167, 38, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: scale(0.92) translate(0, 8px);
  transition: opacity 0.15s ease, transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.results-map-tooltip.is-visible {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.results-map-tooltip strong {
  font-size: 0.92rem;
  font-weight: 850;
  color: white;
  letter-spacing: -0.01em;
}

.results-map-tooltip span {
  color: #ffa726;
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.results-map-tooltip em {
  color: #a0aec0;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

/* Botón Flotante para Subir (Scroll to Top) */
.scroll-to-top-btn {
  position: fixed;
  bottom: 2.2rem;
  right: 2.2rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 199, 37, 0.25);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(12px);
  color: var(--color-secondary);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.92);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.scroll-to-top-btn .material-symbols-outlined {
  font-size: 1.3rem !important;
  font-weight: 700;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-to-top-btn:hover,
.scroll-to-top-btn:focus-visible {
  border-color: rgba(255, 199, 37, 0.85);
  background: var(--gradient-primary);
  color: #0d0d0d;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 
    0 16px 36px rgba(255, 199, 37, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}

.scroll-to-top-btn:hover .material-symbols-outlined {
  transform: translateY(-2px);
}

.scroll-to-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

@media (max-width: 640px) {
  .scroll-to-top-btn {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 38px;
    height: 38px;
  }
  
  .scroll-to-top-btn .material-symbols-outlined {
    font-size: 1.1rem !important;
  }
}
