:root {
  --bg: #0a0a0c;
  --bg-card: #141418;
  --border: #26262c;
  --text: #f2f2f4;
  --text-dim: #9a9aa4;
  --accent: #ff6a00; /* guiño al naranja "Ultra" del Watch Ultra */
  --accent-soft: #ff8a3c;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

img { max-width: 100%; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  background: rgba(10, 10, 12, 0.85);
  backdrop-filter: blur(12px);
  z-index: 10;
}

.brand { font-weight: 700; letter-spacing: -0.02em; }
.brand .tld { color: var(--accent); }

.site-header nav a {
  color: var(--text-dim);
  text-decoration: none;
  margin-left: 1.2rem;
  font-size: 0.95rem;
}
.site-header nav a:hover { color: var(--text); }

main { max-width: 880px; margin: 0 auto; padding: 0 1.25rem 4rem; }

.hero { text-align: center; padding: 4.5rem 0 3rem; }

.kicker {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-soft);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.25rem 0.9rem;
  margin-bottom: 1.2rem;
}

.hero h1 {
  font-size: clamp(3rem, 10vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, #fff 30%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tagline {
  max-width: 34rem;
  margin: 1rem auto 0;
  color: var(--text-dim);
  font-size: 1.15rem;
}
.tagline strong { color: var(--text); }

.countdown { margin-top: 2.5rem; }
.countdown-label { font-size: 0.85rem; color: var(--text-dim); margin-bottom: 0.8rem; }
.countdown-grid { display: flex; justify-content: center; gap: 0.8rem; }
.countdown-grid div {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  min-width: 74px;
  padding: 0.7rem 0.5rem;
}
.countdown-grid span { display: block; font-size: 1.8rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.countdown-grid small { color: var(--text-dim); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; }

section { padding-top: 3rem; }
h2 { font-size: 1.7rem; letter-spacing: -0.02em; margin-bottom: 0.4rem; }
.section-sub { color: var(--text-dim); margin-bottom: 1.5rem; }

/* Destacado en X */
.xgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}
.xcard {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.xmedia { display: block; width: 100%; background: #000; }
video.xmedia { max-height: 420px; }
.xphotos img { display: block; width: 100%; object-fit: cover; }
.xphotos-multi { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.xphotos-multi img { height: 100%; max-height: 220px; }
.xbody { padding: 0.9rem 1rem 1rem; display: flex; flex-direction: column; gap: 0.55rem; }
.xauthor {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--text);
  font-size: 0.9rem;
}
.xauthor img { width: 32px; height: 32px; border-radius: 50%; }
.xname { font-weight: 600; }
.xhandle { color: var(--text-dim); }
.xtext { color: var(--text-dim); font-size: 0.95rem; }
.xstats {
  display: flex;
  gap: 0.9rem;
  font-size: 0.85rem;
  color: var(--text-dim);
  border-top: 1px solid var(--border);
  padding-top: 0.55rem;
}
.xlikes { color: var(--accent-soft); font-weight: 600; }
.xsource {
  margin-left: auto;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0 0.35rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.loading { color: var(--text-dim); }
.loading a, .news-foot a { color: var(--accent-soft); }

/* Noticia destacada (portada) */
.featured {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-card);
  margin-bottom: 1rem;
}
.featured-media { position: relative; aspect-ratio: 16 / 9; background: #000; }
.featured-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-body { padding: 1rem 1.2rem 1.3rem; }
.featured-body h3 {
  font-size: clamp(1.25rem, 3.2vw, 1.75rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-top: 0.35rem;
}
.featured:hover h3 { color: var(--accent-soft); }

/* Parrilla de noticias con imagen */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.news-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.card-media { aspect-ratio: 16 / 10; background: #000; }
.card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-body { padding: 0.8rem 0.95rem 1rem; }
.card-body h3 { font-size: 1rem; line-height: 1.35; margin-top: 0.3rem; font-weight: 600; }
/* Tarjeta sin foto: se compensa con un poco más de aire para no romper la parrilla. */
.news-card-sinfoto .card-body { padding-top: 1.1rem; }
.news-card-sinfoto { border-left: 3px solid var(--accent); }
.news-card:hover h3 { color: var(--accent-soft); }

.badge-ultra {
  border-color: var(--accent);
  color: var(--accent-soft);
  font-weight: 600;
}

/* Timeline de noticias */
.timeline { list-style: none; position: relative; padding-left: 1.4rem; }
.timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: var(--border);
}
.timeline li {
  position: relative;
  padding: 0 0 1.4rem 0.8rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.item-thumb {
  flex: 0 0 118px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
}
.item-thumb img {
  display: block;
  width: 118px;
  height: 78px;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.item-thumb:hover img { transform: scale(1.05); }
.item-body { min-width: 0; }
.timeline li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.2);
}
.timeline-loading::before { background: var(--text-dim) !important; }
.item-meta {
  font-size: 0.8rem;
  color: var(--text-dim);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 0.15rem;
}
.badge {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0 0.35rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.timeline a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.02rem;
}
.timeline a:hover { color: var(--accent-soft); }
.news-foot { color: var(--text-dim); font-size: 0.9rem; margin-top: 0.5rem; }
.news-foot a { color: var(--accent-soft); }

/* Tarjetas "qué sabemos" */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-top: 1.2rem; }
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.3rem;
}
.card h3 { margin-bottom: 0.5rem; font-size: 1.05rem; }
.card p { color: var(--text-dim); font-size: 0.95rem; }
.card strong { color: var(--text); }

.updated {
  margin-top: 1.1rem;
  font-size: 0.82rem;
  color: var(--text-dim);
}
.updated time { color: var(--accent-soft); }

/* Tablas comparativas */
.table-wrap { overflow-x: auto; margin: 0.9rem 0 1.4rem; }
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 480px;
  font-size: 0.93rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
th, td { padding: 0.6rem 0.8rem; text-align: left; border-bottom: 1px solid var(--border); }
thead th { background: rgba(255, 106, 0, 0.08); color: var(--text); font-weight: 600; }
tbody td { color: var(--text-dim); }
tbody td:first-child { color: var(--text); font-weight: 500; }
tbody tr:last-child td { border-bottom: none; }

.cronologia { list-style: none; margin: 0.6rem 0 1rem; padding-left: 1.1rem; }
.cronologia li {
  position: relative;
  padding-bottom: 0.7rem;
  color: var(--text-dim);
  border-left: 2px solid var(--border);
  padding-left: 1rem;
  margin-left: 0.2rem;
}
.cronologia li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
}
.cronologia strong { color: var(--text); }
.fuente-nota { font-size: 0.88rem; }

/* Texto largo (SEO + lectura) */
.prose h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}
.prose p {
  color: var(--text-dim);
  margin-bottom: 0.9rem;
  max-width: 62ch;
}
.prose strong { color: var(--text); }
.prose em { color: var(--accent-soft); font-style: normal; }

/* FAQ */
.faq details {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  margin-top: 0.8rem;
  padding: 0.9rem 1.2rem;
}
.faq summary { cursor: pointer; font-weight: 600; }
.faq details p { color: var(--text-dim); margin-top: 0.6rem; }
.faq details strong { color: var(--text); }

.site-footer {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.85rem;
}
.site-footer p { max-width: 640px; margin: 0 auto 0.6rem; }

@media (max-width: 520px) {
  .site-header nav a { margin-left: 0.8rem; font-size: 0.85rem; }
  .countdown-grid div { min-width: 64px; }
  .item-thumb { flex-basis: 92px; }
  .item-thumb img { width: 92px; height: 64px; }
}

/* ============ PANEL DE DOS COLUMNAS ============
   Escritorio: ficha fija a la izquierda + actualidad con scroll a la derecha.
   Móvil (que es la mayoría del tráfico): ficha ARRIBA y plegada por categorías,
   actualidad debajo. Se usa <details>, que Google sí indexa (a diferencia de las
   pestañas), así que el contenido de la ficha cuenta para posicionamiento. */
.panel { display: block; }
.ficha { margin-bottom: 2.5rem; }
.ficha h2 { margin-bottom: 0.3rem; }

.ficha-leyenda {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  font-size: 0.76rem;
  color: var(--text-dim);
  margin: 0.9rem 0 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--border);
}

