/* =====================================================
   PUBLIC MODERN · CLIENTE PREMIUM APP
   Vista pública Quinielas Villas
   ===================================================== */

/* =====================================================
   RESET PUBLICO
   ===================================================== */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

body.qv-public-body,
body:not(.qv-admin-body) {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(0, 98, 255, 0.12), transparent 28rem),
        radial-gradient(circle at top right, rgba(255, 193, 7, 0.18), transparent 28rem),
        linear-gradient(180deg, #f5f8ff 0%, #ffffff 46%, #eef4ff 100%) !important;
    color: #06142f !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.qv-public-body *,
body.qv-public-body *::before,
body.qv-public-body *::after,
body:not(.qv-admin-body) *,
body:not(.qv-admin-body) *::before,
body:not(.qv-admin-body) *::after {
    box-sizing: border-box;
}

body.qv-public-body img,
body:not(.qv-admin-body) img {
    max-width: 100%;
}

body.qv-public-body .qv-public-main,
body.qv-public-body .qv-public-content-wrap,
body.qv-public-body .ch-container,
body:not(.qv-admin-body) .qv-public-main,
body:not(.qv-admin-body) .qv-public-content-wrap,
body:not(.qv-admin-body) .ch-container {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

body.qv-public-body .qv-admin-sidebar,
body.qv-public-body .qv-admin-mobile-toggle,
body.qv-public-body .qv-admin-sidebar-backdrop,
body:not(.qv-admin-body) .qv-admin-sidebar,
body:not(.qv-admin-body) .qv-admin-mobile-toggle,
body:not(.qv-admin-body) .qv-admin-sidebar-backdrop {
    display: none !important;
}

/* =====================================================
   NAVBAR PUBLICA
   ===================================================== */

body.qv-public-body .navbar-light-custom,
body:not(.qv-admin-body) .navbar-light-custom {
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: 76px;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(18px);
}

body.qv-public-body .navbar-light-custom .container,
body:not(.qv-admin-body) .navbar-light-custom .container {
    width: min(100% - 28px, 1180px);
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
}

body.qv-public-body .navbar-brand,
body:not(.qv-admin-body) .navbar-brand {
    min-width: 0;
}

body.qv-public-body .qv-public-logo,
body:not(.qv-admin-body) .qv-public-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(15, 23, 42, 0.14));
}

body.qv-public-body .qv-public-brand-name,
body:not(.qv-admin-body) .qv-public-brand-name {
    color: #06142f;
    font-size: 1.15rem;
    font-weight: 950;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

body.qv-public-body .navbar-light-custom .nav-link,
body:not(.qv-admin-body) .navbar-light-custom .nav-link {
    min-height: 42px;
    padding: 0.55rem 0.9rem !important;
    border-radius: 999px;
    color: #334155 !important;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.qv-public-body .navbar-light-custom .nav-link.active,
body:not(.qv-admin-body) .navbar-light-custom .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0062ff, #003ea8);
    box-shadow: 0 10px 24px rgba(0, 98, 255, 0.22);
}

body.qv-public-body .navbar-toggler,
body:not(.qv-admin-body) .navbar-toggler {
    border: 0;
    border-radius: 14px;
    background: rgba(0, 98, 255, 0.08);
    box-shadow: none !important;
}

/* =====================================================
   HERO
   ===================================================== */

body.qv-public-body .ch-hero,
body:not(.qv-admin-body) .ch-hero {
    --hero-overlay-opacity: 0.72;
    --hero-bg-desktop: none;
    --hero-bg-mobile: var(--hero-bg-desktop);

    position: relative;
    width: 100%;
    padding: 2.2rem 0 2.7rem;
    overflow: hidden !important;
    isolation: isolate;
    background: linear-gradient(180deg, #06142f 0%, #0f2b66 52%, #f8fbff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

body.qv-public-body .ch-hero::before,
body:not(.qv-admin-body) .ch-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        var(--hero-bg-desktop) center center / cover no-repeat,
        linear-gradient(135deg, #06142f, #0f2b66);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transform: scale(1.02);
    pointer-events: none;
}

body.qv-public-body .ch-hero::after,
body:not(.qv-admin-body) .ch-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.20), transparent 22rem),
        radial-gradient(circle at 85% 18%, rgba(255, 193, 7, 0.30), transparent 20rem),
        linear-gradient(180deg,
            rgba(2, 8, 23, calc(var(--hero-overlay-opacity) - 0.08)) 0%,
            rgba(2, 8, 23, var(--hero-overlay-opacity)) 48%,
            rgba(248, 251, 255, 0.94) 100%);
}

body.qv-public-body .ch-hero-overlay,
body:not(.qv-admin-body) .ch-hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}

body.qv-public-body .ch-hero-logo-wrap,
body.qv-public-body .ch-league-selector-wrap,
body.qv-public-body .ch-hero-copy-wrap,
body.qv-public-body .ch-prizes-wrap,
body.qv-public-body .ch-countdown-wrapper,
body:not(.qv-admin-body) .ch-hero-logo-wrap,
body:not(.qv-admin-body) .ch-league-selector-wrap,
body:not(.qv-admin-body) .ch-hero-copy-wrap,
body:not(.qv-admin-body) .ch-prizes-wrap,
body:not(.qv-admin-body) .ch-countdown-wrapper {
    position: relative;
    z-index: 5;
    width: min(100% - 32px, 760px);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

body.qv-public-body .ch-hero-logo-wrap,
body:not(.qv-admin-body) .ch-hero-logo-wrap {
    margin-bottom: 1rem;
}

body.qv-public-body .hero-central-logo,
body:not(.qv-admin-body) .hero-central-logo {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 150px;
    object-fit: contain;
    margin: 0 auto;
    filter:
        drop-shadow(0 16px 28px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 20px rgba(255, 193, 7, 0.24));
}

/* =====================================================
   HERO SCENE
   ===================================================== */

body.qv-public-body .hero-scene,
body:not(.qv-admin-body) .hero-scene {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    perspective: 900px;
}

body.qv-public-body .hero-scene__stadium-light,
body:not(.qv-admin-body) .hero-scene__stadium-light {
    position: absolute;
    top: 8%;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.22) 18%, rgba(0, 98, 255, 0.08) 44%, transparent 72%);
    filter: blur(10px);
    opacity: 0.48;
}

body.qv-public-body .hero-scene__stadium-light--left,
body:not(.qv-admin-body) .hero-scene__stadium-light--left {
    left: -110px;
}

body.qv-public-body .hero-scene__stadium-light--right,
body:not(.qv-admin-body) .hero-scene__stadium-light--right {
    right: -110px;
}

body.qv-public-body .hero-scene__field,
body:not(.qv-admin-body) .hero-scene__field {
    position: absolute;
    left: 50%;
    bottom: -8%;
    width: min(96vw, 1120px);
    height: 240px;
    transform: translateX(-50%) rotateX(62deg);
    transform-origin: center bottom;
    border-radius: 48px 48px 0 0;
    background:
        linear-gradient(90deg, rgba(0, 98, 255, 0.03), rgba(22, 163, 74, 0.06), rgba(0, 98, 255, 0.03)),
        repeating-linear-gradient(90deg, rgba(22, 163, 74, 0.08) 0 80px, rgba(22, 163, 74, 0.03) 80px 160px);
    border: 1px solid rgba(0, 98, 255, 0.08);
    opacity: 0.8;
}

body.qv-public-body .hero-scene__goal-wrap,
body:not(.qv-admin-body) .hero-scene__goal-wrap {
    position: absolute;
    right: clamp(18px, 5vw, 86px);
    bottom: clamp(28px, 6vw, 78px);
    width: clamp(190px, 21vw, 300px);
    height: clamp(116px, 13vw, 178px);
    z-index: 3;
    transform-origin: center bottom;
}

body.qv-public-body .hero-scene__goal,
body:not(.qv-admin-body) .hero-scene__goal {
    position: absolute;
    inset: 0;
    border: 7px solid rgba(255, 255, 255, 0.98);
    border-bottom-width: 9px;
    border-radius: 14px 14px 20px 20px;
    background:
        linear-gradient(to right, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
    background-size: 19px 19px, 19px 19px, 100% 100%;
    box-shadow:
        0 22px 44px rgba(15, 23, 42, 0.18),
        inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

body.qv-public-body .hero-scene__net-wave,
body.qv-public-body .hero-scene__goal-flash,
body:not(.qv-admin-body) .hero-scene__net-wave,
body:not(.qv-admin-body) .hero-scene__goal-flash {
    position: absolute;
    inset: 9px;
    border-radius: 10px 10px 16px 16px;
    opacity: 0;
}

body.qv-public-body .hero-scene__ball-path,
body:not(.qv-admin-body) .hero-scene__ball-path {
    position: absolute;
    right: clamp(210px, 25vw, 420px);
    bottom: clamp(60px, 9vw, 122px);
    width: 84px;
    height: 84px;
    z-index: 5;
}

body.qv-public-body .hero-scene__ball,
body:not(.qv-admin-body) .hero-scene__ball {
    position: absolute;
    inset: 0;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88) 54%, rgba(215, 225, 240, 0.94) 100%);
    box-shadow:
        0 20px 34px rgba(15, 23, 42, 0.18),
        inset -8px -10px 18px rgba(0, 0, 0, 0.08);
}

body.qv-public-body .hero-scene__ball::before,
body:not(.qv-admin-body) .hero-scene__ball::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 22%, #111827 0 8px, transparent 9px),
        radial-gradient(circle at 24% 52%, #111827 0 7px, transparent 8px),
        radial-gradient(circle at 74% 52%, #111827 0 7px, transparent 8px),
        radial-gradient(circle at 37% 78%, #111827 0 6px, transparent 7px),
        radial-gradient(circle at 63% 78%, #111827 0 6px, transparent 7px);
}

body.qv-public-body .hero-scene__mascot,
body:not(.qv-admin-body) .hero-scene__mascot {
    position: absolute;
    right: clamp(150px, 18vw, 310px);
    bottom: clamp(34px, 6vw, 84px);
    width: clamp(110px, 13vw, 170px);
    height: clamp(110px, 13vw, 170px);
    background: url("/assets/img/hero-mascota-retro-futbol.png") center center / contain no-repeat;
    filter: drop-shadow(0 18px 34px rgba(15, 23, 42, 0.18));
    z-index: 4;
}

body.qv-public-body .hero-scene__particles,
body:not(.qv-admin-body) .hero-scene__particles {
    position: absolute;
    right: clamp(70px, 10vw, 150px);
    bottom: clamp(90px, 11vw, 170px);
    width: 130px;
    height: 90px;
    z-index: 7;
}

body.qv-public-body .hero-scene__particles span,
body:not(.qv-admin-body) .hero-scene__particles span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ffc107;
    opacity: 0;
    box-shadow: 0 0 16px rgba(255, 193, 7, 0.55);
}

body.qv-public-body .hero-scene__goal-text,
body:not(.qv-admin-body) .hero-scene__goal-text {
    position: absolute;
    right: clamp(52px, 8vw, 136px);
    top: clamp(80px, 16vw, 150px);
    z-index: 8;
    font-size: clamp(1.1rem, 2.2vw, 2rem);
    font-weight: 1000;
    letter-spacing: 0.08em;
    color: #dc2626;
    opacity: 0;
}

/* =====================================================
   HERO CONTENT
   ===================================================== */

body.qv-public-body .ch-league-scroll,
body:not(.qv-admin-body) .ch-league-scroll {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

body.qv-public-body .btn-league,
body.qv-public-body .btn-league-custom,
body:not(.qv-admin-body) .btn-league,
body:not(.qv-admin-body) .btn-league-custom {
    min-height: 38px;
    padding: 0.48rem 0.95rem;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #0f2b66 !important;
    font-size: 0.78rem;
    font-weight: 950;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

body.qv-public-body .btn-league.active,
body.qv-public-body .btn-league-custom.active,
body:not(.qv-admin-body) .btn-league.active,
body:not(.qv-admin-body) .btn-league-custom.active {
    background: linear-gradient(135deg, #ffc107, #ff8a00) !important;
    color: #111827 !important;
    border-color: transparent !important;
}

body.qv-public-body .ch-hero h1,
body:not(.qv-admin-body) .ch-hero h1 {
    margin: 1rem 0 0.5rem;
    color: #ffffff !important;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -0.06em;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.42);
}

body.qv-public-body .ch-hero h1 span,
body:not(.qv-admin-body) .ch-hero h1 span {
    color: #ffc107;
}

body.qv-public-body .ch-hero h2,
body:not(.qv-admin-body) .ch-hero h2 {
    max-width: 720px;
    margin: 0 auto 1.25rem;
    color: #ffffff !important;
    font-size: clamp(1.08rem, 2.6vw, 1.65rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.04em;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.44);
}

body.qv-public-body .ch-round-form,
body:not(.qv-admin-body) .ch-round-form {
    width: min(100%, 580px);
    margin: 0 auto 1.2rem;
}

body.qv-public-body .ch-hero .input-group,
body:not(.qv-admin-body) .ch-hero .input-group {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

body.qv-public-body .ch-hero .input-group-text,
body:not(.qv-admin-body) .ch-hero .input-group-text {
    min-height: 54px;
    border: 0;
    background: #06142f;
    color: #ffd34d;
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0 1rem;
}

body.qv-public-body .ch-round-select,
body:not(.qv-admin-body) .ch-round-select {
    position: relative;
    z-index: 2;
    display: block !important;
    min-height: 54px;
    width: 100% !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    color: #06142f !important;
    font-size: 0.82rem;
    font-weight: 950;
    line-height: 1.2;
    opacity: 1 !important;
    padding-left: 1rem !important;
    padding-right: 2.4rem !important;
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    box-shadow: none !important;
}

body.qv-public-body .ch-round-select option,
body:not(.qv-admin-body) .ch-round-select option {
    color: #06142f !important;
    background: #ffffff !important;
    font-weight: 800;
}

body.qv-public-body .date-info-container,
body:not(.qv-admin-body) .date-info-container {
    display: grid;
    gap: 0.48rem;
    width: min(100%, 590px);
    margin: 0 auto 1.35rem;
    padding: 1.05rem 1.25rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
}

body.qv-public-body .date-info-container .small,
body:not(.qv-admin-body) .date-info-container .small {
    color: #334155;
    line-height: 1.25;
}

body.qv-public-body .date-label--start,
body:not(.qv-admin-body) .date-label--start {
    color: #0062ff;
}

body.qv-public-body .date-label--end,
body:not(.qv-admin-body) .date-label--end {
    color: #dc2626;
}

/* =====================================================
   PRIZES + COUNTDOWN
   ===================================================== */

body.qv-public-body .ch-prizes-wrap,
body:not(.qv-admin-body) .ch-prizes-wrap {
    margin-bottom: 1.5rem;
}

body.qv-public-body .prize-grid,
body:not(.qv-admin-body) .prize-grid {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

body.qv-public-body .prize-card,
body:not(.qv-admin-body) .prize-card {
    min-width: 165px;
    padding: 0.9rem 1.1rem 1rem;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 193, 7, 0.12), transparent 8rem),
        #ffffff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

body.qv-public-body .prize-card--first,
body:not(.qv-admin-body) .prize-card--first {
    border: 2px solid rgba(255, 193, 7, 0.75);
}

body.qv-public-body .prize-card--second,
body:not(.qv-admin-body) .prize-card--second {
    border: 2px solid rgba(148, 163, 184, 0.5);
}

body.qv-public-body .prize-card__label,
body:not(.qv-admin-body) .prize-card__label {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #06142f;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 950;
}

body.qv-public-body .prize-card strong,
body:not(.qv-admin-body) .prize-card strong {
    display: block;
    color: #06142f;
    font-size: 1.2rem;
    font-weight: 950;
}

body.qv-public-body .countdown,
body:not(.qv-admin-body) .countdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 440px);
    gap: 0.55rem;
    margin: 0 auto;
    padding: 0.65rem;
    border-radius: 26px;
    background: #06142f;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

body.qv-public-body .ch-counter-box,
body:not(.qv-admin-body) .ch-counter-box {
    min-height: 82px;
    padding: 0.7rem 0.45rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #eef4ff);
    box-shadow: inset 0 -4px 0 rgba(15, 23, 42, 0.06);
}

body.qv-public-body .countdown-value,
body:not(.qv-admin-body) .countdown-value {
    display: block;
    color: #003ea8;
    font-size: 1.55rem;
    font-weight: 950;
    line-height: 1;
}

body.qv-public-body .ch-counter-box small,
body:not(.qv-admin-body) .ch-counter-box small {
    color: #475569;
    font-size: 0.62rem;
    font-weight: 950;
    text-transform: uppercase;
}

body.qv-public-body .pulse-urgent .countdown-value,
body:not(.qv-admin-body) .pulse-urgent .countdown-value {
    color: #dc2626;
}

/* =====================================================
   TABLA QUINIELA
   ===================================================== */

body.qv-public-body .ch-table-container,
body:not(.qv-admin-body) .ch-table-container {
    position: relative;
    width: min(100% - 28px, 1180px);
    margin: 1.2rem auto 0;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

body.qv-public-body .ch-table-scroll-wrap,
body:not(.qv-admin-body) .ch-table-scroll-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

body.qv-public-body .ch-table,
body:not(.qv-admin-body) .ch-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    background: #ffffff;
}

body.qv-public-body .ch-table thead,
body:not(.qv-admin-body) .ch-table thead {
    background: linear-gradient(135deg, #06142f, #003ea8);
}

body.qv-public-body .ch-table thead th,
body:not(.qv-admin-body) .ch-table thead th {
    padding: 0.95rem 0.65rem;
    color: #ffffff;
    font-size: 0.73rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.qv-public-body .ch-pick-head,
body:not(.qv-admin-body) .ch-pick-head {
    width: 54px;
}

body.qv-public-body .col-info-header,
body:not(.qv-admin-body) .col-info-header {
    width: 90px;
    background: #06142f;
}

body.qv-public-body .ch-table td,
body:not(.qv-admin-body) .ch-table td {
    vertical-align: middle;
    color: #06142f;
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.08) !important;
}

body.qv-public-body .ch-team-box,
body:not(.qv-admin-body) .ch-team-box {
    min-width: 0;
}

body.qv-public-body .ch-team-box span,
body:not(.qv-admin-body) .ch-team-box span {
    color: #06142f;
    font-weight: 950;
    overflow-wrap: anywhere;
}

body.qv-public-body .ch-team-logo,
body:not(.qv-admin-body) .ch-team-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

body.qv-public-body .cell-match-info,
body:not(.qv-admin-body) .cell-match-info {
    min-width: 90px;
    background: #f8fafc !important;
    border-left: 1px solid rgba(15, 23, 42, 0.08) !important;
    font-size: 0.75rem;
}

body.qv-public-body .match-date,
body:not(.qv-admin-body) .match-date {
    color: #334155;
    font-weight: 950;
}

body.qv-public-body .match-time,
body:not(.qv-admin-body) .match-time {
    color: #003ea8;
    font-weight: 950;
}

body.qv-public-body .match-league-badge,
body:not(.qv-admin-body) .match-league-badge {
    border-radius: 999px;
    background: rgba(0, 98, 255, 0.08) !important;
    color: #003ea8 !important;
    border: 0 !important;
    font-size: 0.6rem !important;
    font-weight: 950;
}

body.qv-public-body .btn-choice,
body.qv-public-body .btn-ch-pick,
body:not(.qv-admin-body) .btn-choice,
body:not(.qv-admin-body) .btn-ch-pick {
    min-width: 54px !important;
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(180deg, #fff5f5 0%, #ffe4e6 100%) !important;
    color: #b91c1c !important;
    font-weight: 950 !important;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        inset 0 -2px 0 rgba(127, 29, 29, 0.10),
        0 8px 20px rgba(220, 38, 38, 0.15);
    animation: qvPickPulse 1.6s ease-in-out infinite;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.qv-public-body .btn-choice::before,
body.qv-public-body .btn-ch-pick::before,
body:not(.qv-admin-body) .btn-choice::before,
body:not(.qv-admin-body) .btn-ch-pick::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at center, rgba(239, 68, 68, 0.18) 0%, rgba(239, 68, 68, 0) 68%);
    animation: qvPickGlow 1.6s ease-in-out infinite;
    pointer-events: none;
}

body.qv-public-body .btn-choice:hover,
body.qv-public-body .btn-ch-pick:hover,
body.qv-public-body .btn-choice:focus,
body.qv-public-body .btn-ch-pick:focus,
body:not(.qv-admin-body) .btn-choice:hover,
body:not(.qv-admin-body) .btn-ch-pick:hover,
body:not(.qv-admin-body) .btn-choice:focus,
body:not(.qv-admin-body) .btn-ch-pick:focus {
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        0 14px 28px rgba(220, 38, 38, 0.26),
        0 0 0 4px rgba(239, 68, 68, 0.12);
}

body.qv-public-body .btn-choice:active,
body.qv-public-body .btn-ch-pick:active,
body:not(.qv-admin-body) .btn-choice:active,
body:not(.qv-admin-body) .btn-ch-pick:active {
    transform: scale(0.96);
}

body.qv-public-body .btn-choice.active,
body.qv-public-body .btn-choice.selected,
body.qv-public-body .btn-choice.btn-warning,
body.qv-public-body .btn-ch-pick.active,
body.qv-public-body .btn-ch-pick.selected,
body.qv-public-body .btn-ch-pick.btn-warning,
body:not(.qv-admin-body) .btn-choice.active,
body:not(.qv-admin-body) .btn-choice.selected,
body:not(.qv-admin-body) .btn-choice.btn-warning,
body:not(.qv-admin-body) .btn-ch-pick.active,
body:not(.qv-admin-body) .btn-ch-pick.selected,
body:not(.qv-admin-body) .btn-ch-pick.btn-warning {
    background: linear-gradient(135deg, #dc2626, #ef4444) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 30px rgba(220, 38, 38, 0.30),
        0 0 0 4px rgba(239, 68, 68, 0.12);
    animation: qvPickPulseActive 0.95s ease-in-out infinite;
}

body.qv-public-body .btn-choice.active,
body.qv-public-body .btn-choice.selected,
body.qv-public-body .btn-choice.btn-warning,
body.qv-public-body .btn-ch-pick.active,
body.qv-public-body .btn-ch-pick.selected,
body.qv-public-body .btn-ch-pick.btn-warning,
body:not(.qv-admin-body) .btn-choice.active,
body:not(.qv-admin-body) .btn-choice.selected,
body:not(.qv-admin-body) .btn-choice.btn-warning,
body:not(.qv-admin-body) .btn-ch-pick.active,
body:not(.qv-admin-body) .btn-ch-pick.selected,
body:not(.qv-admin-body) .btn-ch-pick.btn-warning {
    background: linear-gradient(135deg, #dc2626, #ef4444) !important;
    color: #ffffff !important;
}

/* =====================================================
   PICK HELPER + MICROANIMACIONES
   ===================================================== */



@keyframes qvHelperFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes qvHelperDotPulse {
    0% {
        transform: scale(0.92);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.42);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 12px rgba(239, 68, 68, 0);
    }

    100% {
        transform: scale(0.92);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

@keyframes qvHandTap {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg) scale(1);
    }

    25% {
        transform: translateY(-1px) rotate(0deg) scale(1.01);
    }

    50% {
        transform: translateY(2px) rotate(2deg) scale(0.99);
    }

    75% {
        transform: translateY(-1px) rotate(0deg) scale(1.01);
    }
}

@keyframes qvPickPulse {

    0%,
    100% {
        box-shadow:
            inset 0 -2px 0 rgba(127, 29, 29, 0.10),
            0 8px 20px rgba(220, 38, 38, 0.14),
            0 0 0 0 rgba(239, 68, 68, 0.18);
    }

    50% {
        box-shadow:
            inset 0 -2px 0 rgba(127, 29, 29, 0.14),
            0 14px 28px rgba(220, 38, 38, 0.24),
            0 0 0 8px rgba(239, 68, 68, 0.04);
    }
}

@keyframes qvPickGlow {

    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.96);
    }

    50% {
        opacity: 0.95;
        transform: scale(1.08);
    }
}

@keyframes qvPickPulseActive {

    0%,
    100% {
        box-shadow:
            0 14px 30px rgba(220, 38, 38, 0.26),
            0 0 0 0 rgba(239, 68, 68, 0.20);
    }

    50% {
        box-shadow:
            0 18px 34px rgba(220, 38, 38, 0.36),
            0 0 0 9px rgba(239, 68, 68, 0.05);
    }
}

/* =====================================================
   INFO BAR + FORM
   ===================================================== */

body.qv-public-body .ch-info-bar,
body:not(.qv-admin-body) .ch-info-bar {
    width: min(100% - 28px, 1180px);
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

body.qv-public-body .ch-info-bar .bg-dark,
body:not(.qv-admin-body) .ch-info-bar .bg-dark {
    background: #06142f !important;
}

body.qv-public-body .ch-info-bar .bg-danger,
body:not(.qv-admin-body) .ch-info-bar .bg-danger {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
}

body.qv-public-body .ch-form-area,
body:not(.qv-admin-body) .ch-form-area {
    background:
        radial-gradient(circle at top left, rgba(0, 98, 255, 0.08), transparent 24rem),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

body.qv-public-body .ch-form-inner,
body:not(.qv-admin-body) .ch-form-inner {
    max-width: 860px;
}

body.qv-public-body .ch-input,
body.qv-public-body .form-control,
body.qv-public-body .form-select,
body:not(.qv-admin-body) .ch-input,
body:not(.qv-admin-body) .form-control,
body:not(.qv-admin-body) .form-select {
    min-height: 54px;
    border-radius: 18px !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    background: #ffffff !important;
    color: #06142f !important;
    font-weight: 850 !important;
}

body.qv-public-body .ch-btn-add,
body.qv-public-body .ch-btn-whats,
body.qv-public-body .btn-primary,
body.qv-public-body .btn-success,
body:not(.qv-admin-body) .ch-btn-add,
body:not(.qv-admin-body) .ch-btn-whats,
body:not(.qv-admin-body) .btn-primary,
body:not(.qv-admin-body) .btn-success {
    min-height: 54px;
    border: 0 !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-weight: 950 !important;
}

body.qv-public-body .btn-primary,
body.qv-public-body .ch-btn-add,
body:not(.qv-admin-body) .btn-primary,
body:not(.qv-admin-body) .ch-btn-add {
    background: linear-gradient(135deg, #0062ff, #003ea8) !important;
}

body.qv-public-body .btn-success,
body.qv-public-body .ch-btn-whats,
body:not(.qv-admin-body) .btn-success,
body:not(.qv-admin-body) .ch-btn-whats {
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
}

body.qv-public-body .ch-ticket-summary-card,
body.qv-public-body .card,
body:not(.qv-admin-body) .ch-ticket-summary-card,
body:not(.qv-admin-body) .card {
    border-radius: 28px !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #ffffff !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12) !important;
    overflow: hidden;
}

/* =====================================================
   FOOTER + WHATSAPP
   ===================================================== */

body.qv-public-body .qv-public-footer,
body:not(.qv-admin-body) .qv-public-footer {
    padding: 2rem 0;
    margin-top: 0;
    background: #020817;
}

body.qv-public-body .qv-footer-card,
body:not(.qv-admin-body) .qv-footer-card {
    width: min(100% - 28px, 1180px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
}

body.qv-public-body .qv-footer-card strong,
body:not(.qv-admin-body) .qv-footer-card strong {
    color: #ffffff;
    font-weight: 950;
}

body.qv-public-body .qv-footer-card span,
body.qv-public-body .qv-footer-card small,
body:not(.qv-admin-body) .qv-footer-card span,
body:not(.qv-admin-body) .qv-footer-card small {
    color: rgba(255, 255, 255, 0.68);
}

body.qv-public-body .btn-whatsapp-float,
body:not(.qv-admin-body) .btn-whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1050;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #ffffff;
    font-size: 1.65rem;
    box-shadow: 0 18px 38px rgba(18, 140, 126, 0.34);
    text-decoration: none;
}

/* =====================================================
   MOBILE APP
   ===================================================== */

@media (max-width: 768px) {



    body.qv-public-body .navbar-light-custom,
    body:not(.qv-admin-body) .navbar-light-custom {
        min-height: 68px;
    }

    body.qv-public-body .navbar-light-custom .container,
    body:not(.qv-admin-body) .navbar-light-custom .container {
        width: calc(100% - 20px);
    }

    body.qv-public-body .qv-public-logo,
    body:not(.qv-admin-body) .qv-public-logo {
        width: 42px;
        height: 42px;
    }

    body.qv-public-body .qv-public-brand-name,
    body:not(.qv-admin-body) .qv-public-brand-name {
        font-size: 1rem;
    }

    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        padding: 1.15rem 0 1.4rem;
        border-radius: 0 0 32px 32px;
    }

    body.qv-public-body .ch-hero::before,
    body:not(.qv-admin-body) .ch-hero::before {
        background:
            var(--hero-bg-mobile) center center / cover no-repeat,
            linear-gradient(135deg, #06142f, #0f2b66);
    }

    body.qv-public-body .ch-hero::after,
    body:not(.qv-admin-body) .ch-hero::after {
        background:
            radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.16), transparent 16rem),
            linear-gradient(180deg,
                rgba(2, 8, 23, calc(var(--hero-overlay-opacity) + 0.05)) 0%,
                rgba(2, 8, 23, calc(var(--hero-overlay-opacity) + 0.08)) 54%,
                rgba(248, 251, 255, 0.96) 100%);
    }

    body.qv-public-body .ch-hero-logo-wrap,
    body.qv-public-body .ch-league-selector-wrap,
    body.qv-public-body .ch-hero-copy-wrap,
    body.qv-public-body .ch-prizes-wrap,
    body.qv-public-body .ch-countdown-wrapper,
    body:not(.qv-admin-body) .ch-hero-logo-wrap,
    body:not(.qv-admin-body) .ch-league-selector-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-prizes-wrap,
    body:not(.qv-admin-body) .ch-countdown-wrapper {
        width: calc(100% - 22px);
        max-width: 100%;
    }

    body.qv-public-body .hero-central-logo,
    body:not(.qv-admin-body) .hero-central-logo {
        max-width: 104px;
        max-height: 104px;
    }

    body.qv-public-body .ch-league-scroll,
    body:not(.qv-admin-body) .ch-league-scroll {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0.25rem 0 0.45rem;
        scrollbar-width: none;
    }

    body.qv-public-body .ch-league-scroll::-webkit-scrollbar,
    body:not(.qv-admin-body) .ch-league-scroll::-webkit-scrollbar {
        display: none;
    }

    body.qv-public-body .btn-league,
    body.qv-public-body .btn-league-custom,
    body:not(.qv-admin-body) .btn-league,
    body:not(.qv-admin-body) .btn-league-custom {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0.45rem 0.85rem;
        font-size: 0.72rem;
    }

    body.qv-public-body .ch-hero h1,
    body:not(.qv-admin-body) .ch-hero h1 {
        font-size: 1.85rem;
        line-height: 1;
        margin: 0.85rem 0 0.45rem;
    }

    body.qv-public-body .ch-hero h2,
    body:not(.qv-admin-body) .ch-hero h2 {
        font-size: 1.02rem;
        line-height: 1.18;
        margin-bottom: 1rem;
    }

    body.qv-public-body .ch-hero .input-group,
    body:not(.qv-admin-body) .ch-hero .input-group {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    body.qv-public-body .ch-hero .input-group-text,
    body:not(.qv-admin-body) .ch-hero .input-group-text {
        justify-content: center;
        min-height: 38px;
        font-size: 0.68rem;
    }

    body.qv-public-body .ch-round-select,
    body:not(.qv-admin-body) .ch-round-select {
        min-height: 46px;
        text-align: center;
        font-size: 0.78rem;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        width: 100%;
        padding: 0.95rem 0.85rem;
        border-radius: 22px;
    }

    body.qv-public-body .date-info-container .small,
    body:not(.qv-admin-body) .date-info-container .small {
        font-size: 0.74rem;
        line-height: 1.25;
    }

    body.qv-public-body .prize-card,
    body:not(.qv-admin-body) .prize-card {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 0;
        max-width: 170px;
        padding: 0.85rem 0.75rem;
    }

    body.qv-public-body .countdown,
    body:not(.qv-admin-body) .countdown {
        width: 100%;
        gap: 0.42rem;
        padding: 0.48rem;
        border-radius: 22px;
    }

    body.qv-public-body .ch-counter-box,
    body:not(.qv-admin-body) .ch-counter-box {
        min-height: 70px;
        border-radius: 18px;
        padding: 0.6rem 0.25rem;
    }

    body.qv-public-body .countdown-value,
    body:not(.qv-admin-body) .countdown-value {
        font-size: 1.18rem;
    }

    body.qv-public-body .ch-counter-box small,
    body:not(.qv-admin-body) .ch-counter-box small {
        font-size: 0.54rem;
    }

    body.qv-public-body .hero-scene__goal-wrap,
    body.qv-public-body .hero-scene__ball-path,
    body.qv-public-body .hero-scene__mascot,
    body.qv-public-body .hero-scene__particles,
    body.qv-public-body .hero-scene__goal-text,
    body:not(.qv-admin-body) .hero-scene__goal-wrap,
    body:not(.qv-admin-body) .hero-scene__ball-path,
    body:not(.qv-admin-body) .hero-scene__mascot,
    body:not(.qv-admin-body) .hero-scene__particles,
    body:not(.qv-admin-body) .hero-scene__goal-text {
        display: none !important;
    }

    body.qv-public-body .hero-scene__field,
    body:not(.qv-admin-body) .hero-scene__field {
        height: 130px;
        bottom: -10%;
        opacity: 0.42;
    }

    body.qv-public-body .ch-table-container,
    body:not(.qv-admin-body) .ch-table-container {
        width: calc(100% - 18px);
        margin-top: 1rem;
        border-radius: 24px;
        background: transparent;
        border: 0;
        box-shadow: none;
        overflow: visible;
    }

    body.qv-public-body .ch-table-scroll-wrap,
    body:not(.qv-admin-body) .ch-table-scroll-wrap {
        overflow-x: hidden;
    }

    body.qv-public-body .ch-table,
    body:not(.qv-admin-body) .ch-table {
        display: block;
        width: 100%;
        max-width: 100%;
        background: transparent;
    }

    body.qv-public-body .ch-table thead,
    body:not(.qv-admin-body) .ch-table thead {
        display: none;
    }

    body.qv-public-body .ch-table tbody,
    body:not(.qv-admin-body) .ch-table tbody {
        display: grid;
        width: 100%;
        gap: 0.6rem;
    }

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 38px minmax(0, 1fr) 38px 46px;
        gap: 5px;
        align-items: center;
        width: 100%;
        padding: 10px 7px;
        background: #ffffff;
        border-radius: 22px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
        overflow: hidden;
    }

    body.qv-public-body .ch-table td,
    body:not(.qv-admin-body) .ch-table td {
        display: block;
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent;
    }

    body.qv-public-body .btn-choice,
    body.qv-public-body .btn-ch-pick,
    body:not(.qv-admin-body) .btn-choice,
    body:not(.qv-admin-body) .btn-ch-pick {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        border-radius: 13px !important;
        font-size: 0.9rem;
    }

    body.qv-public-body .ch-team-box,
    body:not(.qv-admin-body) .ch-team-box {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
    }

    body.qv-public-body .ch-team-logo,
    body:not(.qv-admin-body) .ch-team-logo {
        width: 22px;
        height: 22px;
        margin: 0 !important;
    }

    body.qv-public-body .ch-team-box span,
    body:not(.qv-admin-body) .ch-team-box span {
        max-width: 100%;
        font-size: 0.72rem;
        line-height: 1.05;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-align: center;
        white-space: normal;
    }

    body.qv-public-body .cell-match-info,
    body:not(.qv-admin-body) .cell-match-info {
        width: 46px !important;
        min-width: 0;
        padding-left: 5px !important;
        border-left: 1px dashed rgba(15, 23, 42, 0.18) !important;
    }

    body.qv-public-body .cell-match-info .match-date,
    body.qv-public-body .cell-match-info .match-time,
    body:not(.qv-admin-body) .cell-match-info .match-date,
    body:not(.qv-admin-body) .cell-match-info .match-time {
        font-size: 0.5rem;
        line-height: 1;
        margin: 0;
        font-weight: 900;
    }

    body.qv-public-body .cell-match-info .match-league-badge,
    body:not(.qv-admin-body) .cell-match-info .match-league-badge {
        font-size: 0.43rem !important;
        padding: 1px 2px !important;
        margin-top: 1px !important;
    }

    body.qv-public-body .ch-info-bar,
    body:not(.qv-admin-body) .ch-info-bar {
        width: calc(100% - 18px);
        border-radius: 22px;
        margin-top: 0.65rem;
    }

    body.qv-public-body .ch-info-bar>div,
    body:not(.qv-admin-body) .ch-info-bar>div {
        flex: 1 1 100%;
        text-align: center !important;
        border-right: 0 !important;
    }

    body.qv-public-body .qv-footer-card,
    body:not(.qv-admin-body) .qv-footer-card {
        width: calc(100% - 18px);
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 390px) {

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        grid-template-columns: 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px 40px;
        gap: 4px;
        padding: 9px 6px;
    }

    body.qv-public-body .btn-choice,
    body.qv-public-body .btn-ch-pick,
    body:not(.qv-admin-body) .btn-choice,
    body:not(.qv-admin-body) .btn-ch-pick {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
    }

    body.qv-public-body .ch-team-box span,
    body:not(.qv-admin-body) .ch-team-box span {
        font-size: 0.66rem;
    }
}



/* =====================================================
   DYNAMIC COACH · GUIA CONTEXTUAL PEQUEÑA
   ===================================================== */

#qv-coach-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-9999px, -9999px, 0);
    transition:
        transform 420ms cubic-bezier(.2, .85, .2, 1),
        opacity 180ms ease;
}

#qv-coach-overlay.is-active {
    opacity: 1;
}

#qv-coach-overlay.is-done {
    display: none !important;
}

#qv-coach-overlay .qv-coach-hand {
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -115%);
    background:
        radial-gradient(circle at 35% 25%, #ffffff 0%, #fff7ed 42%, #fed7aa 100%);
    color: #111827;
    font-size: 1.18rem;
    line-height: 1;
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.18),
        0 0 0 5px rgba(239, 68, 68, 0.10);
    animation: qvCoachTap 1.15s ease-in-out infinite;
}

#qv-coach-overlay .qv-coach-hand::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: inherit;
    border: 2px solid rgba(239, 68, 68, 0.24);
    animation: qvCoachRing 1.15s ease-out infinite;
}

