/* pronosticos.css - estilos unificados vistas captura Pronosticos */

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    background:
        radial-gradient(circle at 50% -20%, rgba(1, 97, 22, .3), transparent 55%),
        linear-gradient(135deg, #020617, #0f172a);
    font-family: "Oswald", sans-serif;
}

.vs {
    font-weight: 700;
    font-size: 13px;
    color: #dc2626;
}

.table th,
.table td {
    background-color: rgba(255, 255, 255, .93);
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

.teams {
    width: 50px;
    height: 50px;
}

#nombres {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

#alias {
    font-size: .9rem;
    padding: 5px 10px;
    height: 35px;
    background-color: #dcdee1;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
}

.btn-danger,
.btn-success {
    display: block;
    width: 100%;
    font-weight: 700;
}

.navbar-custom {
    background:
        radial-gradient(circle at 80% -20%, rgba(1, 97, 22, .3), transparent 45%),
        linear-gradient(135deg, #020617, #1f0a0a);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
    font-family: 'Segoe UI', sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    font-size: 1rem;
    font-weight: 700;
    color: #facc15 !important;
}

.navbar-nav .nav-link {
    color: #e5e7eb !important;
    font-weight: 300;
    font-size: .9rem;
    padding: 6px 12px;
    border-radius: 8px;
    transition: .3s;
}

.navbar-nav .nav-link i {
    margin-right: 6px;
}

.navbar-nav .nav-link:hover {
    background-color: #374151;
    color: #facc15 !important;
}

.navbar-nav .nav-link.active {
    background-color: #facc15;
    color: #1f2937 !important;
    font-weight: 700;
}

.navbar-toggler {
    border-color: #facc15;
    padding: .1rem .2rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28250,204,21,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    width: 1.3rem;
    height: 1.3rem;
}

/* NFL: navbar azul fuerte (captura, resultados, simulador, listas) */
body.pronosticos-theme-nfl .navbar,
body.pronosticos-theme-nfl .navbar-custom {
    padding: 2px 0;
}

body.pronosticos-theme-nfl .navbar-custom {
    background: linear-gradient(90deg, #1f2937, #17273a);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .4);
}

.icono-red {
    padding: 6px 10px;
    font-size: 1.2rem;
    border-radius: 8px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icono-red i {
    color: #facc15;
}

.icono-red:hover {
    background-color: #374151;
}

.no-partidos {
    text-align: center;
    margin-top: 30px;
}

.no-partidos p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

input[type="radio"] {
    display: none;
}

.btn-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 2px solid #cbd5e1;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition: .2s;
    margin: 0 2px;
}

.btn-option:hover {
    border-color: #22c55e;
    color: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(34, 197, 94, .25);
}

input[type="radio"]:checked+.btn-option {
    background: linear-gradient(145deg, #022c22, #16a34a);
    color: #ecfdf5;
    border-color: #22c55e;
    transform: scale(1.08);
    box-shadow:
        0 0 0 2px rgba(34, 197, 94, .3),
        0 6px 12px rgba(34, 197, 94, .45);
    animation: pickPulse .35s ease;
}

.option-box {
    min-width: 55px;
}

.progress {
    background-color: #e5e7eb;
    border-radius: 6px;
}

.progress-bar {
    border-radius: 6px;
}

.head-pronosticos tr {
    background:
        radial-gradient(circle at 80% -20%, rgba(1, 97, 22, .3), transparent 45%),
        linear-gradient(135deg, #020617, #1f0a0a);
}

.head-pronosticos th {
    background: transparent !important;
    color: #facc15;
    font-weight: 700;
    text-align: center;
    padding: 8px 4px;
    border: none;
    font-size: 12px;
}

.acciones-quiniela {
    background: linear-gradient(135deg, #020617, #0f172a);
    border-radius: 12px;
    padding: 6px;
}

.accion-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 600;
    letter-spacing: .3px;
    height: 30px;
}

.accion-btn i {
    font-size: 16px;
}

.accion-btn:hover {
    transform: translateY(-1px);
}

.btn-guardar {
    box-shadow:
        0 0 0 1px rgba(34, 197, 94, .4),
        0 6px 14px rgba(34, 197, 94, .35);
}

.sports-header {
    background:
        radial-gradient(circle at 80% -20%, rgba(1, 97, 22, .3), transparent 45%),
        linear-gradient(135deg, #020617, #1f0a0a);
    padding: 14px 0;
    border-bottom: 2px solid rgba(1, 97, 22, .3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .45);
    animation: headerEnter .6s ease-out both;
}

.header-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-logo img {
    max-height: 80px;
    max-width: 140px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .6));
    animation: logoPop .7s ease-out .2s both;
}

.header-info {
    flex: 1;
    color: #e5e7eb;
}

.header-info h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
    text-transform: uppercase;
    animation: textFade .6s ease-out .35s both;
}

.header-info p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #cbd5f5;
    animation: textFade .6s ease-out .35s both;
}

@keyframes headerEnter {
    0% {
        opacity: 0;
        transform: translateY(-12px);
    }

    60% {
        opacity: 1;
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes logoPop {
    0% {
        opacity: 0;
        transform: scale(.92);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes textFade {
    from {
        opacity: 0;
        transform: translateX(-6px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pickPulse {
    0% {
        transform: scale(.85);
    }

    60% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1.05);
    }
}

body.pronosticos-captura table thead {
    animation: fadeSlide .45s ease-out both;
}

body.pronosticos-captura table tbody {
    animation: fadeSlide .45s ease-out .15s both;
}

body.pronosticos-captura table tbody tr {
    opacity: 0;
    animation: fadeSlide .4s ease-out forwards;
}

@media (max-width: 1700px) {

    .table th,
    .table td {
        font-size: 10px;
        padding: .1px;
    }

    .teams {
        width: 27px;
        height: 27px;
    }
}

@media (max-width: 768px) {

    .table th,
    .table td {
        font-size: 10px;
        padding: .1px;
    }

    .teams {
        width: 23px;
        height: 23px;
    }

    .navbar-nav .nav-link {
        margin-top: .5rem;
        text-align: center;
    }

    .head-pronosticos th {
        font-size: 10px;
        padding: 6px 2px;
    }

    .header-logo img {
        max-height: 70px;
    }

    .header-info h1 {
        font-size: 15px;
    }

    .header-info p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .accion-btn span {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transform: none !important;
    }
}

/* === Extensiones: temas NFL, multi-quiniela, tipografía === */

.pronosticos-captura .table {
    background-color: rgba(255, 255, 255, 0.7);
    background-image: var(--table-logo-url);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.pronosticos-captura .teams {
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.5));
}

.titulo2,
.subtitulo,
.subtitulo2 {
    text-align: center;
    font-family: "Bebas Neue", serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

.titulo2 {
    color: #fff;
    font-size: 18px;
}

.subtitulo {
    color: #facc15;
    font-size: 15px;
}

.subtitulo2 {
    color: #fff;
    font-size: 12px;
    text-shadow: 2px 1px 0 #000;
}

.costo,
.costoprecio,
.cierre {
    font-family: "Oswald", sans-serif;
    color: #fff;
}

.costoprecio,
.cierre {
    background: #e23420;
    border-radius: 5px;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    padding: 1px 7px;
    text-align: center;
}

.costo {
    font-size: 10px;
    font-weight: 900;
}

.logo {
    max-width: 100px;
}

.logo1 {
    max-width: 60px;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.premio {
    font-size: 3.5rem;
}

body.pronosticos-captura.pronosticos-theme-soccer:not(.pronosticos-multi) {
    background:
        radial-gradient(circle at 50% -20%, rgba(1, 97, 22, .3), transparent 55%),
        linear-gradient(135deg, #020617, #0f172a);
}

body.pronosticos-captura.pronosticos-theme-soccer:not(.pronosticos-multi) #nombres {
    font-size: 11px;
}

body.pronosticos-captura.pronosticos-theme-soccer:not(.pronosticos-multi) .sports-header {
    padding: 1px 0;
    border-bottom: 1px solid rgba(1, 97, 22, .3);
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi {
    background:
        radial-gradient(circle at 50% -20%, rgba(34, 197, 94, .25), transparent 55%),
        linear-gradient(135deg, #020617, #0f172a);
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi input[type="checkbox"] {
    display: none;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .navbar-custom,
body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .head-pronosticos tr {
    background:
        radial-gradient(circle at 50% -20%, rgba(34, 197, 94, .25), transparent 55%),
        linear-gradient(135deg, #020617, #0f172a);
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .btn-option {
    width: auto;
    height: auto;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #17273a;
    border: 1px solid #17273a;
    display: inline-block;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .btn-option:hover {
    background-color: #17273a;
    color: #fff;
    border-color: #17273a;
    transform: none;
    box-shadow: none;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi input[type="checkbox"]:checked+label.btn-option {
    background-color: #17273a;
    color: #fff;
    border-color: #17273a;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
    transform: none;
    animation: none;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .sports-header {
    position: relative;
    padding: 1px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% -20%, rgba(34, 197, 94, .25), transparent 55%),
        linear-gradient(135deg, #020617, #0f172a);
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .sports-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .03) 1px, transparent 1px, transparent 18px);
    pointer-events: none;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .header-flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .header-logo img {
    height: clamp(90px, 8vw, 56px);
    max-width: 180px;
    flex-shrink: 0;
    animation: none;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .header-info {
    text-align: right;
    min-width: 0;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .header-info h1 {
    font-size: clamp(0.95rem, 3.5vw, 1.25rem);
    color: #facc15;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: none;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .header-info p {
    font-size: clamp(0.75rem, 3vw, 0.9rem);
    color: #e5e7eb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: none;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .header-info h1::before {
    content: "● ";
    color: #22c55e;
    font-size: .8rem;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .acciones-quiniela {
    padding: 12px;
}

body.pronosticos-captura.pronosticos-theme-soccer.pronosticos-multi .accion-btn {
    gap: 6px;
    height: 40px;
}

.checkbox-wrapper-48 {
    --light-gray: #9098A9;
    --gradient: linear-gradient(45deg, #000 0%, #225e27 17%, #04130e 33%, #104b27 50%, #02200f 67%, #000 83%, #000 100%);
    position: relative;
}

.checkbox-wrapper-48 input {
    display: none;
}

.checkbox-wrapper-48 label {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 1px solid var(--light-gray);
    border-radius: 5px;
    cursor: pointer;
    background: white;
    box-sizing: border-box;
    transition: all 0.1s ease;
    vertical-align: middle;
}

.checkbox-wrapper-48 input:checked+label {
    background: var(--gradient);
    box-shadow: 0 0 0 1px #fff inset;
    border-color: transparent;
}

.checkbox-wrapper-48 label:hover {
    background: linear-gradient(#fff, #fff) padding-box, var(--gradient) border-box;
}

body.pronosticos-captura.pronosticos-theme-nfl {
    background-color: #17273a;
}

/* === FAB navegación NFL captura === */
.nfl-captura-hero__panel .nfl-fab-nav {
    position: absolute;
    top: -12px;
    right: -10px;
    z-index: 6;
}

.nfl-fab-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1.5px solid #facc15;
    border-radius: 50%;
    background: linear-gradient(145deg, #013369, #17273a);
    color: #facc15;
    font-size: 0.7rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nfl-fab-nav__toggle:hover {
    transform: scale(1.06);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
}

.nfl-fab-nav.is-open .nfl-fab-nav__toggle {
    background: linear-gradient(145deg, #d50a0a, #9f0c0c);
    border-color: #fff;
    color: #fff;
    transform: rotate(90deg) scale(1.06);
}

.nfl-fab-nav__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    z-index: 1095;
}

.nfl-fab-nav__panel {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1100;
    width: min(280px, calc(100vw - 20px));
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(165deg, #0f2744 0%, #17273a 100%);
    border: 1px solid rgba(250, 204, 21, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    animation: nflFabSlide 0.22s ease-out;
}

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

.nfl-fab-nav__header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #facc15;
}

.nfl-fab-nav__links {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nfl-fab-nav__link,
.nfl-fab-nav__social {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #e2e8f0;
    transition: background 0.15s ease, color 0.15s ease;
}

.nfl-fab-nav__link i,
.nfl-fab-nav__social i {
    width: 18px;
    text-align: center;
    color: #facc15;
}

.nfl-fab-nav__link:hover,
.nfl-fab-nav__social:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nfl-fab-nav__link.is-active {
    background: rgba(250, 204, 21, 0.15);
    color: #facc15;
    font-weight: 600;
}

.nfl-fab-nav__social {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* === Partidos NFL más compactos === */
body.pronosticos-captura.pronosticos-theme-nfl .pickem-table {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table thead {
    display: none;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table td {
    padding: 0;
    vertical-align: middle;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .team-card {
    gap: 6px;
    padding: 3px 4px;
    min-height: 34px;
    font-size: 11px;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .team-logo {
    width: 24px;
    height: 24px;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .team-name {
    font-size: 13px;
    line-height: 1.15;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .vs {
    font-size: 10px;
    padding: 2px 0;
    line-height: 1;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .football-radio {
    margin: 0;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .football-radio img {
    width: 20px;
    height: 20px;
}

body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .football-text {
    font-size: 11px;
}

@media (max-width: 767px) {
    .nfl-captura-hero__panel .nfl-fab-nav {
        top: -10px;
        right: -8px;
    }

    .nfl-fab-nav__toggle {
        width: 28px;
        height: 28px;
        font-size: 0.62rem;
    }

    body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .team-card {
        gap: 4px;
        padding: 2px 3px;
        min-height: 30px;
    }

    body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .team-logo {
        width: 20px;
        height: 20px;
    }

    body.pronosticos-captura.pronosticos-theme-nfl .pickem-table .team-name {
        font-size: 11px;
    }
}

/* === Header NFL captura (hero renovado) === */
.nfl-captura-hero {
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 4px 0 8px;
    background-image: var(--nfl-hero-bg);
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #d50a0a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.nfl-captura-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(1, 51, 105, 0.94) 0%, rgba(23, 39, 58, 0.9) 45%, rgba(1, 51, 105, 0.82) 100%),
        radial-gradient(circle at 15% 20%, rgba(213, 10, 10, 0.35), transparent 42%),
        radial-gradient(circle at 85% 80%, rgba(250, 204, 21, 0.12), transparent 38%);
    pointer-events: none;
}

.nfl-captura-hero__yardlines {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.04) 0,
        rgba(255, 255, 255, 0.04) 1px,
        transparent 1px,
        transparent 48px
    );
    pointer-events: none;
    opacity: 0.55;
}

.nfl-captura-hero__inner {
    position: relative;
    z-index: 1;
    padding: 0 6px;
}

.nfl-captura-hero__panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px 10px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 10px 28px rgba(0, 0, 0, 0.35);
}

.nfl-captura-hero__brand,
.nfl-captura-hero__league {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nfl-captura-hero__content {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
}

.nfl-captura-hero__logo-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.nfl-captura-hero__logo {
    max-width: 96px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.55));
    transition: transform 0.25s ease;
}

.nfl-captura-hero__logo-link:hover .nfl-captura-hero__logo {
    transform: scale(1.04);
}

.nfl-captura-hero__league-logo {
    max-width: 56px;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.45));
}

.nfl-captura-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 999px;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #17273a;
    background: linear-gradient(180deg, #facc15, #eab308);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.nfl-captura-hero__badge i {
    font-size: 10px;
}

.nfl-captura-hero__title {
    margin: 6px 0 3px;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.nfl-captura-hero__prize {
    margin: 0 0 8px;
    font-family: "Oswald", sans-serif;
    font-size: clamp(0.85rem, 2.2vw, 1.05rem);
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #facc15;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.nfl-captura-hero__matchup {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(1, 51, 105, 0.55);
}

.nfl-captura-hero__side {
    min-width: 72px;
    padding: 6px 12px;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f8fafc;
}

.nfl-captura-hero__vs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 6px 8px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(180deg, #d50a0a, #9f0c0c);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.nfl-captura-hero__random {
    display: inline-flex;
    cursor: pointer;
    border-radius: 12px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 0.2s ease, transform 0.2s ease;
}

.nfl-captura-hero__random:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}

a.nfl-captura-hero__random {
    text-decoration: none;
    color: inherit;
}

/* Header NFL consulta (resultados / simulador) */
body.pronosticos-consulta.pronosticos-theme-nfl .nfl-consulta-hero .nfl-captura-hero__title {
    margin: 4px 0 2px;
    font-size: clamp(0.72rem, 1.9vw, 0.9rem);
    letter-spacing: 0.08em;
    line-height: 1.15;
}

body.pronosticos-consulta.pronosticos-theme-nfl .nfl-consulta-hero .nfl-captura-hero__premio-block {
    margin: 6px 0 0;
    color: #fff;
}

body.pronosticos-consulta.pronosticos-theme-nfl .nfl-captura-hero__premio-label {
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2px;
}

body.pronosticos-consulta.pronosticos-theme-nfl .nfl-captura-hero__premio-value,
body.pronosticos-consulta.pronosticos-theme-nfl .nfl-captura-hero__premio-block strong {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

body.pronosticos-consulta.pronosticos-theme-nfl .search-container {
    margin-top: 6px;
}

.nfl-captura-hero__stripe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: repeating-linear-gradient(
        90deg,
        #013369 0,
        #013369 24px,
        #d50a0a 24px,
        #d50a0a 48px
    );
    pointer-events: none;
}

@media (max-width: 767px) {
    .nfl-captura-hero {
        padding: 2px 0 6px;
    }

    .nfl-captura-hero__inner {
        padding: 0 4px;
    }

    .nfl-captura-hero__panel {
        flex-wrap: nowrap;
        gap: 6px;
        padding: 6px 8px;
    }

    .nfl-captura-hero__brand,
    .nfl-captura-hero__league {
        flex: 0 0 auto;
        order: unset;
    }

    .nfl-captura-hero__content {
        flex: 1 1 auto;
        order: unset;
        min-width: 0;
    }

    .nfl-captura-hero__logo {
        max-width: 64px;
    }

    .nfl-captura-hero__league-logo {
        max-width: 40px;
    }

    .nfl-captura-hero__random {
        padding: 2px;
    }

    .nfl-captura-hero__badge {
        font-size: 9px;
        padding: 2px 8px;
    }

    .nfl-captura-hero__title {
        font-size: clamp(1rem, 4.5vw, 1.35rem);
        margin: 4px 0 2px;
    }

    body.pronosticos-consulta.pronosticos-theme-nfl .nfl-consulta-hero .nfl-captura-hero__title {
        font-size: clamp(0.68rem, 2.8vw, 0.82rem);
    }

    body.pronosticos-consulta.pronosticos-theme-nfl .nfl-captura-hero__premio-value,
    body.pronosticos-consulta.pronosticos-theme-nfl .nfl-captura-hero__premio-block strong {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
    }

    .nfl-captura-hero__prize {
        font-size: clamp(0.7rem, 3.2vw, 0.85rem);
        margin: 0 0 6px;
    }

    .nfl-captura-hero__side {
        min-width: 44px;
        padding: 4px 6px;
        font-size: 9px;
    }

    .nfl-captura-hero__vs {
        min-width: 30px;
        padding: 4px 5px;
        font-size: 0.9rem;
    }
}

/* === Formulario NFL: costo, alias, botones, guardados === */
body.pronosticos-captura.pronosticos-theme-nfl .pickem-table tfoot td.nfl-captura-meta {
    padding: 0 !important;
    border: none;
    background: transparent;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__inner {
    gap: 8px;
    padding: 7px 12px;
    background: linear-gradient(90deg, #013369, #17273a 50%, #013369);
    border-top: 2px solid #facc15;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    flex-wrap: nowrap;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__label {
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__value {
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #facc15;
    text-transform: uppercase;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__muted {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: none;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-form-footer {
    margin: 0;
    padding: 12px 10px 14px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(23, 39, 58, 0.85) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-total-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-alias {
    margin-bottom: 12px;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-alias__group {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(250, 204, 21, 0.45);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-alias__icon {
    background: linear-gradient(180deg, #013369, #17273a) !important;
    border: none !important;
    padding: 0 12px;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-alias__input,
body.pronosticos-captura.pronosticos-theme-nfl #alias.nfl-captura-alias__input {
    height: 44px;
    padding: 10px 14px;
    font-size: 1rem !important;
    font-weight: 600;
    color: #0f172a;
    background: #f8fafc;
    border: none !important;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-alias__input:focus {
    box-shadow: none;
    background: #fff;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-alias__input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-buttons-wrap {
    text-align: center;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-alert {
    font-size: 0.85rem;
    margin-bottom: 8px;
    border-radius: 10px;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 10px;
    border: none;
    border-radius: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
    color: #fff;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn:active {
    transform: translateY(0);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn--luck {
    background: linear-gradient(180deg, #facc15, #ca8a04);
    color: #17273a;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn--luck:hover {
    color: #17273a;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn--reset {
    background: linear-gradient(180deg, #ef4444, #b91c1c);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn--save {
    background: linear-gradient(180deg, #22c55e, #15803d);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn--whatsapp {
    background: linear-gradient(180deg, #2563eb, #1d4ed8);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-saved {
    margin: 0 8px 12px;
    padding: 10px 12px 6px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-saved__title {
    margin: 0 0 8px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-saved__table {
    margin: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 11px;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-saved__table tbody td {
    vertical-align: middle;
    padding: 6px 8px;
    color: #0f172a;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-saved__table tbody tr#filaTotal td {
    background: linear-gradient(90deg, #013369, #17273a);
    color: #facc15;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-align: center;
    border: none;
}

body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-saved__table .btn-eliminar {
    border-radius: 8px;
    padding: 2px 8px;
}

@media (max-width: 767px) {
    body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-form-footer {
        padding: 10px 6px 12px;
    }

    body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__inner {
        padding: 6px 8px;
    }

    body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__label,
    body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-meta__value {
        font-size: 10px;
    }

    body.pronosticos-captura.pronosticos-theme-nfl .nfl-captura-btn {
        min-height: 36px;
        font-size: 0.7rem;
        padding: 6px 8px;
    }
}

body.pronosticos-captura.pronosticos-theme-nfl .table th,
body.pronosticos-captura.pronosticos-theme-nfl .table td {
    font-size: 12px;
}

body.pronosticos-captura.pronosticos-theme-nfl #nombres {
    font-size: 25px;
    width: 130px;
    color: #0b0b0b;
    text-align: center;
}

body.pronosticos-captura.pronosticos-theme-nfl #alias,
body.pronosticos-captura.pronosticos-theme-nfl #telefono {
    height: 33px;
    padding: 4px 10px;
    font-weight: bolder;
}

body.pronosticos-captura.pronosticos-theme-nfl .icono-red {
    padding: 6px 3px;
}

body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi input[type="checkbox"] {
    display: none;
}

.pickem-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    font-family: "Oswald", sans-serif;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.pickem-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.pickem-table td {
    padding: 1px;
}

.team-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    height: 100%;
    padding: 1px;
    cursor: pointer;
    background: #f9fafb;
    transition: all .3s ease;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box;
}

.team-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
}

.team-name {
    color: #111827;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.team-card:hover {
    background: #e5e7eb;
    transform: scale(1.02);
}

input:checked+.team-card {
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

input:checked+.team-card .team-name {
    color: #fff;
}

/* Fallback si no hay clase de equipo */
body.pronosticos-theme-nfl input:checked+.team-card:not([class*="team-"]) {
    background: #17273a;
    box-shadow: 0 0 8px rgba(23, 39, 58, 0.8);
}

.team-home {
    transform: rotate(15deg);
    margin-right: -45px;
    width: 60px;
    height: 60px;
    transition: transform .3s ease;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
}

.team-away {
    transform: scaleX(-1) rotate(15deg);
    margin-left: -45px;
    width: 60px;
    height: 60px;
    transition: transform .3s ease;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
}

.football-radio {
    display: inline-block;
    position: relative;
    margin: 0 1px;
    cursor: pointer;
}

.football-radio input[type="radio"],
.football-radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.football-radio img {
    width: 23px;
    height: 23px;
    opacity: .5;
    transition: opacity .3s ease, transform .2s ease;
    transform: rotate(-15deg);
}

.football-radio input:checked+img {
    opacity: 1;
    transform: scale(1.1) rotate(-15deg);
}

body.pronosticos-theme-nfl .football-radio img {
    width: 25px;
    height: 25px;
    transform: none;
}

body.pronosticos-theme-nfl .football-radio input:checked+img {
    opacity: 1;
    transform: none;
}

.football-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

body.pronosticos-theme-nfl .football-text {
    color: #fff;
    font-size: 15px;
}

.football-container {
    position: relative;
    display: inline-block;
}

.football-container img {
    display: block;
}

.radio-wrapper-48 {
    --light-gray: #9098A9;
    --gradient: linear-gradient(45deg, #c90909 0%, #c90909 17%, #c90909 33%, #d11313 50%, #b91111 67%, #c90909 83%, #c90909 100%);
    position: relative;
}

.radio-wrapper-48 input {
    display: none;
}

.radio-wrapper-48 label {
    width: 23px;
    height: 23px;
    border: 1px solid var(--light-gray);
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
    transition: all .1s ease;
    vertical-align: middle;
}

.radio-wrapper-48 input:checked+label {
    background: var(--gradient);
    box-shadow: 0 0 0 1px #fff inset;
    border-color: transparent;
}

.radio-wrapper-48 label:hover {
    background: linear-gradient(#fff, #fff) padding-box, var(--gradient) border-box;
}

.tabla-header {
    border-collapse: collapse;
    text-align: center;
}

.th-header {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: x-small;
    padding: 4px 8px;
    border-radius: 4px;
}

.btn-nfl {
    background: linear-gradient(45deg, #013369, #d50a0a);
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .3s;
}

.btn-nfl:hover {
    background: linear-gradient(45deg, #d50a0a, #013369);
    transform: scale(1.05);
}

.pronosticos-captura .modal-content {
    border: 2px solid #ffcc00;
}

.pronosticos-captura .nav-tabs .nav-link.active {
    background-color: #ffcc00 !important;
    color: #000 !important;
    border: none;
}

.pronosticos-captura .card-header {
    background: #222;
    border-bottom: 2px solid #ffcc00;
}

.pronosticos-captura .table-hover tbody tr:hover {
    background-color: rgba(255, 204, 0, .15);
}

input:checked+.team-card.team-cowboys {
    background: #003594 !important;
}

input:checked+.team-card.team-eagles {
    background: #004c54 !important;
}

input:checked+.team-card.team-chiefs {
    background: #e31837 !important;
}

input:checked+.team-card.team-packers {
    background: #203731 !important;
}

input:checked+.team-card.team-49ers {
    background: #aa0000 !important;
}

input:checked+.team-card.team-raiders {
    background: #000 !important;
}

input:checked+.team-card.team-giants {
    background: #0b2265 !important;
}

input:checked+.team-card.team-jets {
    background: #125740 !important;
}

input:checked+.team-card.team-patriots {
    background: #002244 !important;
}

input:checked+.team-card.team-dolphins {
    background: #008e97 !important;
}

input:checked+.team-card.team-texans {
    background: #032b44 !important;
}

input:checked+.team-card.team-buccaneers,
input:checked+.team-card.team-buccaners {
    background: #d50a0a !important;
}

input:checked+.team-card.team-steelers,
input:checked+.team-card.team-steeleers,
input:checked+.team-card.team-stealers,
input:checked+.team-card.team-steleers {
    background: #ffb612 !important;
}

input:checked+.team-card.team-ravens {
    background: #241773 !important;
}

input:checked+.team-card.team-falcons {
    background: #a6192e !important;
}

input:checked+.team-card.team-panthers {
    background: #0085ca !important;
}

input:checked+.team-card.team-saints {
    background: #d3bc8d !important;
}

input:checked+.team-card.team-bengals {
    background: #fb4f14 !important;
}

input:checked+.team-card.team-chargers {
    background: #002a5c !important;
}

input:checked+.team-card.team-vikings {
    background: #4f2683 !important;
}

input:checked+.team-card.team-seahawks {
    background: #002244 !important;
}

input:checked+.team-card.team-cardinals {
    background: #e63946 !important;
}

input:checked+.team-card.team-bills {
    background: #00338d !important;
}

input:checked+.team-card.team-lions {
    background: #0076b6 !important;
}

input:checked+.team-card.team-jaguars {
    background: #006778 !important;
}

input:checked+.team-card.team-titans {
    background: #4b92db !important;
}

input:checked+.team-card.team-bears {
    background: #0b162a !important;
}

input:checked+.team-card.team-commanders {
    background: #773141 !important;
}

input:checked+.team-card.team-browns {
    background: #311d00 !important;
}

input:checked+.team-card.team-broncos {
    background: #002244 !important;
}

input:checked+.team-card.team-rams {
    background: #003594 !important;
}

input:checked+.team-card.team-colts {
    background: #002c5f !important;
}

/* Texto oscuro en fondos claros del equipo */
input:checked+.team-card.team-steelers .team-name,
input:checked+.team-card.team-steeleers .team-name,
input:checked+.team-card.team-stealers .team-name,
input:checked+.team-card.team-steleers .team-name,
input:checked+.team-card.team-saints .team-name {
    color: #111827 !important;
}

#loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sports-spinner {
    animation: rotate 2s linear infinite;
    width: 50px;
    height: 50px;
}

.sports-spinner .path {
    stroke: #b411e8;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.loader-spinner p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    font-family: Arial, sans-serif;
}

@media (max-width: 1700px),
(max-width: 767.98px) {

    body.pronosticos-theme-nfl .table th,
    body.pronosticos-theme-nfl .table td {
        font-size: 10px;
        padding: 0;
    }

    body.pronosticos-theme-nfl #nombres {
        font-size: 14px;
        text-align: center;
    }

    body.pronosticos-theme-nfl .team-home,
    body.pronosticos-theme-nfl .team-away {
        width: 32px;
        height: 32px;
    }

    body.pronosticos-theme-nfl .team-logo {
        width: 25px;
        height: 25px;
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .pickem-table .team-card {
        padding: 1px;
        font-size: 13px;
        gap: 8px;
    }

    .pickem-table .team-logo {
        width: 20px;
        height: 20px;
    }

    body.pronosticos-theme-nfl .premio {
        font-size: 2.9rem;
    }

    body.pronosticos-theme-soccer.pronosticos-multi .logo {
        max-width: 90px;
    }

    body.pronosticos-theme-soccer.pronosticos-multi .logo1 {
        max-width: 50px;
    }

    body.pronosticos-theme-soccer.pronosticos-multi .premio {
        font-size: 2.1rem;
    }
}

/* === Páginas consulta (resultados, simulador) === */
body.pronosticos-consulta {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

body.pronosticos-consulta table {
    width: 100%;
    border-collapse: collapse;
}

body.pronosticos-consulta .table-responsive {
    overflow-x: auto;
    width: 100%;
}

body.pronosticos-consulta #pronosticosTable,
body.pronosticos-consulta .tabla-quiniela {
    width: 100%;
    border-collapse: collapse;
}

body.pronosticos-consulta #pronosticosTable th,
body.pronosticos-consulta #pronosticosTable td,
body.pronosticos-consulta .tabla-quiniela th,
body.pronosticos-consulta .tabla-quiniela td {
    padding: 2px 3px;
    vertical-align: middle;
}

body.pronosticos-consulta #pronosticosTable tbody td.bg,
body.pronosticos-consulta #pronosticosTable tbody td.bg-success,
body.pronosticos-consulta #pronosticosTable tbody td.celda-pronostico,
body.pronosticos-consulta #pronosticosTable tbody td.puntos,
body.pronosticos-consulta .tabla-quiniela tbody td.bg,
body.pronosticos-consulta .tabla-quiniela tbody td.bg-success,
body.pronosticos-consulta .tabla-quiniela tbody td.celda-pronostico,
body.pronosticos-consulta .tabla-quiniela tbody td.puntos {
    height: 21px;
    max-height: 21px;
    padding: 0 1px !important;
    line-height: 21px;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
}

body.pronosticos-consulta #pronosticosTable tbody td.col-alias,
body.pronosticos-consulta #pronosticosTable tbody td#user,
body.pronosticos-consulta .tabla-quiniela tbody td.col-alias,
body.pronosticos-consulta .tabla-quiniela tbody td#user {
    height: 21px;
    min-height: 22px;
    max-height: 21px;
    line-height: 21px;
    padding: 0 1px !important;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
}

body.pronosticos-consulta #pronosticosTable .th-partido,
body.pronosticos-consulta .tabla-quiniela .th-partido {
    padding: 2px !important;
}

body.pronosticos-consulta .th-partido-inner {
    text-align: center;
}

body.pronosticos-consulta .th-partido-local,
body.pronosticos-consulta .th-partido-visita {
    margin-top: 2px;
}

body.pronosticos-consulta #pronosticosTable td.celda-resultado-oficial,
body.pronosticos-consulta .tabla-quiniela td.celda-resultado-oficial {
    padding: 0 !important;
    height: 22px;
    line-height: 22px;
    background-color: #17273a !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    border-color: #334155;
}

body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable td.celda-resultado-oficial,
body.pronosticos-consulta.pronosticos-theme-soccer .tabla-quiniela td.celda-resultado-oficial {
    background: linear-gradient(135deg, #020617, #1f0a0a) !important;
    color: #fff !important;
    border-color: #334155;
}

body.pronosticos-consulta #pronosticosTable .th-partido>div>div,
body.pronosticos-consulta .tabla-quiniela .th-partido>div>div,
body.pronosticos-consulta .th-partido-local,
body.pronosticos-consulta .th-partido-visita {
    margin-top: 1px !important;
}

body.pronosticos-consulta th,
body.pronosticos-consulta td {
    border: 1px solid #ddd;
    text-align: center;
}

body.pronosticos-consulta .table th,
body.pronosticos-consulta .table td {
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.93);
    font-size: 12px;
}

body.pronosticos-consulta .teams {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.5));
    padding: 0;
    margin: 0;
}

body.pronosticos-consulta #user {
    color: #000;
    font-size: 7px;
    font-weight: 300;
}

body.pronosticos-consulta.pronosticos-theme-nfl {
    background-color: #17273a;
}

body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable,
body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable th:not(.th-partido),
body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela th:not(.th-partido) {
    background-color: #17273a;
    color: #fff;
    border-color: #334155;
}

body.pronosticos-consulta #pronosticosTable th.th-partido,
body.pronosticos-consulta .tabla-quiniela th.th-partido {
    background-color: #ffffff !important;
    color: #0f172a !important;
    border-color: #cbd5e1;
}

body.pronosticos-consulta .marcador {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    color: #0f172a !important;
}

body.pronosticos-consulta #pronosticosTable thead th.col-alias,
body.pronosticos-consulta .tabla-quiniela thead th.col-alias {
    width: 1%;
    min-width: 0;
    max-width: none;
    padding: 1px 2px !important;
}

body.pronosticos-consulta #pronosticosTable tbody td.col-alias,
body.pronosticos-consulta #pronosticosTable tbody td#user,
body.pronosticos-consulta .tabla-quiniela tbody td.col-alias,
body.pronosticos-consulta .tabla-quiniela tbody td#user {
    width: 1%;
    min-width: 0;
    max-width: none;
    text-align: left;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    padding: 0 2px !important;
    font-size: 8px;
    line-height: 22px;
}

body.pronosticos-consulta #pronosticosTable thead th.col-alias,
body.pronosticos-consulta .tabla-quiniela thead th.col-alias {
    height: 21px;
    min-height: 21px;
    max-height: 21px;
    line-height: 21px;
    padding: 1px px !important;
    font-size: 7px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

body.pronosticos-consulta .th-etiqueta .etiqueta-local,
body.pronosticos-consulta .th-etiqueta .etiqueta-visita {
    padding: 1px 1px;
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
}

body.pronosticos-consulta .th-etiqueta .etiqueta-vs,
body.pronosticos-consulta .th-etiqueta .etiqueta-marcador {
    padding: 1px 2px;
    background: #17273a;
    color: #fff;
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
}

body.pronosticos-consulta .th-dark {
    background-color: #17273a !important;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
}

body.pronosticos-consulta.pronosticos-theme-soccer .th-dark {
    background: linear-gradient(135deg, #020617, #1f0a0a) !important;
    color: #fff !important;
}

body.pronosticos-consulta.pronosticos-theme-soccer .th-etiqueta .etiqueta-vs,
body.pronosticos-consulta.pronosticos-theme-soccer .th-etiqueta .etiqueta-marcador {
    background: linear-gradient(135deg, #020617, #1f0a0a);
    color: #fbbf24;
}

body.pronosticos-consulta #pronosticosTable .resultado-simulado,
body.pronosticos-consulta .tabla-quiniela .resultado-simulado {
    width: 25px;
    text-align: center;
}

body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable tbody td,
body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela tbody td {
    background-color: #fff;
    color: #0f172a;
    font-weight: 700;
    border-color: #cbd5e1;
}

body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable tbody td#user,
body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela tbody td#user,
body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable tbody td.col-alias,
body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela tbody td.col-alias,
body.pronosticos-consulta.pronosticos-theme-nfl .fila-jugador td:first-child {
    background-color: #e2e8f0 !important;
    color: #0f172a !important;
    font-weight: 400 !important;
    font-size: 8px !important;
    white-space: nowrap !important;
}

body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable tbody td.bg-success {
    background-color: #16a34a !important;
    color: #fff !important;
}

body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable tbody td.bg {
    background-color: #fecaca !important;
    color: #7f1d1d !important;
}

body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela .celda-pronostico {
    background-color: #f8fafc;
    color: #0f172a;
}

body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela .puntos {
    background-color: #fff;
    color: #0f172a;
}

body.pronosticos-consulta.pronosticos-theme-nfl #pronosticosTable thead .marcador,
body.pronosticos-consulta.pronosticos-theme-nfl .tabla-quiniela thead .marcador {
    color: #0f172a !important;
}

body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable tbody td,
body.pronosticos-consulta.pronosticos-theme-soccer .tabla-quiniela tbody td {
    background-color: #fff;
    color: #0f172a;
    font-weight: 700;
    border-color: #cbd5e1;
}

body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable th:not(.th-partido),
body.pronosticos-consulta.pronosticos-theme-soccer .tabla-quiniela th:not(.th-partido) {
    border-color: #334155;
}

body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable tbody td#user,
body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable tbody tr>td:first-child,
body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable tbody td.col-alias,
body.pronosticos-consulta.pronosticos-theme-soccer .tabla-quiniela tbody td#user,
body.pronosticos-consulta.pronosticos-theme-soccer .tabla-quiniela tbody td.col-alias,
body.pronosticos-consulta.pronosticos-theme-soccer .fila-jugador td:first-child {
    background-color: #f8fafc !important;
    color: #0f172a !important;
    font-weight: 400 !important;
    font-size: 8px !important;
    white-space: nowrap !important;
}

body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable tbody td.bg-success,
body.pronosticos-consulta.pronosticos-theme-soccer .tabla-quiniela tbody td.bg-success {
    background-color: #16a34a !important;
    color: #fff !important;
}

body.pronosticos-consulta.pronosticos-theme-soccer #pronosticosTable tbody td.bg,
body.pronosticos-consulta.pronosticos-theme-soccer .tabla-quiniela tbody td.bg {
    background-color: #fecaca !important;
    color: #7f1d1d !important;
}

body.pronosticos-consulta .premio h1 {
    margin: 0;
    color: #fff;
}

body.pronosticos-consulta .premio h2 {
    margin: 0;
}

body.pronosticos-consulta.pronosticos-theme-soccer .premio h2 {
    font-size: 1.1rem;
}

body.pronosticos-consulta.pronosticos-theme-nfl .premio h2 {
    font-size: 1.6rem;
}

body.pronosticos-consulta footer.bg-dark {
    padding: 2px 0;
    font-size: x-small;
}

body.pronosticos-consulta .titulo2,
body.pronosticos-consulta .subtitulo,
body.pronosticos-consulta .subtitulo2 {
    text-align: center;
    font-family: "Bebas Neue", serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
}

body.pronosticos-consulta.pronosticos-theme-soccer .titulo2 {
    font-size: clamp(1.6rem, 3vw, 2rem);
    color: #facc15;
    line-height: 1.1;
}

body.pronosticos-consulta.pronosticos-page-simulador.pronosticos-theme-soccer .titulo2 {
    font-size: 20px;
    color: #fff;
}

body.pronosticos-consulta.pronosticos-theme-nfl .titulo2 {
    color: #fff;
    font-size: 18px;
}

body.pronosticos-consulta.pronosticos-theme-soccer .subtitulo {
    color: yellow;
    font-size: 11px;
}

body.pronosticos-consulta.pronosticos-theme-nfl .subtitulo {
    color: #facc15;
    font-size: 11px;
}

body.pronosticos-consulta.pronosticos-theme-soccer .subtitulo2 {
    font-size: clamp(0.85rem, 2vw, 1.1rem);
    color: #fff;
    opacity: 0.9;
    text-shadow: 2px 1px 0 #000;
}

body.pronosticos-consulta.pronosticos-theme-nfl .subtitulo2 {
    color: #fff;
    font-size: 17px;
    text-shadow: 2px 1px 0 #000;
}

body.pronosticos-consulta.pronosticos-theme-soccer .sports-header {
    padding: 1px 0;
    border-bottom: 1px solid rgba(1, 97, 22, 0.3);
}

body.pronosticos-consulta.pronosticos-page-simulador .sports-header {
    position: relative;
    padding: 14px 0;
    border-bottom: 2px solid rgba(1, 97, 22, 0.3);
}

body.pronosticos-consulta.pronosticos-page-simulador .sports-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 18px);
    pointer-events: none;
}

body.pronosticos-consulta .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.pronosticos-consulta .header-text {
    color: #f8fafc;
    text-align: left;
    max-width: 70%;
}

body.pronosticos-consulta .header-text .titulo2 {
    margin: 0;
}

body.pronosticos-consulta .header-text .subtitulo2 {
    margin: 0 0 2px;
}

body.pronosticos-consulta .header-logo img {
    max-height: 98px;
    width: auto;
    object-fit: contain;
}

.search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0;
    gap: 2px;
}

.search-box {
    display: flex;
    align-items: center;
    background: #17273a;
    border: 2px solid #d41f26;
    border-radius: 50px;
    padding: 6px 14px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.search-box i {
    color: #fff;
    margin-right: 8px;
    font-size: 16px;
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.search-box input::placeholder {
    color: #bbb;
    font-style: italic;
}

.search-count {
    font-size: 14px;
    font-weight: bold;
    color: #17273a;
    background: #ffd700;
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
}

@media (max-width: 1200px) {
    body.pronosticos-consulta .teams {
        width: 17px !important;
        height: 17px !important;
    }

    body.pronosticos-consulta.pronosticos-theme-nfl .teams {
        width: 17px !important;
        height: 17px !important;
    }

    body.pronosticos-consulta th,
    body.pronosticos-consulta td {
        font-size: 8px;
    }

    body.pronosticos-consulta #pronosticosTable tbody td.bg,
    body.pronosticos-consulta #pronosticosTable tbody td.bg-success,
    body.pronosticos-consulta #pronosticosTable tbody td.celda-pronostico,
    body.pronosticos-consulta #pronosticosTable tbody td.puntos,
    body.pronosticos-consulta .tabla-quiniela tbody td.bg,
    body.pronosticos-consulta .tabla-quiniela tbody td.bg-success,
    body.pronosticos-consulta .tabla-quiniela tbody td.celda-pronostico,
    body.pronosticos-consulta .tabla-quiniela tbody td.puntos {
        height: 15px;
        max-height: 15px;
        line-height: 15px;
        padding: 0 1px !important;
    }

    body.pronosticos-consulta #pronosticosTable tbody td.col-alias,
    body.pronosticos-consulta #pronosticosTable tbody td#user,
    body.pronosticos-consulta .tabla-quiniela tbody td.col-alias,
    body.pronosticos-consulta .tabla-quiniela tbody td#user {
        height: 15px;
        min-height: 15px;
        max-height: 15px;
        line-height: 15px;
        padding: 0 1px !important;
        white-space: nowrap;
    }

    body.pronosticos-consulta #pronosticosTable thead th.col-alias,
    body.pronosticos-consulta .tabla-quiniela thead th.col-alias {
        height: 15px;
        min-height: 15px;
        max-height: 15px;
        line-height: 15px;
        font-size: 7px;
        max-width: none;
        white-space: nowrap;
        padding: 0 1px !important;
    }

    body.pronosticos-consulta #pronosticosTable tbody td.col-alias,
    body.pronosticos-consulta #pronosticosTable tbody td#user,
    body.pronosticos-consulta .tabla-quiniela tbody td.col-alias,
    body.pronosticos-consulta .tabla-quiniela tbody td#user {
        max-width: none;
        font-size: 7px;
        line-height: 15px;
        padding: 0 1px !important;
        white-space: nowrap;
    }

    body.pronosticos-consulta #pronosticosTable th,
    body.pronosticos-consulta #pronosticosTable td,
    body.pronosticos-consulta .tabla-quiniela th,
    body.pronosticos-consulta .tabla-quiniela td {
        padding: 1px 2px;
    }

    body.pronosticos-consulta #pronosticosTable td.celda-resultado-oficial,
    body.pronosticos-consulta .tabla-quiniela td.celda-resultado-oficial {
        height: 15px;
        line-height: 15px;
        font-size: 8px;
    }

    body.pronosticos-consulta .marcador {
        font-size: 8px;
    }

    body.pronosticos-consulta .th-etiqueta .etiqueta-local,
    body.pronosticos-consulta .th-etiqueta .etiqueta-visita,
    body.pronosticos-consulta .th-etiqueta .etiqueta-vs,
    body.pronosticos-consulta .th-etiqueta .etiqueta-marcador {
        padding: 1px;
        font-size: 7px;
        line-height: 1;
    }

    body.pronosticos-consulta #pronosticosTable tbody td#user,
    body.pronosticos-consulta #pronosticosTable tbody td.col-alias,
    body.pronosticos-consulta .tabla-quiniela tbody td#user,
    body.pronosticos-consulta .tabla-quiniela tbody td.col-alias,
    body.pronosticos-consulta #user {
        font-size: 7px !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
    }

    body.pronosticos-consulta .btn {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    body.pronosticos-consulta .teams {
        width: 21px !important;
        height: 21px !important;
    }

    body.pronosticos-consulta .logo {
        max-width: 90px;
    }

    body.pronosticos-consulta.pronosticos-theme-nfl .logo {
        max-width: 80px;
    }

    body.pronosticos-consulta .logo1 {
        max-width: 50px;
    }

    body.pronosticos-consulta.pronosticos-theme-nfl .logo1 {
        max-width: 60px;
    }

    body.pronosticos-consulta .premio {
        font-size: 2.9rem;
    }

    body.pronosticos-consulta .btn-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    body.pronosticos-consulta #pronosticosTable tbody td#user,
    body.pronosticos-consulta #pronosticosTable tbody td.col-alias,
    body.pronosticos-consulta .tabla-quiniela tbody td#user,
    body.pronosticos-consulta .tabla-quiniela tbody td.col-alias,
    body.pronosticos-consulta #user {
        font-size: 7px !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
    }

    body.pronosticos-consulta.pronosticos-page-simulador .header-inner {
        align-items: center;
    }

    body.pronosticos-consulta.pronosticos-page-simulador .header-text {
        max-width: 65%;
    }

    body.pronosticos-consulta.pronosticos-page-simulador .header-logo img {
        max-height: 90px;
    }
}

@media (max-width: 576px) {
    .search-box {
        max-width: 100%;
        padding: 6px 10px;
    }

    .search-box input {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    body.pronosticos-consulta .header-info h1 {
        font-size: 14px;
    }

    body.pronosticos-consulta .header-info p {
        font-size: 11px;
    }
}

/* === Páginas quinielas (lista, estatus) === */
body.pronosticos-quinielas.pronosticos-theme-nfl {
    background-color: #17273a;
    min-height: 100vh;
}

body.pronosticos-quinielas.pronosticos-theme-soccer {
    background:
        radial-gradient(circle at 50% -20%, rgba(1, 97, 22, 0.2), transparent 55%),
        linear-gradient(135deg, #020617, #0f172a);
    min-height: 100vh;
}

body.pronosticos-quinielas .table-status-pending {
    background-color: #f8d7da !important;
    color: #721c24 !important;
}

body.pronosticos-quinielas .table-status-paid {
    background-color: #d4edda !important;
    color: #155724 !important;
}

body.pronosticos-quinielas .display th,
body.pronosticos-quinielas .display td {
    text-align: center;
    font-size: 10px;
}

body.pronosticos-quinielas.pronosticos-theme-soccer .display thead {
    background-color: #007bff;
    color: #fff;
}

body.pronosticos-quinielas.pronosticos-theme-nfl .display thead {
    background-color: #17273a;
    color: #fff;
}

body.pronosticos-quinielas.pronosticos-theme-soccer .page-title {
    color: #007bff;
}

body.pronosticos-quinielas.pronosticos-theme-nfl .page-title {
    color: #facc15;
}

body.pronosticos-quinielas #quinielasTable tbody td {
    font-weight: 600;
    font-size: 11px;
}

body.pronosticos-quinielas.pronosticos-theme-nfl #quinielasTable tbody td {
    color: #0f172a;
}

body.pronosticos-quinielas .page-title {
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    font-size: 1.5em;
}

body.pronosticos-quinielas footer.bg-dark {
    padding: 2px 0;
    font-size: x-small;
}

body.pronosticos-quinielas .custom-modal {
    background: #1e3d1e;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-family: Arial, sans-serif;
}

body.pronosticos-quinielas .custom-table {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

body.pronosticos-quinielas .custom-table td {
    background: #f8f9fa;
    color: #333;
    padding: 6px;
    font-size: 13px;
}

body.pronosticos-quinielas .custom-header,
body.pronosticos-quinielas .custom-footer {
    color: #fff;
    text-align: center;
    padding: 10px 15px;
}

body.pronosticos-quinielas.pronosticos-theme-soccer .custom-header,
body.pronosticos-quinielas.pronosticos-theme-soccer .custom-table th,
body.pronosticos-quinielas.pronosticos-theme-soccer .custom-footer {
    background: #2b6e2b;
}

body.pronosticos-quinielas.pronosticos-theme-nfl .custom-header,
body.pronosticos-quinielas.pronosticos-theme-nfl .custom-table th,
body.pronosticos-quinielas.pronosticos-theme-nfl .custom-footer {
    background: #17273a;
}

body.pronosticos-quinielas .custom-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

body.pronosticos-quinielas .custom-table th {
    color: #fff;
    padding: 8px;
    font-size: 13px;
}

body.pronosticos-quinielas .custom-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    body.pronosticos-quinielas .modal-dialog {
        max-width: 90%;
        color: #fff;
    }

    body.pronosticos-quinielas .custom-table th,
    body.pronosticos-quinielas .custom-table td {
        font-size: 12px;
        padding: 5px;
    }

    body.pronosticos-quinielas .custom-header h5 {
        font-size: 16px;
    }
}

/* Multi-quiniela con tema NFL (plantillav) */
body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi input[type="checkbox"] {
    display: none;
}

body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi .btn-option {
    width: auto;
    height: auto;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: bold;
    color: #17273a;
    border: 1px solid #17273a;
    display: inline-block;
}

body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi .btn-option:hover {
    background-color: #17273a;
    color: #fff;
    transform: none;
    box-shadow: none;
}

body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi input[type="checkbox"]:checked+label.btn-option {
    background-color: #17273a;
    color: #fff;
    border-color: #17273a;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
    transform: none;
    animation: none;
}

body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi #nombres {
    font-size: 13px;
    width: auto;
    color: inherit;
}

@media (max-width: 767.98px) {
    body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi #nombres {
        font-size: 10px;
    }

    body.pronosticos-captura.pronosticos-theme-nfl.pronosticos-multi .teams {
        width: 30px;
        height: 30px;
    }
}

/* =========================================================
   Soccer captura moderna (plantillasoccer.php)
   ========================================================= */
body.pronosticos-captura.pronosticos-theme-soccer:not(.pronosticos-multi) {
    --soccer-card: rgba(248, 250, 252, 0.96);
    --soccer-ink: #0f172a;
    --soccer-accent: #facc15;
    --soccer-ok: #16a34a;
}

.soccer-captura {
    width: min(720px, 100%);
    margin: 0 auto;
    padding: 0 10px 28px;
}

.soccer-captura__form {
    width: 100%;
}

.soccer-board {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.55)),
        var(--table-logo-url) center / min(260px, 70%) no-repeat,
        linear-gradient(160deg, #022c22 0%, #0f172a 55%, #1a0b0b 100%);
    border: 1px solid rgba(250, 204, 21, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.soccer-board__legend {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--soccer-accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(2, 6, 23, 0.55);
    border-bottom: 1px solid rgba(250, 204, 21, 0.15);
}

.soccer-board__legend span:nth-child(2) {
    text-align: center;
}

.soccer-board__legend span:last-child {
    text-align: right;
}

.soccer-board__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

.soccer-match {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 6px;
    padding: 8px;
    border-radius: 14px;
    background: var(--soccer-card);
    box-shadow: 0 4px 14px rgba(2, 6, 23, 0.12);
    animation: soccerMatchIn 0.45s ease both;
    animation-delay: calc(var(--match-i, 0) * 0.05s);
}

@keyframes soccerMatchIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.soccer-match__side {
    min-width: 0;
}

.soccer-match__side input[type="radio"],
.soccer-match__mid input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.soccer-team {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    padding: 8px 10px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    background: linear-gradient(180deg, #fff, #f8fafc);
    color: var(--soccer-ink);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
    user-select: none;
}

.soccer-team--away {
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
}

.soccer-team:hover {
    border-color: #86efac;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(22, 163, 74, 0.18);
}

.soccer-match__side input[type="radio"]:checked+.soccer-team,
.soccer-match__side input[type="radio"]:focus-visible+.soccer-team {
    border-color: var(--soccer-ok);
    background:
        linear-gradient(145deg, rgba(22, 163, 74, 0.12), rgba(250, 204, 21, 0.12)),
        #fff;
    box-shadow:
        0 0 0 2px rgba(22, 163, 74, 0.22),
        0 8px 18px rgba(22, 163, 74, 0.22);
}

.soccer-team__badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #14532d;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.soccer-match__side input[type="radio"]:checked+.soccer-team .soccer-team__badge {
    color: #052e16;
    background: var(--soccer-accent);
    border-color: #eab308;
}

.soccer-team__crest {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex: 0 0 auto;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
}

.soccer-team__name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: clamp(0.72rem, 2.8vw, 0.92rem);
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.soccer-match__mid {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
}

.soccer-draw {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 52px;
    min-height: 56px;
    border-radius: 999px;
    border: 2px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.soccer-draw:hover {
    border-color: #fde047;
    transform: scale(1.04);
}

.soccer-match__mid input[type="radio"]:checked+.soccer-draw,
.soccer-match__mid input[type="radio"]:focus-visible+.soccer-draw {
    border-color: #eab308;
    background: linear-gradient(160deg, #fef08a, #facc15);
    box-shadow: 0 6px 16px rgba(234, 179, 8, 0.35);
}

.soccer-draw__letter {
    font-size: 0.95rem;
    font-weight: 800;
    color: #854d0e;
    line-height: 1;
}

.soccer-draw__label {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #a16207;
}

.soccer-match__vs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 800;
    color: #b91c1c;
    background: #fee2e2;
    border: 1px solid #fecaca;
}

.soccer-board__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px 14px;
    color: var(--soccer-accent);
    background:
        radial-gradient(circle at 80% -20%, rgba(1, 97, 22, 0.35), transparent 45%),
        linear-gradient(135deg, #020617, #1f0a0a);
    border-top: 1px solid rgba(250, 204, 21, 0.18);
}

.soccer-meta__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.soccer-meta__item--end {
    text-align: right;
    margin-left: auto;
}

.soccer-meta__label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.85;
}

.soccer-meta__label i {
    margin-right: 4px;
}

.soccer-meta__value {
    font-size: 0.95rem;
    font-weight: 700;
}

.soccer-captura__footer {
    margin-top: 14px;
}

.soccer-total {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin: 0 0 12px;
    color: #fff;
}

.soccer-total__label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
}

.soccer-total strong {
    font-size: 1.35rem;
    color: var(--soccer-accent);
    border-bottom: 2px solid rgba(250, 204, 21, 0.45);
    padding-bottom: 2px;
}

.soccer-alias {
    max-width: 420px;
    margin: 0 auto 12px;
}

.soccer-alias__group {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.soccer-alias__icon {
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-right: 0;
}

.soccer-alias__input,
body.pronosticos-captura.pronosticos-theme-soccer #alias.soccer-alias__input {
    height: 46px;
    border: 1px solid #86efac;
    background: #f8fafc;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.soccer-alias__input:focus {
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.2);
    border-color: #16a34a;
}

.soccer-acciones {
    padding: 12px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 20% 0%, rgba(34, 197, 94, 0.18), transparent 45%),
        linear-gradient(135deg, #020617, #0f172a);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.soccer-acciones__btn {
    height: 44px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.soccer-acciones__btn--luck {
    color: #111827;
}

.soccer-acciones__btn--reset {
    background: rgba(15, 23, 42, 0.65);
}

.soccer-acciones__btn--wa {
    background: linear-gradient(135deg, #128c7e, #25d366);
    border-color: transparent;
}

.soccer-acciones__btn--wa:hover {
    filter: brightness(1.05);
}

.soccer-saved {
    margin-top: 18px;
    padding: 0 4px 8px;
}

.soccer-saved__title {
    text-align: center;
    color: #e2e8f0;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.soccer-saved__table {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
}

.soccer-saved__table td {
    font-size: 0.85rem;
    vertical-align: middle;
}

@media (max-width: 575.98px) {
    .soccer-captura {
        padding: 0 6px 22px;
    }

    .soccer-board__legend {
        padding: 8px 10px;
        font-size: 0.64rem;
        letter-spacing: 0.1em;
    }

    .soccer-board__list {
        padding: 8px;
        gap: 7px;
    }

    .soccer-match {
        gap: 4px;
        padding: 6px;
    }

    .soccer-team,
    .soccer-team--away {
        min-height: 48px;
        padding: 6px;
        gap: 5px;
    }

    .soccer-team__badge {
        width: 24px;
        height: 24px;
        font-size: 0.7rem;
        border-radius: 8px;
    }

    .soccer-team__crest {
        width: 30px;
        height: 30px;
    }

    .soccer-team__name {
        font-size: 0.68rem;
        -webkit-line-clamp: 2;
    }

    .soccer-match__mid {
        min-width: 44px;
    }

    .soccer-draw {
        width: 44px;
        min-height: 48px;
    }

    .soccer-draw__letter {
        font-size: 0.85rem;
    }

    .soccer-draw__label {
        display: none;
    }

    .soccer-board__meta {
        padding: 10px 12px;
    }

    .soccer-meta__value {
        font-size: 0.85rem;
    }

    .soccer-acciones__btn span {
        font-size: 0.78rem;
    }

    .soccer-acciones__btn--save span {
        font-size: 0.72rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .soccer-team__crest {
        width: 36px;
        height: 36px;
    }

    .soccer-team {
        min-height: 52px;
        padding: 7px 8px;
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .soccer-match {
        animation: none !important;
    }

    .soccer-team:hover,
    .soccer-draw:hover {
        transform: none;
    }
}