.ficha-cat {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-card);
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.ficha-cat > summary {
  cursor: pointer;
  padding: 0.75rem 0.9rem;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  list-style: none;
}
.ficha-cat > summary::-webkit-details-marker { display: none; }
.ficha-cat > summary::after {
  content: "▾";
  color: var(--text-dim);
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}
.ficha-cat[open] > summary::after { transform: rotate(180deg); }
.ficha-cuenta {
  margin-left: auto;
  color: var(--text-dim);
  font-weight: 400;
  font-size: 0.8rem;
}

.ficha-lista { list-style: none; padding: 0 0.9rem 0.5rem; }
.ficha-item {
  padding: 0.7rem 0 0.75rem 0.7rem;
  border-top: 1px solid var(--border);
  border-left: 3px solid var(--border);
  margin-bottom: 0.15rem;
}
.ficha-fila {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.8rem;
  align-items: baseline;
  justify-content: space-between;
}
.ficha-nombre { font-size: 0.88rem; color: var(--text-dim); }
.ficha-valor { font-weight: 600; font-size: 0.98rem; text-align: right; }
.ficha-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  margin-top: 0.3rem;
  font-size: 0.74rem;
  color: var(--text-dim);
}
.ficha-estado { font-weight: 600; }
.ficha-detalle {
  margin-top: 0.4rem;
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.5;
}
.ficha-pie { font-size: 0.8rem; color: var(--text-dim); margin-top: 0.9rem; }