#qv-coach-overlay .qv-coach-tip {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, 2px);
    max-width: 180px;
    padding: 0.44rem 0.72rem;
    border-radius: 999px;
    background: rgba(2, 8, 23, 0.90);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
    box-shadow:
        0 12px 26px rgba(15, 23, 42, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

@keyframes qvCoachTap {

    0%,
    100% {
        transform: translate(-50%, -115%) scale(1) rotate(-3deg);
    }

    45% {
        transform: translate(-50%, -102%) scale(0.96) rotate(2deg);
    }

    68% {
        transform: translate(-50%, -122%) scale(1.04) rotate(-2deg);
    }
}

@keyframes qvCoachRing {
    0% {
        opacity: 0.7;
        transform: scale(0.82);
    }

    100% {
        opacity: 0;
        transform: scale(1.32);
    }
}

/* Ocultar cualquier mano fija antigua */
body.qv-public-body .qv-pick-helper,
body:not(.qv-admin-body) .qv-pick-helper,
body.qv-public-body .step-hand-watermark,
body:not(.qv-admin-body) .step-hand-watermark {
    display: none !important;
}

/* =====================================================
   PICK BUTTONS · PULSACION ROJA COMPACTA
   ===================================================== */

body.qv-public-body .btn-choice,
body.qv-public-body .btn-ch-pick,
body:not(.qv-admin-body) .btn-choice,
body:not(.qv-admin-body) .btn-ch-pick {
    min-width: 42px !important;
    min-height: 42px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    background:
        radial-gradient(circle at 35% 20%, #ffffff 0%, #fff1f2 45%, #ffe4e6 100%) !important;
    color: #b91c1c !important;
    font-size: 0.86rem !important;
    font-weight: 950 !important;
    box-shadow:
        inset 0 -2px 0 rgba(127, 29, 29, 0.08),
        0 6px 14px rgba(220, 38, 38, 0.12),
        0 0 0 0 rgba(239, 68, 68, 0.10);
    animation: qvCompactPickPulse 1.45s ease-in-out infinite;
}

body.qv-public-body .btn-choice::before,
body.qv-public-body .btn-ch-pick::before,
body:not(.qv-admin-body) .btn-choice::before,
body:not(.qv-admin-body) .btn-ch-pick::before {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: inherit;
    border: 1px solid rgba(239, 68, 68, 0.18);
    opacity: 0.72;
    pointer-events: none;
}

body.qv-public-body .btn-choice:hover,
body.qv-public-body .btn-ch-pick:hover,
body:not(.qv-admin-body) .btn-choice:hover,
body:not(.qv-admin-body) .btn-ch-pick:hover {
    transform: translateY(-1px) scale(1.03);
    box-shadow:
        0 10px 22px rgba(220, 38, 38, 0.20),
        0 0 0 5px rgba(239, 68, 68, 0.08);
}

body.qv-public-body .btn-choice.active,
body.qv-public-body .btn-choice.selected,
body.qv-public-body .btn-choice.btn-warning,
body.qv-public-body .btn-ch-pick.active,
body.qv-public-body .btn-ch-pick.selected,
body.qv-public-body .btn-ch-pick.btn-warning,
body:not(.qv-admin-body) .btn-choice.active,
body:not(.qv-admin-body) .btn-choice.selected,
body:not(.qv-admin-body) .btn-choice.btn-warning,
body:not(.qv-admin-body) .btn-ch-pick.active,
body:not(.qv-admin-body) .btn-ch-pick.selected,
body:not(.qv-admin-body) .btn-ch-pick.btn-warning {
    background: linear-gradient(135deg, #dc2626, #ef4444) !important;
    color: #ffffff !important;
    box-shadow:
        0 10px 24px rgba(220, 38, 38, 0.28),
        0 0 0 5px rgba(239, 68, 68, 0.10);
    animation: qvCompactPickActive 0.95s ease-in-out infinite;
}

@keyframes qvCompactPickPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow:
            inset 0 -2px 0 rgba(127, 29, 29, 0.08),
            0 6px 14px rgba(220, 38, 38, 0.12),
            0 0 0 0 rgba(239, 68, 68, 0.10);
    }

    50% {
        transform: scale(1.025);
        box-shadow:
            inset 0 -2px 0 rgba(127, 29, 29, 0.12),
            0 9px 18px rgba(220, 38, 38, 0.18),
            0 0 0 6px rgba(239, 68, 68, 0.05);
    }
}

@keyframes qvCompactPickActive {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.055);
    }
}

body.qv-public-body .ch-pick-head,
body:not(.qv-admin-body) .ch-pick-head {
    width: 42px !important;
}

body.qv-public-body .ch-pick-cell,
body:not(.qv-admin-body) .ch-pick-cell {
    width: 42px !important;
    min-width: 42px !important;
}

/* =====================================================
   HOME CHECKOUT / RESUMEN · MOBILE APP STYLE
   ===================================================== */

body.qv-public-body #player-name,
body.qv-public-body #player-phone,
body:not(.qv-admin-body) #player-name,
body:not(.qv-admin-body) #player-phone {
    width: 100%;
    min-height: 58px;
    border-radius: 18px !important;
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    color: #0f172a !important;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 0 1rem !important;
    box-shadow:
        0 12px 26px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.qv-public-body #player-name::placeholder,
body.qv-public-body #player-phone::placeholder,
body:not(.qv-admin-body) #player-name::placeholder,
body:not(.qv-admin-body) #player-phone::placeholder {
    color: #64748b;
    font-weight: 600;
}

body.qv-public-body #player-name:focus,
body.qv-public-body #player-phone:focus,
body:not(.qv-admin-body) #player-name:focus,
body:not(.qv-admin-body) #player-phone:focus {
    outline: none !important;
    border-color: rgba(37, 99, 235, 0.38) !important;
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.10),
        0 16px 30px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

/* CTA agregar quiniela */
body.qv-public-body #btn-add-ticket,
body:not(.qv-admin-body) #btn-add-ticket {
    min-height: 58px;
    padding: 0.95rem 1.6rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #2563eb 0%, #0f4fd6 50%, #123ea5 100%) !important;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow:
        0 18px 34px rgba(37, 99, 235, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.qv-public-body #btn-add-ticket:hover,
body.qv-public-body #btn-add-ticket:focus,
body:not(.qv-admin-body) #btn-add-ticket:hover,
body:not(.qv-admin-body) #btn-add-ticket:focus {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
        0 22px 42px rgba(37, 99, 235, 0.30),
        0 0 0 5px rgba(37, 99, 235, 0.10);
    filter: saturate(1.08);
}

body.qv-public-body #btn-add-ticket:active,
body:not(.qv-admin-body) #btn-add-ticket:active {
    transform: scale(0.98);
}

/* CTA WhatsApp */
body.qv-public-body #btn-send-whatsapp,
body:not(.qv-admin-body) #btn-send-whatsapp {
    min-height: 58px;
    padding: 1rem 1.5rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #22c55e 0%, #23b86d 45%, #14b8a6 100%) !important;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow:
        0 18px 34px rgba(20, 184, 166, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

body.qv-public-body #btn-send-whatsapp:hover,
body.qv-public-body #btn-send-whatsapp:focus,
body:not(.qv-admin-body) #btn-send-whatsapp:hover,
body:not(.qv-admin-body) #btn-send-whatsapp:focus {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
        0 22px 42px rgba(20, 184, 166, 0.24),
        0 0 0 5px rgba(16, 185, 129, 0.10);
    filter: saturate(1.05);
}

body.qv-public-body #btn-send-whatsapp:active,
body:not(.qv-admin-body) #btn-send-whatsapp:active {
    transform: scale(0.98);
}

/* Nota inferior del botón agregar */
body.qv-public-body .text-muted,
body:not(.qv-admin-body) .text-muted {
    color: #64748b !important;
    font-size: 0.84rem;
    font-weight: 600;
}

/* Card moderna del resumen */
body.qv-public-body .table-responsive:has(#tickets-summary-body),
body:not(.qv-admin-body) .table-responsive:has(#tickets-summary-body) {
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 22px 48px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* Tabla resumen */
body.qv-public-body table:has(#tickets-summary-body),
body:not(.qv-admin-body) table:has(#tickets-summary-body) {
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: transparent !important;
}

body.qv-public-body table:has(#tickets-summary-body) thead th,
body:not(.qv-admin-body) table:has(#tickets-summary-body) thead th {
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    padding: 1rem 0.9rem !important;
    vertical-align: middle;
}

body.qv-public-body table:has(#tickets-summary-body) tbody td,
body:not(.qv-admin-body) table:has(#tickets-summary-body) tbody td {
    border-color: rgba(226, 232, 240, 0.9) !important;
    background: transparent !important;
    color: #0f172a !important;
    font-size: 0.92rem;
    font-weight: 600;
    padding: 1rem 0.9rem !important;
    vertical-align: middle;
}

body.qv-public-body table:has(#tickets-summary-body) tbody tr:hover td,
body:not(.qv-admin-body) table:has(#tickets-summary-body) tbody tr:hover td {
    background: rgba(37, 99, 235, 0.03) !important;
}

/* Estado vacío */
body.qv-public-body #tickets-summary-body tr td[colspan],
body:not(.qv-admin-body) #tickets-summary-body tr td[colspan] {
    text-align: center !important;
    padding: 1.8rem 1rem !important;
    color: #64748b !important;
    font-size: 0.98rem;
    font-weight: 600;
}

/* Total bar si ya está debajo de la tabla */
body.qv-public-body .table-responsive:has(#tickets-summary-body)+.bg-danger,
body:not(.qv-admin-body) .table-responsive:has(#tickets-summary-body)+.bg-danger,
body.qv-public-body .table-responsive:has(#tickets-summary-body)+.summary-total,
body:not(.qv-admin-body) .table-responsive:has(#tickets-summary-body)+.summary-total {
    border-radius: 0 0 28px 28px !important;
    background: linear-gradient(135deg, #ef233c 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(220, 38, 38, 0.18);
}

/* Chips o badge del contador, si existe */
body.qv-public-body .badge,
body:not(.qv-admin-body) .badge {
    border-radius: 999px;
    font-weight: 800;
}

/* Sección visualmente más limpia */
body.qv-public-body hr,
body:not(.qv-admin-body) hr {
    border-color: rgba(148, 163, 184, 0.18);
}

/* APP FEEL MOBILE */
@media (max-width: 991.98px) {

    body.qv-public-body #btn-add-ticket,
    body.qv-public-body #btn-send-whatsapp,
    body:not(.qv-admin-body) #btn-add-ticket,
    body:not(.qv-admin-body) #btn-send-whatsapp {
        width: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    body.qv-public-body .table-responsive:has(#tickets-summary-body),
    body:not(.qv-admin-body) .table-responsive:has(#tickets-summary-body) {
        border-radius: 22px;
    }
}

@media (max-width: 767.98px) {

    body.qv-public-body #player-name,
    body.qv-public-body #player-phone,
    body:not(.qv-admin-body) #player-name,
    body:not(.qv-admin-body) #player-phone {
        min-height: 54px;
        font-size: 0.95rem;
        border-radius: 16px !important;
        padding: 0 0.95rem !important;
    }

    body.qv-public-body #btn-add-ticket,
    body.qv-public-body #btn-send-whatsapp,
    body:not(.qv-admin-body) #btn-add-ticket,
    body:not(.qv-admin-body) #btn-send-whatsapp {
        min-height: 54px;
        font-size: 0.95rem;
        border-radius: 18px !important;
    }

    body.qv-public-body table:has(#tickets-summary-body) thead th,
    body:not(.qv-admin-body) table:has(#tickets-summary-body) thead th {
        font-size: 0.78rem;
        padding: 0.85rem 0.55rem !important;
        white-space: nowrap;
    }

    body.qv-public-body table:has(#tickets-summary-body) tbody td,
    body:not(.qv-admin-body) table:has(#tickets-summary-body) tbody td {
        font-size: 0.82rem;
        padding: 0.8rem 0.55rem !important;
    }

    body.qv-public-body #tickets-summary-body tr td[colspan],
    body:not(.qv-admin-body) #tickets-summary-body tr td[colspan] {
        font-size: 0.9rem;
        padding: 1.35rem 0.8rem !important;
    }
}

@media (max-width: 575.98px) {

    body.qv-public-body .table-responsive:has(#tickets-summary-body),
    body:not(.qv-admin-body) .table-responsive:has(#tickets-summary-body) {
        border-radius: 18px;
        box-shadow:
            0 14px 30px rgba(15, 23, 42, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    body.qv-public-body table:has(#tickets-summary-body) thead th,
    body:not(.qv-admin-body) table:has(#tickets-summary-body) thead th {
        font-size: 0.72rem;
        padding: 0.72rem 0.45rem !important;
    }

    body.qv-public-body table:has(#tickets-summary-body) tbody td,
    body:not(.qv-admin-body) table:has(#tickets-summary-body) tbody td {
        font-size: 0.76rem;
        padding: 0.72rem 0.45rem !important;
    }
}

/* =====================================================
   HOME ETAPA 3 · TUS QUINIELAS APP PREMIUM
   ===================================================== */

/* Contenedor general del bloque de formulario/resumen */
body.qv-public-body .ch-form-area,
body:not(.qv-admin-body) .ch-form-area {
    position: relative;
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 24rem),
        radial-gradient(circle at bottom right, rgba(20, 184, 166, 0.10), transparent 24rem),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #eef4ff 100%) !important;
}

/* Caja interna */
body.qv-public-body .ch-form-inner,
body:not(.qv-admin-body) .ch-form-inner {
    width: min(100% - 28px, 960px);
    max-width: 960px !important;
    margin-left: auto;
    margin-right: auto;
}

/* Inputs en forma de tarjeta */
body.qv-public-body .ch-form-area .row.g-3,
body:not(.qv-admin-body) .ch-form-area .row.g-3 {
    align-items: center;
}

body.qv-public-body #player-name,
body.qv-public-body #player-phone,
body:not(.qv-admin-body) #player-name,
body:not(.qv-admin-body) #player-phone {
    text-align: center;
    text-transform: uppercase;
    min-height: 60px !important;
    border-radius: 22px !important;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.04), transparent 10rem),
        #ffffff !important;
    border: 1px solid rgba(15, 23, 42, 0.10) !important;
    color: #06142f !important;
    font-size: 0.98rem !important;
    font-weight: 850 !important;
    box-shadow:
        0 18px 38px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

body.qv-public-body #player-phone,
body:not(.qv-admin-body) #player-phone {
    text-transform: none;
}

body.qv-public-body #player-name:focus,
body.qv-public-body #player-phone:focus,
body:not(.qv-admin-body) #player-name:focus,
body:not(.qv-admin-body) #player-phone:focus {
    border-color: rgba(37, 99, 235, 0.42) !important;
    box-shadow:
        0 0 0 5px rgba(37, 99, 235, 0.10),
        0 22px 44px rgba(15, 23, 42, 0.10) !important;
}

/* Botón agregar */
body.qv-public-body #btn-add-ticket,
body:not(.qv-admin-body) #btn-add-ticket {
    width: min(100%, 440px);
    margin-left: auto;
    margin-right: auto;
    min-height: 60px !important;
    border-radius: 999px !important;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.28), transparent 8rem),
        linear-gradient(135deg, #0062ff 0%, #0049c8 52%, #06142f 100%) !important;
    box-shadow:
        0 22px 46px rgba(0, 98, 255, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

body.qv-public-body #btn-add-ticket::before,
body:not(.qv-admin-body) #btn-add-ticket::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 0.5rem;
    border-radius: 999px;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    animation: qvButtonDotPulse 1.5s ease-out infinite;
}

@keyframes qvButtonDotPulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.38);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* Texto de ayuda */
body.qv-public-body .help-text-transparent,
body:not(.qv-admin-body) .help-text-transparent {
    color: #64748b !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
}

/* Botón WhatsApp como CTA principal */
body.qv-public-body #btn-send-whatsapp,
body:not(.qv-admin-body) #btn-send-whatsapp {
    width: min(100%, 720px);
    margin-left: auto;
    margin-right: auto;
    min-height: 62px !important;
    border-radius: 999px !important;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 8rem),
        linear-gradient(135deg, #25d366 0%, #16a874 45%, #128c7e 100%) !important;
    box-shadow:
        0 24px 48px rgba(18, 140, 126, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

body.qv-public-body #btn-send-whatsapp:disabled,
body:not(.qv-admin-body) #btn-send-whatsapp:disabled {
    opacity: 0.55;
    filter: grayscale(0.28);
    cursor: not-allowed;
    box-shadow: none !important;
}

/* Wrapper resumen */
body.qv-public-body .ch-ticket-summary-wrap,
body:not(.qv-admin-body) .ch-ticket-summary-wrap {
    width: min(100%, 760px);
    margin-left: auto;
    margin-right: auto;
}

/* Card principal de Tus Quinielas */
body.qv-public-body .ch-ticket-summary-card,
body:not(.qv-admin-body) .ch-ticket-summary-card {
    position: relative;
    border-radius: 34px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow:
        0 32px 90px rgba(15, 23, 42, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.76) !important;
}

body.qv-public-body .ch-ticket-summary-card::before,
body:not(.qv-admin-body) .ch-ticket-summary-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #0062ff, #ffc107, #dc2626);
    z-index: 2;
}

/* Header */
body.qv-public-body .ch-ticket-summary-card .card-header,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-header {
    padding: 1.25rem 1rem 1rem !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06) !important;
}

body.qv-public-body .ch-ticket-summary-card .card-header h5,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-header h5 {
    color: #06142f !important;
    font-size: 1.2rem;
    font-weight: 950 !important;
    letter-spacing: -0.04em;
}

body.qv-public-body .ch-ticket-summary-card .card-header h5::before,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-header h5::before {
    content: "🎟️";
    margin-right: 0.45rem;
}

/* Tabla resumen */
body.qv-public-body .ch-summary-table,
body:not(.qv-admin-body) .ch-summary-table {
    margin-bottom: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

body.qv-public-body .ch-summary-table thead,
body:not(.qv-admin-body) .ch-summary-table thead {
    background: #111827 !important;
}

body.qv-public-body .ch-summary-table thead th,
body:not(.qv-admin-body) .ch-summary-table thead th {
    padding: 0.95rem 0.8rem !important;
    background: #111827 !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.02em;
}

body.qv-public-body .ch-summary-table tbody td,
body:not(.qv-admin-body) .ch-summary-table tbody td {
    padding: 0.95rem 0.8rem !important;
    color: #0f172a !important;
    background: #ffffff !important;
    border-color: rgba(226, 232, 240, 0.85) !important;
    font-size: 0.86rem;
    font-weight: 700;
}

/* Estado vacío */
body.qv-public-body .ch-empty-state,
body:not(.qv-admin-body) .ch-empty-state {
    padding: 2rem 1rem !important;
    background:
        radial-gradient(circle at center, rgba(37, 99, 235, 0.05), transparent 16rem),
        #f8fbff !important;
    color: #64748b !important;
    font-size: 0.92rem !important;
    font-weight: 700;
}

body.qv-public-body .ch-empty-state::before,
body:not(.qv-admin-body) .ch-empty-state::before {
    content: "Aún no has agregado ninguna quiniela.";
}

/* Evita que el texto duplicado se vea raro si ya existe dentro */
body.qv-public-body .ch-empty-state,
body:not(.qv-admin-body) .ch-empty-state {
    font-size: 0 !important;
}

body.qv-public-body .ch-empty-state::before,
body:not(.qv-admin-body) .ch-empty-state::before {
    font-size: 0.92rem !important;
}

/* Footer total */
body.qv-public-body .ch-ticket-summary-card .card-footer,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-footer {
    min-height: 70px;
    border: 0 !important;
    background:
        radial-gradient(circle at right, rgba(255, 255, 255, 0.18), transparent 14rem),
        linear-gradient(135deg, #ef233c 0%, #dc2626 55%, #b91c1c 100%) !important;
}

body.qv-public-body #tickets-count-badge,
body:not(.qv-admin-body) #tickets-count-badge {
    min-width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #dc2626 !important;
    font-size: 1rem;
    font-weight: 950;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

body.qv-public-body #tickets-total-amount,
body:not(.qv-admin-body) #tickets-total-amount {
    color: #ffffff;
    font-size: 1.22rem;
    font-weight: 950;
    letter-spacing: -0.03em;
}

/* =====================================================
   MOBILE · TUS QUINIELAS COMO APP CARD
   ===================================================== */

@media (max-width: 768px) {

    body.qv-public-body .ch-form-area,
    body:not(.qv-admin-body) .ch-form-area {
        padding-top: 2rem !important;
        padding-bottom: 3rem !important;
    }

    body.qv-public-body .ch-form-inner,
    body:not(.qv-admin-body) .ch-form-inner {
        width: calc(100% - 18px);
    }

    body.qv-public-body #player-name,
    body.qv-public-body #player-phone,
    body:not(.qv-admin-body) #player-name,
    body:not(.qv-admin-body) #player-phone {
        min-height: 54px !important;
        border-radius: 18px !important;
        font-size: 0.9rem !important;
    }

    body.qv-public-body #btn-add-ticket,
    body:not(.qv-admin-body) #btn-add-ticket,
    body.qv-public-body #btn-send-whatsapp,
    body:not(.qv-admin-body) #btn-send-whatsapp {
        width: 100% !important;
        min-height: 56px !important;
        border-radius: 18px !important;
        font-size: 0.88rem !important;
    }

    body.qv-public-body .ch-ticket-summary-wrap,
    body:not(.qv-admin-body) .ch-ticket-summary-wrap {
        width: 100%;
        margin-top: 2rem !important;
    }

    body.qv-public-body .ch-ticket-summary-card,
    body:not(.qv-admin-body) .ch-ticket-summary-card {
        border-radius: 26px !important;
    }

    body.qv-public-body .ch-ticket-summary-card .card-header,
    body:not(.qv-admin-body) .ch-ticket-summary-card .card-header {
        padding: 1rem 0.85rem !important;
    }

    body.qv-public-body .ch-ticket-summary-card .card-header h5,
    body:not(.qv-admin-body) .ch-ticket-summary-card .card-header h5 {
        font-size: 1rem;
    }

    body.qv-public-body .ch-summary-table thead,
    body:not(.qv-admin-body) .ch-summary-table thead {
        display: none;
    }

    body.qv-public-body .ch-summary-table,
    body:not(.qv-admin-body) .ch-summary-table,
    body.qv-public-body .ch-summary-table tbody,
    body:not(.qv-admin-body) .ch-summary-table tbody {
        display: block;
        width: 100%;
    }

    body.qv-public-body .ch-summary-table tbody {
        padding: 0.2rem 0.2rem 0.8rem;
    }

    body.qv-public-body .ch-summary-table tbody tr,
    body:not(.qv-admin-body) .ch-summary-table tbody tr {
        position: relative;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        grid-template-areas:
            "badge amount"
            "name name"
            "phone phone"
            "pick pick"
            "action action";
        gap: 0.62rem;
        align-items: start;
        margin: 0.75rem;
        padding: 0.95rem;
        border-radius: 24px;
        background:
            radial-gradient(circle at top left, rgba(37, 99, 235, 0.05), transparent 10rem),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow:
            0 18px 36px rgba(15, 23, 42, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.72);
        overflow: hidden;
    }

    body.qv-public-body .ch-summary-table tbody tr::before,
    body:not(.qv-admin-body) .ch-summary-table tbody tr::before {
        content: "";
        position: absolute;
        inset: 0 0 auto;
        height: 4px;
        background: linear-gradient(90deg, #2563eb 0%, #f59e0b 55%, #ef4444 100%);
        opacity: 0.95;
    }

    body.qv-public-body .ch-summary-table tbody td,
    body:not(.qv-admin-body) .ch-summary-table tbody td {
        display: block;
        min-width: 0;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        text-align: left !important;
    }

    /* # */
    body.qv-public-body .ch-summary-table tbody td:nth-child(1),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(1) {
        grid-area: badge;
        width: 44px;
        height: 44px;
        border-radius: 15px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: start;
        background:
            radial-gradient(circle at top left, rgba(255, 255, 255, 0.30), transparent 4rem),
            linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
        color: #ffffff !important;
        font-size: 0.92rem;
        font-weight: 950;
        box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
    }

    /* Nombre */
    body.qv-public-body .ch-summary-table tbody td:nth-child(2),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(2) {
        grid-area: name;
        padding: 0.72rem 0.88rem !important;
        border-radius: 16px !important;
        background: rgba(15, 23, 42, 0.04) !important;
        color: #0f172a !important;
        font-size: 0.96rem;
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(2)::before,
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(2)::before {
        content: "Nombre";
        display: block;
        margin-bottom: 0.22rem;
        color: #64748b;
        font-size: 0.64rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    /* Celular */
    body.qv-public-body .ch-summary-table tbody td:nth-child(3),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(3) {
        grid-area: phone;
        padding: 0.72rem 0.88rem !important;
        border-radius: 16px !important;
        background: rgba(15, 23, 42, 0.035) !important;
        color: #334155 !important;
        font-size: 0.86rem;
        font-weight: 800;
        line-height: 1.2;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(3)::before,
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(3)::before {
        content: "Celular";
        display: block;
        margin-bottom: 0.22rem;
        color: #64748b;
        font-size: 0.64rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    /* Pronósticos */
    body.qv-public-body .ch-summary-table tbody td:nth-child(4),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(4) {
        grid-area: pick;
        padding: 0.78rem 0.9rem !important;
        border-radius: 16px !important;
        background:
            radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 8rem),
            #eef4ff !important;
        border: 1px solid rgba(37, 99, 235, 0.10);
        color: #1e293b !important;
        font-size: 0.82rem;
        font-weight: 800;
        line-height: 1.42;
        word-break: break-word;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(4)::before,
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(4)::before {
        content: "Pronósticos";
        display: block;
        margin-bottom: 0.28rem;
        color: #2563eb;
        font-size: 0.64rem;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    /* Valor */
    body.qv-public-body .ch-summary-table tbody td:nth-child(5),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(5) {
        grid-area: amount;
        justify-self: end;
        align-self: start;
        padding: 0.62rem 0.8rem !important;
        border-radius: 16px !important;
        background:
            radial-gradient(circle at top left, rgba(255, 255, 255, 0.26), transparent 6rem),
            linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
        border: 1px solid rgba(15, 23, 42, 0.08);
        color: #0f172a !important;
        font-size: 0.9rem;
        font-weight: 950;
        white-space: nowrap;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }

    /* Acción eliminar si existe una 6ta columna */
    body.qv-public-body .ch-summary-table tbody td:nth-child(6),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(6) {
        grid-area: action;
        padding-top: 0.12rem !important;
    }

    /* Botón eliminar */
    body.qv-public-body .ch-summary-table tbody td:nth-child(6) .btn,
    body.qv-public-body .ch-summary-table tbody td:nth-child(6) button,
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(6) .btn,
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(6) button {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 14px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background:
            radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 5rem),
            linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 12px 24px rgba(220, 38, 38, 0.22);
    }

    /* Estado vacío más limpio */
    body.qv-public-body .ch-empty-state,
    body:not(.qv-admin-body) .ch-empty-state {
        padding: 1.5rem 1rem !important;
        margin: 0.75rem;
        border-radius: 20px;
        background:
            radial-gradient(circle at center, rgba(37, 99, 235, 0.05), transparent 16rem),
            #f8fbff !important;
        border: 1px dashed rgba(148, 163, 184, 0.35);
    }

    /* Footer total */
    body.qv-public-body .ch-ticket-summary-card .card-footer,
    body:not(.qv-admin-body) .ch-ticket-summary-card .card-footer {
        min-height: 68px;
        padding: 0.95rem 1rem !important;
        border-radius: 0 0 24px 24px;
    }

    body.qv-public-body #tickets-count-badge,
    body:not(.qv-admin-body) #tickets-count-badge {
        min-width: 36px;
        height: 36px;
        border-radius: 13px;
        font-size: 1rem;
    }

    body.qv-public-body #tickets-total-amount,
    body:not(.qv-admin-body) #tickets-total-amount {
        font-size: 1.08rem;
        font-weight: 950;
    }

    @media (max-width: 390px) {

        body.qv-public-body .ch-summary-table tbody tr,
        body:not(.qv-admin-body) .ch-summary-table tbody tr {
            margin: 0.62rem;
            padding: 0.82rem;
            border-radius: 20px;
        }

        body.qv-public-body .ch-summary-table tbody td:nth-child(1),
        body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(1) {
            width: 40px;
            height: 40px;
            font-size: 0.86rem;
        }

        body.qv-public-body .ch-summary-table tbody td:nth-child(2),
        body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(2),
        body.qv-public-body .ch-summary-table tbody td:nth-child(3),
        body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(3),
        body.qv-public-body .ch-summary-table tbody td:nth-child(4),
        body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(4) {
            padding: 0.68rem 0.78rem !important;
        }

        body.qv-public-body .ch-summary-table tbody td:nth-child(5),
        body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(5) {
            font-size: 0.82rem;
            padding: 0.56rem 0.7rem !important;
        }
    }

    body.qv-public-body .ch-empty-state,
    body:not(.qv-admin-body) .ch-empty-state {
        border-radius: 0;
        padding: 1.5rem 1rem !important;
    }

    body.qv-public-body .ch-ticket-summary-card .card-footer,
    body:not(.qv-admin-body) .ch-ticket-summary-card .card-footer {
        min-height: 64px;
        padding: 0.9rem 1rem !important;
        border-radius: 0 0 26px 26px;
    }

    body.qv-public-body #tickets-total-amount,
    body:not(.qv-admin-body) #tickets-total-amount {
        font-size: 1rem;
    }
}

/* =====================================================
   TUS QUINIELAS · DETALLE PREMIUM CON EQUIPOS
   ===================================================== */

body.qv-public-body .ticket-picks-cell,
body:not(.qv-admin-body) .ticket-picks-cell {
    min-width: 320px;
}

body.qv-public-body .ticket-picks-list,
body:not(.qv-admin-body) .ticket-picks-list {
    display: grid;
    gap: 0.7rem;
}

body.qv-public-body .ticket-picks-fallback,
body:not(.qv-admin-body) .ticket-picks-fallback {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
}

body.qv-public-body .ticket-pick-item,
body:not(.qv-admin-body) .ticket-pick-item {
    padding: 0.85rem;
    border-radius: 18px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.05), transparent 8rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 10px 24px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.qv-public-body .ticket-pick-teams,
body:not(.qv-admin-body) .ticket-pick-teams {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.6rem;
    align-items: center;
}

body.qv-public-body .ticket-pick-team,
body:not(.qv-admin-body) .ticket-pick-team {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

body.qv-public-body .ticket-pick-team img,
body:not(.qv-admin-body) .ticket-pick-team img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.10);
    flex: 0 0 24px;
}

body.qv-public-body .ticket-pick-team span,
body:not(.qv-admin-body) .ticket-pick-team span {
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 850;
    line-height: 1.2;
    min-width: 0;
    word-break: break-word;
}

body.qv-public-body .ticket-pick-team--away,
body:not(.qv-admin-body) .ticket-pick-team--away {
    justify-content: flex-end;
    text-align: right;
}

body.qv-public-body .ticket-pick-vs,
body:not(.qv-admin-body) .ticket-pick-vs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

body.qv-public-body .ticket-pick-footer,
body:not(.qv-admin-body) .ticket-pick-footer {
    margin-top: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    flex-wrap: wrap;
}

body.qv-public-body .ticket-pick-badge,
body:not(.qv-admin-body) .ticket-pick-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

body.qv-public-body .ticket-pick-badge--local,
body:not(.qv-admin-body) .ticket-pick-badge--local {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

body.qv-public-body .ticket-pick-badge--empate,
body:not(.qv-admin-body) .ticket-pick-badge--empate {
    background: rgba(245, 158, 11, 0.14);
    color: #b45309;
}

body.qv-public-body .ticket-pick-badge--visita,
body:not(.qv-admin-body) .ticket-pick-badge--visita {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

body.qv-public-body .ticket-pick-badge--default,
body:not(.qv-admin-body) .ticket-pick-badge--default {
    background: rgba(148, 163, 184, 0.14);
    color: #475569;
}

body.qv-public-body .ticket-pick-match-meta,
body:not(.qv-admin-body) .ticket-pick-match-meta {
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.3;
    text-align: right;
}

body.qv-public-body .btn-delete-row,
body:not(.qv-admin-body) .btn-delete-row {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 14px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 5rem),
        linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(220, 38, 38, 0.20);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.qv-public-body .btn-delete-row:hover,
body:not(.qv-admin-body) .btn-delete-row:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 16px 30px rgba(220, 38, 38, 0.26);
}

/* =========================
   MOBILE · BETTING APP FEEL
   ========================= */
@media (max-width: 768px) {

    body.qv-public-body .ticket-picks-cell,
    body:not(.qv-admin-body) .ticket-picks-cell {
        min-width: 0;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(4),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(4) {
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
    }

    body.qv-public-body .ticket-picks-list,
    body:not(.qv-admin-body) .ticket-picks-list {
        gap: 0.55rem;
    }

    body.qv-public-body .ticket-pick-item,
    body:not(.qv-admin-body) .ticket-pick-item {
        padding: 0.78rem;
        border-radius: 18px;
        background:
            radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 8rem),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    body.qv-public-body .ticket-pick-teams,
    body:not(.qv-admin-body) .ticket-pick-teams {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    body.qv-public-body .ticket-pick-team,
    body:not(.qv-admin-body) .ticket-pick-team {
        justify-content: flex-start;
        text-align: left;
        padding: 0.55rem 0.7rem;
        border-radius: 14px;
        background: rgba(15, 23, 42, 0.04);
    }

    body.qv-public-body .ticket-pick-team--away,
    body:not(.qv-admin-body) .ticket-pick-team--away {
        justify-content: flex-start;
        text-align: left;
    }

    body.qv-public-body .ticket-pick-team span,
    body:not(.qv-admin-body) .ticket-pick-team span {
        font-size: 0.78rem;
    }

    body.qv-public-body .ticket-pick-vs,
    body:not(.qv-admin-body) .ticket-pick-vs {
        justify-self: center;
        min-width: 42px;
        height: 28px;
        padding: 0 0.55rem;
        border-radius: 999px;
        font-size: 0.62rem;
        background: #0f172a;
        color: #ffffff;
    }

    body.qv-public-body .ticket-pick-footer,
    body:not(.qv-admin-body) .ticket-pick-footer {
        margin-top: 0.6rem;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.45rem;
    }

    body.qv-public-body .ticket-pick-badge,
    body:not(.qv-admin-body) .ticket-pick-badge {
        min-height: 32px;
        font-size: 0.68rem;
        padding: 0.45rem 0.75rem;
    }

    body.qv-public-body .ticket-pick-match-meta,
    body:not(.qv-admin-body) .ticket-pick-match-meta {
        text-align: left;
        font-size: 0.66rem;
    }

    body.qv-public-body .btn-delete-row,
    body:not(.qv-admin-body) .btn-delete-row {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        border-radius: 13px !important;
    }
}

@media (max-width: 390px) {

    body.qv-public-body .ticket-pick-item,
    body:not(.qv-admin-body) .ticket-pick-item {
        padding: 0.72rem;
    }

    body.qv-public-body .ticket-pick-team,
    body:not(.qv-admin-body) .ticket-pick-team {
        padding: 0.5rem 0.62rem;
    }

    body.qv-public-body .ticket-pick-team img,
    body:not(.qv-admin-body) .ticket-pick-team img {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    body.qv-public-body .ticket-pick-team span,
    body:not(.qv-admin-body) .ticket-pick-team span {
        font-size: 0.74rem;
    }

    body.qv-public-body .ticket-pick-match-meta,
    body:not(.qv-admin-body) .ticket-pick-match-meta {
        font-size: 0.62rem;
    }
}

/* =====================================================
   ETAPA 5 · MICROINTERACCIONES TUS QUINIELAS PREMIUM
   ===================================================== */

/* Entrada de card al agregar */
body.qv-public-body .ticket-summary-row--enter,
body:not(.qv-admin-body) .ticket-summary-row--enter {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
}

body.qv-public-body .ticket-summary-row--enter.is-visible,
body:not(.qv-admin-body) .ticket-summary-row--enter.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition:
        opacity 280ms ease,
        transform 360ms cubic-bezier(.2, .85, .2, 1);
}

/* Salida al eliminar */
body.qv-public-body .ticket-summary-row--removing,
body:not(.qv-admin-body) .ticket-summary-row--removing {
    opacity: 0 !important;
    transform: translateX(18px) scale(0.96) !important;
    filter: blur(1px);
    transition:
        opacity 180ms ease,
        transform 220ms ease,
        filter 220ms ease;
}

/* Animación del total y contador */
body.qv-public-body .qv-total-pop,
body:not(.qv-admin-body) .qv-total-pop {
    animation: qvTotalPop 420ms cubic-bezier(.2, .85, .2, 1);
}

@keyframes qvTotalPop {
    0% {
        transform: scale(1);
    }

    38% {
        transform: scale(1.14);
    }

    100% {
        transform: scale(1);
    }
}

/* Card completa con look tipo app de apuestas */
body.qv-public-body .ch-ticket-summary-card,
body:not(.qv-admin-body) .ch-ticket-summary-card {
    isolation: isolate;
}

body.qv-public-body .ch-ticket-summary-card::after,
body:not(.qv-admin-body) .ch-ticket-summary-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 0%, rgba(0, 98, 255, 0.12), transparent 14rem),
        radial-gradient(circle at 85% 5%, rgba(255, 193, 7, 0.14), transparent 13rem);
}

/* Header más cercano a betting app */
body.qv-public-body .ch-ticket-summary-card .card-header,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-header {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(0, 98, 255, 0.08), transparent 13rem),
        rgba(255, 255, 255, 0.94) !important;
}

body.qv-public-body .ch-ticket-summary-card .card-header h5,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-header h5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.4rem 0.72rem;
    border-radius: 999px;
    background: rgba(2, 8, 23, 0.04);
}

/* Estado vacío premium */
body.qv-public-body .ch-empty-state,
body:not(.qv-admin-body) .ch-empty-state {
    position: relative;
    margin: 0.85rem;
    padding: 2rem 1rem !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at top, rgba(0, 98, 255, 0.06), transparent 15rem),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border: 1px dashed rgba(37, 99, 235, 0.22) !important;
    color: transparent !important;
    overflow: hidden;
}

body.qv-public-body .ch-empty-state::before,
body:not(.qv-admin-body) .ch-empty-state::before {
    content: "🎟️";
    display: block;
    margin-bottom: 0.45rem;
    color: #0f172a;
    font-size: 1.6rem !important;
    line-height: 1;
}

body.qv-public-body .ch-empty-state::after,
body:not(.qv-admin-body) .ch-empty-state::after {
    content: "Aún no has agregado ninguna quiniela";
    display: block;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.25;
}

/* Total footer más premium */
body.qv-public-body .ch-ticket-summary-card .card-footer,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-footer {
    position: relative;
    overflow: hidden;
}

body.qv-public-body .ch-ticket-summary-card .card-footer::before,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.18) 42%,
            transparent 68%);
    transform: translateX(-120%);
    animation: qvFooterShine 3.8s ease-in-out infinite;
}

@keyframes qvFooterShine {

    0%,
    62% {
        transform: translateX(-120%);
    }

    100% {
        transform: translateX(120%);
    }
}

body.qv-public-body .ch-ticket-summary-card .card-footer>*,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-footer>* {
    position: relative;
    z-index: 2;
}

