:root{--azul-profundo: #0a1b3d;--azul: #2f6bff;--verde: #1faa59;--gris-claro: #f2f4f7;--gris-medio: #8a93a3;--exito: #1faa59;--alerta: #e53935;--advertencia: #ff9f1a;--info: #2f6bff;--exito-oscuro: #3ed47a;--alerta-oscuro: #ff5252;--titulos: "Barlow Condensed", "Arial Narrow", sans-serif;--texto: "Inter", system-ui, sans-serif;--radio: 10px;--sombra: 0 1px 3px rgba(10, 27, 61, .08), 0 4px 14px rgba(10, 27, 61, .06)}*{box-sizing:border-box}body{margin:0;background:var(--gris-claro);color:var(--azul-profundo);font-family:var(--texto);font-size:14px}h1,h2,h3{font-family:var(--titulos);font-weight:700;letter-spacing:.01em;margin:0}.contenedor{max-width:860px;margin:0 auto;padding:0 16px 48px}.contenedor-ancho{max-width:1140px;margin:0 auto;padding:0 16px 48px}.tarjeta{background:#fff;border-radius:var(--radio);box-shadow:var(--sombra);padding:16px}.barra-producto{background:var(--azul-profundo);color:#fff;padding:12px 16px}.barra-producto .interior{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:10px}.barra-producto img{height:38px;display:block}.barra-producto .lema{color:#7d94c9;font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-left:auto}.encabezado-club{display:flex;align-items:center;flex-wrap:wrap;gap:12px 24px;background:linear-gradient(120deg,var(--azul-profundo) 55%,#13305f);color:#fff;border-radius:var(--radio);box-shadow:var(--sombra);padding:22px 26px;margin:22px 0 18px;border-bottom:2px solid rgba(31,170,89,.35)}.encabezado-club img{height:62px;max-width:260px;object-fit:contain}.encabezado-club h1{color:#fff;font-size:32px;line-height:1;text-transform:uppercase}.encabezado-club .sub{color:#7d94c9;font-size:13px;margin-top:5px}.boton{font-family:var(--texto);font-size:13px;font-weight:600;padding:8px 16px;border-radius:8px;border:none;background:var(--azul);color:#fff;cursor:pointer}.boton:hover{filter:brightness(1.08)}.boton.secundario{background:#fff;color:var(--azul-profundo);border:1px solid #d5dbe6}.boton.fantasma{background:transparent;color:var(--azul);border:none}input,select{font-family:var(--texto);font-size:13px;padding:8px 10px;border:1px solid #d5dbe6;border-radius:8px;background:#fff;color:var(--azul-profundo)}input:focus,select:focus{outline:2px solid var(--azul);outline-offset:-1px}.pastillas{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pastilla{font-family:var(--texto);font-size:13px;font-weight:600;padding:7px 16px;border-radius:999px;border:1px solid #d5dbe6;background:#fff;color:var(--azul-profundo);cursor:pointer}.pastilla.activa{background:var(--azul-profundo);border-color:var(--azul-profundo);color:#fff}.pastilla small{color:var(--gris-medio);font-weight:500;text-transform:uppercase;margin-left:4px}.pastilla.activa small{color:#9db4e8}table.datos{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}table.datos th{font-family:var(--titulos);font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--gris-medio);text-align:left;padding:10px 8px;border-bottom:2px solid var(--azul-profundo)}table.datos td{padding:10px 8px;border-bottom:1px solid #e7eaf0}table.datos tr:last-child td{border-bottom:none}.num{text-align:right}.bajo-par{color:var(--alerta);font-weight:700}.puntos{color:var(--exito);font-weight:700}.sobre-par{color:var(--azul-profundo);font-weight:700}.al-par{color:var(--gris-medio);font-weight:700}.etiqueta-estado{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:999px;background:var(--gris-claro);color:var(--gris-medio)}.etiqueta-estado.vivo{background:#e6f7ed;color:var(--verde)}.error{color:var(--alerta)}.ok{color:var(--exito)}.pie-scorelink{display:flex;justify-content:center;padding:28px 0 8px;opacity:.85}.pie-scorelink img{height:30px}.llaves{display:flex;overflow-x:auto;padding:4px 0 12px}.llave-ronda{min-width:235px;flex:1;display:flex;flex-direction:column}.llave-titulo{text-align:center;font-family:var(--titulos);font-weight:600;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--gris-medio);padding-bottom:8px;margin:0 12px 14px 0;border-bottom:1px solid #dfe4ec}.llave-matches{flex:1;display:flex;flex-direction:column;justify-content:space-around;gap:14px}.llave-par{flex:1;display:flex;flex-direction:column;justify-content:space-around;gap:14px;position:relative;padding-right:26px}.llave-par:after{content:"";position:absolute;right:13px;width:13px;top:25%;height:50%;border:2px solid #c3cddd;border-left:none;border-radius:0 10px 10px 0}.llave-par:before{content:"";position:absolute;right:0;width:13px;top:50%;border-top:2px solid #c3cddd}.llave-slot{display:flex;flex-direction:column;justify-content:center}.match-card{background:#fff;border:1px solid #e2e6ee;border-radius:12px;box-shadow:var(--sombra);overflow:hidden;transition:transform .12s ease,box-shadow .12s ease}.match-card:hover{transform:translateY(-1px);box-shadow:0 3px 8px #0a1b3d1f,0 8px 22px #0a1b3d1a}.match-fila{display:flex;align-items:center;gap:9px;padding:9px 11px;font-size:13px;font-weight:500;color:var(--azul-profundo)}.match-fila+.match-fila{border-top:1px solid #eef1f5}.match-fila.ganadora{font-weight:700}.match-fila.perdedora{color:var(--gris-medio)}.match-fila .nombre{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-fila .porDefinir{color:#c0c7d2;font-style:italic;font-weight:400}.seed{width:20px;height:20px;border-radius:6px;background:var(--gris-claro);color:var(--gris-medio);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.match-fila.ganadora .seed{background:var(--azul-profundo);color:#fff}.chip-resultado{margin-left:auto;background:#e6f7ed;color:var(--verde);font-size:11px;font-weight:700;letter-spacing:.04em;padding:3px 9px;border-radius:999px;flex-shrink:0}.match-pie{display:flex;align-items:center;gap:5px;padding:6px 8px;background:#f7f9fc;border-top:1px solid #eef1f5;font-size:11px;color:var(--gris-medio)}.match-vacio{border:2px dashed #d5dbe6;border-radius:12px;padding:24px 12px;text-align:center;color:#c0c7d2;font-size:12px;font-style:italic;background:transparent}.campeon-card{background:linear-gradient(140deg,var(--azul-profundo) 50%,#13305f);color:#fff;border-radius:14px;box-shadow:var(--sombra);padding:22px 18px;text-align:center;border-bottom:2px solid rgba(31,170,89,.45)}.campeon-card .copa{font-size:30px;display:block;margin-bottom:6px}.campeon-card .rotulo{font-family:var(--titulos);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#7d94c9}.campeon-card .nombre{font-family:var(--titulos);font-weight:700;font-size:22px;text-transform:uppercase;margin-top:4px;line-height:1.1}.campeon-card .chip-resultado{margin:10px auto 0;display:inline-block;background:#3ed47a26;color:var(--exito-oscuro)}.match-card.enjuego{border:2px solid var(--azul)}.chip-envivo{margin-left:auto;background:#e8efff;color:var(--azul);font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;flex-shrink:0}.match-card .clicable{cursor:pointer}.badge-envivo{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--azul)}.badge-envivo:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--azul);animation:latido 1.6s ease-in-out infinite}@keyframes latido{50%{opacity:.3}}.modal-fondo{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1b3d8c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:50}.modal{background:#fff;border-radius:14px;box-shadow:0 12px 40px #0a1b3d4d;max-width:680px;width:100%;max-height:90vh;overflow-y:auto;padding:22px 24px}.modal .titulo-match{font-family:var(--titulos);font-weight:700;font-size:28px;text-transform:uppercase;line-height:1.05}.modal .titulo-match .ventaja{color:var(--azul)}.modal .subtitulo{color:var(--gris-medio);font-size:13px;margin-top:4px}.marcador-hoyos{display:flex;justify-content:center;align-items:baseline;gap:18px;margin:16px 0 6px;padding:10px;background:var(--gris-claro);border-radius:10px}.marcador-hoyos .cifra{font-size:26px;font-weight:700}.marcador-hoyos .rotulo{font-family:var(--titulos);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--gris-medio)}.tira-hoyos{display:grid;grid-template-columns:90px repeat(9,1fr);gap:4px;align-items:center;font-variant-numeric:tabular-nums;margin-top:12px;overflow-x:auto}.tira-hoyos .encabezado{font-size:10px;color:var(--gris-medio);text-align:center}.tira-hoyos .jugador{font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:6px}.hoyo-circulo{width:24px;height:24px;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;background:#eef1f5;color:#c0c7d2}.hoyo-circulo.ganado{background:var(--verde);color:#fff}.hoyo-circulo.perdido{background:var(--alerta);color:#fff}.hoyo-circulo.empatado{background:#d5dbe6;color:var(--gris-medio)}.hoyo-circulo.actual{background:#fff;border:2px solid var(--azul);color:var(--azul)}.hoyo-circulo.editable{cursor:pointer}.leyenda-estados{display:flex;flex-wrap:wrap;gap:6px 18px;margin-top:14px;padding-top:10px;border-top:1px solid #e2e6ee;font-size:11px;color:var(--gris-medio)}.leyenda-estados b{color:var(--azul-profundo);font-weight:700}@media(max-width:700px){.contenedor-ancho,.contenedor{padding:0 10px 40px}.tarjeta{padding:12px;overflow-x:auto}table.datos{font-size:12px}table.datos th,table.datos td{padding:8px 5px}.pastillas{gap:6px}.pastilla{padding:6px 12px;font-size:12px}.barra-producto .lema{display:none}.encabezado-club{padding:14px 16px;gap:10px 14px}.encabezado-club h1{font-size:22px}.encabezado-club img{height:42px;max-width:150px}.llaves{gap:6px}.llave-ronda{min-width:185px}.modal{padding:14px}.tira-hoyos{grid-template-columns:64px repeat(9,1fr);gap:3px}.tira-hoyos .jugador{font-size:10px}.hoyo-circulo{width:20px;height:20px;font-size:9px}.marcador-hoyos .cifra{font-size:20px}.modal .titulo-match{font-size:21px}}