/* Color del borde según fiabilidad: se lee de un vistazo */
.estado-confirmado { border-left-color: #35c15e; }
.estado-probable { border-left-color: #9ad14b; }
.estado-rumor { border-left-color: var(--accent); }
.estado-especulacion { border-left-color: #7a7a86; }
.estado-sindatos { border-left-color: #3a3a42; }

@media (min-width: 1080px) {
  main { max-width: 1240px; }
  .panel {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 2.5rem;
    align-items: start;
  }
  .ficha {
    position: sticky;
    top: 72px;                 /* bajo la cabecera fija */
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    margin-bottom: 0;
    padding-right: 0.4rem;
  }
  .ficha::-webkit-scrollbar { width: 6px; }
  .ficha::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
  .ficha h2 { font-size: 1.25rem; }
  .actualidad section:first-child { padding-top: 0; }
}

/* Menú en móvil: una sola línea deslizable en vez de tres líneas apiladas */
@media (max-width: 720px) {
  .site-header { padding: 0.7rem 0.9rem; gap: 0.8rem; }
  .site-header nav {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .site-header nav::-webkit-scrollbar { display: none; }
  .site-header nav a { margin-left: 0; white-space: nowrap; font-size: 0.86rem; }
  .brand { font-size: 0.95rem; white-space: nowrap; }
  .hero { padding: 2.6rem 0 2rem; }
}

/* ====== Cabecera compacta dentro de la columna ======
   Antes ocupaba una pantalla entera casi vacía antes de llegar al contenido. */
.hero-col { text-align: left; padding: 1.6rem 0 1.2rem; }
.hero-col h1 { font-size: clamp(2.2rem, 6vw, 3.1rem); }
.hero-col .tagline { margin: 0.6rem 0 0; font-size: 0.98rem; max-width: none; }
.hero-col .kicker { margin-bottom: 0.7rem; font-size: 0.68rem; padding: 0.15rem 0.7rem; }
.hero-col .updated { margin-top: 0.7rem; }
.hero-col .countdown { margin-top: 1.2rem; }
.hero-col .countdown-label { font-size: 0.75rem; }
.hero-col .countdown-grid { justify-content: flex-start; gap: 0.45rem; }
.hero-col .countdown-grid div { min-width: 0; flex: 1; padding: 0.5rem 0.35rem; }
.hero-col .countdown-grid span { font-size: 1.3rem; }
.hero-col .countdown-grid small { font-size: 0.62rem; }

/* ====== Ficha: más legible y compacta ====== */
.ficha-item {
  padding: 0.6rem 0 0.7rem 0.65rem;
  border-top: 1px solid var(--border);
  border-left: 3px solid var(--border);
}
.ficha-fila {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}
.ficha-nombre {
  font-size: 0.78rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
/* El dato, protagonista y en su propia línea: se lee de un vistazo */
.ficha-valor {
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.3;
  margin-top: 0.15rem;
  text-align: left;
}
/* Estado como etiqueta con fondo: se distingue sin leer */
.ficha-pill {
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
}
/* Detalle acotado a 2 líneas: el texto completo sigue en el HTML (y en el title) */
.ficha-detalle {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--text-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ficha-meta { margin-top: 0.35rem; font-size: 0.72rem; }
.ficha-fuente { color: var(--text-dim); text-decoration: none; border-bottom: 1px dotted var(--border); }
.ficha-fuente:hover { color: var(--accent-soft); border-bottom-color: var(--accent-soft); }

@media (min-width: 1080px) {
  .panel { grid-template-columns: 318px minmax(0, 1fr); gap: 2.2rem; }
  .ficha { top: 64px; max-height: calc(100vh - 84px); }
  .hero-col { padding-top: 1.2rem; }
  /* La actualidad arranca arriba, a la misma altura que la columna */
  .actualidad > section:first-child { padding-top: 1.6rem; }
}

/* Que cada tarjeta ocupe su altura y no se estire por la de al lado */
.xgrid { align-items: start; }
.news-grid { align-items: start; }

/* ====== Colocación en la parrilla (escritorio) ======
   Orden en el HTML: cabecera → ficha → actualidad. Así en MÓVIL se lee en ese
   orden natural (cabecera primero). En ESCRITORIO la parrilla recoloca: la ficha
   ocupa toda la columna izquierda desde arriba, y la cabecera encabeza la derecha. */
@media (min-width: 1080px) {
  .panel { grid-template-rows: auto 1fr; }
  .hero-col { grid-column: 2; grid-row: 1; padding-top: 1.4rem; }
  .ficha { grid-column: 1; grid-row: 1 / span 2; }
  .actualidad { grid-column: 2; grid-row: 2; }
  .hero-col .countdown-grid { max-width: 420px; }
  .actualidad > section:first-child { padding-top: 2.2rem; }
}

@media (min-width: 1080px) {
  /* Menos hueco entre la cabecera y el primer bloque de contenido */
  .hero-col { padding-bottom: 0.4rem; }
  .actualidad > section:first-child { padding-top: 1.4rem; }
}

/* ====== Cuenta atrás en la barra superior ======
   Siempre visible al desplazarse, que es lo que se quiere de un dato con fecha. */
.countdown-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.25rem 0.6rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.06);
}
.countdown-nav .countdown-label {
  margin: 0;
  font-size: 0.72rem;
  color: var(--text-dim);
  white-space: nowrap;
}
.countdown-nav .countdown-label b { color: var(--accent-soft); font-weight: 600; }
.countdown-nav .countdown-grid { gap: 0.3rem; }
.countdown-nav .countdown-grid div {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 1px;
}
.countdown-nav .countdown-grid span {
  font-size: 0.92rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.countdown-nav .countdown-grid small {
  font-size: 0.66rem;
  color: var(--text-dim);
  letter-spacing: 0;
  text-transform: none;
}
.site-header { gap: 1rem; flex-wrap: wrap; }
.site-header nav { margin-left: auto; }

@media (max-width: 860px) {
  /* Móvil: marca y cuenta atrás arriba; el menú, deslizable debajo */
  .site-header { padding: 0.55rem 0.9rem 0.45rem; gap: 0.5rem 0.7rem; }
  .site-header nav { order: 3; flex-basis: 100%; margin-left: 0; }
  .countdown-nav { margin-left: auto; padding: 0.2rem 0.5rem; gap: 0.4rem; }
  .countdown-nav .countdown-label { font-size: 0.66rem; }
  /* Los segundos sobran en una pantalla pequeña */
  .countdown-nav .countdown-grid div:last-child { display: none; }
}

/* ====== Resumen de cabecera ======
   Ocupa con datos útiles el hueco que antes quedaba vacío bajo el título. */
.resumen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.6rem;
  margin-top: 1.1rem;
}
.resumen-dato {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.7rem 0.8rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--border);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease;
}
a.resumen-dato:hover { border-color: var(--accent); }
.resumen-clave {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dim);
}
.resumen-valor { font-size: 1.05rem; font-weight: 700; line-height: 1.25; }
.resumen-estado { font-size: 0.68rem; color: var(--text-dim); margin-top: 0.1rem; }

/* Menos aire muerto entre la cabecera y el contenido */
.hero-col { padding-bottom: 0; }
.hero-col .updated { margin-top: 0.5rem; font-size: 0.78rem; }
@media (min-width: 1080px) {
  .hero-col { padding-bottom: 0; }
  .actualidad > section:first-child { padding-top: 1.8rem; }
  .resumen { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 520px) {
  .resumen { grid-template-columns: 1fr 1fr; }
  .resumen-valor { font-size: 0.95rem; }
}

/* ============================================================
   PULIDO DE ALINEACIÓN (sustituye reglas anteriores del resumen)
   Problema: cada tarjeta tenía una altura distinta según el largo del texto y el
   estado iba pegado al contenido, así que ni los valores ni los estados quedaban
   a la misma altura. Además los emojis (✅🟢🟡) se dibujan con tamaños y líneas
   base distintos en cada sistema, lo que descuadraba las filas.
   Solución: rejilla de 3 filas fijas por tarjeta (etiqueta / valor / estado) con
   el estado anclado abajo, y puntos de color en CSS en vez de emojis.
   ============================================================ */
.punto {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 0.42em;
  vertical-align: 0.08em;
  flex: 0 0 auto;
  background: var(--text-dim);
}
.punto-confirmado { background: #32d158; }
.punto-probable { background: #a8d84a; }
.punto-rumor { background: var(--accent); }
.punto-especulacion { background: #8e8e97; }
.punto-sindatos { background: #4a4a54; }

.resumen { gap: 0.7rem; }
.resumen-dato {
  display: grid;
  grid-template-rows: auto 1fr auto;   /* etiqueta · valor · estado (abajo) */
  gap: 0.35rem;
  min-height: 104px;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--border);
  border-left-width: 1px;              /* fuera la franja de color: era ruido */
  border-radius: 14px;
  background: var(--bg-card);
}
.resumen-clave {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: var(--text-dim);
}
.resumen-valor {
  align-self: start;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.resumen-estado {
  display: flex;
  align-items: center;
  font-size: 0.72rem;
  color: var(--text-dim);
  margin: 0;
}

/* Ficha: misma lógica de orden. El estado se lee por el punto, no por la franja. */
.ficha-item { border-left-color: var(--border); }
.ficha-pill {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  color: var(--text-dim);
  font-weight: 500;
  font-size: 0.7rem;
}
.ficha-leyenda { gap: 0.45rem 1rem; }
.leyenda-item { display: inline-flex; align-items: center; }

@media (max-width: 520px) {
  .resumen-dato { min-height: 96px; padding: 0.75rem 0.8rem; }
  .resumen-valor { font-size: 1rem; }
}

/* Nombre largo (p. ej. «Venta en España desde el primer día»): el nombre envuelve
   pero la etiqueta de estado se mantiene arriba a la derecha, sin saltar de línea. */
.ficha-fila { flex-wrap: nowrap; align-items: flex-start; gap: 0.6rem; }
.ficha-nombre { line-height: 1.35; }
.ficha-pill { white-space: nowrap; padding-top: 0.05rem; }

/* ====== Accesorios ====== */
.acc-nota {
  color: var(--text-dim);
  font-size: 0.88rem;
  border: 1px dashed var(--border);
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  margin-bottom: 1.2rem;
}
.acc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0.9rem;
  align-items: start;
}
.acc-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.4rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.95rem 1rem 1rem;
}
.acc-head { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }
.acc-tipo {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}
.acc-card h3 { font-size: 1.02rem; line-height: 1.3; font-weight: 600; }
.acc-resumen { font-size: 0.9rem; color: var(--text-dim); line-height: 1.5; }
.acc-meta { font-size: 0.72rem; }
.acc-fuente { color: var(--text-dim); text-decoration: none; border-bottom: 1px dotted var(--border); }
.acc-fuente:hover { color: var(--accent-soft); border-bottom-color: var(--accent-soft); }

/* Botones de tienda: solo aparecen cuando hay enlaces reales en src/accesorios.js */
.acc-compra { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.2rem; }
.acc-boton {
  display: inline-flex;
  flex-direction: column;
  gap: 0.05rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  color: var(--accent-soft);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}
.acc-boton small { font-weight: 400; font-size: 0.68rem; color: var(--text-dim); }
.acc-boton:hover { background: rgba(255, 106, 0, 0.1); }
.acc-aviso {
  margin-top: 1.1rem;
  font-size: 0.76rem;
  color: var(--text-dim);
  border-top: 1px solid var(--border);
  padding-top: 0.7rem;
}
.acc-live { margin-top: 1.6rem; }
.acc-live h3 { font-size: 1.05rem; margin-bottom: 0.7rem; }

/* Página secundaria (/accesorios/): una sola columna, lectura cómoda */
.pagina { max-width: 780px; }
.pagina .hero-col { text-align: left; padding: 1.4rem 0 0.6rem; }
.pagina .hero-col h1 { font-size: clamp(1.9rem, 5vw, 2.6rem); }
.migas { font-size: 0.78rem; color: var(--text-dim); padding-top: 1.2rem; }
.migas a { color: var(--accent-soft); text-decoration: none; }
.migas span { margin: 0 0.3rem; }
a.brand { text-decoration: none; color: var(--text); }
.acc-consejo {
  border-left: 3px solid var(--accent);
  padding: 0.5rem 0 0.5rem 0.85rem;
  color: var(--text-dim);
  font-size: 0.92rem;
}
.acc-consejo strong { color: var(--text); }
.acc-mas { margin-top: 1.1rem; }