/* Valor tipo chip premium en mobile cards */
@media (max-width: 768px) {

    body.qv-public-body .ch-summary-table tbody td:nth-child(5),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(5) {
        background:
            radial-gradient(circle at top left, rgba(34, 197, 94, 0.18), transparent 5rem),
            linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%) !important;
        color: #15803d !important;
        border: 1px solid rgba(34, 197, 94, 0.18);
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(5)::before,
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(5)::before {
        content: "Valor";
        display: block;
        margin-bottom: 0.18rem;
        color: #16a34a;
        font-size: 0.58rem;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    /* Botón eliminar como acción flotante inferior */
    body.qv-public-body .ch-summary-table tbody td:nth-child(6),
    body:not(.qv-admin-body) .ch-summary-table tbody td:nth-child(6) {
        justify-self: start;
    }

    body.qv-public-body .btn-delete-row,
    body:not(.qv-admin-body) .btn-delete-row {
        position: relative;
    }

    body.qv-public-body .btn-delete-row::after,
    body:not(.qv-admin-body) .btn-delete-row::after {
        content: "Eliminar";
        position: absolute;
        left: calc(100% + 0.55rem);
        top: 50%;
        transform: translateY(-50%);
        color: #dc2626;
        font-size: 0.74rem;
        font-weight: 900;
        white-space: nowrap;
    }

    /* Card hover/touch feel */
    body.qv-public-body .ch-summary-table tbody tr,
    body:not(.qv-admin-body) .ch-summary-table tbody tr {
        transition:
            transform 180ms ease,
            box-shadow 180ms ease,
            border-color 180ms ease;
    }

    body.qv-public-body .ch-summary-table tbody tr:active,
    body:not(.qv-admin-body) .ch-summary-table tbody tr:active {
        transform: scale(0.985);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.10);
        border-color: rgba(37, 99, 235, 0.22);
    }

    /* Cada partido dentro de la quiniela como mini apuesta */
    body.qv-public-body .ticket-pick-item,
    body:not(.qv-admin-body) .ticket-pick-item {
        position: relative;
        overflow: hidden;
    }

    body.qv-public-body .ticket-pick-item::before,
    body:not(.qv-admin-body) .ticket-pick-item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #2563eb, #f59e0b, #ef4444);
        opacity: 0.9;
    }

    body.qv-public-body .ticket-pick-badge,
    body:not(.qv-admin-body) .ticket-pick-badge {
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
    }
}

/* =====================================================
   HOME · TOGGLE DEL TICKET
   ===================================================== */

body.qv-public-body .qv-ticket-toolbar,
body:not(.qv-admin-body) .qv-ticket-toolbar {
    display: flex;
    justify-content: center;
    margin: 0.35rem auto 0.9rem;
    padding: 0 0.85rem;
}

body.qv-public-body .qv-ticket-toggle-btn,
body:not(.qv-admin-body) .qv-ticket-toggle-btn {
    min-height: 46px;
    padding: 0.75rem 1rem;
    border: 0 !important;
    border-radius: 999px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.25), transparent 6rem),
        linear-gradient(135deg, #06142f 0%, #0a2b64 100%) !important;
    color: #ffffff !important;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-shadow:
        0 16px 34px rgba(6, 20, 47, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.qv-public-body .qv-ticket-toggle-btn:hover,
body:not(.qv-admin-body) .qv-ticket-toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 20px 38px rgba(6, 20, 47, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

body.qv-public-body .qv-ticket-toggle-btn i,
body:not(.qv-admin-body) .qv-ticket-toggle-btn i {
    font-size: 0.95rem;
}

body.qv-public-body .qv-ticket-panel,
body:not(.qv-admin-body) .qv-ticket-panel {
    display: grid;
    grid-template-rows: 1fr;
    transition:
        grid-template-rows 0.34s cubic-bezier(.2, .85, .2, 1),
        opacity 0.26s ease;
    opacity: 1;
}

body.qv-public-body .qv-ticket-panel:not(.is-open),
body:not(.qv-admin-body) .qv-ticket-panel:not(.is-open) {
    grid-template-rows: 0fr;
    opacity: 0.92;
}

body.qv-public-body .qv-ticket-panel__inner,
body:not(.qv-admin-body) .qv-ticket-panel__inner {
    min-height: 0;
    overflow: hidden;
}

/* =====================================================
   INFO DE PARTIDO · FECHA / HORA MÁS LEGIBLE
   ===================================================== */

body.qv-public-body .cell-match-info,
body:not(.qv-admin-body) .cell-match-info {
    min-width: 104px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%) !important;
    border-left: 1px solid rgba(37, 99, 235, 0.10) !important;
}

body.qv-public-body .cell-match-info-inner,
body:not(.qv-admin-body) .cell-match-info-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
    padding: 0.28rem 0.1rem;
}

body.qv-public-body .match-date,
body.qv-public-body .match-time,
body:not(.qv-admin-body) .match-date,
body:not(.qv-admin-body) .match-time {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    padding: 0.32rem 0.42rem;
    border-radius: 999px;
    text-align: center;
    line-height: 1.05;
    white-space: nowrap;
}

body.qv-public-body .match-date,
body:not(.qv-admin-body) .match-date {
    background: rgba(255, 255, 255, 0.95);
    color: #334155;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

body.qv-public-body .match-time,
body:not(.qv-admin-body) .match-time {
    background: rgba(0, 98, 255, 0.10);
    color: #003ea8;
    font-weight: 950;
    box-shadow: inset 0 0 0 1px rgba(0, 98, 255, 0.10);
}

body.qv-public-body .match-date i,
body.qv-public-body .match-time i,
body:not(.qv-admin-body) .match-date i,
body:not(.qv-admin-body) .match-time i {
    font-size: 0.72rem;
    flex: 0 0 auto;
}

body.qv-public-body .match-date span:last-child,
body.qv-public-body .match-time span:last-child,
body:not(.qv-admin-body) .match-date span:last-child,
body:not(.qv-admin-body) .match-time span:last-child {
    display: inline-block;
    min-width: 0;
}

body.qv-public-body .match-league-badge,
body:not(.qv-admin-body) .match-league-badge {
    min-width: 58px;
    padding: 0.2rem 0.45rem !important;
    border-radius: 999px;
    background: rgba(0, 98, 255, 0.10) !important;
    color: #003ea8 !important;
    border: 0 !important;
    font-size: 0.62rem !important;
    font-weight: 950;
    letter-spacing: 0.04em;
}

/* =====================================================
   MANITO GUÍA · MÁS PRECISA
   ===================================================== */

#qv-coach-overlay {
    transition:
        transform 320ms cubic-bezier(.2, .85, .2, 1),
        opacity 180ms ease;
}

#qv-coach-overlay .qv-coach-hand {
    width: 28px;
    height: 28px;
    font-size: 0.98rem;
    transform: translate(-52%, -100%);
    box-shadow:
        0 8px 20px rgba(15, 23, 42, 0.16),
        0 0 0 4px rgba(239, 68, 68, 0.08);
}

#qv-coach-overlay .qv-coach-hand::after {
    inset: -6px;
}

#qv-coach-overlay .qv-coach-tip {
    transform: translate(-10%, -170%);
    max-width: 160px;
    padding: 0.4rem 0.65rem;
    font-size: 0.66rem;
    white-space: nowrap;
}

#qv-coach-overlay.is-pick-target .qv-coach-hand {
    transform: translate(-66%, -110%) rotate(-7deg);
}

#qv-coach-overlay.is-pick-target .qv-coach-tip {
    transform: translate(-8%, -182%);
}

/* =====================================================
   MOBILE · AJUSTES FINOS
   ===================================================== */
@media (max-width: 768px) {

    body.qv-public-body .qv-ticket-toolbar,
    body:not(.qv-admin-body) .qv-ticket-toolbar {
        margin: 0.15rem auto 0.7rem;
        padding: 0 0.6rem;
    }

    body.qv-public-body .qv-ticket-toggle-btn,
    body:not(.qv-admin-body) .qv-ticket-toggle-btn {
        width: 100%;
        max-width: 320px;
        min-height: 44px;
        padding: 0.72rem 0.95rem;
        font-size: 0.82rem;
    }

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        grid-template-columns: 38px minmax(0, 1fr) 38px minmax(0, 1fr) 38px 68px;
        gap: 5px;
    }

    body.qv-public-body .cell-match-info,
    body:not(.qv-admin-body) .cell-match-info {
        width: 68px !important;
        min-width: 68px !important;
        padding-left: 4px !important;
        border-left: 1px dashed rgba(15, 23, 42, 0.16) !important;
    }

    body.qv-public-body .cell-match-info-inner,
    body:not(.qv-admin-body) .cell-match-info-inner {
        gap: 0.18rem;
        padding: 0.18rem 0;
    }

    body.qv-public-body .cell-match-info .match-date,
    body.qv-public-body .cell-match-info .match-time,
    body:not(.qv-admin-body) .cell-match-info .match-date,
    body:not(.qv-admin-body) .cell-match-info .match-time {
        padding: 0.22rem 0.2rem;
        font-size: 0.53rem;
        line-height: 1;
        border-radius: 12px;
        white-space: normal;
        flex-direction: column;
        gap: 0.06rem;
    }

    body.qv-public-body .cell-match-info .match-date i,
    body.qv-public-body .cell-match-info .match-time i,
    body:not(.qv-admin-body) .cell-match-info .match-date i,
    body:not(.qv-admin-body) .cell-match-info .match-time i {
        font-size: 0.52rem;
    }

    body.qv-public-body .cell-match-info .match-league-badge,
    body:not(.qv-admin-body) .cell-match-info .match-league-badge {
        min-width: 44px;
        font-size: 0.48rem !important;
        padding: 0.16rem 0.22rem !important;
        margin-top: 0 !important;
    }

    #qv-coach-overlay .qv-coach-hand {
        width: 24px;
        height: 24px;
        font-size: 0.85rem;
    }

    #qv-coach-overlay .qv-coach-tip {
        max-width: 132px;
        font-size: 0.60rem;
        padding: 0.34rem 0.54rem;
    }
}

@media (max-width: 390px) {

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        grid-template-columns: 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px 62px;
        gap: 4px;
        padding: 9px 6px;
    }

    body.qv-public-body .cell-match-info,
    body:not(.qv-admin-body) .cell-match-info {
        width: 62px !important;
        min-width: 62px !important;
    }

    body.qv-public-body .cell-match-info .match-date,
    body.qv-public-body .cell-match-info .match-time,
    body:not(.qv-admin-body) .cell-match-info .match-date,
    body:not(.qv-admin-body) .cell-match-info .match-time {
        font-size: 0.48rem;
    }
}

/* =====================================================
   TUS QUINIELAS · ABRIR / CERRAR RESUMEN
   ===================================================== */

body.qv-public-body .qv-summary-header,
body:not(.qv-admin-body) .qv-summary-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    text-align: left !important;
    padding: 1rem 1rem !important;
}

body.qv-public-body .qv-summary-header__title,
body:not(.qv-admin-body) .qv-summary-header__title {
    min-width: 0;
}

body.qv-public-body .qv-summary-header__title h5,
body:not(.qv-admin-body) .qv-summary-header__title h5 {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #06142f !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    letter-spacing: -0.03em;
}

body.qv-public-body .qv-summary-header__title small,
body:not(.qv-admin-body) .qv-summary-header__title small {
    display: block;
    margin-top: 0.15rem;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
}

body.qv-public-body .qv-summary-toggle,
body:not(.qv-admin-body) .qv-summary-toggle {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0.52rem 0.75rem;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.26), transparent 5rem),
        linear-gradient(135deg, #06142f 0%, #0f2b66 100%);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(6, 20, 47, 0.16);
}

body.qv-public-body .qv-summary-toggle i,
body:not(.qv-admin-body) .qv-summary-toggle i {
    font-size: 0.82rem;
}

body.qv-public-body .qv-summary-content,
body:not(.qv-admin-body) .qv-summary-content {
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    transition:
        grid-template-rows 0.32s cubic-bezier(.2, .85, .2, 1),
        opacity 0.22s ease;
}

body.qv-public-body .qv-summary-content:not(.is-open),
body:not(.qv-admin-body) .qv-summary-content:not(.is-open) {
    grid-template-rows: 0fr;
    opacity: 0;
}

body.qv-public-body .qv-summary-content__inner,
body:not(.qv-admin-body) .qv-summary-content__inner {
    min-height: 0;
    overflow: hidden;
}

/* Mantener footer total visible aunque el detalle esté cerrado */
body.qv-public-body .ch-ticket-summary-card .card-footer,
body:not(.qv-admin-body) .ch-ticket-summary-card .card-footer {
    position: relative;
    z-index: 3;
}

/* =====================================================
   COACH / MANITO · GRANDE, TRANSLUCIDA Y PRECISA
   ===================================================== */

#qv-coach-overlay {
    transition:
        transform 300ms cubic-bezier(.2, .85, .2, 1),
        opacity 180ms ease;
}

#qv-coach-overlay .qv-coach-hand {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    transform: translate(-58%, -108%) rotate(-8deg);
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 247, 237, 0.58) 42%, rgba(254, 215, 170, 0.50) 100%);
    color: rgba(17, 24, 39, 0.72);
    font-size: 1.45rem;
    box-shadow:
        0 12px 28px rgba(15, 23, 42, 0.16),
        0 0 0 7px rgba(239, 68, 68, 0.07);
    backdrop-filter: blur(8px);
    opacity: 0.72;
    animation: qvCoachTapLarge 1.12s ease-in-out infinite;
}

#qv-coach-overlay .qv-coach-hand::after {
    inset: -9px;
    border: 2px solid rgba(239, 68, 68, 0.18);
}

#qv-coach-overlay .qv-coach-tip {
    transform: translate(-4%, -178%);
    max-width: 150px;
    padding: 0.38rem 0.58rem;
    border-radius: 999px;
    background: rgba(2, 8, 23, 0.58);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.62rem;
    font-weight: 850;
    line-height: 1.08;
    white-space: nowrap;
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

#qv-coach-overlay.is-pick-target .qv-coach-hand {
    transform: translate(-70%, -112%) rotate(-10deg);
}

#qv-coach-overlay.is-pick-target .qv-coach-tip {
    transform: translate(-8%, -188%);
}

@keyframes qvCoachTapLarge {

    0%,
    100% {
        transform: translate(-58%, -108%) rotate(-8deg) scale(1);
    }

    45% {
        transform: translate(-58%, -96%) rotate(-2deg) scale(0.96);
    }

    68% {
        transform: translate(-58%, -114%) rotate(-8deg) scale(1.04);
    }
}

#qv-coach-overlay.is-pick-target .qv-coach-hand {
    animation-name: qvCoachTapPickLarge;
}

@keyframes qvCoachTapPickLarge {

    0%,
    100% {
        transform: translate(-70%, -112%) rotate(-10deg) scale(1);
    }

    45% {
        transform: translate(-70%, -98%) rotate(-4deg) scale(0.96);
    }

    68% {
        transform: translate(-70%, -118%) rotate(-10deg) scale(1.04);
    }
}

@media (max-width: 768px) {

    body.qv-public-body .qv-summary-header,
    body:not(.qv-admin-body) .qv-summary-header {
        padding: 0.9rem 0.85rem !important;
    }

    body.qv-public-body .qv-summary-header__title h5,
    body:not(.qv-admin-body) .qv-summary-header__title h5 {
        font-size: 0.94rem !important;
    }

    body.qv-public-body .qv-summary-header__title small,
    body:not(.qv-admin-body) .qv-summary-header__title small {
        font-size: 0.66rem;
    }

    body.qv-public-body .qv-summary-toggle,
    body:not(.qv-admin-body) .qv-summary-toggle {
        min-height: 34px;
        padding: 0.48rem 0.62rem;
        font-size: 0.68rem;
    }

    #qv-coach-overlay .qv-coach-hand {
        width: 38px;
        height: 38px;
        font-size: 1.25rem;
        opacity: 0.70;
    }

    #qv-coach-overlay .qv-coach-tip {
        max-width: 128px;
        font-size: 0.58rem;
        padding: 0.32rem 0.5rem;
        opacity: 0.82;
    }
}

/* =====================================================
   COACH · DETECCION REAL DE ELEMENTOS
   ===================================================== */

#qv-coach-overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(-9999px, -9999px, 0);
    transition:
        transform 260ms cubic-bezier(.2, .85, .2, 1),
        opacity 160ms ease;
}

#qv-coach-overlay.is-active {
    opacity: 1;
}

#qv-coach-overlay.is-done {
    display: none !important;
}

#qv-coach-overlay .qv-coach-hand {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.78), rgba(255, 237, 213, 0.58));
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.55rem;
    line-height: 1;
    opacity: 0.78;
    backdrop-filter: blur(8px);
    box-shadow:
        0 14px 30px rgba(15, 23, 42, 0.14),
        0 0 0 7px rgba(239, 68, 68, 0.07);
    animation: qvCoachDetectTap 1.1s ease-in-out infinite;
}

/* Para picks: el dedo cae sobre el botón */
#qv-coach-overlay.is-pick-target .qv-coach-hand {
    transform: translate(-50%, -108%) rotate(-7deg);
}

/* Para inputs y botones grandes */
#qv-coach-overlay.is-input-target .qv-coach-hand,
#qv-coach-overlay.is-button-target .qv-coach-hand {
    transform: translate(-50%, -108%) rotate(-7deg);
}

#qv-coach-overlay .qv-coach-hand::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: inherit;
    border: 2px solid rgba(239, 68, 68, 0.18);
    animation: qvCoachDetectRing 1.1s ease-out infinite;
}

#qv-coach-overlay .qv-coach-tip {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-8%, -210%);
    max-width: 150px;
    padding: 0.36rem 0.56rem;
    border-radius: 999px;
    background: rgba(2, 8, 23, 0.54);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.61rem;
    font-weight: 850;
    line-height: 1.08;
    white-space: nowrap;
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

/* Target resaltado exacto */
body.qv-public-body .qv-coach-current-target,
body:not(.qv-admin-body) .qv-coach-current-target {
    outline: 2px solid rgba(239, 68, 68, 0.28) !important;
    outline-offset: 3px;
    box-shadow:
        0 0 0 6px rgba(239, 68, 68, 0.08),
        0 12px 24px rgba(239, 68, 68, 0.16) !important;
}

@keyframes qvCoachDetectTap {

    0%,
    100% {
        margin-top: 0;
        transform: translate(-50%, -108%) rotate(-7deg) scale(1);
    }

    45% {
        margin-top: 8px;
        transform: translate(-50%, -108%) rotate(-2deg) scale(0.96);
    }

    70% {
        margin-top: -2px;
        transform: translate(-50%, -108%) rotate(-7deg) scale(1.03);
    }
}

@keyframes qvCoachDetectRing {
    0% {
        opacity: 0.65;
        transform: scale(0.82);
    }

    100% {
        opacity: 0;
        transform: scale(1.34);
    }
}

@media (max-width: 768px) {
    #qv-coach-overlay .qv-coach-hand {
        width: 42px;
        height: 42px;
        font-size: 1.45rem;
        opacity: 0.74;
    }

    #qv-coach-overlay .qv-coach-tip {
        max-width: 132px;
        font-size: 0.56rem;
        padding: 0.31rem 0.48rem;
        opacity: 0.82;
    }

    body.qv-public-body .qv-coach-current-target,
    body:not(.qv-admin-body) .qv-coach-current-target {
        outline-offset: 2px;
        box-shadow:
            0 0 0 5px rgba(239, 68, 68, 0.07),
            0 10px 20px rgba(239, 68, 68, 0.12) !important;
    }
}


/* =====================================================
   Página pública de testimonios estilo ganadores
   ===================================================== */

.qv-testimonials-dark-hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 3.8rem;
    color: #fff;
    background:
        radial-gradient(circle at 12% 14%, rgba(255, 193, 7, 0.2), transparent 26rem),
        radial-gradient(circle at 86% 10%, rgba(37, 99, 235, 0.18), transparent 24rem),
        linear-gradient(180deg, #050914 0%, #080d18 100%);
}

.qv-testimonials-dark-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 -1px 0;
    height: 7rem;
    background: linear-gradient(180deg, transparent, #080d18);
    pointer-events: none;
}

.qv-testimonials-dark-hero__content {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.qv-public-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    color: #ffc107;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.qv-testimonials-dark-hero h1 {
    margin: 0;
    font-size: clamp(2.15rem, 7vw, 4.5rem);
    font-weight: 950;
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.qv-testimonials-dark-hero p {
    max-width: 760px;
    margin: 1rem auto 0;
    color: rgba(226, 232, 240, 0.74);
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.7;
}

.qv-testimonials-dark-hero__actions,
.qv-testimonials-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.qv-testimonials-dark-page {
    padding: 3rem 0 4.2rem;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 193, 7, 0.07), transparent 28rem),
        #080d18;
}

.qv-testimonials-dark-heading {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.qv-testimonials-dark-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.055em;
}

.qv-testimonials-dark-heading p {
    max-width: 720px;
    margin: 0;
    color: #93a4bd;
    line-height: 1.65;
}

.qv-testimonials-dark-summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-bottom: 1.5rem;
}

.qv-testimonials-dark-summary>div {
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 1.15rem;
    background: rgba(15, 23, 42, 0.78);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.qv-testimonials-dark-summary strong {
    display: block;
    color: #ffc107;
    font-size: 1.45rem;
    font-weight: 950;
    line-height: 1;
}

.qv-testimonials-dark-summary span {
    display: block;
    margin-top: 0.3rem;
    color: #cbd5e1;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.qv-winner-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.qv-winner-testimonial-card {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1rem;
    background: #121821;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.qv-winner-testimonial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 193, 7, 0.42);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44);
}

.qv-winner-testimonial-card__image {
    position: relative;
    height: 23rem;
    overflow: hidden;
    background: #020617;
}

.qv-winner-testimonial-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 280ms ease;
}

.qv-winner-testimonial-card:hover .qv-winner-testimonial-card__image img {
    transform: scale(1.035);
}

.qv-winner-testimonial-card__imageOverlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.14) 48%, rgba(18, 24, 33, 0.86) 100%);
    pointer-events: none;
}

.qv-winner-testimonial-card__badge {
    position: absolute;
    right: 0.9rem;
    bottom: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: calc(100% - 1.8rem);
    padding: 0.55rem 0.78rem;
    border: 1px solid rgba(255, 193, 7, 0.58);
    border-radius: 999px;
    color: #ffc107;
    background: rgba(0, 0, 0, 0.86);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
    font-size: 0.86rem;
    font-weight: 950;
    line-height: 1;
}

.qv-winner-testimonial-card__badge .bi-star-fill,
.qv-winner-testimonial-card__badge .bi-star {
    font-size: 0.78rem;
}

.qv-winner-testimonial-card__body {
    padding: 1.25rem;
}

.qv-winner-testimonial-card__body h3 {
    margin: 0;
    color: #fff;
    font-size: 1.26rem;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.qv-winner-testimonial-card__subtitle {
    margin-top: 0.45rem;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 950;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.qv-winner-testimonial-card__date {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.13);
    color: #8fa4c2;
    font-size: 0.86rem;
    font-weight: 700;
}

.qv-winner-testimonial-card__quote {
    position: relative;
    margin-top: 1rem;
    padding: 1.1rem 1rem 1rem;
    border-left: 3px solid #ffc107;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.045);
}

.qv-winner-testimonial-card__quoteIcon {
    margin-bottom: 0.35rem;
    color: rgba(255, 193, 7, 0.72);
    font-size: 1.25rem;
    line-height: 1;
}

.qv-winner-testimonial-card__quote p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #d8e3f4;
    font-size: 0.93rem;
    font-style: italic;
    line-height: 1.6;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.qv-testimonials-final-cta--dark {
    padding: 3.6rem 0 4.8rem;
    background: #080d18;
}

.qv-testimonials-final-cta--dark article {
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 1.3rem;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(255, 193, 7, 0.2), transparent 18rem),
        linear-gradient(135deg, #111827, #020617);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.qv-testimonials-final-cta--dark h2 {
    margin: 0;
    font-size: clamp(1.7rem, 5vw, 3rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.05em;
}

.qv-testimonials-final-cta--dark p {
    max-width: 680px;
    margin: 0.8rem auto 0;
    color: rgba(226, 232, 240, 0.74);
    line-height: 1.7;
}

.qv-empty-premium--dark {
    border-color: rgba(148, 163, 184, 0.16);
    color: #fff;
    background: rgba(15, 23, 42, 0.78);
}

.qv-empty-premium--dark h2 {
    color: #fff;
}

.qv-empty-premium--dark p {
    color: #cbd5e1;
}

@media (min-width: 768px) {
    .qv-testimonials-dark-heading {
        grid-template-columns: 1fr 0.8fr;
        align-items: end;
    }

    .qv-testimonials-dark-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .qv-winner-testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.35rem;
    }

    .qv-testimonials-final-cta--dark article {
        padding: 2.6rem;
    }
}

@media (min-width: 1150px) {
    .qv-winner-testimonials-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .qv-testimonials-dark-hero {
        padding: 4.5rem 0 3rem;
    }

    .qv-winner-testimonial-card__image {
        height: 19rem;
    }

    .qv-winner-testimonial-card__body {
        padding: 1rem;
    }

    .qv-winner-testimonial-card__quote p {
        -webkit-line-clamp: 10;
    }
}

@media (prefers-reduced-motion: reduce) {

    .qv-winner-testimonial-card,
    .qv-winner-testimonial-card__image img {
        transition: none;
    }

    .qv-winner-testimonial-card:hover {
        transform: none;
    }

    .qv-winner-testimonial-card:hover .qv-winner-testimonial-card__image img {
        transform: none;
    }
}



/* =====================================================
   MOBILE PREMIUM · TABLA DE PARTIDOS TIPO APP
   ===================================================== */

@media (max-width: 768px) {

    body.qv-public-body .ch-table-container,
    body:not(.qv-admin-body) .ch-table-container {
        width: calc(100% - 20px);
        margin: 1.15rem auto 0;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible;
    }

    body.qv-public-body .ch-table-scroll-wrap,
    body:not(.qv-admin-body) .ch-table-scroll-wrap {
        overflow-x: hidden;
        padding: 0.15rem 0 0.35rem;
    }

    body.qv-public-body .ch-table,
    body:not(.qv-admin-body) .ch-table {
        display: block;
        background: transparent !important;
    }

    body.qv-public-body .ch-table thead,
    body:not(.qv-admin-body) .ch-table thead {
        display: none;
    }

    body.qv-public-body .ch-table tbody,
    body:not(.qv-admin-body) .ch-table tbody {
        display: grid;
        gap: 0.9rem;
    }

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        position: relative;
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) 46px minmax(0, 1fr) 46px;
        grid-template-areas:
            "localPick home draw away visitPick"
            "info info info info info";
        gap: 0.62rem;
        align-items: stretch;
        width: 100%;
        padding: 0.9rem;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 28px;
        background:
            radial-gradient(circle at top left, rgba(0, 98, 255, 0.12), transparent 9rem),
            linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow:
            0 18px 42px rgba(15, 23, 42, 0.13),
            inset 0 1px 0 rgba(255, 255, 255, 0.88);
        overflow: hidden;
    }

    body.qv-public-body .ch-table tbody tr::before,
    body:not(.qv-admin-body) .ch-table tbody tr::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        border-radius: inherit;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.65), transparent 36%),
            linear-gradient(90deg, rgba(0, 62, 168, 0.18), transparent 18%, transparent 82%, rgba(220, 38, 38, 0.14));
    }

    body.qv-public-body .ch-table tbody tr>td,
    body:not(.qv-admin-body) .ch-table tbody tr>td {
        position: relative;
        z-index: 1;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: auto !important;
        min-width: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.qv-public-body .ch-table tbody tr>td:nth-child(1),
    body:not(.qv-admin-body) .ch-table tbody tr>td:nth-child(1) {
        grid-area: localPick;
    }

    body.qv-public-body .ch-table tbody tr>td:nth-child(2),
    body:not(.qv-admin-body) .ch-table tbody tr>td:nth-child(2) {
        grid-area: home;
    }

    body.qv-public-body .ch-table tbody tr>td:nth-child(3),
    body:not(.qv-admin-body) .ch-table tbody tr>td:nth-child(3) {
        grid-area: draw;
    }

    body.qv-public-body .ch-table tbody tr>td:nth-child(4),
    body:not(.qv-admin-body) .ch-table tbody tr>td:nth-child(4) {
        grid-area: away;
    }

    body.qv-public-body .ch-table tbody tr>td:nth-child(5),
    body:not(.qv-admin-body) .ch-table tbody tr>td:nth-child(5) {
        grid-area: visitPick;
    }

    body.qv-public-body .ch-table tbody tr>td:nth-child(6),
    body:not(.qv-admin-body) .ch-table tbody tr>td:nth-child(6) {
        grid-area: info;
    }

    body.qv-public-body .btn-choice,
    body.qv-public-body .btn-ch-pick,
    body:not(.qv-admin-body) .btn-choice,
    body:not(.qv-admin-body) .btn-ch-pick {
        width: 46px !important;
        height: 100% !important;
        min-width: 46px !important;
        min-height: 76px !important;
        border-radius: 18px !important;
        font-size: 1.05rem !important;
        font-weight: 950 !important;
        box-shadow:
            0 12px 24px rgba(220, 38, 38, 0.18),
            inset 0 -2px 0 rgba(127, 29, 29, 0.12) !important;
    }

    body.qv-public-body .ch-team-cell,
    body:not(.qv-admin-body) .ch-team-cell {
        min-height: 88px;
    }

    body.qv-public-body .ch-team-box,
    body:not(.qv-admin-body) .ch-team-box {
        width: 100%;
        height: 100%;
        min-height: 88px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.42rem;
        padding: 0.62rem 0.35rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.78);
        box-shadow:
            inset 0 0 0 1px rgba(15, 23, 42, 0.06),
            0 10px 24px rgba(15, 23, 42, 0.06);
        backdrop-filter: blur(8px);
    }

    body.qv-public-body .ch-team-logo,
    body:not(.qv-admin-body) .ch-team-logo {
        width: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        object-fit: contain;
        filter: drop-shadow(0 8px 12px rgba(15, 23, 42, 0.16));
    }

    body.qv-public-body .ch-team-box span,
    body:not(.qv-admin-body) .ch-team-box span {
        width: 100%;
        max-width: 100%;
        color: #06142f;
        font-size: 0.86rem !important;
        font-weight: 950;
        line-height: 1.08;
        letter-spacing: -0.02em;
        text-align: center;
        text-transform: uppercase;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-wrap: balance;
    }

    body.qv-public-body .cell-match-info,
    body:not(.qv-admin-body) .cell-match-info {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        border-left: 0 !important;
    }

    body.qv-public-body .cell-match-info-inner,
    body:not(.qv-admin-body) .cell-match-info-inner {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
        gap: 0.45rem;
        align-items: center;
        padding: 0.55rem;
        border-radius: 20px;
        background:
            linear-gradient(135deg, rgba(6, 20, 47, 0.96), rgba(0, 62, 168, 0.92));
        box-shadow:
            0 12px 26px rgba(6, 20, 47, 0.20),
            inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }

    body.qv-public-body .cell-match-info .match-date,
    body.qv-public-body .cell-match-info .match-time,
    body:not(.qv-admin-body) .cell-match-info .match-date,
    body:not(.qv-admin-body) .cell-match-info .match-time {
        width: 100%;
        min-height: 42px;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0.32rem;
        padding: 0.5rem 0.4rem;
        border-radius: 16px;
        font-size: 0.82rem !important;
        font-weight: 950;
        line-height: 1;
        white-space: nowrap;
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    }

    body.qv-public-body .cell-match-info .match-date i,
    body.qv-public-body .cell-match-info .match-time i,
    body:not(.qv-admin-body) .cell-match-info .match-date i,
    body:not(.qv-admin-body) .cell-match-info .match-time i {
        font-size: 0.92rem !important;
        color: #facc15;
    }

    body.qv-public-body .cell-match-info .match-league-badge,
    body:not(.qv-admin-body) .cell-match-info .match-league-badge {
        min-width: 54px;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        padding: 0.42rem 0.55rem !important;
        border-radius: 16px;
        background: rgba(250, 204, 21, 0.18) !important;
        color: #fde68a !important;
        border: 1px solid rgba(250, 204, 21, 0.24) !important;
        font-size: 0.68rem !important;
        font-weight: 950;
        letter-spacing: 0.06em;
    }
}

@media (max-width: 430px) {

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        grid-template-columns: 42px minmax(0, 1fr) 42px minmax(0, 1fr) 42px;
        gap: 0.5rem;
        padding: 0.75rem;
        border-radius: 24px;
    }

    body.qv-public-body .btn-choice,
    body.qv-public-body .btn-ch-pick,
    body:not(.qv-admin-body) .btn-choice,
    body:not(.qv-admin-body) .btn-ch-pick {
        width: 42px !important;
        min-width: 42px !important;
        min-height: 72px !important;
        border-radius: 16px !important;
        font-size: 1rem !important;
    }

    body.qv-public-body .ch-team-cell,
    body:not(.qv-admin-body) .ch-team-cell {
        min-height: 82px;
    }

    body.qv-public-body .ch-team-box,
    body:not(.qv-admin-body) .ch-team-box {
        min-height: 82px;
        padding: 0.55rem 0.25rem;
        border-radius: 20px;
    }

    body.qv-public-body .ch-team-logo,
    body:not(.qv-admin-body) .ch-team-logo {
        width: 40px !important;
        height: 40px !important;
    }

    body.qv-public-body .ch-team-box span,
    body:not(.qv-admin-body) .ch-team-box span {
        font-size: 0.8rem !important;
    }

    body.qv-public-body .cell-match-info-inner,
    body:not(.qv-admin-body) .cell-match-info-inner {
        grid-template-columns: 1fr 1fr;
    }

    body.qv-public-body .cell-match-info .match-league-badge,
    body:not(.qv-admin-body) .cell-match-info .match-league-badge {
        grid-column: 1 / -1;
        min-height: 34px;
        width: 100%;
    }
}

@media (max-width: 360px) {

    body.qv-public-body .ch-table-container,
    body:not(.qv-admin-body) .ch-table-container {
        width: calc(100% - 14px);
    }

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        grid-template-columns: 38px minmax(0, 1fr) 38px minmax(0, 1fr) 38px;
        gap: 0.42rem;
        padding: 0.65rem;
    }

    body.qv-public-body .btn-choice,
    body.qv-public-body .btn-ch-pick,
    body:not(.qv-admin-body) .btn-choice,
    body:not(.qv-admin-body) .btn-ch-pick {
        width: 38px !important;
        min-width: 38px !important;
        min-height: 68px !important;
        border-radius: 15px !important;
        font-size: 0.95rem !important;
    }

    body.qv-public-body .ch-team-logo,
    body:not(.qv-admin-body) .ch-team-logo {
        width: 36px !important;
        height: 36px !important;
    }

    body.qv-public-body .ch-team-box span,
    body:not(.qv-admin-body) .ch-team-box span {
        font-size: 0.74rem !important;
    }

    body.qv-public-body .cell-match-info .match-date,
    body.qv-public-body .cell-match-info .match-time,
    body:not(.qv-admin-body) .cell-match-info .match-date,
    body:not(.qv-admin-body) .cell-match-info .match-time {
        font-size: 0.74rem !important;
        padding-inline: 0.25rem;
    }
}


/* =====================================================
   HOME · SIN QUINIELA ACTIVA · MOBILE FIRST APP
   ===================================================== */

body.qv-public-body .qv-no-round-section,
body:not(.qv-admin-body) .qv-no-round-section {
    position: relative;
    min-height: calc(100svh - 68px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0.85rem 0.65rem 1.25rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% -10%, rgba(0, 87, 255, 0.18), transparent 18rem),
        radial-gradient(circle at 90% 18%, rgba(245, 158, 11, 0.14), transparent 14rem),
        linear-gradient(180deg, #f7fbff 0%, #edf5ff 55%, #ffffff 100%);
}

body.qv-public-body .qv-no-round-section::before,
body:not(.qv-admin-body) .qv-no-round-section::before {
    content: "";
    position: absolute;
    inset: auto -25% -32% -25%;
    height: 48%;
    background: radial-gradient(ellipse at center, rgba(0, 87, 255, 0.12), transparent 68%);
    pointer-events: none;
}

body.qv-public-body .qv-no-round-container,
body:not(.qv-admin-body) .qv-no-round-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
}

body.qv-public-body .qv-no-round-card,
body:not(.qv-admin-body) .qv-no-round-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    container-type: inline-size;
    padding: 1rem 0.75rem 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 255, 0.9)),
        radial-gradient(circle at top, rgba(255, 255, 255, 0.95), transparent 14rem);
    box-shadow:
        0 18px 46px rgba(15, 23, 42, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
}

body.qv-public-body .qv-no-round-card::before,
body:not(.qv-admin-body) .qv-no-round-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 255, 255, 0.55) 44%,
            transparent 70%);
    transform: translateX(-120%);
    animation: qvNoRoundSheen 6s ease-in-out infinite;
    pointer-events: none;
}

/* Animación principal */

body.qv-public-body .qv-no-round-animation,
body:not(.qv-admin-body) .qv-no-round-animation {
    position: relative;
    width: clamp(76px, 27cqw, 108px);
    height: clamp(76px, 27cqw, 108px);
    margin: 0 auto 0.75rem;
}

body.qv-public-body .qv-no-round-orbit,
body:not(.qv-admin-body) .qv-no-round-orbit {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 87, 255, 0.18);
    border-radius: 999px;
}

body.qv-public-body .qv-no-round-orbit--one,
body:not(.qv-admin-body) .qv-no-round-orbit--one {
    animation: qvNoRoundRotate 8s linear infinite;
}

body.qv-public-body .qv-no-round-orbit--two,
body:not(.qv-admin-body) .qv-no-round-orbit--two {
    inset: 15%;
    border-color: rgba(245, 158, 11, 0.22);
    animation: qvNoRoundRotate 6.5s linear infinite reverse;
}

body.qv-public-body .qv-no-round-ball,
body:not(.qv-admin-body) .qv-no-round-ball {
    position: absolute;
    inset: 22%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.95), transparent 26%),
        linear-gradient(135deg, #0f2b66 0%, #0057ff 55%, #06142f 100%);
    box-shadow:
        0 16px 32px rgba(37, 99, 235, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    animation: qvNoRoundFloat 3.2s ease-in-out infinite;
}

body.qv-public-body .qv-no-round-ball__shine,
body:not(.qv-admin-body) .qv-no-round-ball__shine {
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
}

body.qv-public-body .qv-no-round-ball__icon,
body:not(.qv-admin-body) .qv-no-round-ball__icon {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: clamp(1.15rem, 7cqw, 1.9rem);
    line-height: 1;
    filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.28));
}

body.qv-public-body .qv-no-round-dot,
body:not(.qv-admin-body) .qv-no-round-dot {
    position: absolute;
    width: clamp(7px, 2.8cqw, 11px);
    height: clamp(7px, 2.8cqw, 11px);
    border-radius: 999px;
    background: #f59e0b;
    box-shadow: 0 8px 18px rgba(245, 158, 11, 0.38);
}

body.qv-public-body .qv-no-round-dot--one,
body:not(.qv-admin-body) .qv-no-round-dot--one {
    top: 11%;
    right: 19%;
    animation: qvNoRoundPulse 2.4s ease-in-out infinite;
}

body.qv-public-body .qv-no-round-dot--two,
body:not(.qv-admin-body) .qv-no-round-dot--two {
    bottom: 21%;
    left: 13%;
    background: #2563eb;
    animation: qvNoRoundPulse 2.8s ease-in-out infinite 0.25s;
}

body.qv-public-body .qv-no-round-dot--three,
body:not(.qv-admin-body) .qv-no-round-dot--three {
    right: 8%;
    bottom: 35%;
    width: clamp(6px, 2.2cqw, 8px);
    height: clamp(6px, 2.2cqw, 8px);
    background: #16a34a;
    animation: qvNoRoundPulse 3s ease-in-out infinite 0.45s;
}

/* Texto */

body.qv-public-body .qv-no-round-eyebrow,
body:not(.qv-admin-body) .qv-no-round-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: auto;
    padding: 0.32rem 0.58rem;
    margin-bottom: 0.65rem;
    border: 1px solid rgba(0, 87, 255, 0.18);
    border-radius: 999px;
    color: #0057ff;
    background: rgba(0, 87, 255, 0.08);
    font-size: clamp(0.5rem, 2.65cqw, 0.68rem);
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
}

body.qv-public-body .qv-no-round-title,
body:not(.qv-admin-body) .qv-no-round-title {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #07142f;
    font-size: clamp(1rem, 8.25cqw, 2.05rem);
    font-weight: 1000;
    line-height: 1.08;
    letter-spacing: -0.055em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: visible;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

body.qv-public-body .qv-no-round-copy,
body:not(.qv-admin-body) .qv-no-round-copy {
    max-width: 21rem;
    margin: 0.65rem auto 0;
    color: #334155;
    font-size: clamp(0.78rem, 3.75cqw, 0.96rem);
    font-weight: 500;
    line-height: 1.48;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: normal;
}

body.qv-public-body .qv-no-round-copy br,
body:not(.qv-admin-body) .qv-no-round-copy br {
    display: none;
}

body.qv-public-body .qv-no-round-copy strong,
body:not(.qv-admin-body) .qv-no-round-copy strong {
    color: #0057ff;
    font-weight: 950;
}

/* Botones */

body.qv-public-body .qv-no-round-actions,
body:not(.qv-admin-body) .qv-no-round-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0.55rem;
    margin-top: 1rem;
}

body.qv-public-body .qv-no-round-btn,
body:not(.qv-admin-body) .qv-no-round-btn {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.66rem 0.85rem;
    border-radius: 16px;
    font-size: clamp(0.78rem, 3.4cqw, 0.9rem);
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

body.qv-public-body .qv-no-round-btn:hover,
body:not(.qv-admin-body) .qv-no-round-btn:hover {
    transform: translateY(-1px);
}

body.qv-public-body .qv-no-round-btn--outline,
body:not(.qv-admin-body) .qv-no-round-btn--outline {
    border: 1px solid rgba(0, 87, 255, 0.38);
    color: #0057ff;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.1);
}

body.qv-public-body .qv-no-round-btn--outline:hover,
body:not(.qv-admin-body) .qv-no-round-btn--outline:hover {
    color: #003ea8;
    border-color: rgba(0, 87, 255, 0.58);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.15);
}

body.qv-public-body .qv-no-round-btn--primary,
body:not(.qv-admin-body) .qv-no-round-btn--primary {
    border: 1px solid transparent;
    color: #ffffff;
    background: linear-gradient(135deg, #0057ff, #003ea8);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.26);
}

body.qv-public-body .qv-no-round-btn--primary:hover,
body:not(.qv-admin-body) .qv-no-round-btn--primary:hover {
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.32);
}

/* Ligas colapsables */

body.qv-public-body .qv-no-round-leagues,
body:not(.qv-admin-body) .qv-no-round-leagues {
    width: 100%;
    margin: 0 auto;
    padding: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
}

body.qv-public-body .qv-no-round-leagues small,
body:not(.qv-admin-body) .qv-no-round-leagues small {
    display: block;
    margin-bottom: 0.65rem;
    color: #64748b;
    font-size: clamp(0.58rem, 2.7cqw, 0.68rem);
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
}

body.qv-public-body .qv-no-round-leagues__list,
body:not(.qv-admin-body) .qv-no-round-leagues__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
}

body.qv-public-body .qv-no-round-leagues__list a,
body:not(.qv-admin-body) .qv-no-round-leagues__list a {
    width: 100%;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(100, 116, 139, 0.24);
    border-radius: 999px;
    color: #334155;
    background: #ffffff;
    font-size: clamp(0.66rem, 3cqw, 0.76rem);
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

body.qv-public-body .qv-no-round-leagues__list a:hover,
body:not(.qv-admin-body) .qv-no-round-leagues__list a:hover {
    color: #0057ff;
    border-color: rgba(0, 87, 255, 0.38);
}

/* Pantallas muy pequeñas */

@media (max-width: 374.98px) {

    body.qv-public-body .qv-no-round-section,
    body:not(.qv-admin-body) .qv-no-round-section {
        padding: 0.7rem 0.55rem 1.1rem;
    }

    body.qv-public-body .qv-no-round-card,
    body:not(.qv-admin-body) .qv-no-round-card {
        padding: 0.92rem 0.62rem 1.05rem;
        border-radius: 20px;
    }

    body.qv-public-body .qv-no-round-animation,
    body:not(.qv-admin-body) .qv-no-round-animation {
        width: clamp(68px, 24cqw, 82px);
        height: clamp(68px, 24cqw, 82px);
        margin-bottom: 0.58rem;
    }

    body.qv-public-body .qv-no-round-title,
    body:not(.qv-admin-body) .qv-no-round-title {
        font-size: clamp(0.88rem, 7.55cqw, 1.42rem);
        letter-spacing: -0.05em;
    }

    body.qv-public-body .qv-no-round-copy,
    body:not(.qv-admin-body) .qv-no-round-copy {
        max-width: 18.5rem;
        margin-top: 0.52rem;
        font-size: clamp(0.72rem, 3.55cqw, 0.84rem);
        line-height: 1.42;
    }

    body.qv-public-body .qv-no-round-actions,
    body:not(.qv-admin-body) .qv-no-round-actions {
        margin-top: 0.82rem;
        gap: 0.5rem;
    }

    body.qv-public-body .qv-no-round-btn,
    body:not(.qv-admin-body) .qv-no-round-btn {
        min-height: 39px;
        padding: 0.56rem 0.7rem;
        border-radius: 14px;
    }
}

@media (max-width: 340px) {

    body.qv-public-body .qv-no-round-title,
    body:not(.qv-admin-body) .qv-no-round-title {
        font-size: clamp(0.8rem, 7.05cqw, 1.18rem);
        letter-spacing: -0.04em;
    }

    body.qv-public-body .qv-no-round-eyebrow,
    body:not(.qv-admin-body) .qv-no-round-eyebrow {
        font-size: 0.48rem;
        letter-spacing: 0.045em;
    }

    body.qv-public-body .qv-no-round-copy,
    body:not(.qv-admin-body) .qv-no-round-copy {
        font-size: 0.72rem;
    }
}

/* Phablets / móviles grandes */

@media (min-width: 430px) and (max-width: 575.98px) {

    body.qv-public-body .qv-no-round-container,
    body:not(.qv-admin-body) .qv-no-round-container {
        max-width: 440px;
    }

    body.qv-public-body .qv-no-round-card,
    body:not(.qv-admin-body) .qv-no-round-card {
        padding: 1.15rem 0.95rem 1.35rem;
        border-radius: 26px;
    }

    body.qv-public-body .qv-no-round-title,
    body:not(.qv-admin-body) .qv-no-round-title {
        font-size: clamp(1.42rem, 8.15cqw, 2.2rem);
    }
}

/* Tablets pequeñas */

@media (min-width: 576px) and (max-width: 767.98px) {

    body.qv-public-body .qv-no-round-section,
    body:not(.qv-admin-body) .qv-no-round-section {
        min-height: calc(100svh - 76px);
        align-items: center;
        padding: 1.5rem 1rem 2rem;
    }

    body.qv-public-body .qv-no-round-container,
    body:not(.qv-admin-body) .qv-no-round-container {
        max-width: 520px;
    }

    body.qv-public-body .qv-no-round-card,
    body:not(.qv-admin-body) .qv-no-round-card {
        padding: 1.65rem 1.2rem 1.85rem;
        border-radius: 30px;
    }

    body.qv-public-body .qv-no-round-animation,
    body:not(.qv-admin-body) .qv-no-round-animation {
        width: clamp(108px, 24cqw, 132px);
        height: clamp(108px, 24cqw, 132px);
        margin-bottom: 0.95rem;
    }

    body.qv-public-body .qv-no-round-title,
    body:not(.qv-admin-body) .qv-no-round-title {
        font-size: clamp(1.9rem, 7.6cqw, 2.85rem);
        line-height: 1.06;
    }

    body.qv-public-body .qv-no-round-copy,
    body:not(.qv-admin-body) .qv-no-round-copy {
        max-width: 28rem;
        margin-top: 0.8rem;
        font-size: clamp(0.92rem, 3.2cqw, 1rem);
        line-height: 1.52;
    }

    body.qv-public-body .qv-no-round-actions,
    body:not(.qv-admin-body) .qv-no-round-actions {
        width: min(100%, 24rem);
        margin-inline: auto;
        margin-top: 1.2rem;
    }

    body.qv-public-body .qv-no-round-btn,
    body:not(.qv-admin-body) .qv-no-round-btn {
        min-height: 44px;
        padding: 0.72rem 1rem;
        border-radius: 16px;
    }
}

/* Desktop */

@media (min-width: 768px) {

    body.qv-public-body .qv-no-round-section,
    body:not(.qv-admin-body) .qv-no-round-section {
        min-height: clamp(520px, 72vh, 760px);
        align-items: center;
        padding: clamp(3rem, 7vw, 6rem) 1rem;
    }

    body.qv-public-body .qv-no-round-container,
    body:not(.qv-admin-body) .qv-no-round-container {
        max-width: 860px;
    }

    body.qv-public-body .qv-no-round-card,
    body:not(.qv-admin-body) .qv-no-round-card {
        padding: clamp(2.4rem, 5vw, 4rem) clamp(2rem, 5vw, 3.2rem);
        border-radius: clamp(32px, 5vw, 46px);
    }

    body.qv-public-body .qv-no-round-animation,
    body:not(.qv-admin-body) .qv-no-round-animation {
        width: 168px;
        height: 168px;
        margin-bottom: 1.55rem;
    }

    body.qv-public-body .qv-no-round-eyebrow,
    body:not(.qv-admin-body) .qv-no-round-eyebrow {
        padding: 0.48rem 0.95rem;
        margin-bottom: 1rem;
        font-size: 0.75rem;
    }

    body.qv-public-body .qv-no-round-title,
    body:not(.qv-admin-body) .qv-no-round-title {
        font-size: clamp(2.8rem, 7vw, 5.2rem);
        line-height: 0.94;
        letter-spacing: -0.075em;
    }

    body.qv-public-body .qv-no-round-copy,
    body:not(.qv-admin-body) .qv-no-round-copy {
        max-width: 680px;
        margin-top: 1.15rem;
        font-size: clamp(1rem, 2.3vw, 1.3rem);
        line-height: 1.65;
    }

    body.qv-public-body .qv-no-round-copy br,
    body:not(.qv-admin-body) .qv-no-round-copy br {
        display: block;
    }

    body.qv-public-body .qv-no-round-actions,
    body:not(.qv-admin-body) .qv-no-round-actions {
        display: flex;
        justify-content: center;
        gap: 0.85rem;
        flex-wrap: wrap;
        margin-top: 1.8rem;
    }

    body.qv-public-body .qv-no-round-btn,
    body:not(.qv-admin-body) .qv-no-round-btn {
        width: auto;
        min-height: 48px;
        padding: 0.85rem 1.35rem;
        border-radius: 999px;
        font-size: 0.92rem;
    }

    body.qv-public-body .qv-no-round-leagues,
    body:not(.qv-admin-body) .qv-no-round-leagues {
        width: min(100%, 640px);
        padding: 1rem;
        border-radius: 24px;
    }

    body.qv-public-body .qv-no-round-leagues small,
    body:not(.qv-admin-body) .qv-no-round-leagues small {
        font-size: 0.72rem;
    }

    body.qv-public-body .qv-no-round-leagues__list,
    body:not(.qv-admin-body) .qv-no-round-leagues__list {
        display: flex;
        justify-content: center;
        gap: 0.55rem;
        flex-wrap: wrap;
    }

    body.qv-public-body .qv-no-round-leagues__list a,
    body:not(.qv-admin-body) .qv-no-round-leagues__list a {
        width: auto;
        min-height: 34px;
        padding: 0.42rem 0.75rem;
        font-size: 0.74rem;
    }
}

/* Fallback para navegadores sin container query units */

@supports not (font-size: 1cqw) {

    body.qv-public-body .qv-no-round-animation,
    body:not(.qv-admin-body) .qv-no-round-animation {
        width: clamp(76px, 27vw, 108px);
        height: clamp(76px, 27vw, 108px);
    }

    body.qv-public-body .qv-no-round-title,
    body:not(.qv-admin-body) .qv-no-round-title {
        font-size: clamp(1rem, 7.15vw, 1.95rem);
    }

    body.qv-public-body .qv-no-round-copy,
    body:not(.qv-admin-body) .qv-no-round-copy {
        font-size: clamp(0.78rem, 3.35vw, 0.96rem);
    }

    @media (max-width: 374.98px) {

        body.qv-public-body .qv-no-round-title,
        body:not(.qv-admin-body) .qv-no-round-title {
            font-size: clamp(0.82rem, 6.5vw, 1.25rem);
        }
    }

    @media (max-width: 340px) {

        body.qv-public-body .qv-no-round-title,
        body:not(.qv-admin-body) .qv-no-round-title {
            font-size: clamp(0.76rem, 6.15vw, 1.08rem);
        }
    }

    @media (min-width: 576px) and (max-width: 767.98px) {

        body.qv-public-body .qv-no-round-title,
        body:not(.qv-admin-body) .qv-no-round-title {
            font-size: clamp(1.85rem, 6.2vw, 2.75rem);
        }
    }
}

/* Animaciones */

@keyframes qvNoRoundFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.025);
    }
}

@keyframes qvNoRoundRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes qvNoRoundPulse {

    0%,
    100% {
        opacity: 0.55;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.35);
    }
}

@keyframes qvNoRoundSheen {

    0%,
    42% {
        transform: translateX(-120%);
    }

    70%,
    100% {
        transform: translateX(120%);
    }
}

/* Accesibilidad */

@media (prefers-reduced-motion: reduce) {

    body.qv-public-body .qv-no-round-card::before,
    body.qv-public-body .qv-no-round-orbit,
    body.qv-public-body .qv-no-round-ball,
    body.qv-public-body .qv-no-round-dot,
    body:not(.qv-admin-body) .qv-no-round-card::before,
    body:not(.qv-admin-body) .qv-no-round-orbit,
    body:not(.qv-admin-body) .qv-no-round-ball,
    body:not(.qv-admin-body) .qv-no-round-dot {
        animation: none;
    }

    body.qv-public-body .qv-no-round-btn,
    body:not(.qv-admin-body) .qv-no-round-btn {
        transition: none;
    }

    body.qv-public-body .qv-no-round-btn:hover,
    body:not(.qv-admin-body) .qv-no-round-btn:hover {
        transform: none;
    }
}



/* =====================================================
   DESKTOP ONLY · CTA PREMIUM HERO
   Botones Elegir equipos / Cambiar jornada
   ===================================================== */

@media (min-width: 769px) {

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        display: flex;
        align-items: center;
        gap: 0.72rem;
        flex-wrap: wrap;
        margin-top: 0.12rem;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        position: relative;
        isolation: isolate;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.48rem;
        padding: 0.72rem 1.18rem;
        border-radius: 999px;
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 950;
        line-height: 1;
        letter-spacing: -0.01em;
        overflow: hidden;
        transform: translateZ(0);
        transition:
            transform 0.18s ease,
            box-shadow 0.18s ease,
            border-color 0.18s ease,
            background 0.18s ease,
            color 0.18s ease;
    }

    body.qv-public-body .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action {
        color: #ffffff;
        background:
            linear-gradient(135deg, #dc2626 0%, #ef4444 48%, #f97316 100%);
        border: 1px solid rgba(239, 68, 68, 0.42);
        box-shadow:
            0 16px 34px rgba(220, 38, 38, 0.30),
            0 0 0 5px rgba(220, 38, 38, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.26);
    }

    body.qv-public-body .ch-hero-primary-action::before,
    body:not(.qv-admin-body) .ch-hero-primary-action::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
            linear-gradient(115deg,
                transparent 0%,
                transparent 36%,
                rgba(255, 255, 255, 0.34) 48%,
                transparent 60%,
                transparent 100%);
        transform: translateX(-120%);
        transition: transform 0.52s ease;
    }

    body.qv-public-body .ch-hero-primary-action::after,
    body:not(.qv-admin-body) .ch-hero-primary-action::after {
        content: "→";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        margin-left: 0.1rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.18);
        color: #ffffff;
        font-size: 0.9rem;
        line-height: 1;
    }

    body.qv-public-body .ch-hero-primary-action:hover,
    body:not(.qv-admin-body) .ch-hero-primary-action:hover {
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow:
            0 20px 42px rgba(220, 38, 38, 0.36),
            0 0 0 6px rgba(220, 38, 38, 0.10),
            inset 0 1px 0 rgba(255, 255, 255, 0.30);
    }

    body.qv-public-body .ch-hero-primary-action:hover::before,
    body:not(.qv-admin-body) .ch-hero-primary-action:hover::before {
        transform: translateX(120%);
    }

    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        color: #06142f;
        background:
            linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid rgba(15, 23, 42, 0.10);
        box-shadow:
            0 12px 26px rgba(15, 23, 42, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.qv-public-body .ch-hero-secondary-action::after,
    body:not(.qv-admin-body) .ch-hero-secondary-action::after {
        content: "";
        width: 7px;
        height: 7px;
        margin-left: 0.08rem;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        opacity: 0.72;
    }

    body.qv-public-body .ch-hero-secondary-action:hover,
    body:not(.qv-admin-body) .ch-hero-secondary-action:hover {
        color: #06142f;
        transform: translateY(-2px);
        border-color: rgba(15, 23, 42, 0.16);
        box-shadow:
            0 16px 32px rgba(15, 23, 42, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.96);
    }

    body.qv-public-body .ch-hero-primary-action i,
    body.qv-public-body .ch-hero-secondary-action i,
    body:not(.qv-admin-body) .ch-hero-primary-action i,
    body:not(.qv-admin-body) .ch-hero-secondary-action i {
        font-size: 0.96rem;
        line-height: 1;
    }
}


/* =====================================================
   DESKTOP ONLY · TABLA PREMIUM SELECCION EQUIPOS
   Betting board compacto, ordenado y profesional
   ===================================================== */

@media (min-width: 769px) {

    body.qv-public-body .ch-table-container,
    body:not(.qv-admin-body) .ch-table-container {
        width: min(100% - 56px, 1160px);
        margin: 1.25rem auto 0;
        border-radius: 26px;
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow:
            0 22px 58px rgba(15, 23, 42, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.88);
        overflow: hidden;
    }

    body.qv-public-body .ch-table-container .ch-table-container,
    body:not(.qv-admin-body) .ch-table-container .ch-table-container {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.qv-public-body .ch-market-header,
    body:not(.qv-admin-body) .ch-market-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.92rem 1.15rem;
        background:
            radial-gradient(circle at 8% 20%, rgba(250, 204, 21, 0.14), transparent 12rem),
            linear-gradient(90deg, #020817 0%, #06142f 54%, #0f172a 100%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    body.qv-public-body .ch-market-header__content,
    body:not(.qv-admin-body) .ch-market-header__content {
        min-width: 0;
    }

    body.qv-public-body .ch-market-header__eyebrow,
    body:not(.qv-admin-body) .ch-market-header__eyebrow {
        display: inline-flex;
        margin-bottom: 0.22rem;
        color: #facc15;
        font-size: 0.6rem;
        font-weight: 950;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    body.qv-public-body .ch-market-header h3,
    body:not(.qv-admin-body) .ch-market-header h3 {
        margin: 0;
        color: #ffffff;
        font-size: 1.18rem;
        font-weight: 950;
        line-height: 1;
        letter-spacing: -0.035em;
    }

    body.qv-public-body .ch-market-header p,
    body:not(.qv-admin-body) .ch-market-header p {
        margin: 0.25rem 0 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 0.76rem;
        font-weight: 700;
    }

    body.qv-public-body .ch-market-header p strong,
    body:not(.qv-admin-body) .ch-market-header p strong {
        color: #facc15;
    }

    body.qv-public-body .ch-market-header__legend,
    body:not(.qv-admin-body) .ch-market-header__legend {
        display: flex;
        align-items: center;
        gap: 0.42rem;
        flex-shrink: 0;
    }

    body.qv-public-body .ch-market-header__legend span,
    body:not(.qv-admin-body) .ch-market-header__legend span {
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        gap: 0.32rem;
        padding: 0.38rem 0.6rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 0.66rem;
        font-weight: 900;
        white-space: nowrap;
    }

    body.qv-public-body .ch-market-header__legend strong,
    body:not(.qv-admin-body) .ch-market-header__legend strong {
        color: #facc15;
        font-weight: 950;
    }

    body.qv-public-body .ch-table-scroll-wrap,
    body:not(.qv-admin-body) .ch-table-scroll-wrap {
        overflow: hidden;
    }

    body.qv-public-body .ch-table,
    body:not(.qv-admin-body) .ch-table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        background: #ffffff;
    }

    body.qv-public-body .ch-table thead,
    body:not(.qv-admin-body) .ch-table thead {
        background: #f8fafc;
    }

    body.qv-public-body .ch-table thead th,
    body:not(.qv-admin-body) .ch-table thead th {
        padding: 0.68rem 0.58rem;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        color: #475569;
        font-size: 0.62rem;
        font-weight: 950;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        vertical-align: middle;
    }

    body.qv-public-body .ch-pick-head,
    body:not(.qv-admin-body) .ch-pick-head {
        width: 60px;
        color: #06142f !important;
    }

    body.qv-public-body .col-info-header,
    body:not(.qv-admin-body) .col-info-header {
        width: 132px;
        background: #f1f5f9;
    }

    body.qv-public-body .ch-table tbody tr,
    body:not(.qv-admin-body) .ch-table tbody tr {
        background: #ffffff;
        transition:
            background 0.16s ease,
            box-shadow 0.16s ease;
    }

    body.qv-public-body .ch-table tbody tr:nth-child(even),
    body:not(.qv-admin-body) .ch-table tbody tr:nth-child(even) {
        background: #fbfdff;
    }

    body.qv-public-body .ch-table tbody tr:hover,
    body:not(.qv-admin-body) .ch-table tbody tr:hover {
        background: #f8fafc;
        box-shadow: inset 4px 0 0 #facc15;
    }

    body.qv-public-body .ch-table td,
    body:not(.qv-admin-body) .ch-table td {
        height: 70px;
        padding: 0.48rem 0.52rem;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.07) !important;
        vertical-align: middle;
        background: transparent;
    }

    body.qv-public-body .ch-pick-cell,
    body:not(.qv-admin-body) .ch-pick-cell {
        width: 60px;
    }

    body.qv-public-body .ch-team-cell,
    body:not(.qv-admin-body) .ch-team-cell {
        width: auto;
    }

    body.qv-public-body .ch-team-box,
    body:not(.qv-admin-body) .ch-team-box {
        min-height: 50px;
        gap: 0.56rem;
        padding: 0.28rem 0.36rem;
        border-radius: 15px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    body.qv-public-body .ch-team-box--home,
    body:not(.qv-admin-body) .ch-team-box--home {
        justify-content: flex-start;
    }

    body.qv-public-body .ch-team-box--away,
    body:not(.qv-admin-body) .ch-team-box--away {
        justify-content: flex-end;
    }

    body.qv-public-body .ch-team-logo,
    body:not(.qv-admin-body) .ch-team-logo {
        width: 40px;
        height: 40px;
        object-fit: contain;
        flex: 0 0 auto;
        filter: drop-shadow(0 8px 10px rgba(15, 23, 42, 0.14));
    }

    body.qv-public-body .ch-team-box span,
    body:not(.qv-admin-body) .ch-team-box span {
        color: #06142f;
        font-size: 0.88rem;
        font-weight: 950;
        line-height: 1.05;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.qv-public-body .btn-choice,
    body.qv-public-body .btn-ch-pick,
    body:not(.qv-admin-body) .btn-choice,
    body:not(.qv-admin-body) .btn-ch-pick {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        border-radius: 14px !important;
        background: #fff7ed !important;
        color: #dc2626 !important;
        border: 1px solid rgba(220, 38, 38, 0.16) !important;
        font-size: 0.94rem;
        font-weight: 950;
        box-shadow: none !important;
        animation: none !important;
        transition:
            transform 0.16s ease,
            background 0.16s ease,
            color 0.16s ease,
            border-color 0.16s ease,
            box-shadow 0.16s ease;
    }

    body.qv-public-body .btn-choice:hover,
    body.qv-public-body .btn-ch-pick:hover,
    body:not(.qv-admin-body) .btn-choice:hover,
    body:not(.qv-admin-body) .btn-ch-pick:hover {
        transform: translateY(-2px);
        background: #fee2e2 !important;
        border-color: rgba(220, 38, 38, 0.36) !important;
        box-shadow: 0 10px 20px rgba(220, 38, 38, 0.12) !important;
    }

    body.qv-public-body .btn-choice.active,
    body.qv-public-body .btn-choice.selected,
    body.qv-public-body .btn-choice.btn-warning,
    body.qv-public-body .btn-ch-pick.active,
    body.qv-public-body .btn-ch-pick.selected,
    body.qv-public-body .btn-ch-pick.btn-warning,
    body:not(.qv-admin-body) .btn-choice.active,
    body:not(.qv-admin-body) .btn-choice.selected,
    body:not(.qv-admin-body) .btn-choice.btn-warning,
    body:not(.qv-admin-body) .btn-ch-pick.active,
    body:not(.qv-admin-body) .btn-ch-pick.selected,
    body:not(.qv-admin-body) .btn-ch-pick.btn-warning {
        background: linear-gradient(135deg, #dc2626, #ef4444) !important;
        color: #ffffff !important;
        border-color: #dc2626 !important;
        box-shadow:
            0 12px 24px rgba(220, 38, 38, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
    }

    body.qv-public-body .cell-match-info,
    body:not(.qv-admin-body) .cell-match-info {
        min-width: 132px;
        background: #f8fafc !important;
        border-left: 1px solid rgba(15, 23, 42, 0.06) !important;
    }

    body.qv-public-body .cell-match-info-inner,
    body:not(.qv-admin-body) .cell-match-info-inner {
        display: grid;
        gap: 0.22rem;
        justify-items: center;
        align-content: center;
        min-height: 50px;
        padding: 0.28rem;
        border-radius: 14px;
        background: #ffffff;
        border: 1px solid rgba(15, 23, 42, 0.06);
        box-shadow: none;
    }

    body.qv-public-body .match-date,
    body.qv-public-body .match-time,
    body:not(.qv-admin-body) .match-date,
    body:not(.qv-admin-body) .match-time {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.22rem;
        width: 100%;
        color: #06142f;
        font-size: 0.67rem;
        font-weight: 950;
        line-height: 1;
        white-space: nowrap;
    }

    body.qv-public-body .match-time,
    body:not(.qv-admin-body) .match-time {
        color: #003ea8;
        font-size: 0.78rem;
    }

    body.qv-public-body .match-date i,
    body.qv-public-body .match-time i,
    body:not(.qv-admin-body) .match-date i,
    body:not(.qv-admin-body) .match-time i {
        color: #dc2626;
    }

    body.qv-public-body .match-league-badge,
    body:not(.qv-admin-body) .match-league-badge {
        margin-top: 0.02rem;
        padding: 0.22rem 0.44rem !important;
        border-radius: 999px;
        background: rgba(0, 62, 168, 0.08) !important;
        color: #003ea8 !important;
        border: 0 !important;
        font-size: 0.54rem !important;
        font-weight: 950;
        letter-spacing: 0.08em;
    }

    body.qv-public-body .ch-info-bar,
    body:not(.qv-admin-body) .ch-info-bar {
        border-radius: 0;
        background: #06142f;
    }

    body.qv-public-body .ch-info-bar>div,
    body:not(.qv-admin-body) .ch-info-bar>div {
        padding-top: 0.82rem !important;
        padding-bottom: 0.82rem !important;
        color: #ffffff;
        font-size: 0.74rem;
        letter-spacing: 0.04em;
    }
}

@media (min-width: 769px) and (max-width: 1120px) {

    body.qv-public-body .ch-table-container,
    body:not(.qv-admin-body) .ch-table-container {
        width: min(100% - 36px, 1040px);
    }

    body.qv-public-body .ch-market-header,
    body:not(.qv-admin-body) .ch-market-header {
        padding: 0.82rem 1rem;
    }

    body.qv-public-body .ch-market-header h3,
    body:not(.qv-admin-body) .ch-market-header h3 {
        font-size: 1.08rem;
    }

    body.qv-public-body .ch-market-header p,
    body:not(.qv-admin-body) .ch-market-header p {
        font-size: 0.72rem;
    }

    body.qv-public-body .ch-team-logo,
    body:not(.qv-admin-body) .ch-team-logo {
        width: 36px;
        height: 36px;
    }

    body.qv-public-body .ch-team-box span,
    body:not(.qv-admin-body) .ch-team-box span {
        font-size: 0.76rem;
    }

    body.qv-public-body .btn-choice,
    body.qv-public-body .btn-ch-pick,
    body:not(.qv-admin-body) .btn-choice,
    body:not(.qv-admin-body) .btn-ch-pick {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        font-size: 0.88rem;
    }

    body.qv-public-body .cell-match-info,
    body:not(.qv-admin-body) .cell-match-info {
        min-width: 124px;
    }
}

/* =====================================================
   MOBILE CTA HERO · CENTRADO Y PREMIUM
   Elegir equipos / Cambiar jornada
   ===================================================== */

@media (max-width: 768px) {

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        flex-wrap: wrap;
        margin: 0.45rem auto 0.15rem;
        text-align: center;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        position: relative;
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.42rem;
        border-radius: 999px;
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 950;
        line-height: 1;
        white-space: nowrap;
        transition:
            transform 0.16s ease,
            box-shadow 0.16s ease,
            background 0.16s ease,
            color 0.16s ease;
    }

    body.qv-public-body .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action {
        min-width: 168px;
        padding: 0.72rem 1.05rem;
        color: #ffffff;
        background: linear-gradient(135deg, #dc2626 0%, #ef4444 52%, #f97316 100%);
        border: 1px solid rgba(239, 68, 68, 0.46);
        box-shadow:
            0 14px 28px rgba(220, 38, 38, 0.30),
            0 0 0 5px rgba(220, 38, 38, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }

    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        min-width: 148px;
        padding: 0.72rem 1rem;
        color: #06142f;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid rgba(15, 23, 42, 0.10);
        box-shadow:
            0 10px 22px rgba(15, 23, 42, 0.10),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.qv-public-body .ch-hero-primary-action i,
    body.qv-public-body .ch-hero-secondary-action i,
    body:not(.qv-admin-body) .ch-hero-primary-action i,
    body:not(.qv-admin-body) .ch-hero-secondary-action i {
        font-size: 0.95rem;
        line-height: 1;
    }

    body.qv-public-body .ch-hero-primary-action:active,
    body.qv-public-body .ch-hero-secondary-action:active,
    body:not(.qv-admin-body) .ch-hero-primary-action:active,
    body:not(.qv-admin-body) .ch-hero-secondary-action:active {
        transform: scale(0.98);
    }
}

@media (max-width: 430px) {

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.5rem;
        width: 100%;
        margin-top: 0.5rem;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        width: min(100%, 260px);
        min-width: 0;
    }
}

@media (max-width: 360px) {

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        width: min(100%, 240px);
        min-height: 44px;
        padding: 0.68rem 0.85rem;
        font-size: 0.78rem;
    }
}

/* =====================================================
   MOBILE CTA HERO · CENTRADO CON AIRE VISUAL
   Corrige CTAs pegados al selector y fechas
   ===================================================== */

@media (max-width: 768px) {

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        width: 100%;
        max-width: 520px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.65rem;
        flex-wrap: wrap;
        margin: 1.1rem auto 1.05rem;
        padding: 0 0.75rem;
        text-align: center;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        position: relative;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.42rem;
        border-radius: 999px;
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 950;
        line-height: 1;
        white-space: nowrap;
        transition:
            transform 0.16s ease,
            box-shadow 0.16s ease,
            background 0.16s ease,
            color 0.16s ease;
    }

    body.qv-public-body .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action {
        min-width: 170px;
        padding: 0.74rem 1.1rem;
        color: #ffffff;
        background: linear-gradient(135deg, #dc2626 0%, #ef4444 52%, #f97316 100%);
        border: 1px solid rgba(239, 68, 68, 0.46);
        box-shadow:
            0 14px 28px rgba(220, 38, 38, 0.30),
            0 0 0 5px rgba(220, 38, 38, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
    }

    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        min-width: 158px;
        padding: 0.74rem 1.05rem;
        color: #06142f;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid rgba(15, 23, 42, 0.10);
        box-shadow:
            0 10px 22px rgba(15, 23, 42, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    body.qv-public-body .ch-hero-primary-action i,
    body.qv-public-body .ch-hero-secondary-action i,
    body:not(.qv-admin-body) .ch-hero-primary-action i,
    body:not(.qv-admin-body) .ch-hero-secondary-action i {
        font-size: 0.95rem;
        line-height: 1;
    }

    body.qv-public-body .ch-hero-primary-action:active,
    body.qv-public-body .ch-hero-secondary-action:active,
    body:not(.qv-admin-body) .ch-hero-primary-action:active,
    body:not(.qv-admin-body) .ch-hero-secondary-action:active {
        transform: scale(0.98);
    }

    body.qv-public-body .ch-round-form,
    body:not(.qv-admin-body) .ch-round-form {
        margin-bottom: 0 !important;
    }

    body.qv-public-body .ch-date-wrap,
    body:not(.qv-admin-body) .ch-date-wrap {
        margin-top: 0 !important;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        margin-top: 0 !important;
    }
}

@media (max-width: 430px) {

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.58rem;
        width: 100%;
        max-width: 320px;
        margin: 1.15rem auto 1.1rem;
        padding: 0;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        width: min(100%, 270px);
        min-width: 0;
    }
}

@media (max-width: 360px) {

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        max-width: 280px;
        margin: 1rem auto 1rem;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        width: min(100%, 250px);
        min-height: 45px;
        padding: 0.68rem 0.85rem;
        font-size: 0.78rem;
    }
}

/* =====================================================
   DESKTOP CTA HERO · SEPARACION Y CENTRADO PREMIUM
   Corrige CTAs pegados en version escritorio
   ===================================================== */

@media (min-width: 769px) {

    body.qv-public-body .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    body.qv-public-body .ch-round-form,
    body:not(.qv-admin-body) .ch-round-form {
        width: 100% !important;
        max-width: 560px !important;
        margin: 0.25rem 0 1.15rem 0 !important;
    }

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        width: 100% !important;
        max-width: 560px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.85rem !important;
        flex-wrap: wrap !important;
        margin: 0 auto 1.2rem auto !important;
        padding: 0.15rem 0 !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-date-wrap,
    body:not(.qv-admin-body) .ch-date-wrap {
        width: 100% !important;
        max-width: 600px !important;
        margin: 0 auto !important;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        width: 100% !important;
        margin: 0 auto !important;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        min-height: 48px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.46rem !important;
        border-radius: 999px !important;
        text-decoration: none !important;
        font-size: 0.82rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        transition:
            transform 0.16s ease,
            box-shadow 0.16s ease,
            background 0.16s ease,
            color 0.16s ease !important;
    }

    body.qv-public-body .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action {
        min-width: 174px !important;
        padding: 0.74rem 1.16rem !important;
        color: #ffffff !important;
        background: linear-gradient(135deg, #dc2626 0%, #ef4444 52%, #f97316 100%) !important;
        border: 1px solid rgba(239, 68, 68, 0.46) !important;
        box-shadow:
            0 14px 28px rgba(220, 38, 38, 0.30),
            0 0 0 5px rgba(220, 38, 38, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.24) !important;
    }

    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        min-width: 170px !important;
        padding: 0.74rem 1.12rem !important;
        color: #06142f !important;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
        border: 1px solid rgba(15, 23, 42, 0.10) !important;
        box-shadow:
            0 10px 22px rgba(15, 23, 42, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
    }

    body.qv-public-body .ch-hero-primary-action:hover,
    body.qv-public-body .ch-hero-secondary-action:hover,
    body:not(.qv-admin-body) .ch-hero-primary-action:hover,
    body:not(.qv-admin-body) .ch-hero-secondary-action:hover {
        transform: translateY(-2px) !important;
    }
}

/* =====================================================
   DESKTOP HERO CENTERED · ULTRA PREMIUM COMPACT
   Centra banner y compacta cronometro
   ===================================================== */

@media (min-width: 769px) {

    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        min-height: 575px !important;
        padding: 1.75rem 0 2.1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.qv-public-body .ch-hero-overlay,
    body:not(.qv-admin-body) .ch-hero-overlay {
        width: min(100% - 48px, 980px) !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-hero-logo-wrap,
    body:not(.qv-admin-body) .ch-hero-logo-wrap {
        display: none !important;
    }

    body.qv-public-body .ch-league-selector-wrap,
    body:not(.qv-admin-body) .ch-league-selector-wrap {
        position: static !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto 0.75rem !important;
        transform: none !important;
        order: 1 !important;
    }

    body.qv-public-body .ch-league-scroll,
    body:not(.qv-admin-body) .ch-league-scroll {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
    }

    body.qv-public-body .btn-league,
    body.qv-public-body .btn-league-custom,
    body:not(.qv-admin-body) .btn-league,
    body:not(.qv-admin-body) .btn-league-custom {
        min-height: 42px !important;
        padding: 0.58rem 1.05rem !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, #facc15, #f97316) !important;
        color: #06142f !important;
        border: 1px solid rgba(250, 204, 21, 0.55) !important;
        box-shadow:
            0 14px 28px rgba(249, 115, 22, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
        font-size: 0.72rem !important;
        font-weight: 950 !important;
        letter-spacing: 0.06em !important;
    }

    body.qv-public-body .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap {
        order: 2 !important;
        width: 100% !important;
        max-width: 760px !important;
        min-height: auto !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-hero-copy-wrap::before,
    body:not(.qv-admin-body) .ch-hero-copy-wrap::before {
        display: none !important;
    }

    body.qv-public-body .ch-hero h1,
    body:not(.qv-admin-body) .ch-hero h1 {
        width: 100% !important;
        margin: 0 0 0.45rem !important;
        color: #facc15 !important;
        font-size: clamp(2.8rem, 5vw, 4.4rem) !important;
        font-weight: 950 !important;
        line-height: 0.9 !important;
        letter-spacing: -0.07em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        text-shadow:
            0 18px 34px rgba(0, 0, 0, 0.45),
            0 0 22px rgba(250, 204, 21, 0.18) !important;
    }

    body.qv-public-body .ch-hero h1 span,
    body:not(.qv-admin-body) .ch-hero h1 span {
        display: inline !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        color: inherit !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ch-hero h2,
    body:not(.qv-admin-body) .ch-hero h2 {
        width: 100% !important;
        max-width: 760px !important;
        margin: 0 auto 1.05rem !important;
        color: #ffffff !important;
        font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
        font-weight: 950 !important;
        line-height: 1.05 !important;
        letter-spacing: -0.045em !important;
        text-align: center !important;
        text-shadow:
            0 12px 26px rgba(0, 0, 0, 0.45),
            0 0 14px rgba(255, 255, 255, 0.16) !important;
    }

    body.qv-public-body .ch-round-form,
    body:not(.qv-admin-body) .ch-round-form {
        order: 3 !important;
        width: 100% !important;
        max-width: 560px !important;
        margin: 0 auto 1.35rem !important;
    }

    body.qv-public-body .ch-hero .input-group,
    body:not(.qv-admin-body) .ch-hero .input-group {
        min-height: 54px !important;
        border-radius: 22px !important;
        overflow: hidden !important;
        box-shadow:
            0 18px 38px rgba(2, 8, 23, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
    }

    body.qv-public-body .ch-hero .input-group-text,
    body:not(.qv-admin-body) .ch-hero .input-group-text {
        min-height: 54px !important;
        padding-inline: 1.15rem !important;
        border-radius: 22px 0 0 22px !important;
    }

    body.qv-public-body .ch-round-select,
    body:not(.qv-admin-body) .ch-round-select {
        min-height: 54px !important;
    }

    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        order: 4 !important;
        width: 100% !important;
        max-width: 560px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.9rem !important;
        flex-wrap: wrap !important;
        margin: 0 auto 1.45rem !important;
        padding: 0 !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-hero-primary-action,
    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        min-height: 48px !important;
        border-radius: 999px !important;
        font-size: 0.82rem !important;
        font-weight: 950 !important;
    }

    body.qv-public-body .ch-hero-primary-action,
    body:not(.qv-admin-body) .ch-hero-primary-action {
        min-width: 176px !important;
        padding: 0.76rem 1.15rem !important;
    }

    body.qv-public-body .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero-secondary-action {
        min-width: 176px !important;
        padding: 0.76rem 1.15rem !important;
    }

    body.qv-public-body .ch-date-wrap,
    body:not(.qv-admin-body) .ch-date-wrap {
        order: 5 !important;
        width: 100% !important;
        max-width: 700px !important;
        margin: 0 auto 1.1rem !important;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        width: 100% !important;
        max-width: 700px !important;
        margin: 0 auto !important;
        padding: 0.72rem 1rem !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.32rem !important;
        border-radius: 24px !important;
        background: rgba(255, 255, 255, 0.94) !important;
        border: 1px solid rgba(255, 255, 255, 0.78) !important;
        box-shadow:
            0 18px 42px rgba(2, 8, 23, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
        backdrop-filter: blur(14px) !important;
        text-align: center !important;
    }

    body.qv-public-body .date-info-container .small,
    body:not(.qv-admin-body) .date-info-container .small {
        min-height: auto !important;
        padding: 0 !important;
        display: block !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #06142f !important;
        font-size: 0.88rem !important;
        font-weight: 900 !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    body.qv-public-body .date-info-container .date-label,
    body:not(.qv-admin-body) .date-info-container .date-label {
        display: inline !important;
        color: #dc2626 !important;
        font-size: 0.82rem !important;
        font-weight: 950 !important;
        letter-spacing: 0 !important;
        text-transform: none !important;
    }

    body.qv-public-body .ch-countdown-wrapper,
    body:not(.qv-admin-body) .ch-countdown-wrapper {
        order: 6 !important;
        width: 100% !important;
        max-width: 440px !important;
        min-height: auto !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.qv-public-body .countdown,
    body:not(.qv-admin-body) .countdown {
        width: 100% !important;
        max-width: 440px !important;
        min-height: auto !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 0.46rem !important;
        padding: 0.58rem !important;
        border-radius: 24px !important;
        background: #06142f !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        box-shadow:
            0 18px 42px rgba(2, 8, 23, 0.30),
            inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
        backdrop-filter: blur(12px) !important;
        overflow: hidden !important;
    }

    body.qv-public-body .countdown::before,
    body:not(.qv-admin-body) .countdown::before {
        opacity: 0.32 !important;
    }

    body.qv-public-body .ch-counter-box,
    body:not(.qv-admin-body) .ch-counter-box {
        min-height: 82px !important;
        border-radius: 18px !important;
        background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.65) !important;
        box-shadow:
            0 10px 20px rgba(2, 8, 23, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.94) !important;
    }

    body.qv-public-body .countdown-value,
    body:not(.qv-admin-body) .countdown-value {
        color: #003ea8 !important;
        font-size: 1.55rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
    }

    body.qv-public-body .pulse-urgent .countdown-value,
    body:not(.qv-admin-body) .pulse-urgent .countdown-value {
        color: #dc2626 !important;
    }

    body.qv-public-body .ch-counter-box small,
    body:not(.qv-admin-body) .ch-counter-box small {
        margin-top: 0.18rem !important;
        color: #334155 !important;
        font-size: 0.55rem !important;
        font-weight: 950 !important;
        letter-spacing: 0.06em !important;
    }
}

@media (min-width: 769px) and (max-width: 1120px) {

    body.qv-public-body .ch-hero-overlay,
    body:not(.qv-admin-body) .ch-hero-overlay {
        width: min(100% - 36px, 900px) !important;
    }

    body.qv-public-body .ch-hero h1,
    body:not(.qv-admin-body) .ch-hero h1 {
        font-size: clamp(2.45rem, 5vw, 3.5rem) !important;
    }

    body.qv-public-body .ch-hero h2,
    body:not(.qv-admin-body) .ch-hero h2 {
        font-size: clamp(1.25rem, 2.2vw, 1.7rem) !important;
    }

    body.qv-public-body .ch-countdown-wrapper,
    body:not(.qv-admin-body) .ch-countdown-wrapper,
    body.qv-public-body .countdown,
    body:not(.qv-admin-body) .countdown {
        max-width: 410px !important;
    }

    body.qv-public-body .ch-counter-box,
    body:not(.qv-admin-body) .ch-counter-box {
        min-height: 76px !important;
    }

    body.qv-public-body .countdown-value,
    body:not(.qv-admin-body) .countdown-value {
        font-size: 1.38rem !important;
    }
}


/* =====================================================
   HERO SIN JORNADA · ESTADO PREMIUM RESPONSIVE
   Corrige banner roto cuando no hay jornada activa
   ===================================================== */

@media (min-width: 769px) {

    body.qv-public-body .ch-hero.ch-hero--empty,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty {
        min-height: 500px !important;
        padding: 2.1rem 0 2.4rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-overlay,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-overlay {
        width: min(100% - 48px, 980px) !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        gap: 0 !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-logo-wrap,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-logo-wrap {
        display: flex !important;
        width: auto !important;
        max-width: none !important;
        min-height: auto !important;
        margin: 0 auto 0.85rem !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .hero-central-logo,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .hero-central-logo {
        max-width: 110px !important;
        max-height: 110px !important;
        filter:
            drop-shadow(0 20px 26px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 18px rgba(250, 204, 21, 0.24)) !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-league-selector-wrap,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-league-selector-wrap {
        position: static !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 auto 0.85rem !important;
        transform: none !important;
        order: 1 !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-league-scroll,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-league-scroll {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .btn-league,
    body.qv-public-body .ch-hero.ch-hero--empty .btn-league-custom,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .btn-league,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .btn-league-custom {
        min-height: 42px !important;
        padding: 0.58rem 1.08rem !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, #facc15, #f97316) !important;
        color: #06142f !important;
        border: 1px solid rgba(250, 204, 21, 0.58) !important;
        box-shadow:
            0 14px 28px rgba(249, 115, 22, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
        font-size: 0.72rem !important;
        font-weight: 950 !important;
        letter-spacing: 0.06em !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-copy-wrap {
        order: 2 !important;
        width: 100% !important;
        max-width: 760px !important;
        min-height: auto !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-copy-wrap::before,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-copy-wrap::before {
        display: none !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty h1,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty h1 {
        width: 100% !important;
        margin: 0 0 0.45rem !important;
        color: #facc15 !important;
        font-size: clamp(2.7rem, 5vw, 4.2rem) !important;
        font-weight: 950 !important;
        line-height: 0.9 !important;
        letter-spacing: -0.07em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        text-shadow:
            0 18px 34px rgba(0, 0, 0, 0.45),
            0 0 22px rgba(250, 204, 21, 0.18) !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty h1 span,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty h1 span {
        display: inline !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        color: inherit !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty h2,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty h2 {
        width: 100% !important;
        max-width: 760px !important;
        margin: 0 auto 1rem !important;
        color: #ffffff !important;
        font-size: clamp(1.35rem, 2.2vw, 2rem) !important;
        font-weight: 950 !important;
        line-height: 1.05 !important;
        letter-spacing: -0.045em !important;
        text-align: center !important;
        text-shadow:
            0 12px 26px rgba(0, 0, 0, 0.45),
            0 0 14px rgba(255, 255, 255, 0.16) !important;
    }

    body.qv-public-body .ch-hero-empty-state,
    body:not(.qv-admin-body) .ch-hero-empty-state {
        width: min(100%, 640px);
        margin: 0 auto 1.1rem;
        padding: 1rem 1.25rem;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.78);
        box-shadow:
            0 18px 42px rgba(2, 8, 23, 0.20),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(14px);
    }

    body.qv-public-body .ch-hero-empty-state__badge,
    body:not(.qv-admin-body) .ch-hero-empty-state__badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
        padding: 0.36rem 0.76rem;
        border-radius: 999px;
        background: rgba(22, 163, 74, 0.10);
        color: #15803d;
        border: 1px solid rgba(22, 163, 74, 0.16);
        font-size: 0.62rem;
        font-weight: 950;
        letter-spacing: 0.11em;
        text-transform: uppercase;
    }

    body.qv-public-body .ch-hero-empty-state p,
    body:not(.qv-admin-body) .ch-hero-empty-state p {
        margin: 0;
        color: #06142f;
        font-size: 0.92rem;
        font-weight: 850;
        line-height: 1.35;
    }

    body.qv-public-body .ch-hero-empty-state strong,
    body:not(.qv-admin-body) .ch-hero-empty-state strong {
        color: #dc2626;
        font-weight: 950;
    }

    body.qv-public-body .ch-hero-empty-actions,
    body:not(.qv-admin-body) .ch-hero-empty-actions {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-secondary-action {
        min-height: 48px !important;
        min-width: 220px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.46rem !important;
        padding: 0.76rem 1.15rem !important;
        border-radius: 999px !important;
        color: #06142f !important;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
        border: 1px solid rgba(15, 23, 42, 0.10) !important;
        box-shadow:
            0 12px 26px rgba(15, 23, 42, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
        text-decoration: none !important;
        font-size: 0.82rem !important;
        font-weight: 950 !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-countdown-wrapper,
    body.qv-public-body .ch-hero.ch-hero--empty .countdown,
    body.qv-public-body .ch-hero.ch-hero--empty .ch-date-wrap,
    body.qv-public-body .ch-hero.ch-hero--empty .ch-round-form,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-countdown-wrapper,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .countdown,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-date-wrap,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-round-form {
        display: none !important;
    }
}

@media (max-width: 768px) {

    body.qv-public-body .ch-hero.ch-hero--empty,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty {
        min-height: 520px !important;
        padding: 1.2rem 0 1.8rem !important;
        display: flex !important;
        align-items: center !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-overlay,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-overlay {
        width: min(100% - 28px, 430px) !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-logo-wrap,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-logo-wrap {
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 0.7rem !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .hero-central-logo,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .hero-central-logo {
        max-width: 86px !important;
        max-height: 86px !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty h1,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty h1 {
        margin: 0 0 0.45rem !important;
        color: #facc15 !important;
        font-size: clamp(2.1rem, 12vw, 3.2rem) !important;
        font-weight: 950 !important;
        line-height: 0.9 !important;
        letter-spacing: -0.07em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        text-shadow: 0 14px 28px rgba(0, 0, 0, 0.46) !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty h1 span,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty h1 span {
        display: inline !important;
        padding: 0 !important;
        background: transparent !important;
        border: 0 !important;
        color: inherit !important;
    }

    body.qv-public-body .ch-hero.ch-hero--empty h2,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty h2 {
        margin: 0 auto 0.85rem !important;
        color: #ffffff !important;
        font-size: 1.18rem !important;
        font-weight: 950 !important;
        line-height: 1.1 !important;
        text-align: center !important;
        text-shadow: 0 12px 24px rgba(0, 0, 0, 0.45) !important;
    }

    body.qv-public-body .ch-hero-empty-state,
    body:not(.qv-admin-body) .ch-hero-empty-state {
        width: 100%;
        margin: 0 auto 0.85rem;
        padding: 0.9rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.78);
        box-shadow: 0 14px 30px rgba(2, 8, 23, 0.18);
    }

    body.qv-public-body .ch-hero-empty-state__badge,
    body:not(.qv-admin-body) .ch-hero-empty-state__badge {
        display: inline-flex;
        margin-bottom: 0.45rem;
        padding: 0.34rem 0.72rem;
        border-radius: 999px;
        background: rgba(22, 163, 74, 0.10);
        color: #15803d;
        border: 1px solid rgba(22, 163, 74, 0.16);
        font-size: 0.6rem;
        font-weight: 950;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    body.qv-public-body .ch-hero-empty-state p,
    body:not(.qv-admin-body) .ch-hero-empty-state p {
        margin: 0;
        color: #06142f;
        font-size: 0.86rem;
        font-weight: 850;
        line-height: 1.32;
    }

    body.qv-public-body .ch-hero-empty-actions,
    body:not(.qv-admin-body) .ch-hero-empty-actions {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    body.qv-public-body .ch-hero.ch-hero--empty .ch-hero-secondary-action,
    body:not(.qv-admin-body) .ch-hero.ch-hero--empty .ch-hero-secondary-action {
        width: min(100%, 270px) !important;
        min-height: 46px !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0.42rem !important;
        border-radius: 999px !important;
        text-decoration: none !important;
        font-size: 0.8rem !important;
        font-weight: 950 !important;
    }
}

/* =====================================================
   DESKTOP HERO ANIMATION · SOLO MOVER ARRIBA DERECHA
   No elimina la animacion, solo corrige posicion
   ===================================================== */

@media (min-width: 769px) {

    body.qv-public-body .hero-scene,
    body:not(.qv-admin-body) .hero-scene {
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 2 !important;
        opacity: 0.42 !important;
        overflow: visible !important;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__goal-wrap,
    body:not(.qv-admin-body) .hero-scene__goal-wrap {
        display: block !important;
        position: absolute !important;
        right: clamp(42px, 5.5vw, 92px) !important;
        top: clamp(36px, 5vw, 70px) !important;
        bottom: auto !important;
        left: auto !important;
        width: clamp(220px, 20vw, 310px) !important;
        height: clamp(138px, 13vw, 195px) !important;
        opacity: 0.68 !important;
        transform: none;
        transform-origin: center center !important;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__goal,
    body:not(.qv-admin-body) .hero-scene__goal {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0.88 !important;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__net-wave,
    body:not(.qv-admin-body) .hero-scene__net-wave {
        display: block !important;
        inset: 10px !important;
        opacity: 0;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__goal-shadow,
    body:not(.qv-admin-body) .hero-scene__goal-shadow {
        display: block !important;
        opacity: 0.34 !important;
        filter: blur(14px) !important;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__goal-flash,
    body:not(.qv-admin-body) .hero-scene__goal-flash {
        display: block !important;
        opacity: 0;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__ball-path,
    body:not(.qv-admin-body) .hero-scene__ball-path {
        display: block !important;
        position: absolute !important;
        right: clamp(245px, 23vw, 380px) !important;
        top: clamp(90px, 9vw, 132px) !important;
        bottom: auto !important;
        left: auto !important;
        width: 64px !important;
        height: 64px !important;
        z-index: 5 !important;
        opacity: 0;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__ball,
    body:not(.qv-admin-body) .hero-scene__ball {
        display: block !important;
        width: 60px !important;
        height: 60px !important;
        opacity: 1 !important;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__ball-trail,
    body:not(.qv-admin-body) .hero-scene__ball-trail {
        display: block !important;
        opacity: 0.48 !important;
        pointer-events: none !important;
    }

    body.qv-public-body .hero-scene__goal-text,
    body:not(.qv-admin-body) .hero-scene__goal-text {
        display: block !important;
        position: absolute !important;
        right: clamp(46px, 6vw, 104px) !important;
        top: clamp(18px, 2.8vw, 36px) !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 6 !important;
        color: rgba(239, 68, 68, 0.82) !important;
        font-size: clamp(1.25rem, 2.3vw, 2.15rem) !important;
        font-weight: 950 !important;
        letter-spacing: 0.16em !important;
        text-transform: uppercase !important;
        text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
        pointer-events: none !important;
    }

    body.qv-public-body .ch-hero-logo-wrap,
    body.qv-public-body .ch-league-selector-wrap,
    body.qv-public-body .ch-hero-copy-wrap,
    body.qv-public-body .ch-countdown-wrapper,
    body:not(.qv-admin-body) .ch-hero-logo-wrap,
    body:not(.qv-admin-body) .ch-league-selector-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-countdown-wrapper {
        position: relative !important;
        z-index: 8 !important;
    }
}

@media (min-width: 769px) and (max-width: 1120px) {

    body.qv-public-body .hero-scene__goal-wrap,
    body:not(.qv-admin-body) .hero-scene__goal-wrap {
        right: clamp(32px, 4.8vw, 62px) !important;
        top: clamp(34px, 5vw, 58px) !important;
        width: clamp(180px, 19vw, 240px) !important;
        height: clamp(112px, 12vw, 154px) !important;
        opacity: 0.56 !important;
    }

    body.qv-public-body .hero-scene__ball-path,
    body:not(.qv-admin-body) .hero-scene__ball-path {
        right: clamp(205px, 22vw, 292px) !important;
        top: clamp(82px, 9vw, 118px) !important;
        width: 56px !important;
        height: 56px !important;
    }

    body.qv-public-body .hero-scene__ball,
    body:not(.qv-admin-body) .hero-scene__ball {
        width: 52px !important;
        height: 52px !important;
    }

    body.qv-public-body .hero-scene__goal-text,
    body:not(.qv-admin-body) .hero-scene__goal-text {
        right: clamp(34px, 5vw, 70px) !important;
        top: clamp(18px, 3vw, 30px) !important;
    }
}


/* =====================================================
   HOME MOBILE · SELECCION DE EQUIPOS COMPACTA
   Escudo visible + nombre debajo del escudo
   ===================================================== */

@media (max-width: 768px) {

    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        width: calc(100% - 8px) !important;
        margin-top: 0.65rem !important;
        border-radius: 18px !important;
        overflow: visible !important;
    }

    body.qv-public-body #matches-section .ch-market-header,
    body:not(.qv-admin-body) #matches-section .ch-market-header {
        padding: 0.55rem 0.7rem !important;
        border-radius: 18px 18px 0 0 !important;
    }

    body.qv-public-body #matches-section .ch-market-header__eyebrow,
    body:not(.qv-admin-body) #matches-section .ch-market-header__eyebrow {
        margin-bottom: 0.1rem !important;
        font-size: 0.52rem !important;
        letter-spacing: 0.12em !important;
    }

    body.qv-public-body #matches-section .ch-market-header h3,
    body:not(.qv-admin-body) #matches-section .ch-market-header h3 {
        font-size: 0.96rem !important;
        line-height: 1.05 !important;
    }

    body.qv-public-body #matches-section .ch-market-header p,
    body:not(.qv-admin-body) #matches-section .ch-market-header p {
        margin-top: 0.18rem !important;
        font-size: 0.64rem !important;
        line-height: 1.15 !important;
    }

    body.qv-public-body #matches-section .ch-table-container,
    body:not(.qv-admin-body) #matches-section .ch-table-container {
        width: 100% !important;
        margin: 0 auto !important;
        border: 0 !important;
        border-radius: 0 0 18px 18px !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    body.qv-public-body #matches-section .ch-table-scroll-wrap,
    body:not(.qv-admin-body) #matches-section .ch-table-scroll-wrap {
        padding: 0.35rem 0.28rem 0.45rem !important;
        overflow-x: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table,
    body:not(.qv-admin-body) #matches-section .ch-table,
    body.qv-public-body #matches-section .ch-table tbody,
    body:not(.qv-admin-body) #matches-section .ch-table tbody {
        display: block !important;
        width: 100% !important;
        background: transparent !important;
    }

    body.qv-public-body #matches-section .ch-table thead,
    body:not(.qv-admin-body) #matches-section .ch-table thead {
        display: none !important;
    }

    body.qv-public-body #matches-section .ch-table tbody,
    body:not(.qv-admin-body) #matches-section .ch-table tbody {
        display: grid !important;
        gap: 0.36rem !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr {
        display: grid !important;
        grid-template-columns: 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px !important;
        grid-template-areas:
            "localPick home draw away visitPick"
            "info info info info info" !important;
        gap: 0.26rem 0.28rem !important;
        align-items: stretch !important;
        width: 100% !important;
        min-height: auto !important;
        margin: 0 !important;
        padding: 0.34rem !important;
        border: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 14px !important;
        background: #ffffff !important;
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08) !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr::before,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr::before {
        display: none !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(1),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(1) {
        grid-area: localPick !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(2),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(2) {
        grid-area: home !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(3),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(3) {
        grid-area: draw !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(4),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(4) {
        grid-area: away !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(5),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(5) {
        grid-area: visitPick !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(6),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(6) {
        grid-area: info !important;
    }

    body.qv-public-body #matches-section .btn-choice,
    body.qv-public-body #matches-section .btn-ch-pick,
    body:not(.qv-admin-body) #matches-section .btn-choice,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick {
        width: 34px !important;
        min-width: 34px !important;
        height: 54px !important;
        min-height: 54px !important;
        padding: 0 !important;
        border-radius: 10px !important;
        font-size: 0.78rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        background: #fff7ed !important;
        color: #dc2626 !important;
        border: 1px solid rgba(220, 38, 38, 0.18) !important;
        box-shadow: none !important;
        animation: none !important;
    }

    body.qv-public-body #matches-section .btn-choice.active,
    body.qv-public-body #matches-section .btn-choice.selected,
    body.qv-public-body #matches-section .btn-choice.btn-warning,
    body.qv-public-body #matches-section .btn-ch-pick.active,
    body.qv-public-body #matches-section .btn-ch-pick.selected,
    body.qv-public-body #matches-section .btn-ch-pick.btn-warning,
    body:not(.qv-admin-body) #matches-section .btn-choice.active,
    body:not(.qv-admin-body) #matches-section .btn-choice.selected,
    body:not(.qv-admin-body) #matches-section .btn-choice.btn-warning,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick.active,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick.selected,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick.btn-warning {
        background: linear-gradient(135deg, #dc2626, #ef4444) !important;
        color: #ffffff !important;
        border-color: #dc2626 !important;
        box-shadow: 0 8px 16px rgba(220, 38, 38, 0.24) !important;
        transform: none !important;
    }

    body.qv-public-body #matches-section .ch-team-cell,
    body:not(.qv-admin-body) #matches-section .ch-team-cell {
        min-height: 54px !important;
    }

    body.qv-public-body #matches-section .ch-team-box,
    body:not(.qv-admin-body) #matches-section .ch-team-box {
        width: 100% !important;
        min-height: 54px !important;
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.12rem !important;
        padding: 0.2rem 0.12rem !important;
        border-radius: 11px !important;
        background: #f8fafc !important;
        border: 1px solid rgba(15, 23, 42, 0.06) !important;
        box-shadow: none !important;
        text-align: center !important;
    }

    body.qv-public-body #matches-section .ch-team-box img,
    body:not(.qv-admin-body) #matches-section .ch-team-box img {
        order: 1 !important;
    }

    body.qv-public-body #matches-section .ch-team-box span,
    body:not(.qv-admin-body) #matches-section .ch-team-box span {
        order: 2 !important;
    }

    body.qv-public-body #matches-section .ch-team-logo,
    body:not(.qv-admin-body) #matches-section .ch-team-logo {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
        margin: 0 !important;
        object-fit: contain !important;
        flex: 0 0 auto !important;
        filter: drop-shadow(0 3px 5px rgba(15, 23, 42, 0.14)) !important;
    }

    body.qv-public-body #matches-section .ch-team-box span,
    body:not(.qv-admin-body) #matches-section .ch-team-box span {
        width: 100% !important;
        max-width: 100% !important;
        color: #06142f !important;
        font-size: 0.54rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: -0.025em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.qv-public-body #matches-section .cell-match-info,
    body:not(.qv-admin-body) #matches-section .cell-match-info {
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 0.02rem !important;
        background: transparent !important;
        border-left: 0 !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner,
    body:not(.qv-admin-body) #matches-section .cell-match-info-inner {
        width: 100% !important;
        min-height: 18px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.35rem !important;
        padding: 0.12rem 0.35rem !important;
        border-radius: 999px !important;
        background: #f1f5f9 !important;
        border: 1px solid rgba(15, 23, 42, 0.05) !important;
        box-shadow: none !important;
    }

    body.qv-public-body #matches-section .match-date,
    body.qv-public-body #matches-section .match-time,
    body:not(.qv-admin-body) #matches-section .match-date,
    body:not(.qv-admin-body) #matches-section .match-time {
        width: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        color: #334155 !important;
        font-size: 0.55rem !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.qv-public-body #matches-section .match-date i,
    body.qv-public-body #matches-section .match-time i,
    body:not(.qv-admin-body) #matches-section .match-date i,
    body:not(.qv-admin-body) #matches-section .match-time i {
        display: none !important;
    }

    body.qv-public-body #matches-section .match-league-badge,
    body:not(.qv-admin-body) #matches-section .match-league-badge {
        padding: 0.1rem 0.32rem !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #003ea8 !important;
        border: 1px solid rgba(0, 62, 168, 0.1) !important;
        font-size: 0.48rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
    }
}

@media (max-width: 390px) {

    body.qv-public-body #matches-section .ch-table tbody tr,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr {
        grid-template-columns: 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px !important;
        gap: 0.22rem !important;
        padding: 0.28rem !important;
    }

    body.qv-public-body #matches-section .btn-choice,
    body.qv-public-body #matches-section .btn-ch-pick,
    body:not(.qv-admin-body) #matches-section .btn-choice,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick {
        width: 30px !important;
        min-width: 30px !important;
        height: 50px !important;
        min-height: 50px !important;
        border-radius: 9px !important;
        font-size: 0.72rem !important;
    }

    body.qv-public-body #matches-section .ch-team-cell,
    body:not(.qv-admin-body) #matches-section .ch-team-cell,
    body.qv-public-body #matches-section .ch-team-box,
    body:not(.qv-admin-body) #matches-section .ch-team-box {
        min-height: 50px !important;
    }

    body.qv-public-body #matches-section .ch-team-logo,
    body:not(.qv-admin-body) #matches-section .ch-team-logo {
        width: 22px !important;
        height: 22px !important;
        max-width: 22px !important;
        max-height: 22px !important;
    }

    body.qv-public-body #matches-section .ch-team-box span,
    body:not(.qv-admin-body) #matches-section .ch-team-box span {
        font-size: 0.52rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner,
    body:not(.qv-admin-body) #matches-section .cell-match-info-inner {
        gap: 0.24rem !important;
        padding-inline: 0.24rem !important;
    }

    body.qv-public-body #matches-section .match-date,
    body.qv-public-body #matches-section .match-time,
    body:not(.qv-admin-body) #matches-section .match-date,
    body:not(.qv-admin-body) #matches-section .match-time {
        font-size: 0.5rem !important;
    }
}

/* =====================================================
   HOME MOBILE · PARTIDO EN UNA SOLA LINEA
   Escudo y nombre grandes + fecha/hora al costado
   ===================================================== */

@media (max-width: 768px) {

    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table-container,
    body:not(.qv-admin-body) #matches-section .ch-table-container,
    body.qv-public-body #matches-section .ch-table-scroll-wrap,
    body:not(.qv-admin-body) #matches-section .ch-table-scroll-wrap {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table-scroll-wrap,
    body:not(.qv-admin-body) #matches-section .ch-table-scroll-wrap {
        padding: 0.32rem 0.2rem 0.45rem !important;
    }

    body.qv-public-body #matches-section .ch-table,
    body:not(.qv-admin-body) #matches-section .ch-table,
    body.qv-public-body #matches-section .ch-table tbody,
    body:not(.qv-admin-body) #matches-section .ch-table tbody {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
        background: transparent !important;
    }

    body.qv-public-body #matches-section .ch-table thead,
    body:not(.qv-admin-body) #matches-section .ch-table thead {
        display: none !important;
    }

    body.qv-public-body #matches-section .ch-table tbody,
    body:not(.qv-admin-body) #matches-section .ch-table tbody {
        display: grid !important;
        gap: 0.28rem !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr {
        display: grid !important;
        grid-template-columns: 24px minmax(0, 1.28fr) 24px minmax(0, 1.28fr) 24px 48px !important;
        grid-template-areas: "localPick home draw away visitPick info" !important;
        align-items: stretch !important;
        gap: 0.12rem !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0.18rem !important;
        border-radius: 13px !important;
        background: #ffffff !important;
        border: 1px solid rgba(15, 23, 42, 0.07) !important;
        box-shadow: 0 5px 12px rgba(15, 23, 42, 0.07) !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr::before,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr::before {
        display: none !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(1),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(1) {
        grid-area: localPick !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(2),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(2) {
        grid-area: home !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(3),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(3) {
        grid-area: draw !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(4),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(4) {
        grid-area: away !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(5),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(5) {
        grid-area: visitPick !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(6),
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr>td:nth-child(6) {
        grid-area: info !important;
    }

    body.qv-public-body #matches-section .btn-choice,
    body.qv-public-body #matches-section .btn-ch-pick,
    body:not(.qv-admin-body) #matches-section .btn-choice,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick {
        width: 24px !important;
        min-width: 24px !important;
        height: 58px !important;
        min-height: 58px !important;
        padding: 0 !important;
        border-radius: 9px !important;
        font-size: 0.72rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        background: #fff7ed !important;
        color: #dc2626 !important;
        border: 1px solid rgba(220, 38, 38, 0.18) !important;
        box-shadow: none !important;
        animation: none !important;
        transform: none !important;
    }

    body.qv-public-body #matches-section .btn-choice.active,
    body.qv-public-body #matches-section .btn-choice.selected,
    body.qv-public-body #matches-section .btn-choice.btn-warning,
    body.qv-public-body #matches-section .btn-ch-pick.active,
    body.qv-public-body #matches-section .btn-ch-pick.selected,
    body.qv-public-body #matches-section .btn-ch-pick.btn-warning,
    body:not(.qv-admin-body) #matches-section .btn-choice.active,
    body:not(.qv-admin-body) #matches-section .btn-choice.selected,
    body:not(.qv-admin-body) #matches-section .btn-choice.btn-warning,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick.active,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick.selected,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick.btn-warning {
        background: linear-gradient(135deg, #dc2626, #ef4444) !important;
        color: #ffffff !important;
        border-color: #dc2626 !important;
        box-shadow: 0 6px 12px rgba(220, 38, 38, 0.22) !important;
        transform: none !important;
    }

    body.qv-public-body #matches-section .ch-team-cell,
    body:not(.qv-admin-body) #matches-section .ch-team-cell {
        min-width: 0 !important;
        min-height: 58px !important;
    }

    body.qv-public-body #matches-section .ch-team-box,
    body:not(.qv-admin-body) #matches-section .ch-team-box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 58px !important;
        height: 58px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.1rem !important;
        padding: 0.1rem 0.04rem !important;
        border-radius: 10px !important;
        background: #f8fafc !important;
        border: 1px solid rgba(15, 23, 42, 0.05) !important;
        box-shadow: none !important;
        text-align: center !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .ch-team-box--home,
    body.qv-public-body #matches-section .ch-team-box--away,
    body:not(.qv-admin-body) #matches-section .ch-team-box--home,
    body:not(.qv-admin-body) #matches-section .ch-team-box--away {
        justify-content: center !important;
    }

    body.qv-public-body #matches-section .ch-team-logo,
    body:not(.qv-admin-body) #matches-section .ch-team-logo {
        width: 32px !important;
        height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
        margin: 0 !important;
        object-fit: contain !important;
        flex: 0 0 auto !important;
        filter: drop-shadow(0 3px 5px rgba(15, 23, 42, 0.14)) !important;
    }

    body.qv-public-body #matches-section .ch-team-box span,
    body:not(.qv-admin-body) #matches-section .ch-team-box span {
        width: 100% !important;
        max-width: 100% !important;
        color: #06142f !important;
        font-size: 0.64rem !important;
        font-weight: 950 !important;
        line-height: 0.98 !important;
        letter-spacing: -0.035em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        white-space: normal !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.qv-public-body #matches-section .cell-match-info,
    body:not(.qv-admin-body) #matches-section .cell-match-info {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        min-height: 58px !important;
        background: transparent !important;
        border-left: 0 !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner,
    body:not(.qv-admin-body) #matches-section .cell-match-info-inner {
        width: 48px !important;
        max-width: 48px !important;
        min-width: 0 !important;
        min-height: 58px !important;
        height: 58px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.08rem !important;
        padding: 0.1rem 0.05rem !important;
        border-radius: 10px !important;
        background: #f1f5f9 !important;
        border: 1px solid rgba(15, 23, 42, 0.06) !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date,
    body.qv-public-body #matches-section .cell-match-info .match-time,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-date,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-time {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        line-height: 1 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-date {
        order: 1 !important;
        color: #06142f !important;
        font-size: 0.46rem !important;
        font-weight: 950 !important;
        letter-spacing: -0.03em !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-time,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-time {
        order: 2 !important;
        color: #003ea8 !important;
        font-size: 0.54rem !important;
        font-weight: 950 !important;
        letter-spacing: -0.02em !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date i,
    body.qv-public-body #matches-section .cell-match-info .match-time i,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-date i,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-time i {
        display: none !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-league-badge,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-league-badge {
        display: none !important;
    }
}

@media (max-width: 390px) {

    body.qv-public-body #matches-section .ch-table-scroll-wrap,
    body:not(.qv-admin-body) #matches-section .ch-table-scroll-wrap {
        padding-left: 0.14rem !important;
        padding-right: 0.14rem !important;
    }

    body.qv-public-body #matches-section .ch-table tbody,
    body:not(.qv-admin-body) #matches-section .ch-table tbody {
        gap: 0.24rem !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr {
        grid-template-columns: 22px minmax(0, 1.3fr) 22px minmax(0, 1.3fr) 22px 45px !important;
        gap: 0.08rem !important;
        padding: 0.14rem !important;
        border-radius: 12px !important;
    }

    body.qv-public-body #matches-section .btn-choice,
    body.qv-public-body #matches-section .btn-ch-pick,
    body:not(.qv-admin-body) #matches-section .btn-choice,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick {
        width: 22px !important;
        min-width: 22px !important;
        height: 56px !important;
        min-height: 56px !important;
        border-radius: 8px !important;
        font-size: 0.68rem !important;
    }

    body.qv-public-body #matches-section .ch-team-cell,
    body:not(.qv-admin-body) #matches-section .ch-team-cell {
        min-height: 56px !important;
    }

    body.qv-public-body #matches-section .ch-team-box,
    body:not(.qv-admin-body) #matches-section .ch-team-box {
        height: 56px !important;
        min-height: 56px !important;
        padding: 0.08rem 0.03rem !important;
        gap: 0.08rem !important;
    }

    body.qv-public-body #matches-section .ch-team-logo,
    body:not(.qv-admin-body) #matches-section .ch-team-logo {
        width: 30px !important;
        height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
    }

    body.qv-public-body #matches-section .ch-team-box span,
    body:not(.qv-admin-body) #matches-section .ch-team-box span {
        font-size: 0.58rem !important;
        line-height: 0.96 !important;
        letter-spacing: -0.04em !important;
    }

    body.qv-public-body #matches-section .cell-match-info,
    body:not(.qv-admin-body) #matches-section .cell-match-info,
    body.qv-public-body #matches-section .cell-match-info-inner,
    body:not(.qv-admin-body) #matches-section .cell-match-info-inner {
        width: 45px !important;
        min-width: 45px !important;
        max-width: 45px !important;
        height: 56px !important;
        min-height: 56px !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner,
    body:not(.qv-admin-body) #matches-section .cell-match-info-inner {
        padding: 0.08rem 0.04rem !important;
        gap: 0.06rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-date {
        font-size: 0.42rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-time,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-time {
        font-size: 0.5rem !important;
    }
}

@media (max-width: 340px) {

    body.qv-public-body #matches-section .ch-table tbody tr,
    body:not(.qv-admin-body) #matches-section .ch-table tbody tr {
        grid-template-columns: 21px minmax(0, 1.25fr) 21px minmax(0, 1.25fr) 21px 43px !important;
        gap: 0.06rem !important;
        padding: 0.12rem !important;
    }

    body.qv-public-body #matches-section .btn-choice,
    body.qv-public-body #matches-section .btn-ch-pick,
    body:not(.qv-admin-body) #matches-section .btn-choice,
    body:not(.qv-admin-body) #matches-section .btn-ch-pick {
        width: 21px !important;
        min-width: 21px !important;
        height: 54px !important;
        min-height: 54px !important;
        font-size: 0.64rem !important;
    }

    body.qv-public-body #matches-section .ch-team-box,
    body:not(.qv-admin-body) #matches-section .ch-team-box {
        height: 54px !important;
        min-height: 54px !important;
    }

    body.qv-public-body #matches-section .ch-team-logo,
    body:not(.qv-admin-body) #matches-section .ch-team-logo {
        width: 28px !important;
        height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
    }

    body.qv-public-body #matches-section .ch-team-box span,
    body:not(.qv-admin-body) #matches-section .ch-team-box span {
        font-size: 0.54rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info,
    body:not(.qv-admin-body) #matches-section .cell-match-info,
    body.qv-public-body #matches-section .cell-match-info-inner,
    body:not(.qv-admin-body) #matches-section .cell-match-info-inner {
        width: 43px !important;
        min-width: 43px !important;
        max-width: 43px !important;
        height: 54px !important;
        min-height: 54px !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-date {
        font-size: 0.4rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-time,
    body:not(.qv-admin-body) #matches-section .cell-match-info .match-time {
        font-size: 0.48rem !important;
    }
}

/* =====================================================
   HOME MOBILE · HERO COMPACTO Y ENFOCADO EN SELECCION
   Objetivo: menos carga visual y menos scroll inicial
   ===================================================== */

@media (max-width: 768px) {

    /*
     * Se oculta solo en mobile para reducir carga visual inicial.
     * La deteccion de pais/moneda sigue existiendo en backend.
     */
    body.qv-public-body .qv-geo-banner,
    body:not(.qv-admin-body) .qv-geo-banner {
        display: none !important;
    }

    /*
     * Hero mas compacto para que el usuario llegue rapido
     * a la seleccion de equipos.
     */
    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        min-height: 0 !important;
        padding: 0.55rem 0 0.35rem !important;
        margin-bottom: 0 !important;
        border-radius: 0 0 18px 18px !important;
        overflow: hidden !important;
    }

    body.qv-public-body .ch-hero::after,
    body:not(.qv-admin-body) .ch-hero::after {
        background:
            radial-gradient(circle at 50% 0%, rgba(255, 193, 7, 0.18), transparent 7rem),
            linear-gradient(180deg,
                rgba(2, 8, 23, 0.78) 0%,
                rgba(6, 20, 47, 0.86) 58%,
                rgba(248, 251, 255, 0.96) 100%) !important;
    }

    body.qv-public-body .hero-scene,
    body:not(.qv-admin-body) .hero-scene {
        opacity: 0.22 !important;
    }

    /*
     * Logo visible pero mas pequeño.
     */
    body.qv-public-body .ch-hero-logo-wrap,
    body:not(.qv-admin-body) .ch-hero-logo-wrap {
        width: calc(100% - 24px) !important;
        max-width: 100% !important;
        margin: 0 auto 0.18rem !important;
        padding: 0 !important;
    }

    body.qv-public-body .hero-central-logo,
    body:not(.qv-admin-body) .hero-central-logo {
        max-width: 62px !important;
        max-height: 62px !important;
        filter:
            drop-shadow(0 7px 12px rgba(0, 0, 0, 0.34)) drop-shadow(0 0 10px rgba(255, 193, 7, 0.22)) !important;
    }

    /*
     * Liga visible, compacta.
     */
    body.qv-public-body .ch-league-selector-wrap,
    body:not(.qv-admin-body) .ch-league-selector-wrap {
        width: calc(100% - 24px) !important;
        max-width: 100% !important;
        margin: 0 auto 0.2rem !important;
        padding: 0 !important;
    }

    body.qv-public-body .ch-league-scroll,
    body:not(.qv-admin-body) .ch-league-scroll {
        justify-content: center !important;
        gap: 0.28rem !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.qv-public-body .btn-league,
    body.qv-public-body .btn-league-custom,
    body:not(.qv-admin-body) .btn-league,
    body:not(.qv-admin-body) .btn-league-custom {
        min-height: 28px !important;
        padding: 0.28rem 0.62rem !important;
        border-radius: 999px !important;
        font-size: 0.6rem !important;
        line-height: 1 !important;
        box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12) !important;
    }

    /*
     * Caja del titulo compacta.
     */
    body.qv-public-body .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap {
        width: calc(100% - 28px) !important;
        max-width: 100% !important;
        display: grid !important;
        gap: 0.32rem !important;
        margin: 0 auto !important;
        padding: 0.46rem 0.55rem 0.5rem !important;
        border-radius: 18px !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
            rgba(2, 8, 23, 0.34) !important;
        box-shadow:
            0 10px 22px rgba(2, 8, 23, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
        backdrop-filter: blur(10px) !important;
    }

    body.qv-public-body .ch-hero h1,
    body:not(.qv-admin-body) .ch-hero h1 {
        margin: 0 !important;
        font-size: 1.28rem !important;
        line-height: 1 !important;
        text-align: center !important;
        letter-spacing: -0.04em !important;
    }

    body.qv-public-body .ch-hero h1 span,
    body:not(.qv-admin-body) .ch-hero h1 span {
        max-width: 100% !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #facc15 !important;
        font-size: inherit !important;
        letter-spacing: -0.04em !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    body.qv-public-body .ch-hero h2,
    body:not(.qv-admin-body) .ch-hero h2 {
        margin: 0 !important;
        color: #ffffff !important;
        font-size: 0.72rem !important;
        font-weight: 900 !important;
        line-height: 1.05 !important;
        text-align: center !important;
        letter-spacing: -0.02em !important;
    }

    /*
     * Se eliminan los CTA del hero en mobile:
     * Elegir equipos / Cambiar jornada.
     */
    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        display: none !important;
    }

    /*
     * Selector de jornada compacto.
     * Se mantiene funcional, pero con menor altura visual.
     */
    body.qv-public-body .ch-round-form,
    body:not(.qv-admin-body) .ch-round-form {
        margin: 0 !important;
    }

    body.qv-public-body .ch-hero .input-group,
    body:not(.qv-admin-body) .ch-hero .input-group {
        display: block !important;
        border-radius: 14px !important;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16) !important;
        overflow: hidden !important;
    }

    body.qv-public-body .ch-hero .input-group-text,
    body:not(.qv-admin-body) .ch-hero .input-group-text {
        display: none !important;
    }

    body.qv-public-body .ch-round-select,
    body:not(.qv-admin-body) .ch-round-select {
        width: 100% !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0.25rem 1.8rem 0.25rem 0.72rem !important;
        border-radius: 14px !important;
        font-size: 0.68rem !important;
        font-weight: 850 !important;
        line-height: 1 !important;
        text-align: center !important;
    }

    /*
     * Fechas de inicio/cierre compactas.
     * No se eliminan porque son datos importantes de negocio.
     */
    body.qv-public-body .ch-date-wrap,
    body:not(.qv-admin-body) .ch-date-wrap {
        margin: 0 !important;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        width: 100% !important;
        padding: 0.42rem 0.5rem !important;
        border-radius: 14px !important;
        gap: 0.1rem !important;
    }

    body.qv-public-body .date-info-container .small,
    body:not(.qv-admin-body) .date-info-container .small {
        font-size: 0.56rem !important;
        line-height: 1.05 !important;
        text-align: center !important;
    }

    /*
     * Se elimina el encabezado de seleccion:
     * Pronostico oficial / Selecciona tus equipos / Marca L E V.
     */
    body.qv-public-body #matches-section .ch-market-header,
    body:not(.qv-admin-body) #matches-section .ch-market-header {
        display: none !important;
    }

    /*
     * La tabla sube visualmente y queda pegada al hero.
     */
    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        margin-top: 0.32rem !important;
        border-radius: 16px !important;
    }

    body.qv-public-body #matches-section .ch-table-scroll-wrap,
    body:not(.qv-admin-body) #matches-section .ch-table-scroll-wrap {
        padding-top: 0.18rem !important;
    }
}

@media (max-width: 390px) {

    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        padding-top: 0.45rem !important;
        padding-bottom: 0.28rem !important;
        border-radius: 0 0 16px 16px !important;
    }

    body.qv-public-body .hero-central-logo,
    body:not(.qv-admin-body) .hero-central-logo {
        max-width: 56px !important;
        max-height: 56px !important;
    }

    body.qv-public-body .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap {
        width: calc(100% - 24px) !important;
        gap: 0.28rem !important;
        padding: 0.4rem 0.48rem 0.46rem !important;
        border-radius: 16px !important;
    }

    body.qv-public-body .ch-hero h1,
    body:not(.qv-admin-body) .ch-hero h1 {
        font-size: 1.14rem !important;
    }

    body.qv-public-body .ch-hero h2,
    body:not(.qv-admin-body) .ch-hero h2 {
        font-size: 0.66rem !important;
    }

    body.qv-public-body .ch-round-select,
    body:not(.qv-admin-body) .ch-round-select {
        min-height: 32px !important;
        height: 32px !important;
        font-size: 0.64rem !important;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        padding: 0.36rem 0.42rem !important;
    }

    body.qv-public-body .date-info-container .small,
    body:not(.qv-admin-body) .date-info-container .small {
        font-size: 0.52rem !important;
    }

    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        margin-top: 0.24rem !important;
    }
}

/* =====================================================
   HOME DESKTOP · HERO COMPACTO Y ENFOCADO EN SELECCION
   Objetivo: reducir carga visual y mostrar partidos antes
   ===================================================== */

@media (min-width: 769px) {

    /*
     * Se oculta el banner de pais/moneda en escritorio.
     * No elimina la logica de deteccion, solo reduce carga visual.
     */
    body.qv-public-body .qv-geo-banner,
    body:not(.qv-admin-body) .qv-geo-banner {
        display: none !important;
    }

    /*
     * Hero mas bajo y compacto.
     */
    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        min-height: 0 !important;
        padding: 1.1rem 0 1rem !important;
        margin-bottom: 0 !important;
        border-radius: 0 0 28px 28px !important;
        overflow: hidden !important;
    }

    body.qv-public-body .ch-hero::after,
    body:not(.qv-admin-body) .ch-hero::after {
        background:
            radial-gradient(circle at 50% 0%, rgba(255, 193, 7, 0.18), transparent 15rem),
            linear-gradient(180deg,
                rgba(2, 8, 23, 0.78) 0%,
                rgba(6, 20, 47, 0.86) 58%,
                rgba(248, 251, 255, 0.96) 100%) !important;
    }

    body.qv-public-body .hero-scene,
    body:not(.qv-admin-body) .hero-scene {
        opacity: 0.28 !important;
    }

    /*
     * Logo visible, pero menos dominante.
     */
    body.qv-public-body .ch-hero-logo-wrap,
    body:not(.qv-admin-body) .ch-hero-logo-wrap {
        width: min(100%, 980px) !important;
        margin: 0 auto 0.35rem !important;
        padding: 0 !important;
    }

    body.qv-public-body .hero-central-logo,
    body:not(.qv-admin-body) .hero-central-logo {
        max-width: 92px !important;
        max-height: 92px !important;
        filter:
            drop-shadow(0 10px 18px rgba(0, 0, 0, 0.34)) drop-shadow(0 0 12px rgba(255, 193, 7, 0.2)) !important;
    }

    /*
     * Liga compacta.
     */
    body.qv-public-body .ch-league-selector-wrap,
    body:not(.qv-admin-body) .ch-league-selector-wrap {
        width: min(100%, 980px) !important;
        margin: 0 auto 0.45rem !important;
        padding: 0 !important;
    }

    body.qv-public-body .ch-league-scroll,
    body:not(.qv-admin-body) .ch-league-scroll {
        justify-content: center !important;
        gap: 0.5rem !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.qv-public-body .btn-league,
    body.qv-public-body .btn-league-custom,
    body:not(.qv-admin-body) .btn-league,
    body:not(.qv-admin-body) .btn-league-custom {
        min-height: 34px !important;
        padding: 0.44rem 1rem !important;
        border-radius: 999px !important;
        font-size: 0.72rem !important;
        line-height: 1 !important;
        box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12) !important;
    }

    /*
     * Contenido principal del banner mas compacto.
     */
    body.qv-public-body .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap {
        width: min(100%, 760px) !important;
        display: grid !important;
        gap: 0.55rem !important;
        margin: 0 auto !important;
        padding: 0.85rem 1.15rem 0.95rem !important;
        border-radius: 24px !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
            rgba(2, 8, 23, 0.34) !important;
        box-shadow:
            0 14px 32px rgba(2, 8, 23, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
        backdrop-filter: blur(10px) !important;
    }

    body.qv-public-body .ch-hero h1,
    body:not(.qv-admin-body) .ch-hero h1 {
        margin: 0 !important;
        font-size: clamp(1.8rem, 3vw, 2.55rem) !important;
        line-height: 0.98 !important;
        text-align: center !important;
        letter-spacing: -0.045em !important;
    }

    body.qv-public-body .ch-hero h1 span,
    body:not(.qv-admin-body) .ch-hero h1 span {
        max-width: 100% !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #facc15 !important;
        font-size: inherit !important;
        letter-spacing: -0.045em !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    body.qv-public-body .ch-hero h2,
    body:not(.qv-admin-body) .ch-hero h2 {
        margin: 0 !important;
        color: #ffffff !important;
        font-size: clamp(0.86rem, 1.2vw, 1rem) !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        text-align: center !important;
        letter-spacing: -0.02em !important;
    }

    /*
     * Se eliminan los CTA del hero en escritorio:
     * Elegir equipos / Cambiar jornada.
     */
    body.qv-public-body .ch-hero-quick-actions,
    body:not(.qv-admin-body) .ch-hero-quick-actions {
        display: none !important;
    }

    /*
     * Selector de jornada funcional pero mas discreto.
     */
    body.qv-public-body .ch-round-form,
    body:not(.qv-admin-body) .ch-round-form {
        width: min(100%, 520px) !important;
        margin: 0 auto !important;
    }

    body.qv-public-body .ch-hero .input-group,
    body:not(.qv-admin-body) .ch-hero .input-group {
        display: flex !important;
        border-radius: 16px !important;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16) !important;
        overflow: hidden !important;
    }

    body.qv-public-body .ch-hero .input-group-text,
    body:not(.qv-admin-body) .ch-hero .input-group-text {
        min-height: 38px !important;
        padding: 0.45rem 0.8rem !important;
        font-size: 0.68rem !important;
        border-radius: 16px 0 0 16px !important;
    }

    body.qv-public-body .ch-round-select,
    body:not(.qv-admin-body) .ch-round-select {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0.42rem 2rem 0.42rem 0.85rem !important;
        border-radius: 0 16px 16px 0 !important;
        font-size: 0.78rem !important;
        font-weight: 850 !important;
        line-height: 1 !important;
    }

    /*
     * Fechas compactas.
     */
    body.qv-public-body .ch-date-wrap,
    body:not(.qv-admin-body) .ch-date-wrap {
        margin: 0 auto !important;
        width: min(100%, 620px) !important;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        width: 100% !important;
        padding: 0.58rem 0.8rem !important;
        border-radius: 18px !important;
        gap: 0.2rem !important;
    }

    body.qv-public-body .date-info-container .small,
    body:not(.qv-admin-body) .date-info-container .small {
        font-size: 0.72rem !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }

    /*
     * La tabla de seleccion sube visualmente.
     */
    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        margin-top: 0.75rem !important;
    }
}

@media (min-width: 1200px) {

    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        padding-top: 1.25rem !important;
        padding-bottom: 1.1rem !important;
    }

    body.qv-public-body .hero-central-logo,
    body:not(.qv-admin-body) .hero-central-logo {
        max-width: 104px !important;
        max-height: 104px !important;
    }

    body.qv-public-body .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap {
        padding-top: 0.95rem !important;
        padding-bottom: 1rem !important;
    }

    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        margin-top: 0.85rem !important;
    }
}

/* =====================================================
   HOME DESKTOP · HERO LIMPIO + CRONOMETRO COMPACTO
   Quita caja oscura y prioriza ver equipos antes
   ===================================================== */

@media (min-width: 769px) {

    /*
     * Hero mas compacto para reducir scroll inicial.
     */
    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        min-height: 430px !important;
        padding: 0.85rem 0 1rem !important;
        margin-bottom: 0 !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    /*
     * Permite que el fondo/animacion respire mas.
     */
    body.qv-public-body .hero-scene,
    body:not(.qv-admin-body) .hero-scene {
        opacity: 0.44 !important;
        filter: none !important;
    }

    body.qv-public-body .ch-hero::after,
    body:not(.qv-admin-body) .ch-hero::after {
        background:
            linear-gradient(180deg,
                rgba(2, 8, 23, 0.34) 0%,
                rgba(2, 8, 23, 0.42) 48%,
                rgba(248, 251, 255, 0.88) 100%) !important;
    }

    body.qv-public-body .ch-hero-overlay,
    body:not(.qv-admin-body) .ch-hero-overlay {
        width: min(100% - 48px, 900px) !important;
        gap: 0 !important;
    }

    /*
     * Quita la sombra/caja oscura alrededor del titulo.
     * El contenido queda sobre el fondo sin bloquear la imagen.
     */
    body.qv-public-body .ch-hero-copy-wrap,
    body:not(.qv-admin-body) .ch-hero-copy-wrap {
        width: min(100%, 720px) !important;
        max-width: 720px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        filter: none !important;
    }

    body.qv-public-body .ch-hero-copy-wrap::before,
    body.qv-public-body .ch-hero-copy-wrap::after,
    body:not(.qv-admin-body) .ch-hero-copy-wrap::before,
    body:not(.qv-admin-body) .ch-hero-copy-wrap::after {
        display: none !important;
        content: none !important;
    }

    /*
     * Titulo mas compacto para subir el cronometro y la tabla.
     */
    body.qv-public-body .ch-hero h1,
    body:not(.qv-admin-body) .ch-hero h1 {
        margin: 0 0 0.28rem !important;
        font-size: clamp(2.35rem, 4vw, 3.45rem) !important;
        line-height: 0.9 !important;
        text-shadow:
            0 8px 18px rgba(0, 0, 0, 0.58),
            0 0 18px rgba(250, 204, 21, 0.24) !important;
    }

    body.qv-public-body .ch-hero h2,
    body:not(.qv-admin-body) .ch-hero h2 {
        margin: 0 auto 0.65rem !important;
        font-size: clamp(1rem, 1.35vw, 1.35rem) !important;
        line-height: 1 !important;
        text-shadow:
            0 7px 16px rgba(0, 0, 0, 0.62),
            0 0 12px rgba(255, 255, 255, 0.18) !important;
    }

    /*
     * Selector y fechas mas pegados para ahorrar altura.
     */
    body.qv-public-body .ch-round-form,
    body:not(.qv-admin-body) .ch-round-form {
        max-width: 430px !important;
        margin: 0 auto 0.58rem !important;
    }

    body.qv-public-body .ch-hero .input-group,
    body:not(.qv-admin-body) .ch-hero .input-group {
        min-height: 42px !important;
        border-radius: 16px !important;
        box-shadow:
            0 10px 22px rgba(2, 8, 23, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    }

    body.qv-public-body .ch-hero .input-group-text,
    body:not(.qv-admin-body) .ch-hero .input-group-text {
        min-height: 42px !important;
        padding: 0.42rem 0.85rem !important;
        border-radius: 16px 0 0 16px !important;
        font-size: 0.68rem !important;
    }

    body.qv-public-body .ch-round-select,
    body:not(.qv-admin-body) .ch-round-select {
        min-height: 42px !important;
        height: 42px !important;
        font-size: 0.76rem !important;
    }

    body.qv-public-body .ch-date-wrap,
    body:not(.qv-admin-body) .ch-date-wrap {
        max-width: 470px !important;
        margin: 0 auto 0.48rem !important;
    }

    body.qv-public-body .date-info-container,
    body:not(.qv-admin-body) .date-info-container {
        max-width: 470px !important;
        padding: 0.48rem 0.75rem !important;
        border-radius: 16px !important;
        gap: 0.14rem !important;
        background: rgba(255, 255, 255, 0.92) !important;
        box-shadow:
            0 10px 22px rgba(2, 8, 23, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
    }

    body.qv-public-body .date-info-container .small,
    body:not(.qv-admin-body) .date-info-container .small {
        font-size: 0.72rem !important;
        line-height: 1.1 !important;
    }

    /*
     * Cronometro mas compacto y mas llamativo.
     */
    body.qv-public-body .ch-countdown-wrapper,
    body:not(.qv-admin-body) .ch-countdown-wrapper {
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
    }

    body.qv-public-body .countdown,
    body:not(.qv-admin-body) .countdown {
        width: 100% !important;
        max-width: 360px !important;
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 0.28rem !important;
        padding: 0.34rem !important;
        border-radius: 20px !important;
        background:
            linear-gradient(135deg, #06142f 0%, #003ea8 52%, #06142f 100%) !important;
        border: 1px solid rgba(250, 204, 21, 0.34) !important;
        box-shadow:
            0 10px 24px rgba(2, 8, 23, 0.34),
            0 0 22px rgba(250, 204, 21, 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        overflow: hidden !important;
    }

    body.qv-public-body .countdown::before,
    body:not(.qv-admin-body) .countdown::before {
        opacity: 0.18 !important;
    }

    body.qv-public-body .ch-counter-box,
    body:not(.qv-admin-body) .ch-counter-box {
        min-height: 58px !important;
        padding: 0.34rem 0.24rem !important;
        border-radius: 14px !important;
        background:
            linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.78) !important;
        box-shadow:
            0 7px 14px rgba(2, 8, 23, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
    }

    body.qv-public-body .countdown-value,
    body:not(.qv-admin-body) .countdown-value {
        color: #003ea8 !important;
        font-size: 1.45rem !important;
        font-weight: 950 !important;
        line-height: 0.9 !important;
        letter-spacing: -0.04em !important;
        text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7) !important;
    }

    body.qv-public-body .pulse-urgent .countdown-value,
    body:not(.qv-admin-body) .pulse-urgent .countdown-value {
        color: #dc2626 !important;
        text-shadow:
            0 2px 0 rgba(255, 255, 255, 0.76),
            0 0 12px rgba(220, 38, 38, 0.25) !important;
    }

    body.qv-public-body .ch-counter-box small,
    body:not(.qv-admin-body) .ch-counter-box small {
        margin-top: 0.12rem !important;
        color: #06142f !important;
        font-size: 0.48rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: 0.07em !important;
    }

    /*
     * La seleccion de partidos queda mas cerca del banner.
     */
    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        margin-top: 0.55rem !important;
    }
}

@media (min-width: 1200px) {

    body.qv-public-body .ch-hero,
    body:not(.qv-admin-body) .ch-hero {
        min-height: 445px !important;
        padding-top: 0.95rem !important;
        padding-bottom: 1.05rem !important;
    }

    body.qv-public-body .ch-countdown-wrapper,
    body:not(.qv-admin-body) .ch-countdown-wrapper,
    body.qv-public-body .countdown,
    body:not(.qv-admin-body) .countdown {
        max-width: 380px !important;
    }

    body.qv-public-body .ch-counter-box,
    body:not(.qv-admin-body) .ch-counter-box {
        min-height: 60px !important;
    }
}

/* =====================================================
   HOME DESKTOP · ANCHO CONTROLADO DE SELECCION
   Objetivo: tabla mas centrada y menos extendida
   ===================================================== */

@media (min-width: 769px) {

    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section {
        width: min(100% - 48px, 1040px) !important;
        max-width: 1040px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.qv-public-body #matches-section .ch-table-container,
    body:not(.qv-admin-body) #matches-section .ch-table-container {
        width: 100% !important;
        max-width: 1040px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table-scroll-wrap,
    body:not(.qv-admin-body) #matches-section .ch-table-scroll-wrap {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table,
    body:not(.qv-admin-body) #matches-section .ch-table {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
    }
}

@media (min-width: 1200px) {

    body.qv-public-body #matches-section,
    body:not(.qv-admin-body) #matches-section,
    body.qv-public-body #matches-section .ch-table-container,
    body:not(.qv-admin-body) #matches-section .ch-table-container {
        max-width: 980px !important;
    }
}

/* =====================================================
   HOME DESKTOP · FORMULARIO CON ELEMENTOS MAS COMPACTOS
   Reduce ancho de inputs y botones sin tocar contenedor
   ===================================================== */

@media (min-width: 769px) {

    /*
     * Mantiene el contenedor general intacto.
     * Solo centra y limita los elementos internos.
     */
    body.qv-public-body #ticket-form .row.g-3,
    body:not(.qv-admin-body) #ticket-form .row.g-3 {
        max-width: 880px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.qv-public-body #ticket-form .row.g-3>[class*="col-"],
    body:not(.qv-admin-body) #ticket-form .row.g-3>[class*="col-"] {
        display: flex !important;
        justify-content: center !important;
    }

    body.qv-public-body #player-name,
    body.qv-public-body #player-phone,
    body:not(.qv-admin-body) #player-name,
    body:not(.qv-admin-body) #player-phone {
        width: 100% !important;
        max-width: 390px !important;
        min-height: 50px !important;
        height: 50px !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        border-radius: 17px !important;
        font-size: 0.88rem !important;
    }

    body.qv-public-body #ticket-form .row.mt-4,
    body:not(.qv-admin-body) #ticket-form .row.mt-4 {
        margin-top: 1.25rem !important;
    }

    body.qv-public-body #ticket-form .row.mt-4>[class*="col-"],
    body:not(.qv-admin-body) #ticket-form .row.mt-4>[class*="col-"] {
        display: flex !important;
        justify-content: center !important;
    }

    body.qv-public-body #btn-add-ticket,
    body:not(.qv-admin-body) #btn-add-ticket {
        width: 100% !important;
        max-width: 390px !important;
        min-height: 50px !important;
        height: 50px !important;
        justify-self: center !important;
        padding: 0.72rem 1.2rem !important;
        border-radius: 999px !important;
        font-size: 0.88rem !important;
    }

    body.qv-public-body #ticket-form .help-text-transparent,
    body:not(.qv-admin-body) #ticket-form .help-text-transparent {
        max-width: 390px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 0.72rem !important;
    }

    body.qv-public-body #btn-send-whatsapp,
    body:not(.qv-admin-body) #btn-send-whatsapp {
        width: 100% !important;
        max-width: 540px !important;
        min-height: 50px !important;
        height: 50px !important;
        justify-self: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0.72rem 1.25rem !important;
        border-radius: 999px !important;
        font-size: 0.88rem !important;
    }

    body.qv-public-body #ticket-form .d-grid.mt-4,
    body:not(.qv-admin-body) #ticket-form .d-grid.mt-4 {
        margin-top: 1.25rem !important;
        justify-items: center !important;
    }
}

@media (min-width: 1200px) {

    body.qv-public-body #player-name,
    body.qv-public-body #player-phone,
    body:not(.qv-admin-body) #player-name,
    body:not(.qv-admin-body) #player-phone,
    body.qv-public-body #btn-add-ticket,
    body:not(.qv-admin-body) #btn-add-ticket {
        max-width: 370px !important;
    }

    body.qv-public-body #btn-send-whatsapp,
    body:not(.qv-admin-body) #btn-send-whatsapp {
        max-width: 520px !important;
    }
}

/* =====================================================
   TESTIMONIOS PUBLICOS · CSS LIMPIO
   Banner con imagen oscurecida + seccion inferior clara
   ===================================================== */

/* =========================
   HERO / BANNER
   ========================= */

.qv-testimonials-dark-hero {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    color: #ffffff !important;
    background: #020617 !important;
}

/* Imagen del banner: oscura, pero visible */
.qv-testimonials-dark-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -2 !important;
    display: block !important;
    background-image: url("/assets/img/banner-testimonios.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    transform: none !important;
    filter: brightness(0.48) contrast(1.08) saturate(1.04) !important;
}

/* Overlay oscuro uniforme para que el texto contraste */
.qv-testimonials-dark-hero::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -1 !important;
    display: block !important;
    background: rgba(2, 6, 23, 0.32) !important;
}

/* Contenido encima de la imagen */
.qv-testimonials-dark-hero__content {
    position: relative !important;
    z-index: 1 !important;
    max-width: 900px !important;
}

/* Eyebrow del banner */
.qv-testimonials-dark-hero .qv-public-eyebrow {
    color: #facc15 !important;
    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.9),
        0 8px 18px rgba(0, 0, 0, 0.72) !important;
}

/* Titulo del banner */
.qv-testimonials-dark-hero h1 {
    color: #ffffff !important;
    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.95),
        0 10px 24px rgba(0, 0, 0, 0.82) !important;
}

/* Parrafo del banner */
.qv-testimonials-dark-hero p {
    color: rgba(255, 255, 255, 0.96) !important;
    text-shadow:
        0 2px 5px rgba(0, 0, 0, 0.9),
        0 8px 18px rgba(0, 0, 0, 0.72) !important;
}

/* Botones del banner */
.qv-testimonials-dark-hero__actions .btn {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4) !important;
}

.qv-testimonials-dark-hero__actions .btn-outline-light {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.76) !important;
    background: rgba(2, 6, 23, 0.34) !important;
}

.qv-testimonials-dark-hero__actions .btn-outline-light:hover {
    color: #06142f !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
}


/* =========================
   SECCION INFERIOR CLARA
   ========================= */

.qv-testimonials-dark-page {
    color: #06142f !important;
    background:
        linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%) !important;
}

/* Encabezado de la seccion inferior */
.qv-testimonials-dark-heading {
    padding: 1.35rem !important;
    margin-bottom: 1.4rem !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    border-radius: 1.25rem !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08) !important;
}

.qv-testimonials-dark-heading .qv-public-eyebrow {
    color: #f59e0b !important;
    text-shadow: none !important;
}

.qv-testimonials-dark-heading h1,
.qv-testimonials-dark-heading h2,
.qv-testimonials-dark-heading h3 {
    color: #06142f !important;
    text-shadow: none !important;
}

.qv-testimonials-dark-heading p {
    color: #475569 !important;
    text-shadow: none !important;
}

/* Por si el titulo viene fuera del heading */
.qv-testimonials-dark-page h1,
.qv-testimonials-dark-page h2,
.qv-testimonials-dark-page h3 {
    color: #06142f !important;
    text-shadow: none !important;
}

.qv-testimonials-dark-page p {
    color: #475569 !important;
    text-shadow: none !important;
}


/* =========================
   RESUMEN / METRICAS
   ========================= */

.qv-testimonials-dark-summary {
    margin-bottom: 1.6rem !important;
}

.qv-testimonials-dark-summary>div {
    color: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #475569 !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12) !important;
}

.qv-testimonials-dark-summary strong {
    color: #facc15 !important;
    text-shadow: none !important;
}

.qv-testimonials-dark-summary span {
    color: #ffffff !important;
    text-shadow: none !important;
}


/* =========================
   CARDS DE TESTIMONIOS
   ========================= */

.qv-winner-testimonial-card {
    color: #06142f !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1) !important;
}

.qv-winner-testimonial-card:hover {
    border-color: rgba(0, 62, 168, 0.24) !important;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14) !important;
}

.qv-winner-testimonial-card__image {
    background: #e2e8f0 !important;
}

.qv-winner-testimonial-card__imageOverlay {
    background:
        linear-gradient(180deg,
            rgba(2, 6, 23, 0.02) 0%,
            rgba(2, 6, 23, 0.04) 48%,
            rgba(2, 6, 23, 0.38) 100%) !important;
}

.qv-winner-testimonial-card__badge {
    color: #06142f !important;
    border-color: rgba(250, 204, 21, 0.76) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18) !important;
}

.qv-winner-testimonial-card__badge .bi-star-fill,
.qv-winner-testimonial-card__badge .bi-star {
    color: #f59e0b !important;
}

.qv-winner-testimonial-card__badge .bi-award {
    color: #003ea8 !important;
}

.qv-winner-testimonial-card__body {
    color: #06142f !important;
    background: #ffffff !important;
}

.qv-winner-testimonial-card__body h1,
.qv-winner-testimonial-card__body h2,
.qv-winner-testimonial-card__body h3,
.qv-winner-testimonial-card__body h4 {
    color: #06142f !important;
    text-shadow: none !important;
}

.qv-winner-testimonial-card__subtitle {
    color: #003ea8 !important;
}

.qv-winner-testimonial-card__date {
    color: #64748b !important;
    border-top-color: rgba(15, 23, 42, 0.08) !important;
}

.qv-winner-testimonial-card__date i {
    color: #003ea8 !important;
}

.qv-winner-testimonial-card__quote {
    color: #334155 !important;
    border-left-color: #f59e0b !important;
    background: #f8fafc !important;
}

.qv-winner-testimonial-card__quoteIcon {
    color: #f59e0b !important;
}

.qv-winner-testimonial-card__quote p {
    color: #334155 !important;
    text-shadow: none !important;
}


/* =========================
   CTA FINAL
   ========================= */

.qv-testimonials-final-cta--dark {
    background: #ffffff !important;
}

.qv-testimonials-final-cta--dark article {
    color: #ffffff !important;
    border: 1px solid rgba(250, 204, 21, 0.2) !important;
    background:
        linear-gradient(135deg, #06142f 0%, #003ea8 58%, #020617 100%) !important;
    box-shadow: 0 22px 56px rgba(15, 23, 42, 0.18) !important;
}

.qv-testimonials-final-cta--dark .qv-public-eyebrow {
    color: #facc15 !important;
}

.qv-testimonials-final-cta--dark h1,
.qv-testimonials-final-cta--dark h2,
.qv-testimonials-final-cta--dark h3 {
    color: #ffffff !important;
}

.qv-testimonials-final-cta--dark p {
    color: rgba(241, 245, 249, 0.88) !important;
}

.qv-testimonials-final-cta--dark .btn-outline-light {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.qv-testimonials-final-cta--dark .btn-outline-light:hover {
    color: #06142f !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
}


/* =========================
   ESTADO VACIO
   ========================= */

.qv-empty-premium--dark {
    color: #06142f !important;
    border-color: rgba(15, 23, 42, 0.08) !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1) !important;
}

.qv-empty-premium--dark h1,
.qv-empty-premium--dark h2,
.qv-empty-premium--dark h3 {
    color: #06142f !important;
}

.qv-empty-premium--dark p {
    color: #475569 !important;
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px) {
    .qv-testimonials-dark-hero::before {
        background-position: center center !important;
        filter: brightness(0.42) contrast(1.08) saturate(1.02) !important;
    }

    .qv-testimonials-dark-hero::after {
        background: rgba(2, 6, 23, 0.38) !important;
    }
}

@media (max-width: 575.98px) {
    .qv-testimonials-dark-page {
        padding-top: 2.2rem !important;
        padding-bottom: 3rem !important;
    }

    .qv-testimonials-dark-heading {
        padding: 1rem !important;
        border-radius: 1rem !important;
    }

    .qv-testimonials-dark-summary>div {
        padding: 0.85rem !important;
    }

    .qv-winner-testimonial-card {
        border-radius: 0.95rem !important;
    }

    .qv-testimonials-final-cta--dark article {
        padding: 1.4rem !important;
        border-radius: 1.1rem !important;
    }
}



/* =====================================================
   HOME · OPTIMIZACION VERTICAL DE QUINIELA
   Compacta la interfaz sin alterar cronometro ni selecciones.
   ===================================================== */

@media (min-width: 769px) {
    body.qv-public-body .ch-hero.ch-hero--active {
        min-height: 0 !important;
        padding: 0.65rem 0 0.72rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-logo-wrap {
        margin-bottom: 0.24rem !important;
    }

    body.qv-public-body .ch-hero--active .hero-central-logo {
        max-width: 102px !important;
        max-height: 102px !important;
    }

    body.qv-public-body .ch-hero--active .ch-date-wrap {
        width: min(100%, 440px) !important;
        margin: 0 auto 0.26rem !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container {
        width: 100% !important;
        max-width: 440px !important;
        margin: 0 auto !important;
        padding: 0.28rem 0.52rem !important;
        gap: 0.04rem !important;
        border-radius: 12px !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container :is(.small, .date-label) {
        font-size: 0.62rem !important;
        line-height: 1.05 !important;
    }

    body.qv-public-body .ch-hero--active :is(.ch-countdown-wrapper, .countdown) {
        max-width: 320px !important;
    }

    body.qv-public-body .ch-hero--active .countdown {
        gap: 0.2rem !important;
        padding: 0.24rem !important;
        border-radius: 15px !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box {
        min-height: 44px !important;
        padding: 0.18rem 0.12rem !important;
        border-radius: 10px !important;
    }

    body.qv-public-body .ch-hero--active .countdown-value {
        font-size: 1.16rem !important;
        line-height: 0.9 !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box small {
        margin-top: 0.05rem !important;
        font-size: 0.44rem !important;
        line-height: 1 !important;
    }

    body.qv-public-body #matches-section .ch-table thead th {
        padding: 0.48rem 0.28rem !important;
        font-size: 0.6rem !important;
        line-height: 1 !important;
        letter-spacing: 0.045em !important;
        vertical-align: middle !important;
    }

    body.qv-public-body #matches-section .ch-pick-head {
        width: 66px !important;
        white-space: nowrap !important;
    }

    body.qv-public-body #matches-section .ch-team-head {
        padding-inline: 0 !important;
    }

    body.qv-public-body #matches-section .col-info-header,
    body.qv-public-body #matches-section .cell-match-info {
        width: 88px !important;
        min-width: 88px !important;
    }

    body.qv-public-body #matches-section .ch-team-cell {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
    }

    body.qv-public-body #matches-section .ch-team-box {
        min-height: 44px !important;
    }

    body.qv-public-body #matches-section .ch-team-logo {
        width: 29px !important;
        height: 29px !important;
        max-width: 29px !important;
        max-height: 29px !important;
    }

    body.qv-public-body #matches-section .ch-team-box--home .ch-team-logo {
        margin-right: 0.32rem !important;
    }

    body.qv-public-body #matches-section .ch-team-box--away .ch-team-logo {
        margin-left: 0.32rem !important;
    }

    body.qv-public-body #matches-section .ch-team-box span {
        font-size: 0.72rem !important;
        line-height: 1.05 !important;
    }

    body.qv-public-body #matches-section .ch-pick-cell {
        height: 50px !important;
        padding: 0.18rem !important;
    }

    body.qv-public-body #matches-section :is(.btn-choice, .btn-ch-pick) {
        width: 100% !important;
        min-width: 0 !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding-block: 0.18rem !important;
        font-size: 0.84rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info {
        padding: 0.16rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner {
        min-height: 42px !important;
        padding: 0.14rem !important;
        gap: 0.08rem !important;
        border-radius: 10px !important;
    }

    body.qv-public-body #matches-section .match-date {
        font-size: 0.56rem !important;
    }

    body.qv-public-body #matches-section .match-time {
        font-size: 0.64rem !important;
    }

    body.qv-public-body #matches-section .match-league-badge {
        padding: 0.1rem 0.3rem !important;
        font-size: 0.45rem !important;
    }
}

@media (min-width: 1200px) {
    body.qv-public-body .ch-hero--active .hero-central-logo {
        max-width: 112px !important;
        max-height: 112px !important;
    }
}

@media (max-width: 768px) {
    body.qv-public-body .ch-hero.ch-hero--active {
        padding: 0.42rem 0 0.24rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-logo-wrap {
        margin-bottom: 0.1rem !important;
    }

    body.qv-public-body .ch-hero--active .hero-central-logo {
        max-width: 68px !important;
        max-height: 68px !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap {
        gap: 0.22rem !important;
        padding-top: 0.36rem !important;
        padding-bottom: 0.38rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-date-wrap {
        margin: 0 !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container {
        padding: 0.22rem 0.36rem !important;
        gap: 0.02rem !important;
        border-radius: 10px !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container :is(.small, .date-label) {
        font-size: 0.52rem !important;
        line-height: 1.02 !important;
    }

    body.qv-public-body .ch-hero--active :is(.ch-countdown-wrapper, .countdown) {
        max-width: 282px !important;
    }

    body.qv-public-body .ch-hero--active .countdown {
        gap: 0.16rem !important;
        padding: 0.18rem !important;
        border-radius: 13px !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box {
        min-height: 40px !important;
        padding: 0.14rem 0.08rem !important;
        border-radius: 9px !important;
    }

    body.qv-public-body .ch-hero--active .countdown-value {
        font-size: 1rem !important;
        line-height: 0.9 !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box small {
        margin-top: 0.03rem !important;
        font-size: 0.42rem !important;
        line-height: 1 !important;
    }

    body.qv-public-body #matches-section {
        --qv-pick-column: 38px;
        --qv-info-column: 44px;
        --qv-match-height: 46px;
    }

    body.qv-public-body #matches-section .ch-table-scroll-wrap {
        padding: 0.12rem 0.16rem 0.3rem !important;
    }

    body.qv-public-body #matches-section .ch-table thead {
        display: block !important;
        padding-bottom: 0.1rem !important;
        background: transparent !important;
    }

    body.qv-public-body #matches-section .ch-table thead tr,
    body.qv-public-body #matches-section .ch-table tbody tr {
        grid-template-columns:
            var(--qv-pick-column) minmax(0, 1.25fr) var(--qv-pick-column) minmax(0, 1.25fr) var(--qv-pick-column) var(--qv-info-column) !important;
        gap: 0.08rem !important;
    }

    body.qv-public-body #matches-section .ch-table thead tr {
        display: grid !important;
        align-items: end !important;
        width: 100% !important;
        padding: 0 0.12rem !important;
    }

    body.qv-public-body #matches-section .ch-table thead th {
        display: block !important;
        padding: 0.18rem 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #334155 !important;
        font-size: 0.46rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: 0.01em !important;
        text-align: center !important;
        white-space: nowrap !important;
    }

    body.qv-public-body #matches-section .ch-table thead th:nth-child(1) {
        grid-column: 1 !important;
    }

    body.qv-public-body #matches-section .ch-table thead th:nth-child(3) {
        grid-column: 3 !important;
    }

    body.qv-public-body #matches-section .ch-table thead th:nth-child(5) {
        grid-column: 5 !important;
    }

    body.qv-public-body #matches-section .ch-table thead :is(.ch-team-head, .col-info-header) {
        display: none !important;
    }

    body.qv-public-body #matches-section .ch-table tbody {
        gap: 0.22rem !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr {
        padding: 0.12rem !important;
        border-radius: 11px !important;
    }

    body.qv-public-body #matches-section :is(.btn-choice, .btn-ch-pick) {
        width: var(--qv-pick-column) !important;
        min-width: var(--qv-pick-column) !important;
        height: var(--qv-match-height) !important;
        min-height: var(--qv-match-height) !important;
        margin: 0 !important;
        padding-block: 0.12rem !important;
        border-radius: 8px !important;
        font-size: 0.72rem !important;
    }

    body.qv-public-body #matches-section :is(.ch-team-cell, .ch-team-box) {
        min-height: var(--qv-match-height) !important;
        height: var(--qv-match-height) !important;
    }

    body.qv-public-body #matches-section .ch-team-box {
        gap: 0.04rem !important;
        padding: 0.04rem 0.02rem !important;
        border-radius: 9px !important;
    }

    body.qv-public-body #matches-section .ch-team-logo {
        width: 25px !important;
        height: 25px !important;
        max-width: 25px !important;
        max-height: 25px !important;
    }

    body.qv-public-body #matches-section .ch-team-box span {
        font-size: 0.55rem !important;
        line-height: 0.94 !important;
        letter-spacing: -0.025em !important;
    }

    body.qv-public-body #matches-section :is(.cell-match-info, .cell-match-info-inner) {
        width: var(--qv-info-column) !important;
        min-width: var(--qv-info-column) !important;
        max-width: var(--qv-info-column) !important;
        height: var(--qv-match-height) !important;
        min-height: var(--qv-match-height) !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner {
        gap: 0.04rem !important;
        padding: 0.06rem 0.02rem !important;
        border-radius: 9px !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date {
        font-size: 0.39rem !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-time {
        font-size: 0.47rem !important;
    }
}

@media (max-width: 390px) {
    body.qv-public-body .ch-hero--active .hero-central-logo {
        max-width: 62px !important;
        max-height: 62px !important;
    }

    body.qv-public-body #matches-section {
        --qv-pick-column: 34px;
        --qv-info-column: 42px;
        --qv-match-height: 44px;
    }

    body.qv-public-body #matches-section .ch-table thead th {
        font-size: 0.42rem !important;
    }

    body.qv-public-body #matches-section .ch-team-logo {
        width: 23px !important;
        height: 23px !important;
        max-width: 23px !important;
        max-height: 23px !important;
    }

    body.qv-public-body #matches-section .ch-team-box span {
        font-size: 0.51rem !important;
    }
}

/* =====================================================
   HOME · REFINAMIENTO DE CONTRASTE Y ALINEACION
   Ajusta fechas, selector y cronometro sin alterar su logica.
   ===================================================== */




body.qv-public-body .ch-hero.ch-hero--active::after {
    background:
        linear-gradient(180deg,
            rgba(2, 8, 23, 0.54) 0%,
            rgba(2, 8, 23, 0.72) 66%,
            rgba(2, 8, 23, 0.84) 100%) !important;
}

body.qv-public-body .ch-hero--active .ch-hero-copy-wrap {
    border: 1px solid rgba(148, 163, 184, 0.5) !important;
    background: linear-gradient(135deg,
            rgba(15, 35, 68, 0.92),
            rgba(2, 12, 31, 0.95)) !important;
    box-shadow:
        0 12px 26px rgba(2, 8, 23, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

body.qv-public-body .ch-hero--active h1 {
    color: #ffd200 !important;
    text-shadow:
        0 5px 14px rgba(0, 0, 0, 0.66),
        0 0 14px rgba(250, 204, 21, 0.2) !important;
}

body.qv-public-body .ch-hero--active h2 {
    color: #ffffff !important;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.62) !important;
}

body.qv-public-body .ch-hero--active .ch-round-form .input-group {
    display: flex !important;
    align-items: stretch !important;
    overflow: hidden !important;
    border: 1px solid #d5deea !important;
    background: #ffffff !important;
    box-shadow:
        0 8px 18px rgba(2, 8, 23, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
}

body.qv-public-body .ch-hero--active .ch-round-select {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    color: #07162f !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-align-last: center !important;
    vertical-align: middle !important;
    box-shadow: none !important;
}

body.qv-public-body .ch-hero--active .date-info-container {
    min-height: 0 !important;
    display: grid !important;
    align-items: center !important;
    border: 1px solid #d5deea !important;
    background: linear-gradient(180deg,
            #ffffff 0%,
            #f7f9fc 100%) !important;
    box-shadow:
        0 8px 18px rgba(2, 8, 23, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
}

body.qv-public-body .ch-hero--active .date-info-container .small {
    margin: 0 !important;
    color: #0f172a !important;
    font-weight: 850 !important;
    text-align: center !important;
}

body.qv-public-body .ch-hero--active .date-label {
    font-weight: 950 !important;
}

body.qv-public-body .ch-hero--active .date-label--start {
    color: #075fd8 !important;
}

body.qv-public-body .ch-hero--active .date-label--end {
    color: #d11f2f !important;
}

body.qv-public-body .ch-hero--active .countdown {
    border: 1px solid rgba(148, 163, 184, 0.58) !important;
    background: linear-gradient(135deg,
            #020b1d 0%,
            #092a5b 50%,
            #020b1d 100%) !important;
    box-shadow:
        0 9px 20px rgba(2, 8, 23, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

body.qv-public-body .ch-hero--active .ch-counter-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    border: 1px solid #dce3ed !important;
    background: linear-gradient(180deg,
            #ffffff 0%,
            #f3f6fa 100%) !important;
}

body.qv-public-body .ch-hero--active .countdown-value,
body.qv-public-body .ch-hero--active .ch-counter-box small {
    display: block !important;
    margin: 0 !important;
    line-height: 1 !important;
}

body.qv-public-body .ch-hero--active .ch-counter-box small {
    color: #17233a !important;
    letter-spacing: 0.03em !important;
}

body.qv-public-body #matches-section .ch-table thead {
    background: linear-gradient(135deg,
            #06142f 0%,
            #0a3268 52%,
            #06142f 100%) !important;
}

body.qv-public-body #matches-section .ch-table thead th {
    color: #ffd200 !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58) !important;
}

@media (min-width: 769px) {
    body.qv-public-body .ch-hero.ch-hero--active::after {
        background:
            linear-gradient(180deg,
                rgba(2, 8, 23, 0.2) 0%,
                rgba(2, 8, 23, 0.42) 50%,
                rgba(2, 8, 23, 0.74) 100%) !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-overlay {
        width: min(100% - 48px, 960px) !important;
        padding-top: 0.18rem !important;
        padding-bottom: 0.38rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap {
        width: min(100%, 720px) !important;
        max-width: 720px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        gap: 0.24rem !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap::before,
    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap::after {
        display: none !important;
        content: none !important;
    }

    body.qv-public-body .ch-hero--active h1 {
        margin: 0 0 0.16rem !important;
        color: #ffd21c !important;
        font-size: clamp(2.7rem, 4.5vw, 4.05rem) !important;
        font-weight: 1000 !important;
        line-height: 0.92 !important;
        letter-spacing: -0.06em !important;
        text-shadow:
            0 3px 0 rgba(3, 15, 39, 0.94),
            0 8px 20px rgba(0, 0, 0, 0.76),
            0 0 26px rgba(255, 210, 28, 0.34) !important;
    }

    body.qv-public-body .ch-hero--active h1 span {
        display: inline-block !important;
        padding-inline: 0.08em !important;
        background:
            linear-gradient(180deg,
                #fff59d 0%,
                #ffd21c 44%,
                #ffad00 100%) !important;
        color: #ffd21c !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        -webkit-text-stroke: 1px rgba(5, 18, 43, 0.88) !important;
        filter:
            drop-shadow(0 5px 8px rgba(0, 0, 0, 0.42)) !important;
    }

    body.qv-public-body .ch-hero--active h2 {
        margin: 0 auto 0.48rem !important;
        color: #ffffff !important;
        font-size: clamp(1.02rem, 1.45vw, 1.42rem) !important;
        font-weight: 950 !important;
        line-height: 1.04 !important;
        letter-spacing: -0.025em !important;
        text-shadow:
            0 3px 0 rgba(3, 15, 39, 0.72),
            0 8px 18px rgba(0, 0, 0, 0.62) !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form {
        width: min(100%, 430px) !important;
        margin: 0 auto 0.46rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group {
        min-height: 46px !important;
        height: 46px !important;
        display: flex !important;
        align-items: stretch !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 210, 28, 0.82) !important;
        border-radius: 15px !important;
        background: rgba(5, 18, 43, 0.94) !important;
        box-shadow:
            0 12px 24px rgba(2, 8, 23, 0.36),
            0 0 0 3px rgba(255, 210, 28, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group-text {
        flex: 0 0 152px !important;
        min-width: 152px !important;
        min-height: 46px !important;
        height: 46px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 0.78rem !important;
        border: 0 !important;
        border-radius: 0 !important;
        background:
            linear-gradient(135deg,
                #ffe45b 0%,
                #ffc400 55%,
                #ff9f00 100%) !important;
        color: #07162f !important;
        font-size: 0.68rem !important;
        font-weight: 1000 !important;
        line-height: 1 !important;
        letter-spacing: 0.035em !important;
        text-transform: uppercase !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        min-height: 46px !important;
        height: 46px !important;
        padding: 0 2.2rem 0 0.85rem !important;
        border: 0 !important;
        border-left: 1px solid rgba(7, 22, 47, 0.12) !important;
        border-radius: 0 !important;
        background-color: #ffffff !important;
        color: #07162f !important;
        font-size: 0.88rem !important;
        font-weight: 950 !important;
        line-height: 46px !important;
        text-align: center !important;
        text-align-last: center !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select:focus {
        box-shadow:
            inset 0 0 0 3px rgba(0, 89, 214, 0.2) !important;
        outline: 0 !important;
    }

    body.qv-public-body .ch-hero--active .ch-date-wrap,
    body.qv-public-body .ch-hero--active .date-info-container {
        width: min(100%, 610px) !important;
        max-width: 610px !important;
    }

    body.qv-public-body .ch-hero--active .ch-date-wrap {
        margin: 0 auto 0.36rem !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
        gap: 0 !important;
        margin: 0 auto !important;
        padding: 0.42rem 0.62rem !important;
        border: 1px solid rgba(255, 255, 255, 0.88) !important;
        border-radius: 14px !important;
        background:
            linear-gradient(180deg,
                rgba(255, 255, 255, 0.98),
                rgba(244, 248, 255, 0.96)) !important;
        box-shadow:
            0 11px 24px rgba(2, 8, 23, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container .small {
        padding: 0.02rem 0.58rem !important;
        color: #07162f !important;
        font-size: 0.76rem !important;
        font-weight: 900 !important;
        line-height: 1.12 !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container .small+.small {
        border-left: 1px solid #cbd5e1 !important;
    }

    body.qv-public-body .ch-hero--active .date-label {
        font-size: 0.76rem !important;
        font-weight: 1000 !important;
    }

    body.qv-public-body .ch-hero--active .ch-countdown-wrapper,
    body.qv-public-body .ch-hero--active .countdown {
        max-width: 360px !important;
    }

    body.qv-public-body .ch-hero--active .ch-countdown-wrapper {
        margin: 0.06rem auto 0 !important;
    }

    body.qv-public-body .ch-hero--active .countdown {
        gap: 0.2rem !important;
        padding: 0.26rem !important;
        border: 1px solid rgba(255, 210, 28, 0.48) !important;
        border-radius: 17px !important;
        background:
            linear-gradient(135deg,
                #041027 0%,
                #06429b 52%,
                #041027 100%) !important;
        box-shadow:
            0 12px 25px rgba(2, 8, 23, 0.36),
            0 0 22px rgba(255, 210, 28, 0.12),
            inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box {
        min-height: 52px !important;
        padding: 0.18rem 0.1rem !important;
        gap: 0.04rem !important;
        border-radius: 12px !important;
    }

    body.qv-public-body .ch-hero--active .countdown-value {
        font-size: 1.32rem !important;
        line-height: 0.9 !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box small {
        margin: 0 !important;
        font-size: 0.46rem !important;
        line-height: 0.9 !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene {
        opacity: 0.56 !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__goal-wrap {
        opacity: 0.82 !important;
        filter:
            drop-shadow(0 16px 26px rgba(0, 0, 0, 0.34)) !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__goal {
        box-shadow:
            0 0 0 2px rgba(255, 210, 28, 0.3),
            0 0 26px rgba(255, 255, 255, 0.22),
            0 22px 44px rgba(2, 8, 23, 0.38),
            inset 0 0 0 2px rgba(255, 255, 255, 0.24) !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__goal-shadow {
        position: absolute !important;
        right: 7% !important;
        bottom: -12% !important;
        left: 7% !important;
        height: 24% !important;
        border-radius: 50% !important;
        background: rgba(1, 7, 20, 0.72) !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__net-wave {
        background:
            repeating-linear-gradient(90deg,
                rgba(255, 255, 255, 0.32) 0 1px,
                transparent 1px 18px),
            repeating-linear-gradient(0deg,
                rgba(255, 255, 255, 0.3) 0 1px,
                transparent 1px 18px),
            radial-gradient(circle at 50% 48%,
                rgba(255, 210, 28, 0.24),
                transparent 68%) !important;
        mix-blend-mode: screen !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__goal-flash {
        background:
            radial-gradient(circle at 50% 54%,
                rgba(255, 244, 166, 0.94) 0%,
                rgba(255, 210, 28, 0.52) 28%,
                transparent 72%) !important;
        filter: blur(2px) !important;
        mix-blend-mode: screen !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__ball-trail {
        position: absolute !important;
        top: 50% !important;
        right: 62% !important;
        width: 88px !important;
        height: 8px !important;
        border-radius: 999px !important;
        transform: translateY(-50%) !important;
        background:
            linear-gradient(90deg,
                transparent,
                rgba(255, 210, 28, 0.34),
                rgba(255, 255, 255, 0.9)) !important;
        filter: blur(1.2px) !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__ball-trail--two {
        width: 62px !important;
        height: 4px !important;
        margin-top: 11px !important;
        opacity: 0.54 !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__particles span {
        top: 50% !important;
        left: 50% !important;
        width: 9px !important;
        height: 9px !important;
        background:
            linear-gradient(135deg,
                #fff3a3,
                #ffc400) !important;
        box-shadow:
            0 0 18px rgba(255, 210, 28, 0.9) !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene__goal-text {
        color: #ffd21c !important;
        font-size: clamp(1.45rem, 2.6vw, 2.4rem) !important;
        font-weight: 1000 !important;
        letter-spacing: 0.1em !important;
        -webkit-text-stroke:
            1px rgba(108, 15, 20, 0.88) !important;
        text-shadow:
            0 3px 0 #9f1239,
            0 8px 18px rgba(0, 0, 0, 0.58),
            0 0 20px rgba(255, 210, 28, 0.38) !important;
    }
}

@media (max-width: 768px) {
    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap {
        width: calc(100% - 18px) !important;
        gap: 0.14rem !important;
        padding: 0.28rem 0.38rem 0.24rem !important;
        border-radius: 15px !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form,
    body.qv-public-body .ch-hero--active .ch-date-wrap {
        width: 100% !important;
        margin: 0 !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group,
    body.qv-public-body .ch-hero--active .ch-round-select {
        min-height: 38px !important;
        height: 38px !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group {
        border-radius: 12px !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select {
        width: 100% !important;
        padding: 0 2rem 0 0.72rem !important;
        font-size: 0.72rem !important;
        line-height: 38px !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container {
        width: 100% !important;
        grid-template-columns: 1fr !important;
        gap: 0.07rem !important;
        padding: 0.28rem 0.38rem !important;
        border-radius: 11px !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container .small,
    body.qv-public-body .ch-hero--active .date-label {
        font-size: 0.6rem !important;
        line-height: 1.12 !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container .small+.small {
        padding-top: 0.08rem !important;
        border-top: 1px solid #e0e6ee !important;
    }

    body.qv-public-body .ch-hero--active .ch-countdown-wrapper,
    body.qv-public-body .ch-hero--active .countdown {
        max-width: 300px !important;
    }

    body.qv-public-body .ch-hero--active .ch-countdown-wrapper {
        margin: 0.12rem auto 0 !important;
    }

    body.qv-public-body .ch-hero--active .countdown {
        gap: 0.11rem !important;
        padding: 0.15rem !important;
        border-radius: 12px !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box {
        min-height: 42px !important;
        padding: 0.12rem 0.05rem !important;
        border-radius: 8px !important;
    }

    body.qv-public-body .ch-hero--active .countdown-value {
        font-size: 1.04rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box small {
        font-size: 0.43rem !important;
    }

    body.qv-public-body #matches-section .ch-table thead {
        padding: 0.25rem 0.12rem 0.2rem !important;
        border: 1px solid rgba(148, 163, 184, 0.44) !important;
        border-bottom: 0 !important;
        border-radius: 12px 12px 0 0 !important;
    }
}

@media (max-width: 390px) {
    body.qv-public-body .ch-hero--active .ch-round-select {
        min-height: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 0.68rem !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container {
        padding: 0.24rem 0.32rem !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container .small,
    body.qv-public-body .ch-hero--active .date-label {
        font-size: 0.57rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-countdown-wrapper,
    body.qv-public-body .ch-hero--active .countdown {
        max-width: 286px !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box {
        min-height: 40px !important;
    }
}

/* =====================================================
   HOME DESKTOP · VISIBILIDAD DE TITULO Y CONTROLES
   Corrige contraste y legibilidad sin afectar mobile.
   ===================================================== */

@media (min-width: 769px) {
    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap {
        position: relative !important;
        z-index: 12 !important;
    }

    body.qv-public-body .ch-hero--active h1 {
        position: relative !important;
        z-index: 13 !important;
        margin-bottom: 0.24rem !important;
        overflow: visible !important;
    }

    body.qv-public-body .ch-hero--active h1 span {
        display: inline-block !important;
        padding: 0.08em 0.34em 0.13em !important;
        border: 1px solid rgba(255, 214, 38, 0.72) !important;
        border-radius: 16px !important;
        background: linear-gradient(180deg,
                rgba(3, 15, 39, 0.88) 0%,
                rgba(3, 15, 39, 0.74) 100%) !important;
        color: #ffd626 !important;
        -webkit-background-clip: border-box !important;
        background-clip: border-box !important;
        -webkit-text-fill-color: #ffd626 !important;
        -webkit-text-stroke: 0 !important;
        text-shadow:
            0 2px 0 #7c4a00,
            0 5px 14px rgba(0, 0, 0, 0.72),
            0 0 20px rgba(255, 214, 38, 0.34) !important;
        box-shadow:
            0 9px 24px rgba(2, 8, 23, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
        filter: none !important;
    }

    body.qv-public-body .ch-hero--active h2 {
        position: relative !important;
        z-index: 13 !important;
        display: table !important;
        max-width: min(92%, 620px) !important;
        margin: 0 auto 0.5rem !important;
        padding: 0.2rem 0.72rem 0.24rem !important;
        border-radius: 999px !important;
        background: rgba(2, 8, 23, 0.72) !important;
        color: #ffffff !important;
        text-shadow: 0 3px 8px rgba(0, 0, 0, 0.72) !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form {
        position: relative !important;
        z-index: 14 !important;
        width: min(100%, 500px) !important;
        margin: 0 auto 0.48rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group {
        display: grid !important;
        grid-template-columns: 170px minmax(210px, 1fr) !important;
        align-items: stretch !important;
        width: 100% !important;
        min-height: 46px !important;
        height: 46px !important;
        overflow: hidden !important;
        border: 1px solid rgba(255, 214, 38, 0.92) !important;
        border-radius: 15px !important;
        background: #ffffff !important;
        box-shadow:
            0 12px 25px rgba(2, 8, 23, 0.38),
            0 0 0 3px rgba(255, 214, 38, 0.12) !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group-text {
        width: auto !important;
        min-width: 0 !important;
        min-height: 46px !important;
        height: 46px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 0.8rem !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: linear-gradient(135deg,
                #ffe76b 0%,
                #ffc400 58%,
                #f59e0b 100%) !important;
        color: #07162f !important;
        font-size: 0.69rem !important;
        font-weight: 1000 !important;
        line-height: 1 !important;
        letter-spacing: 0.035em !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select {
        position: relative !important;
        z-index: 2 !important;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 46px !important;
        height: 46px !important;
        margin: 0 !important;
        padding: 0 2.7rem 0 1rem !important;
        border: 0 !important;
        border-left: 1px solid #d8dee8 !important;
        border-radius: 0 !important;
        background-color: #ffffff !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cpath d='M2 3l6 6 6-6' fill='none' stroke='%2307162f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 1rem center !important;
        background-size: 16px 12px !important;
        color: #07162f !important;
        -webkit-text-fill-color: #07162f !important;
        opacity: 1 !important;
        visibility: visible !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        font-size: 0.92rem !important;
        font-weight: 950 !important;
        line-height: 46px !important;
        text-align: center !important;
        text-align-last: center !important;
        text-shadow: none !important;
        box-shadow: none !important;
        cursor: pointer !important;
        color-scheme: light !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select:hover {
        background-color: #f8fafc !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select:focus {
        background-color: #ffffff !important;
        box-shadow:
            inset 0 0 0 3px rgba(0, 89, 214, 0.2) !important;
        outline: 0 !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select option {
        background: #ffffff !important;
        color: #07162f !important;
        -webkit-text-fill-color: #07162f !important;
        font-weight: 800 !important;
    }

    body.qv-public-body #matches-section .ch-table thead {
        background: #eef3f8 !important;
    }

    body.qv-public-body #matches-section .ch-table thead th {
        border-bottom: 1px solid #cbd5e1 !important;
        background: #eef3f8 !important;
        color: #0f1f3a !important;
        font-size: 0.66rem !important;
        font-weight: 1000 !important;
        letter-spacing: 0.075em !important;
        text-shadow: none !important;
    }

    body.qv-public-body #matches-section .ch-table thead .ch-pick-head {
        color: #091a35 !important;
    }

    body.qv-public-body #matches-section .ch-table thead .col-info-header {
        background: #dfe7f1 !important;
        color: #091a35 !important;
    }
}

/* =====================================================
   HOME MOBILE · REGISTRO COMPACTO TIPO APP
   Reduce desplazamiento sin ocultar informacion funcional.
   ===================================================== */

body.qv-public-body .ticket-picks-compact {
    display: none;
}

@media (max-width: 768px) {
    body.qv-public-body .ch-info-bar {
        width: calc(100% - 12px) !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-top: 0.35rem !important;
        border-radius: 14px !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12) !important;
    }

    body.qv-public-body .ch-info-bar>div {
        min-width: 0 !important;
        padding: 0.52rem 0.42rem !important;
        border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
        font-size: 0.62rem !important;
        line-height: 1.12 !important;
        letter-spacing: 0.015em !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-info-bar>div:last-child {
        border-right: 0 !important;
    }

    body.qv-public-body .ch-info-bar .bg-danger span {
        display: none !important;
    }

    body.qv-public-body .ch-info-bar .bg-danger::after {
        content: "Ver fecha arriba";
        margin-left: 0.2rem;
        color: #ffffff;
        font-weight: 850;
        text-transform: none;
    }

    body.qv-public-body #ticket-cost-label {
        margin-left: 0.16rem !important;
        font-size: 0.66rem !important;
        white-space: nowrap !important;
    }

    body.qv-public-body .ch-form-area {
        padding:
            0.72rem 0.35rem calc(1rem + env(safe-area-inset-bottom)) !important;
        background:
            radial-gradient(circle at top left,
                rgba(37, 99, 235, 0.08),
                transparent 15rem),
            linear-gradient(180deg,
                #f3f7fd 0%,
                #ffffff 54%,
                #edf3fc 100%) !important;
    }

    body.qv-public-body .ch-form-inner {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }

    body.qv-public-body #ticket-form {
        position: relative;
        padding: 0.68rem !important;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 19px;
        background:
            radial-gradient(circle at top left,
                rgba(37, 99, 235, 0.06),
                transparent 11rem),
            rgba(255, 255, 255, 0.96);
        box-shadow:
            0 12px 28px rgba(15, 23, 42, 0.09),
            inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    body.qv-public-body #ticket-form>.row.g-3 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.48rem !important;
        margin: 0 !important;
    }

    body.qv-public-body #ticket-form>.row.g-3>[class*="col-"] {
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
    }

    body.qv-public-body #player-name,
    body.qv-public-body #player-phone {
        width: 100% !important;
        min-height: 44px !important;
        height: 44px !important;
        padding: 0.45rem 0.58rem !important;
        border-radius: 13px !important;
        border-color: rgba(15, 23, 42, 0.12) !important;
        background: #f8fafc !important;
        font-size: 0.74rem !important;
        line-height: 1 !important;
        box-shadow:
            inset 0 1px 2px rgba(15, 23, 42, 0.04) !important;
    }

    body.qv-public-body #player-name::placeholder,
    body.qv-public-body #player-phone::placeholder {
        color: #64748b !important;
        opacity: 1 !important;
        font-weight: 750 !important;
    }

    body.qv-public-body #player-name:focus,
    body.qv-public-body #player-phone:focus {
        border-color: #2563eb !important;
        background: #ffffff !important;
        box-shadow:
            0 0 0 3px rgba(37, 99, 235, 0.11) !important;
    }

    body.qv-public-body #ticket-form>.row.mt-4 {
        display: block !important;
        margin: 0.5rem 0 0 !important;
    }

    body.qv-public-body #ticket-form>.row.mt-4>.col-10 {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }

    body.qv-public-body #ticket-form>.row.mt-4>.col-12,
    body.qv-public-body .help-text-transparent {
        display: none !important;
    }

    body.qv-public-body #btn-add-ticket {
        width: 100% !important;
        min-height: 44px !important;
        height: 44px !important;
        margin: 0 !important;
        padding: 0.4rem 0.75rem !important;
        border-radius: 13px !important;
        font-size: 0.75rem !important;
        line-height: 1 !important;
        box-shadow:
            0 9px 20px rgba(0, 73, 200, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
    }

    body.qv-public-body #btn-add-ticket::before {
        width: 6px !important;
        height: 6px !important;
        margin-right: 0.36rem !important;
        animation-duration: 1.8s !important;
    }

    body.qv-public-body #ticket-form>.d-grid.mt-4 {
        margin-top: 0.48rem !important;
    }

    body.qv-public-body #btn-send-whatsapp {
        width: 100% !important;
        min-height: 47px !important;
        height: 47px !important;
        margin: 0 !important;
        padding: 0.42rem 0.72rem !important;
        border-radius: 13px !important;
        font-size: 0.74rem !important;
        line-height: 1 !important;
        box-shadow:
            0 10px 22px rgba(18, 140, 126, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
    }

    body.qv-public-body #btn-send-whatsapp i {
        margin-right: 0.36rem !important;
        font-size: 0.92rem !important;
    }

    body.qv-public-body #btn-send-whatsapp:disabled {
        opacity: 0.46 !important;
    }

    body.qv-public-body .ch-ticket-summary-wrap {
        width: 100% !important;
        margin-top: 0.68rem !important;
    }

    body.qv-public-body .ch-ticket-summary-card {
        border-radius: 19px !important;
        box-shadow:
            0 12px 28px rgba(15, 23, 42, 0.09),
            inset 0 1px 0 rgba(255, 255, 255, 0.76) !important;
    }

    body.qv-public-body .qv-summary-header,
    body.qv-public-body .ch-ticket-summary-card .card-header {
        min-height: 51px !important;
        padding: 0.58rem 0.68rem !important;
        gap: 0.5rem !important;
    }

    body.qv-public-body .qv-summary-header__title h5 {
        font-size: 0.84rem !important;
        line-height: 1 !important;
    }

    body.qv-public-body .qv-summary-header__title small {
        display: none !important;
    }

    body.qv-public-body .qv-summary-toggle {
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 !important;
        border-radius: 11px !important;
        box-shadow:
            0 6px 14px rgba(6, 20, 47, 0.16) !important;
    }

    body.qv-public-body .qv-summary-toggle [data-summary-toggle-label] {
        display: none !important;
    }

    body.qv-public-body .qv-summary-toggle i {
        font-size: 0.78rem !important;
    }

    body.qv-public-body .ch-summary-table tbody {
        padding: 0.12rem 0.12rem 0.42rem !important;
    }

    body.qv-public-body .ch-summary-table tbody tr {
        grid-template-columns:
            32px minmax(0, 1fr) auto 34px !important;
        grid-template-areas:
            "badge name amount action"
            "badge phone amount action"
            "pick pick pick pick" !important;
        gap: 0.12rem 0.42rem !important;
        margin: 0.42rem !important;
        padding: 0.56rem !important;
        border-radius: 15px !important;
        box-shadow:
            0 8px 18px rgba(15, 23, 42, 0.07),
            inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    }

    body.qv-public-body .ch-summary-table tbody tr::before {
        height: 3px !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(1) {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
        border-radius: 10px !important;
        font-size: 0.72rem !important;
        box-shadow:
            0 6px 14px rgba(15, 23, 42, 0.14) !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(2),
    body.qv-public-body .ch-summary-table tbody td:nth-child(3) {
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        line-height: 1.1 !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(2) {
        align-self: end !important;
        color: #0f172a !important;
        font-size: 0.75rem !important;
        font-weight: 950 !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(3) {
        align-self: start !important;
        color: #64748b !important;
        font-size: 0.64rem !important;
        font-weight: 800 !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(2)::before,
    body.qv-public-body .ch-summary-table tbody td:nth-child(3)::before,
    body.qv-public-body .ch-summary-table tbody td:nth-child(4)::before,
    body.qv-public-body .ch-summary-table tbody td:nth-child(5)::before {
        display: none !important;
        content: none !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(4) {
        padding: 0.34rem !important;
        border:
            1px solid rgba(37, 99, 235, 0.09) !important;
        border-radius: 12px !important;
        background: #f4f7fc !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(5) {
        padding: 0.28rem 0.42rem !important;
        border:
            1px solid rgba(15, 23, 42, 0.07) !important;
        border-radius: 10px !important;
        background: #f8fafc !important;
        color: #0f172a !important;
        font-size: 0.68rem !important;
        line-height: 1 !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ch-summary-table tbody td:nth-child(6) {
        align-self: center !important;
        justify-self: end !important;
        padding: 0 !important;
    }

    body.qv-public-body .btn-delete-row,
    body.qv-public-body .ch-summary-table tbody td:nth-child(6) button {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        min-height: 32px !important;
        border-radius: 10px !important;
        box-shadow:
            0 7px 15px rgba(220, 38, 38, 0.17) !important;
    }

    body.qv-public-body .btn-delete-row::after {
        display: none !important;
        content: none !important;
    }

    body.qv-public-body .ticket-picks-details {
        display: block !important;
        width: 100% !important;
    }

    body.qv-public-body .ticket-picks-compact {
        min-height: 35px;
        display: flex;
        align-items: center;
        gap: 0.42rem;
        padding: 0.32rem 0.42rem;
        border-radius: 9px;
        background: #ffffff;
        color: #0f172a;
        cursor: pointer;
        list-style: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    body.qv-public-body .ticket-picks-compact::-webkit-details-marker {
        display: none;
    }

    body.qv-public-body .ticket-picks-compact__label {
        flex: 0 0 auto;
        color: #475569;
        font-size: 0.57rem;
        font-weight: 900;
        letter-spacing: 0.035em;
        text-transform: uppercase;
    }

    body.qv-public-body .ticket-picks-compact__sequence {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 0.2rem;
        overflow-x: auto;
        padding: 0.05rem 0;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    body.qv-public-body .ticket-picks-compact__sequence::-webkit-scrollbar {
        display: none;
    }

    body.qv-public-body .ticket-pick-chip {
        flex: 0 0 auto;
        min-width: 27px;
        height: 27px;
        display: inline-grid;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: center;
        gap: 0.12rem;
        padding: 0 0.28rem;
        border-radius: 8px;
        font-size: 0.62rem;
        font-weight: 950;
        line-height: 1;
    }

    body.qv-public-body .ticket-pick-chip small {
        font-size: 0.42rem;
        font-weight: 850;
        opacity: 0.7;
    }

    body.qv-public-body .ticket-pick-chip--local {
        background: rgba(34, 197, 94, 0.13);
        color: #15803d;
    }

    body.qv-public-body .ticket-pick-chip--empate {
        background: rgba(245, 158, 11, 0.16);
        color: #a16207;
    }

    body.qv-public-body .ticket-pick-chip--visita {
        background: rgba(239, 68, 68, 0.13);
        color: #b91c1c;
    }

    body.qv-public-body .ticket-pick-chip--default {
        background: rgba(100, 116, 139, 0.13);
        color: #475569;
    }

    body.qv-public-body .ticket-picks-compact__icon {
        flex: 0 0 auto;
        color: #64748b;
        font-size: 0.68rem;
        transition: transform 180ms ease;
    }

    body.qv-public-body .ticket-picks-details[open] .ticket-picks-compact__icon {
        transform: rotate(180deg);
    }

    body.qv-public-body .ticket-picks-details:not([open]) .ticket-picks-list {
        display: none !important;
    }

    body.qv-public-body .ticket-picks-details[open] .ticket-picks-list {
        margin-top: 0.32rem !important;
    }

    body.qv-public-body .ticket-picks-list {
        gap: 0.28rem !important;
    }

    body.qv-public-body .ticket-pick-item {
        padding:
            0.4rem 0.44rem 0.38rem 0.54rem !important;
        border-radius: 11px !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ticket-pick-item::before {
        width: 3px !important;
    }

    body.qv-public-body .ticket-pick-teams {
        grid-template-columns:
            minmax(0, 1fr) 22px minmax(0, 1fr) !important;
        gap: 0.24rem !important;
    }

    body.qv-public-body .ticket-pick-team,
    body.qv-public-body .ticket-pick-team--away {
        min-width: 0 !important;
        justify-content: flex-start !important;
        gap: 0.24rem !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        text-align: left !important;
    }

    body.qv-public-body .ticket-pick-team--away {
        flex-direction: row-reverse !important;
        text-align: right !important;
    }

    body.qv-public-body .ticket-pick-team img {
        width: 18px !important;
        min-width: 18px !important;
        height: 18px !important;
        flex-basis: 18px !important;
        box-shadow:
            0 3px 7px rgba(15, 23, 42, 0.09) !important;
    }

    body.qv-public-body .ticket-pick-team span {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        color: #0f172a !important;
        font-size: 0.59rem !important;
        font-weight: 850 !important;
        line-height: 1.04 !important;
        word-break: normal !important;
    }

    body.qv-public-body .ticket-pick-vs {
        min-width: 22px !important;
        width: 22px !important;
        height: 22px !important;
        padding: 0 !important;
        background: #e2e8f0 !important;
        color: #475569 !important;
        font-size: 0.48rem !important;
    }

    body.qv-public-body .ticket-pick-footer {
        margin-top: 0.28rem !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0.3rem !important;
        flex-wrap: nowrap !important;
    }

    body.qv-public-body .ticket-pick-badge {
        min-height: 22px !important;
        padding: 0.25rem 0.42rem !important;
        font-size: 0.52rem !important;
        line-height: 1 !important;
    }

    body.qv-public-body .ticket-pick-match-meta {
        min-width: 0 !important;
        overflow: hidden !important;
        color: #64748b !important;
        font-size: 0.51rem !important;
        line-height: 1 !important;
        text-align: right !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    body.qv-public-body .ch-empty-state {
        margin: 0.42rem !important;
        padding: 0.72rem 0.62rem !important;
        border-radius: 12px !important;
    }

    body.qv-public-body .ch-empty-state::before {
        font-size: 0.7rem !important;
        line-height: 1.2 !important;
    }

    body.qv-public-body .ch-ticket-summary-card .card-footer {
        min-height: 49px !important;
        padding: 0.5rem 0.68rem !important;
        border-radius: 0 0 18px 18px !important;
        font-size: 0.7rem !important;
    }

    body.qv-public-body #tickets-count-badge {
        min-width: 27px !important;
        width: 27px !important;
        height: 27px !important;
        margin-left: 0.25rem !important;
        border-radius: 9px !important;
        font-size: 0.72rem !important;
        box-shadow:
            0 5px 11px rgba(15, 23, 42, 0.13) !important;
    }

    body.qv-public-body #tickets-total-amount {
        font-size: 0.86rem !important;
        line-height: 1 !important;
    }
}

@media (max-width: 359px) {
    body.qv-public-body #ticket-form {
        padding: 0.58rem !important;
    }

    body.qv-public-body #ticket-form>.row.g-3 {
        gap: 0.38rem !important;
    }

    body.qv-public-body #player-name,
    body.qv-public-body #player-phone {
        padding-inline: 0.42rem !important;
        font-size: 0.68rem !important;
    }

    body.qv-public-body .ticket-picks-compact__label {
        display: none !important;
    }
}

/* =====================================================
   HOME MOBILE · CARTELERA COMPLETA TIPO QUINIELA IMPRESA
   Mantiene todos los encuentros en una tabla continua,
   sin desplazamiento horizontal ni tarjetas independientes.
   ===================================================== */

body.qv-public-body .ch-mobile-table-head {
    display: none;
}

@media (max-width: 768px) {

    body.qv-public-body .navbar-light-custom,
    body.qv-public-body .navbar-light-custom .container {
        min-height: 54px !important;
    }

    body.qv-public-body .qv-public-logo {
        width: 38px !important;
        height: 38px !important;
    }

    body.qv-public-body .navbar-toggler {
        padding: 0.3rem 0.46rem !important;
        border-radius: 10px !important;
    }

    body.qv-public-body .ch-hero.ch-hero--active {
        min-height: 0 !important;
        padding: 0.34rem 0 0.28rem !important;
        border-radius: 0 !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-overlay {
        width: 100% !important;
        max-width: none !important;
    }

    body.qv-public-body .ch-hero--active .hero-scene {
        opacity: 0.14 !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-logo-wrap {
        width: 100% !important;
        margin: 0 auto 0.08rem !important;
        padding: 0 !important;
    }

    body.qv-public-body .ch-hero--active .hero-central-logo {
        width: 126px !important;
        max-width: 126px !important;
        max-height: 126px !important;
        filter:
            drop-shadow(0 8px 13px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 12px rgba(255, 210, 28, 0.28)) !important;
    }

    body.qv-public-body .ch-hero--active .ch-league-selector-wrap {
        width: calc(100% - 12px) !important;
        margin: 0 auto 0.12rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-league-scroll {
        justify-content: center !important;
        gap: 0.26rem !important;
        padding: 0 !important;
    }

    body.qv-public-body .ch-hero--active :is(.btn-league, .btn-league-custom) {
        min-height: 26px !important;
        padding: 0.24rem 0.54rem !important;
        border-radius: 999px !important;
        font-size: 0.56rem !important;
        line-height: 1 !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap {
        width: calc(100% - 14px) !important;
        display: grid !important;
        gap: 0.12rem !important;
        margin: 0 auto !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap::before,
    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap::after {
        display: none !important;
        content: none !important;
    }

    body.qv-public-body .ch-hero--active h1 {
        margin: 0 !important;
        font-size: 1.28rem !important;
        line-height: 0.96 !important;
        letter-spacing: -0.045em !important;
    }

    body.qv-public-body .ch-hero--active h1 span {
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        color: #ffd21c !important;
        -webkit-text-fill-color: #ffd21c !important;
        text-shadow:
            0 2px 0 #7d2700,
            0 5px 10px rgba(0, 0, 0, 0.72) !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ch-hero--active h2 {
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        color: #ffffff !important;
        font-size: 0.72rem !important;
        line-height: 1.05 !important;
        text-shadow: 0 2px 6px rgba(0, 0, 0, 0.74) !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form {
        width: min(100%, 310px) !important;
        margin: 0.12rem auto 0 !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group,
    body.qv-public-body .ch-hero--active .ch-round-select {
        min-height: 30px !important;
        height: 30px !important;
        border-radius: 8px !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group-text {
        display: none !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select {
        padding: 0 1.8rem 0 0.62rem !important;
        border: 0 !important;
        font-size: 0.64rem !important;
        line-height: 30px !important;
    }

    body.qv-public-body .ch-hero--active :is(.ch-hero-quick-actions, .ch-prizes-wrap) {
        display: none !important;
    }

    body.qv-public-body .ch-hero--active .ch-date-wrap {
        width: min(100%, 350px) !important;
        margin: 0.1rem auto 0 !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 0.18rem 0.34rem !important;
        border: 1px solid rgba(255, 255, 255, 0.22) !important;
        border-radius: 8px !important;
        background: rgba(2, 8, 23, 0.66) !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.26) !important;
    }

    body.qv-public-body .ch-hero--active .date-info-container :is(.small, .date-label) {
    color: #ffffff !important;
    font-size: 0.70rem !important;
    line-height: 1.15 !important;
}

    body.qv-public-body .ch-hero--active .date-info-container .small+.small {
        padding-top: 0.04rem !important;
        border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    }

    body.qv-public-body .ch-hero--active .date-label--start {
        color: #8ec5ff !important;
    }

    body.qv-public-body .ch-hero--active .date-label--end {
        color: #ff9da8 !important;
    }

    body.qv-public-body .ch-hero--active :is(.ch-countdown-wrapper, .countdown) {
        width: min(100% - 18px, 318px) !important;
        max-width: 318px !important;
    }

    body.qv-public-body .ch-hero--active .ch-countdown-wrapper {
        margin: 0.12rem auto 0 !important;
    }

    body.qv-public-body .ch-hero--active .countdown {
        gap: 0.12rem !important;
        padding: 0.14rem !important;
        border-radius: 9px !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box {
        min-height: 38px !important;
        padding: 0.1rem 0.04rem !important;
        border-radius: 6px !important;
    }

    body.qv-public-body .ch-hero--active .countdown-value {
        font-size: 1rem !important;
        line-height: 0.92 !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box small {
        font-size: 0.4rem !important;
    }

    body.qv-public-body #matches-section {
        --qv-pick-column: 28px;
        --qv-match-height: var(--qv-mobile-match-row-height, 38px);
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    body.qv-public-body #matches-section>.ch-market-header {
        display: none !important;
    }

    body.qv-public-body #matches-section>.ch-table-container {
        width: 100% !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    body.qv-public-body .ch-mobile-table-head {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
        align-items: center;
        min-height: 23px;
        padding: 0 0.28rem;
        border-top: 2px solid #081b5b;
        border-bottom: 1px solid #ffffff;
        background: #170d35;
        color: #ffffff;
        font-size: 0.68rem;
        font-weight: 950;
        line-height: 1;
        text-transform: uppercase;
    }

    body.qv-public-body .ch-mobile-table-head span:first-child {
        text-align: left;
    }

    body.qv-public-body .ch-mobile-table-head span:nth-child(2) {
        text-align: center;
    }

    body.qv-public-body .ch-mobile-table-head span:last-child {
        text-align: right;
    }

    body.qv-public-body #matches-section .ch-table-scroll-wrap {
        width: 100% !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.qv-public-body #matches-section .ch-table {
        display: block !important;
        width: 100% !important;
        table-layout: fixed !important;
        background: #ffffff !important;
    }

    body.qv-public-body #matches-section .ch-table thead {
        display: none !important;
    }

    body.qv-public-body #matches-section .ch-table tbody {
        display: block !important;
        width: 100% !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr {
        display: grid !important;
        grid-template-columns:
            var(--qv-pick-column) minmax(0, 1fr) var(--qv-pick-column) minmax(0, 1fr) var(--qv-pick-column) !important;
        grid-template-areas: "localPick home draw away visitPick" !important;
        gap: 0 !important;
        align-items: stretch !important;
        width: 100% !important;
        min-height: var(--qv-match-height) !important;
        height: var(--qv-match-height) !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #8b93a3 !important;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, 0.96) !important;
        box-shadow: none !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr::before {
        display: none !important;
        content: none !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important;
        min-height: var(--qv-match-height) !important;
        height: var(--qv-match-height) !important;
        padding: 0 !important;
        border: 0 !important;
        border-right: 1px solid #8b93a3 !important;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, 0.9) !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(5) {
        border-right: 0 !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr>td:nth-child(6) {
        display: none !important;
    }

    body.qv-public-body #matches-section :is(.btn-choice, .btn-ch-pick) {
        width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        min-height: var(--qv-match-height) !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #f6f7fb !important;
        color: #625b80 !important;
        font-size: 0.72rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        box-shadow: none !important;
        animation: none !important;
    }

    body.qv-public-body #matches-section :is(.btn-choice, .btn-ch-pick)::before {
        display: none !important;
        content: none !important;
    }

    body.qv-public-body #matches-section :is(.btn-choice, .btn-ch-pick):is(.active, .selected, .btn-warning) {
        background: #e92535 !important;
        color: #ffffff !important;
        box-shadow: inset 0 0 0 2px #991b1b !important;
        animation: none !important;
        transform: none !important;
    }

    body.qv-public-body #matches-section :is(.ch-team-cell, .ch-team-box) {
        min-height: var(--qv-match-height) !important;
        height: var(--qv-match-height) !important;
    }

    body.qv-public-body #matches-section .ch-team-box {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 0.24rem !important;
        padding: 0.08rem 0.2rem !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    body.qv-public-body #matches-section .ch-team-box--home {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    body.qv-public-body #matches-section .ch-team-box--away {
        justify-content: flex-end !important;
        text-align: right !important;
    }

    body.qv-public-body #matches-section .ch-team-logo {
        flex: 0 0 auto !important;
        width: min(24px, calc(var(--qv-match-height) - 8px)) !important;
        height: min(24px, calc(var(--qv-match-height) - 8px)) !important;
        max-width: 24px !important;
        max-height: 24px !important;
        margin: 0 !important;
        object-fit: contain !important;
        filter: none !important;
    }

    body.qv-public-body #matches-section .ch-team-box span {
        width: auto !important;
        min-width: 0 !important;
        color: #111827 !important;
        font-size: 0.6rem !important;
        font-weight: 950 !important;
        line-height: 0.98 !important;
        letter-spacing: -0.02em !important;
        text-transform: uppercase !important;
        white-space: normal !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    body.qv-public-body .ch-info-bar {
        width: 100% !important;
        min-height: 38px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        background: #170d35 !important;
        box-shadow: none !important;
    }

    body.qv-public-body .ch-info-bar>div {
        min-height: 38px !important;
        padding: 0.38rem 0.3rem !important;
        background: #170d35 !important;
        font-size: 0.64rem !important;
        line-height: 1.05 !important;
    }

    body.qv-public-body .ch-info-bar>div:last-child {
        background: #c92332 !important;
    }

    body.qv-public-body #ticket-cost-label {
        display: inline-block !important;
        padding: 0.18rem 0.32rem !important;
        border-radius: 5px !important;
        background: #ff343c !important;
        color: #ffffff !important;
        font-size: 0.68rem !important;
    }

    #qv-coach-overlay.is-pick-target .qv-coach-hand {
        width: 38px !important;
        height: 38px !important;
        font-size: 1.35rem !important;
        transform: translate(-50%, -104%) rotate(-3deg) !important;
    }

    #qv-coach-overlay.is-pick-target .qv-coach-tip {
        left: 50% !important;
        transform: translate(-50%, -205%) !important;
        text-align: center !important;
    }
}

@media (max-width: 390px) {
    body.qv-public-body .ch-hero--active .hero-central-logo {
        width: 116px !important;
        max-width: 116px !important;
        max-height: 116px !important;
    }

    body.qv-public-body #matches-section {
        --qv-pick-column: 26px;
    }

    body.qv-public-body #matches-section .ch-team-box span {
        font-size: 0.56rem !important;
    }
}


/* =====================================================
   HOME DESKTOP · HERO MAS COMPACTO
   Reduce titulo y selector para mostrar antes los partidos.
   ===================================================== */

@media (min-width: 769px) {
    body.qv-public-body .ch-hero--active h1 {
        margin-bottom: 0.12rem !important;
        font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
        line-height: 0.94 !important;
        letter-spacing: -0.045em !important;
    }

    body.qv-public-body .ch-hero--active h1 span {
        padding: 0.04em 0.28em 0.08em !important;
        border-radius: 12px !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form {
        width: min(100%, 430px) !important;
        margin: 0 auto 0.32rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group {
        grid-template-columns: 148px minmax(190px, 1fr) !important;
        min-height: 38px !important;
        height: 38px !important;
        border-radius: 12px !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-form .input-group-text {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 0.62rem !important;
        font-size: 0.62rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 2.35rem 0 0.75rem !important;
        background-position: right 0.82rem center !important;
        background-size: 14px 10px !important;
        font-size: 0.82rem !important;
        line-height: 38px !important;
    }
}

/* =====================================================
   HOME MOBILE · AJUSTE DE LOGO Y NOMBRE
   Centra visualmente el escudo y recupera el nombre
   inmediatamente debajo sin alterar escritorio.
   ===================================================== */

body.qv-public-body .ch-mobile-league-title {
    display: none !important;
}

@media (max-width: 768px) {
    body.qv-public-body .ch-hero.ch-hero--active {
        padding-top: 0.52rem !important;
        padding-bottom: 0.36rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-logo-wrap {
        width: 100% !important;
        min-height: 178px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 auto 0.06rem !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.qv-public-body .ch-hero--active .hero-central-logo {
        width: 170px !important;
        max-width: 170px !important;
        max-height: 170px !important;
        margin: 0 !important;
        transform: translate(5px, 5px) !important;
        transform-origin: center !important;
        filter:
            drop-shadow(0 8px 13px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 12px rgba(255, 210, 28, 0.28)) !important;
    }

    body.qv-public-body .ch-hero--active .ch-mobile-league-title {
        display: block !important;
        width: calc(100% - 24px) !important;
        margin: 0 auto 0.18rem !important;
        padding: 0 !important;
        color: #ffd21c !important;
        font-size: 1.42rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: -0.035em !important;
        text-align: center !important;
        -webkit-text-fill-color: #ffd21c !important;
        text-shadow:
            0 2px 0 #7d2700,
            0 5px 10px rgba(0, 0, 0, 0.72) !important;
    }

    /*
     * El H1 original se conserva para mantener la estructura semántica,
     * pero se oculta visualmente porque el nombre ya aparece bajo el logo.
     */
    body.qv-public-body .ch-hero--active .ch-hero-copy-wrap>h1 {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        clip-path: inset(50%) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    body.qv-public-body .ch-hero--active .ch-league-selector-wrap {
        margin-top: 0.02rem !important;
        margin-bottom: 0.16rem !important;
    }
}

@media (max-width: 390px) {
    body.qv-public-body .ch-hero--active .ch-hero-logo-wrap {
        min-height: 168px !important;
    }

    body.qv-public-body .ch-hero--active .hero-central-logo {
        width: 160px !important;
        max-width: 160px !important;
        max-height: 160px !important;
        transform: translate(4px, 5px) !important;
    }

    body.qv-public-body .ch-hero--active .ch-mobile-league-title {
        font-size: 1.34rem !important;
    }
}


/* =====================================================
   HOME MOBILE · CABECERA Y CRONOMETRO MAS COMPACTOS
   Reduce espacio superior para mostrar antes los equipos.
   ===================================================== */

@media (max-width: 768px) {
    /*
     * Reduce el espacio vacío ubicado sobre el escudo.
     */
    body.qv-public-body .ch-hero.ch-hero--active {
        padding-top: 0.08rem !important;
    }

    body.qv-public-body .ch-hero--active .ch-hero-logo-wrap {
        min-height: 0 !important;
        margin-top: -0.6rem !important;
        margin-bottom: 0.02rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: visible !important;
    }

    /*
     * Mantiene el escudo centrado sin reducir su tamaño.
     */
    body.qv-public-body .ch-hero--active .hero-central-logo {
        display: block !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /*
     * Reduce el espacio anterior al cronómetro.
     */
    body.qv-public-body .ch-hero--active .ch-countdown-wrapper {
    margin-top: -0.5rem !important;
    margin-bottom: 0 !important;
}

    /*
     * Reduce el borde y el relleno exterior del cronómetro.
     */
    body.qv-public-body .ch-hero--active .countdown {
        gap: 0.08rem !important;
        padding: 0.08rem !important;
        border-radius: 7px !important;
    }

    /*
     * Reduce la altura de cada bloque:
     * días, horas, minutos y segundos.
     */
    body.qv-public-body .ch-hero--active .ch-counter-box {
        min-height: 30px !important;
        height: 30px !important;
        padding: 0.04rem 0.02rem !important;
        border-radius: 5px !important;
    }

    body.qv-public-body .ch-hero--active .countdown-value {
        font-size: 0.82rem !important;
        line-height: 0.82 !important;
    }

    body.qv-public-body .ch-hero--active .ch-counter-box small {
        margin-top: 0 !important;
        font-size: 0.32rem !important;
        line-height: 0.8 !important;
    }
}


/* =====================================================
   HOME MOBILE · SELECTOR DE JORNADA MAS COMPACTO
   ===================================================== */

@media (max-width: 768px) {
    body.qv-public-body .ch-hero--active .ch-round-form {
        margin-top: 0 !important;
        margin-bottom: 0.08rem !important;
    }

    body.qv-public-body
        .ch-hero--active
        .ch-round-form
        .input-group {
        min-height: 30px !important;
        height: 30px !important;
        border-radius: 8px !important;
    }

    body.qv-public-body
        .ch-hero--active
        .ch-round-form
        .input-group-text {
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 0.45rem !important;
        font-size: 0.55rem !important;
        line-height: 30px !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select {
        min-height: 30px !important;
        height: 30px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0.55rem !important;
        padding-right: 1.8rem !important;
        background-position: right 0.55rem center !important;
        background-size: 11px 8px !important;
        font-size: 0.7rem !important;
        line-height: 30px !important;
    }
}

.qv-match-row--disabled {
    background: #edf0f3;
    color: #7a828a;
}

.qv-match-row--disabled .ch-team-cell,
.qv-match-row--disabled .cell-match-info {
    background: #edf0f3;
    color: #7a828a;
}

.qv-match-row--disabled .ch-team-logo {
    filter: grayscale(1);
    opacity: 0.55;
}

.qv-match-row--disabled .btn-choice {
    background: #d8dde2;
    border-color: #c8ced5;
    color: #8b9299;
    cursor: not-allowed;
    opacity: 0.75;
}

.qv-match-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e2e6ea;
    color: #555d65;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.qv-match-status--scheduled {
    background: #e8f7ee;
    color: #157347;
}

.qv-match-status--live {
    background: #fff0f0;
    color: #bb2d3b;
}

.qv-match-status--finished,
.qv-match-status--cancelled,
.qv-match-status--postponed,
.qv-match-status--annulled {
    background: #dfe3e7;
    color: #626970;
}

@media (max-width: 767.98px) {
    #matches-table-body tr.qv-match-row--disabled {
        background: #aeb5bc !important;
        color: #3f464d !important;
        cursor: pointer;
        opacity: 1 !important;
        box-shadow:
            inset 5px 0 0 #565e66,
            inset -5px 0 0 #565e66;
        -webkit-tap-highlight-color: transparent;
    }

    #matches-table-body tr.qv-match-row--disabled td {
        background: #aeb5bc !important;
        border-color: #858d95 !important;
        color: #3f464d !important;
    }

    #matches-table-body tr.qv-match-row--disabled .ch-team-cell {
        background: #aeb5bc !important;
        color: #3f464d !important;
    }

    #matches-table-body tr.qv-match-row--disabled .ch-team-logo {
        filter: grayscale(1);
        opacity: 0.4;
    }

    #matches-table-body tr.qv-match-row--disabled .btn-choice {
        background: #858d95 !important;
        border-color: #737b83 !important;
        color: #41484f !important;
        opacity: 1 !important;
        pointer-events: none;
    }

    #matches-table-body tr.qv-match-row--disabled .qv-match-status {
        background: #4f575f !important;
        border-color: #4f575f !important;
        color: #fff !important;
    }

    #matches-table-body tr.qv-match-row--disabled:active,
    #matches-table-body tr.qv-match-row--disabled:active td {
        background: #989fa6 !important;
    }
}

/* Popup público compacto de promociones. */
#autoPromoModal .promo-modal-dialog {
    width: min(92vw, 360px);
    max-width: 360px;
    margin: 1rem auto;
}

#autoPromoModal .promo-modal-content {
    max-height: min(82vh, 540px);
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
}

#autoPromoModal .promo-modal-media {
    display: grid;
    place-items: center;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #07142f;
}

#autoPromoModal .promo-modal-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#autoPromoModal .promo-modal-body {
    padding: 1rem 1.1rem 1.1rem;
    overflow-y: auto;
}

#autoPromoModal .promo-modal-title {
    font-size: 1.1rem;
    line-height: 1.2;
}

#autoPromoModal .promo-modal-description {
    max-height: 62px;
    overflow-y: auto;
    font-size: 0.86rem;
    line-height: 1.35;
}

#autoPromoModal .promo-modal-cta {
    min-height: 40px;
    padding: 0.55rem 1rem;
    font-size: 0.9rem;
}

@media (max-width: 575.98px) {
    #autoPromoModal .promo-modal-dialog {
        width: min(86vw, 300px);
        max-width: 300px;
        margin: 0.65rem auto;
    }

    #autoPromoModal .promo-modal-content {
        max-height: 76vh;
        border-radius: 16px;
    }

    #autoPromoModal .promo-modal-media {
        height: 120px;
    }

    #autoPromoModal .promo-modal-body {
        padding: 0.8rem 0.85rem 0.9rem;
    }

    #autoPromoModal .promo-modal-title {
        font-size: 0.98rem;
    }

    #autoPromoModal .promo-modal-description {
        max-height: 48px;
        margin-bottom: 0.7rem !important;
        font-size: 0.78rem;
    }

    #autoPromoModal .promo-modal-cta {
        min-height: 36px;
        padding: 0.45rem 0.75rem;
        font-size: 0.82rem;
    }
}

/* =====================================================
   POPUP DE PROMOCIONES · PREMIUM
   ===================================================== */

#autoPromoModal {
    padding-right: 0 !important;
    backdrop-filter: blur(5px);
}

#autoPromoModal .promo-modal-dialog {
    width: min(92vw, 420px);
    max-width: 420px;
    margin: 1rem auto;
}

#autoPromoModal .promo-modal-content {
    position: relative;
    max-height: min(87vh, 610px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 26px;
    background: #ffffff;
    box-shadow:
        0 30px 90px rgba(4, 15, 38, 0.34),
        0 8px 24px rgba(4, 15, 38, 0.16);
}

/* Botón de cierre personalizado. */
#autoPromoModal .promo-close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;

    display: grid;
    place-items: center;

    width: 42px;
    height: 42px;
    padding: 0;

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;

    background: rgba(5, 16, 38, 0.84);
    color: #ffffff;

    font-size: 1rem;
    line-height: 1;

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(12px);

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

#autoPromoModal .promo-close-btn:hover,
#autoPromoModal .promo-close-btn:focus-visible {
    background: #06142f;
    color: #ffffff;
    transform: scale(1.06);
    box-shadow: 0 11px 30px rgba(0, 0, 0, 0.32);
}

#autoPromoModal .promo-close-btn:focus-visible {
    outline: 3px solid rgba(255, 210, 50, 0.8);
    outline-offset: 3px;
}

/* Contenedor fijo para imágenes horizontales o verticales. */
#autoPromoModal .promo-modal-media {
    position: relative;

    display: grid;
    place-items: center;

    width: 100%;
    height: 210px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at top left,
            rgba(44, 112, 255, 0.35),
            transparent 55%
        ),
        linear-gradient(145deg, #06142f, #0b2a62);
}

#autoPromoModal .promo-modal-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;
}

#autoPromoModal .promo-modal-media-shade {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 40%;
    pointer-events: none;

    background: linear-gradient(
        180deg,
        transparent,
        rgba(3, 12, 31, 0.2)
    );
}

/* Cuerpo del popup. */
#autoPromoModal .promo-modal-body {
    padding: 1.35rem 1.45rem 1.5rem;
    overflow-y: auto;

    text-align: center;

    background:
        radial-gradient(
            circle at top center,
            rgba(0, 98, 255, 0.07),
            transparent 12rem
        ),
        #ffffff;
}

#autoPromoModal .promo-modal-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;

    margin-bottom: 0.65rem;
    padding: 0.4rem 0.75rem;

    border: 1px solid rgba(0, 78, 184, 0.12);
    border-radius: 999px;

    background: #edf5ff;
    color: #0050b8;

    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.075em;
    line-height: 1;
    text-transform: uppercase;
}

#autoPromoModal .promo-modal-title {
    margin: 0;

    color: #071a3d;

    font-size: clamp(1.35rem, 4vw, 1.62rem);
    font-weight: 950;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

#autoPromoModal .promo-modal-description {
    max-height: 92px;
    margin: 0.72rem 0 1.1rem;
    overflow-y: auto;

    color: #5d6878;

    font-size: 0.93rem;
    line-height: 1.5;
    scrollbar-width: thin;
}

/* CTA con texto siempre visible. */
#autoPromoModal .promo-modal-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;

    width: 100%;
    min-height: 54px;
    padding: 0.58rem 0.62rem 0.58rem 1.2rem;

    border: 0;
    border-radius: 17px;

    background: linear-gradient(
        135deg,
        #0968ff 0%,
        #0047bd 58%,
        #07347d 100%
    );

    color: #ffffff !important;

    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    text-decoration: none !important;

    box-shadow:
        0 14px 30px rgba(0, 82, 204, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease;
}

#autoPromoModal .promo-modal-cta:hover,
#autoPromoModal .promo-modal-cta:focus-visible {
    color: #ffffff !important;
    transform: translateY(-2px);
    filter: saturate(1.08);

    box-shadow:
        0 18px 36px rgba(0, 82, 204, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

#autoPromoModal .promo-modal-cta-text {
    min-width: 0;
    color: inherit !important;
    overflow-wrap: anywhere;
}

#autoPromoModal .promo-modal-cta-icon {
    display: grid;
    flex: 0 0 40px;
    place-items: center;

    width: 40px;
    height: 40px;

    border-radius: 13px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;

    font-size: 1rem;
}

/* Versión móvil: compacta, pero no excesivamente pequeña. */
@media (max-width: 575.98px) {
    #autoPromoModal .promo-modal-dialog {
        width: min(92vw, 340px);
        max-width: 340px;
        margin: 0.7rem auto;
    }

    #autoPromoModal .promo-modal-content {
        max-height: 84vh;
        border-radius: 22px;
    }

    #autoPromoModal .promo-close-btn {
        top: 10px;
        right: 10px;

        width: 38px;
        height: 38px;

        font-size: 0.9rem;
    }

    #autoPromoModal .promo-modal-media {
        height: 155px;
    }

    #autoPromoModal .promo-modal-body {
        padding: 1rem 1.05rem 1.15rem;
    }

    #autoPromoModal .promo-modal-kicker {
        margin-bottom: 0.55rem;
        padding: 0.34rem 0.62rem;

        font-size: 0.61rem;
    }

    #autoPromoModal .promo-modal-title {
        font-size: 1.23rem;
    }

    #autoPromoModal .promo-modal-description {
        max-height: 70px;
        margin: 0.62rem 0 0.9rem;

        font-size: 0.84rem;
        line-height: 1.42;
    }

    #autoPromoModal .promo-modal-cta {
        min-height: 50px;
        padding: 0.5rem 0.52rem 0.5rem 1rem;

        border-radius: 15px;

        font-size: 0.86rem;
    }

    #autoPromoModal .promo-modal-cta-icon {
        flex-basis: 36px;

        width: 36px;
        height: 36px;

        border-radius: 11px;
    }
}

/* =====================================================
   POSICIÓN DE LOGOS DE EQUIPOS EN EL HOME
   Local: logo a la izquierda.
   Visitante: logo a la derecha.
   ===================================================== */

body.qv-public-body
#matches-section
.ch-team-box--home {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

body.qv-public-body
#matches-section
.ch-team-box--home
.ch-team-logo {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}

body.qv-public-body
#matches-section
.ch-team-box--home
span {
    order: 2 !important;
    text-align: left !important;
}

body.qv-public-body
#matches-section
.ch-team-box--away {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: right !important;
}

body.qv-public-body
#matches-section
.ch-team-box--away
span {
    order: 1 !important;
    text-align: right !important;
}

body.qv-public-body
#matches-section
.ch-team-box--away
.ch-team-logo {
    order: 2 !important;
    flex: 0 0 auto !important;
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}
/* =====================================================
   HOME · MARCO UNIFORME PARA LOGOS DE LOS PARTIDOS
   Estandariza clubes y selecciones sin deformar imágenes.
   ===================================================== */

body.qv-public-body #matches-section .ch-team-logo-frame {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 3px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 8px;
    background: #ffffff;
}

body.qv-public-body #matches-section .ch-team-logo-frame--home {
    order: 1;
    margin-right: 0.25rem;
}

body.qv-public-body #matches-section .ch-team-logo-frame--away {
    order: 2;
    margin-left: 0.25rem;
}

body.qv-public-body #matches-section .ch-team-logo-frame .ch-team-logo {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: none !important;
}

@media (max-width: 767.98px) {
    body.qv-public-body #matches-section .ch-team-logo-frame {
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
        padding: 2px;
        flex-basis: 26px;
        border-radius: 7px;
    }
}

@media (max-width: 390px) {
    body.qv-public-body #matches-section .ch-team-logo-frame {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        flex-basis: 24px;
        border-radius: 6px;
    }
}

/* =====================================================
   HOME · NOMBRE DE JORNADA EN EL DESPLEGABLE
   Iguala el color con el nombre principal de la liga.
   ===================================================== */

body.qv-public-body .ch-hero--active .ch-round-select {
    background-color: #07162f !important;
    color: #ffd21c !important;
    -webkit-text-fill-color: #ffd21c !important;

    font-size: 0.95rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.01em !important;

    text-align: center !important;
    text-align-last: center !important;
}

body.qv-public-body .ch-hero--active .ch-round-select:hover,
body.qv-public-body .ch-hero--active .ch-round-select:focus {
    background-color: #0b2347 !important;
    color: #ffd21c !important;
    -webkit-text-fill-color: #ffd21c !important;
}

body.qv-public-body .ch-hero--active .ch-round-select option {
    background-color: #07162f !important;
    color: #ffd21c !important;
    -webkit-text-fill-color: #ffd21c !important;

    font-size: 0.95rem !important;
    font-weight: 900 !important;
}

/*
 * Ajuste específico para teléfonos y tabletas pequeñas.
 */
@media (max-width: 768px) {
    body.qv-public-body .ch-hero--active .ch-round-select {
        font-size: 0.82rem !important;
        font-weight: 950 !important;
    }

    body.qv-public-body .ch-hero--active .ch-round-select option {
        font-size: 0.82rem !important;
    }
}

body.qv-public-body .qv-footer-developer-link,
body:not(.qv-admin-body) .qv-footer-developer-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: #25d366;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

body.qv-public-body .qv-footer-developer-link:hover,
body.qv-public-body .qv-footer-developer-link:focus-visible,
body:not(.qv-admin-body) .qv-footer-developer-link:hover,
body:not(.qv-admin-body) .qv-footer-developer-link:focus-visible {
    color: #25d366;
    text-decoration-color: #ffffff;
}

body.qv-public-body .qv-footer-developer-link:focus-visible,
body:not(.qv-admin-body) .qv-footer-developer-link:focus-visible {
    border-radius: 0.2rem;
    outline: 2px solid #25d366;
    outline-offset: 3px;
}


/* =====================================================
   HOME MOBILE · INFO DEL PARTIDO EN LA MISMA FILA
   Mantiene botones, escudos y nombres con su tamaño actual.
   ===================================================== */

@media (max-width: 768px) {

    /*
     * La columna INFO gana espacio reutilizando padding y gaps
     * del layout mobile, sin reducir botones, escudos o tipografía.
     */
    body.qv-public-body #matches-section {
        --qv-info-column: 54px;
    }

    body.qv-public-body #matches-section .ch-table-scroll-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }

    /*
     * Se conservan las seis columnas del partido:
     * L | Local | E | Visita | V | Info
     */
    body.qv-public-body #matches-section .ch-table thead tr,
    body.qv-public-body #matches-section .ch-table tbody tr {
        grid-template-columns:
            var(--qv-pick-column)
            minmax(0, 1.25fr)
            var(--qv-pick-column)
            minmax(0, 1.25fr)
            var(--qv-pick-column)
            var(--qv-info-column) !important;

        column-gap: 0.03rem !important;
    }

    body.qv-public-body #matches-section .ch-table tbody tr {
        grid-template-areas:
            "localPick home draw away visitPick info" !important;

        padding-left: 0.04rem !important;
        padding-right: 0.04rem !important;
    }

    body.qv-public-body #matches-section .ch-table thead tr {
        padding-left: 0.04rem !important;
        padding-right: 0.04rem !important;
    }

    /*
     * Encabezado mobile similar conceptualmente al escritorio:
     * LOCAL | EMPATE | VISITA | INFO
     */
    body.qv-public-body #matches-section .ch-table thead th:nth-child(1) {
        grid-column: 1 / 3 !important;
    }

    body.qv-public-body #matches-section .ch-table thead th:nth-child(3) {
        grid-column: 3 / 4 !important;
    }

    body.qv-public-body #matches-section .ch-table thead th:nth-child(5) {
        grid-column: 4 / 6 !important;
    }

    body.qv-public-body #matches-section .ch-table thead .ch-team-head {
        display: none !important;
    }

    body.qv-public-body #matches-section .ch-table thead .col-info-header {
        display: flex !important;
        grid-column: 6 / 7 !important;
        align-items: center !important;
        justify-content: center !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        font-size: 0.42rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: 0.01em !important;

        white-space: nowrap !important;
    }

    /*
     * INFO permanece siempre en la sexta columna
     * y con la misma altura del resto del partido.
     */
    body.qv-public-body #matches-section .cell-match-info {
        grid-area: info !important;

        width: var(--qv-info-column) !important;
        min-width: var(--qv-info-column) !important;
        max-width: var(--qv-info-column) !important;

        height: var(--qv-match-height) !important;
        min-height: var(--qv-match-height) !important;
        max-height: var(--qv-match-height) !important;

        margin: 0 !important;
        padding: 0 !important;

        align-self: stretch !important;
        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner {
        width: var(--qv-info-column) !important;
        min-width: var(--qv-info-column) !important;
        max-width: var(--qv-info-column) !important;

        height: var(--qv-match-height) !important;
        min-height: var(--qv-match-height) !important;
        max-height: var(--qv-match-height) !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 0.05rem !important;
        margin: 0 !important;
        padding: 0.05rem 0.03rem !important;

        border-radius: 8px !important;

        background:
            linear-gradient(
                180deg,
                #f8fbff 0%,
                #eef4ff 100%
            ) !important;

        border: 1px solid rgba(37, 99, 235, 0.10) !important;
        box-shadow: none !important;

        overflow: hidden !important;
    }

    /*
     * Fecha y hora compactas pero legibles.
     * Se recuperan los iconos existentes del HTML.
     */
    body.qv-public-body #matches-section .cell-match-info .match-date,
    body.qv-public-body #matches-section .cell-match-info .match-time {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;

        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 0.08rem !important;

        margin: 0 !important;
        padding: 0.07rem 0.03rem !important;

        border-radius: 5px !important;

        line-height: 1 !important;
        letter-spacing: -0.025em !important;

        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: clip !important;

        font-variant-numeric: tabular-nums;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date {
        color: #172033 !important;
        font-size: 0.40rem !important;
        font-weight: 950 !important;

        background: rgba(255, 255, 255, 0.96) !important;

        box-shadow:
            inset 0 0 0 1px rgba(15, 23, 42, 0.07) !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-time {
        color: #003ea8 !important;
        font-size: 0.47rem !important;
        font-weight: 950 !important;

        background: rgba(37, 99, 235, 0.09) !important;

        box-shadow:
            inset 0 0 0 1px rgba(37, 99, 235, 0.10) !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date i,
    body.qv-public-body #matches-section .cell-match-info .match-time i {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 auto !important;

        margin: 0 !important;

        font-size: 0.40rem !important;
        line-height: 1 !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date i {
        color: #dc2626 !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-time i {
        color: #2563eb !important;
    }

    /*
     * La abreviatura de liga continúa oculta en mobile
     * para priorizar la información útil: fecha, hora y estado.
     */
    body.qv-public-body #matches-section .cell-match-info .match-league-badge {
        display: none !important;
    }

    body.qv-public-body #matches-section .cell-match-info .qv-match-status {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 1px 3px !important;

        border-radius: 999px !important;

        font-size: 0.34rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: -0.02em !important;

        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }
}

/* =====================================================
   HOME MOBILE · COLUMNA INFO EN LA MISMA FILA
   Fecha, hora y estado permanecen junto al partido.
   ===================================================== */

@media (max-width: 768px) {

    /*
     * Mantiene intactos los botones L/E/V y reserva
     * una columna independiente para la información.
     */
   body.qv-public-body #matches-section {
    --qv-info-column: clamp(62px, 17vw, 70px);
}

    /*
     * Encabezado mobile alineado exactamente
     * con las seis columnas del cuerpo.
     */
    body.qv-public-body .ch-mobile-table-head {
        display: grid !important;

        grid-template-columns:
            var(--qv-pick-column)
            minmax(0, 1fr)
            var(--qv-pick-column)
            minmax(0, 1fr)
            var(--qv-pick-column)
            var(--qv-info-column) !important;

        align-items: center !important;

        padding: 0 !important;
    }

    body.qv-public-body .ch-mobile-table-head span {
        min-width: 0 !important;
        padding: 0.32rem 0.1rem !important;

        font-size: 0.62rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;

        white-space: nowrap !important;
    }

    body.qv-public-body .ch-mobile-table-head span:nth-child(1) {
        grid-column: 1 / 3 !important;
        text-align: left !important;
        padding-left: 0.3rem !important;
    }

    body.qv-public-body .ch-mobile-table-head span:nth-child(2) {
        grid-column: 3 / 4 !important;
        text-align: center !important;
    }

    body.qv-public-body .ch-mobile-table-head span:nth-child(3) {
        grid-column: 4 / 6 !important;
        text-align: right !important;
        padding-right: 0.3rem !important;
    }

    body.qv-public-body .ch-mobile-table-head span:nth-child(4) {
        grid-column: 6 / 7 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding-left: 0 !important;
        padding-right: 0 !important;

        background: rgba(255, 255, 255, 0.08) !important;

        text-align: center !important;
    }

    /*
     * Cada partido vuelve a tener:
     *
     * L | LOCAL | E | VISITA | V | INFO
     */
    body.qv-public-body #matches-section .ch-table tbody tr {
        grid-template-columns:
            var(--qv-pick-column)
            minmax(0, 1fr)
            var(--qv-pick-column)
            minmax(0, 1fr)
            var(--qv-pick-column)
            var(--qv-info-column) !important;

        grid-template-areas:
            "localPick home draw away visitPick info" !important;

        gap: 0 !important;
    }

    /*
     * La columna V ya no es la última.
     */
    body.qv-public-body #matches-section .ch-table tbody tr > td:nth-child(5) {
        border-right: 1px solid #8b93a3 !important;
    }

    /*
     * Regla fundamental:
     * revierte el display:none existente en el CSS móvil.
     */
    body.qv-public-body #matches-section .ch-table tbody tr > td:nth-child(6) {
        display: flex !important;

        grid-area: info !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        align-items: stretch !important;
        justify-content: stretch !important;

        padding: 0 !important;

        border-right: 0 !important;

        background: #eef3f8 !important;

        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .cell-match-info {
        grid-area: info !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        height: var(--qv-match-height) !important;
        min-height: var(--qv-match-height) !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    body.qv-public-body #matches-section .cell-match-info-inner {
        width: 100% !important;
        min-width: 0 !important;

        height: 100% !important;
        min-height: 100% !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 1px !important;

        margin: 0 !important;
        padding: 2px 1px !important;

        border: 0 !important;
        border-radius: 0 !important;

        background:
            linear-gradient(
                180deg,
                #f8fbff 0%,
                #e7eef9 100%
            ) !important;

        box-shadow: none !important;

        overflow: hidden !important;
    }

    /*
     * Fecha
     */
body.qv-public-body #matches-section .cell-match-info .match-date {
    width: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 2px !important;

    margin: 0 !important;
    padding: 2px 1px !important;

    color: #111827 !important;

    font-size: 0.55rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;

    font-variant-numeric: tabular-nums;

    white-space: nowrap !important;
}

    /*
     * Hora
     */
    body.qv-public-body #matches-section .cell-match-info .match-time {
        width: 100% !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 2px !important;

        margin: 0 !important;
        padding: 1px 0 !important;

        color: #003ea8 !important;

        font-size: 0.47rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;

        font-variant-numeric: tabular-nums;

        white-space: nowrap !important;
    }

    /*
     * Iconos existentes.
     */
    body.qv-public-body #matches-section .cell-match-info .match-date i,
    body.qv-public-body #matches-section .cell-match-info .match-time i {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 auto !important;

        margin: 0 !important;

        font-size: 0.42rem !important;
        line-height: 1 !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-date i {
        color: #ef233c !important;
    }

    body.qv-public-body #matches-section .cell-match-info .match-time i {
        color: #2563eb !important;
    }

    /*
     * En mobile no necesitamos repetir la abreviatura
     * de liga dentro de cada fila.
     */
    body.qv-public-body #matches-section .cell-match-info .match-league-badge {
        display: none !important;
    }

    /*
     * Estado del encuentro.
     */
    body.qv-public-body #matches-section .cell-match-info .qv-match-status {
        display: block !important;

        width: calc(100% - 2px) !important;
        max-width: calc(100% - 2px) !important;

        margin: 0 !important;
        padding: 1px 1px !important;

        border-radius: 3px !important;

        font-size: 0.34rem !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        letter-spacing: -0.02em !important;

        text-align: center !important;

        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }
}