/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* App shell styles are in app.css */

/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Sidebar styles are in app.css */

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2206c346c9],
.components-reconnect-repeated-attempt-visible[b-2206c346c9],
.components-reconnect-failed-visible[b-2206c346c9],
.components-pause-visible[b-2206c346c9],
.components-resume-failed-visible[b-2206c346c9],
.components-rejoining-animation[b-2206c346c9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2206c346c9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2206c346c9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2206c346c9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2206c346c9],
#components-reconnect-modal.components-reconnect-retrying[b-2206c346c9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2206c346c9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2206c346c9],
#components-reconnect-modal.components-reconnect-failed[b-2206c346c9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2206c346c9] {
    display: block;
}


#components-reconnect-modal[b-2206c346c9] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2206c346c9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2206c346c9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2206c346c9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2206c346c9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2206c346c9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2206c346c9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

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

@keyframes components-reconnect-modal-fadeInOpacity-b-2206c346c9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2206c346c9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2206c346c9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2206c346c9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2206c346c9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2206c346c9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2206c346c9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2206c346c9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2206c346c9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2206c346c9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2206c346c9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2206c346c9 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
.dashboard-shell[b-bcktxrdtad] {
    --bg-soft: #f5f7f2;
    --ink: #19231c;
    --muted: #5d6d62;
    --accent-a: #0d7a57;
    --accent-b: #17b890;
    --accent-c: #d4a017;
    --surface: #ffffff;
    color: var(--ink);
}

@keyframes fadeSlideUp-b-bcktxrdtad {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes drawDonut-b-bcktxrdtad {
    from {
        stroke-dasharray: 0 326.73;
    }
}

@keyframes growVerticalBar-b-bcktxrdtad {
    from {
        transform: scaleY(0.1);
        transform-origin: bottom;
    }
    to {
        transform: scaleY(1);
        transform-origin: bottom;
    }
}

@keyframes growHorizontalBar-b-bcktxrdtad {
    from {
        transform: scaleX(0.08);
        transform-origin: left;
    }
    to {
        transform: scaleX(1);
        transform-origin: left;
    }
}

@keyframes softPulse-b-bcktxrdtad {
    0% {
        box-shadow: 0 0 0 0 rgba(35, 197, 155, 0.28);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(35, 197, 155, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(35, 197, 155, 0);
    }
}

.dashboard-hero[b-bcktxrdtad] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 16px;
    background: radial-gradient(circle at 15% 20%, #e8f8f1 0, #f7fbf9 50%, #fefcf2 100%);
    border: 1px solid #d8e7de;
    animation: fadeSlideUp-b-bcktxrdtad 0.55s ease both;
}

.dashboard-hero h1[b-bcktxrdtad] {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    letter-spacing: 0.02em;
}

.dashboard-hero p[b-bcktxrdtad] {
    margin: 0.35rem 0 0;
    color: var(--muted);
    max-width: 64ch;
}

.dashboard-badge[b-bcktxrdtad] {
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    border: 1px solid #bdd4c7;
    background: #edf8f2;
    color: #1c634a;
    font-size: 0.82rem;
    white-space: nowrap;
}

.metrics-grid[b-bcktxrdtad] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.metric-card[b-bcktxrdtad] {
    background: var(--surface);
    border: 1px solid #dde8e1;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 8px 22px rgba(23, 45, 34, 0.06);
    opacity: 0;
    animation: fadeSlideUp-b-bcktxrdtad 0.45s ease forwards;
    transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.metric-card:hover[b-bcktxrdtad] {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(23, 45, 34, 0.12);
}

.metric-card.players:hover[b-bcktxrdtad] {
    border-color: #64c6a7;
}

.metric-card.admins:hover[b-bcktxrdtad] {
    border-color: #68b4d6;
}

.metric-card.matches:hover[b-bcktxrdtad] {
    border-color: #e2c66b;
}

.metric-card.predictions:hover[b-bcktxrdtad] {
    border-color: #dd8d68;
}

.metrics-grid .metric-card:nth-child(1)[b-bcktxrdtad] {
    animation-delay: 0.05s;
}

.metrics-grid .metric-card:nth-child(2)[b-bcktxrdtad] {
    animation-delay: 0.1s;
}

.metrics-grid .metric-card:nth-child(3)[b-bcktxrdtad] {
    animation-delay: 0.15s;
}

.metrics-grid .metric-card:nth-child(4)[b-bcktxrdtad] {
    animation-delay: 0.2s;
}

.metric-card header[b-bcktxrdtad] {
    font-size: 0.84rem;
    color: var(--muted);
}

.metric-value[b-bcktxrdtad] {
    margin-top: 0.35rem;
    font-size: 2rem;
    font-weight: 700;
}

.metric-card footer[b-bcktxrdtad] {
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: var(--muted);
}

.metric-card.players[b-bcktxrdtad] {
    border-top: 4px solid #0d7a57;
}

.metric-card.admins[b-bcktxrdtad] {
    border-top: 4px solid #146c95;
}

.metric-card.matches[b-bcktxrdtad] {
    border-top: 4px solid #d4a017;
}

.metric-card.predictions[b-bcktxrdtad] {
    border-top: 4px solid #c7643b;
}

.chart-card[b-bcktxrdtad] {
    background: var(--surface);
    border: 1px solid #dde8e1;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 8px 22px rgba(23, 45, 34, 0.06);
    opacity: 0;
    animation: fadeSlideUp-b-bcktxrdtad 0.55s ease forwards;
    transition: transform 0.22s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.chart-card:hover[b-bcktxrdtad] {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(23, 45, 34, 0.12);
    border-color: #c9dcd1;
}

.row .chart-card[b-bcktxrdtad] {
    animation-delay: 0.22s;
}

.chart-card h5[b-bcktxrdtad] {
    margin-bottom: 0.9rem;
}

.donut-wrap[b-bcktxrdtad] {
    position: relative;
    width: 210px;
    margin: 0 auto 0.5rem;
}

.donut[b-bcktxrdtad] {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
}

.donut-track[b-bcktxrdtad],
.donut-progress[b-bcktxrdtad] {
    fill: none;
    stroke-width: 12;
}

.donut-track[b-bcktxrdtad] {
    stroke: #e7efe9;
}

.donut-progress[b-bcktxrdtad] {
    stroke: url(#none);
    stroke: var(--accent-b);
    stroke-linecap: round;
    animation: drawDonut-b-bcktxrdtad 1.4s cubic-bezier(.3,.7,0,1) forwards;
    transition: stroke 0.22s ease, filter 0.22s ease;
}

.donut-wrap:hover .donut-progress[b-bcktxrdtad] {
    stroke: #0f7b58;
    filter: drop-shadow(0 0 8px rgba(23, 184, 144, 0.35));
}

.donut-label[b-bcktxrdtad] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
}

.donut-percent[b-bcktxrdtad] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #15543f;
    animation: softPulse-b-bcktxrdtad 2.1s ease-out 0.7s 1;
}

.legend-list[b-bcktxrdtad] {
    display: grid;
    gap: 0.35rem;
    color: var(--muted);
}

.legend-dot[b-bcktxrdtad] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.45rem;
}

.legend-dot.done[b-bcktxrdtad] {
    background: var(--accent-b);
}

.legend-dot.pending[b-bcktxrdtad] {
    background: #d0ded5;
}

.activity-chart[b-bcktxrdtad] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.65rem;
    align-items: end;
    min-height: 220px;
}

.activity-col[b-bcktxrdtad] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: end;
    text-align: center;
    gap: 0.35rem;
    transition: transform 0.18s ease;
}

.activity-col:hover[b-bcktxrdtad] {
    transform: translateY(-2px);
}

.activity-value[b-bcktxrdtad] {
    font-size: 0.8rem;
    color: var(--muted);
    transition: color 0.2s ease, transform 0.2s ease;
}

.activity-bar-wrap[b-bcktxrdtad] {
    background: #edf3ef;
    border-radius: 12px;
    height: 150px;
    display: flex;
    align-items: flex-end;
    padding: 4px;
}

.activity-bar[b-bcktxrdtad] {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #23c59b 0%, #0f7b58 100%);
    transition: height 0.35s ease;
    animation: growVerticalBar-b-bcktxrdtad 0.6s ease both;
}

.activity-col:hover .activity-bar[b-bcktxrdtad] {
    background: linear-gradient(180deg, #2ce3b4 0%, #108160 100%);
}

.activity-col:hover .activity-value[b-bcktxrdtad] {
    color: #125840;
    transform: scale(1.06);
}

.activity-col:nth-child(1) .activity-bar[b-bcktxrdtad] { animation-delay: 0.05s; }
.activity-col:nth-child(2) .activity-bar[b-bcktxrdtad] { animation-delay: 0.1s; }
.activity-col:nth-child(3) .activity-bar[b-bcktxrdtad] { animation-delay: 0.15s; }
.activity-col:nth-child(4) .activity-bar[b-bcktxrdtad] { animation-delay: 0.2s; }
.activity-col:nth-child(5) .activity-bar[b-bcktxrdtad] { animation-delay: 0.25s; }
.activity-col:nth-child(6) .activity-bar[b-bcktxrdtad] { animation-delay: 0.3s; }
.activity-col:nth-child(7) .activity-bar[b-bcktxrdtad] { animation-delay: 0.35s; }

.activity-day[b-bcktxrdtad] {
    font-size: 0.78rem;
    color: var(--muted);
    text-transform: uppercase;
}

.leaderboard-list[b-bcktxrdtad] {
    display: grid;
    gap: 0.8rem;
}

.leader-row[b-bcktxrdtad] {
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px solid #e2ebe5;
    background: #fbfdfb;
    opacity: 0;
    animation: fadeSlideUp-b-bcktxrdtad 0.45s ease forwards;
    transition: transform 0.2s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.leader-row:hover[b-bcktxrdtad] {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(23, 45, 34, 0.1);
}

.leader-row.tier-1:hover[b-bcktxrdtad] {
    border-color: #dbbb4d;
    background: linear-gradient(90deg, #fff9e8 0%, #fbfdfb 100%);
}

.leader-row.tier-2:hover[b-bcktxrdtad] {
    border-color: #b8c7d0;
    background: linear-gradient(90deg, #f4f8fb 0%, #fbfdfb 100%);
}

.leader-row.tier-3:hover[b-bcktxrdtad] {
    border-color: #d2b29f;
    background: linear-gradient(90deg, #fff3ec 0%, #fbfdfb 100%);
}

.leader-row:nth-child(1)[b-bcktxrdtad] { animation-delay: 0.08s; }
.leader-row:nth-child(2)[b-bcktxrdtad] { animation-delay: 0.12s; }
.leader-row:nth-child(3)[b-bcktxrdtad] { animation-delay: 0.16s; }
.leader-row:nth-child(4)[b-bcktxrdtad] { animation-delay: 0.2s; }
.leader-row:nth-child(5)[b-bcktxrdtad] { animation-delay: 0.24s; }
.leader-row:nth-child(6)[b-bcktxrdtad] { animation-delay: 0.28s; }
.leader-row:nth-child(7)[b-bcktxrdtad] { animation-delay: 0.32s; }
.leader-row:nth-child(8)[b-bcktxrdtad] { animation-delay: 0.36s; }
.leader-row:nth-child(9)[b-bcktxrdtad] { animation-delay: 0.4s; }
.leader-row:nth-child(10)[b-bcktxrdtad] { animation-delay: 0.44s; }

.leader-head[b-bcktxrdtad] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.leader-position[b-bcktxrdtad] {
    min-width: 2rem;
    font-weight: 700;
    color: #196347;
}

.leader-name[b-bcktxrdtad] {
    flex: 1;
    font-weight: 600;
}

.leader-points[b-bcktxrdtad] {
    font-weight: 700;
    color: #184f3a;
}

.leader-bar-wrap[b-bcktxrdtad] {
    margin: 0.45rem 0;
    height: 8px;
    border-radius: 999px;
    background: #e4efe8;
    overflow: hidden;
}

.leader-bar[b-bcktxrdtad] {
    height: 100%;
    background: linear-gradient(90deg, #22b488, #0f7b58);
    animation: growHorizontalBar-b-bcktxrdtad 0.65s ease both;
    transition: filter 0.2s ease;
}

.leader-row:hover .leader-bar[b-bcktxrdtad] {
    filter: saturate(1.15) brightness(1.05);
}

.upcoming-list[b-bcktxrdtad] {
    display: grid;
    gap: 0.7rem;
}

.upcoming-row[b-bcktxrdtad] {
    border: 1px solid #e2ebe5;
    border-radius: 12px;
    padding: 0.7rem;
    background: #fbfdfb;
    opacity: 0;
    animation: fadeSlideUp-b-bcktxrdtad 0.45s ease forwards;
    transition: transform 0.2s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.upcoming-row:hover[b-bcktxrdtad] {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(23, 45, 34, 0.1);
}

.upcoming-row.is-open:hover[b-bcktxrdtad] {
    border-color: #9fd2be;
    background: linear-gradient(90deg, #f0fbf6 0%, #fbfdfb 100%);
}

.upcoming-row.is-closed:hover[b-bcktxrdtad] {
    border-color: #e5c7a9;
    background: linear-gradient(90deg, #fff6ed 0%, #fbfdfb 100%);
}

.upcoming-row.demand-high:hover[b-bcktxrdtad] {
    box-shadow: 0 12px 24px rgba(185, 127, 21, 0.22);
}

.upcoming-row.demand-low:hover[b-bcktxrdtad] {
    box-shadow: 0 10px 20px rgba(23, 45, 34, 0.08);
}

.upcoming-row:nth-child(1)[b-bcktxrdtad] { animation-delay: 0.08s; }
.upcoming-row:nth-child(2)[b-bcktxrdtad] { animation-delay: 0.12s; }
.upcoming-row:nth-child(3)[b-bcktxrdtad] { animation-delay: 0.16s; }
.upcoming-row:nth-child(4)[b-bcktxrdtad] { animation-delay: 0.2s; }
.upcoming-row:nth-child(5)[b-bcktxrdtad] { animation-delay: 0.24s; }
.upcoming-row:nth-child(6)[b-bcktxrdtad] { animation-delay: 0.28s; }
.upcoming-row:nth-child(7)[b-bcktxrdtad] { animation-delay: 0.32s; }
.upcoming-row:nth-child(8)[b-bcktxrdtad] { animation-delay: 0.36s; }

.upcoming-top[b-bcktxrdtad] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.upcoming-meta[b-bcktxrdtad] {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.status-chip[b-bcktxrdtad] {
    font-size: 0.72rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    border: 1px solid;
    align-self: start;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.upcoming-row:hover .status-chip[b-bcktxrdtad] {
    transform: translateY(-1px);
    filter: brightness(1.02);
}

.status-chip.open[b-bcktxrdtad] {
    background: #e6f7ef;
    color: #1b664c;
    border-color: #b7decf;
}

.status-chip.closed[b-bcktxrdtad] {
    background: #fff3e9;
    color: #83501e;
    border-color: #ebcca9;
}

.demand-bar-wrap[b-bcktxrdtad] {
    margin-top: 0.5rem;
    height: 8px;
    border-radius: 999px;
    background: #e4efe8;
    overflow: hidden;
}

.demand-bar[b-bcktxrdtad] {
    height: 100%;
    background: linear-gradient(90deg, #e0b92e, #b97f15);
    animation: growHorizontalBar-b-bcktxrdtad 0.65s ease both;
    transition: filter 0.2s ease;
}

.upcoming-row:hover .demand-bar[b-bcktxrdtad] {
    filter: saturate(1.2) brightness(1.04);
}

@media (max-width: 1100px) {
    .metrics-grid[b-bcktxrdtad] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .dashboard-hero[b-bcktxrdtad] {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-badge[b-bcktxrdtad] {
        width: fit-content;
    }

    .metrics-grid[b-bcktxrdtad] {
        grid-template-columns: 1fr;
    }

    .donut-wrap[b-bcktxrdtad] {
        width: 180px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dashboard-hero[b-bcktxrdtad],
    .metric-card[b-bcktxrdtad],
    .chart-card[b-bcktxrdtad],
    .leader-row[b-bcktxrdtad],
    .upcoming-row[b-bcktxrdtad],
    .donut-progress[b-bcktxrdtad],
    .donut-percent[b-bcktxrdtad],
    .activity-bar[b-bcktxrdtad],
    .leader-bar[b-bcktxrdtad],
    .demand-bar[b-bcktxrdtad] {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
/* /Components/Pages/Fixture.razor.rz.scp.css */
.fixture-hero[b-sd16xkhgx1] {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    padding: 2rem 1.4rem;
    margin-bottom: 1.2rem;
    background-image: linear-gradient(140deg, rgba(7, 39, 30, 0.9) 0%, rgba(16, 92, 67, 0.82) 45%, rgba(12, 51, 96, 0.74) 100%),
        url('https://images.unsplash.com/photo-1543357480-c60d40007a3f?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
    color: #f5fff8;
    box-shadow: 0 16px 34px rgba(9, 34, 27, 0.25);
}

.fixture-hero__overlay[b-sd16xkhgx1] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 24, 18, 0.12) 0%, rgba(9, 24, 18, 0.44) 100%);
}

.fixture-hero__content[b-sd16xkhgx1] {
    position: relative;
    max-width: 54rem;
}

.fixture-hero__kicker[b-sd16xkhgx1] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(120deg, #ffec9a, #f8b81f);
    color: #102318;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.28rem 0.65rem;
    margin-bottom: 0.7rem;
}

.fixture-hero h1[b-sd16xkhgx1] {
    margin-bottom: 0.6rem;
}

.fixture-hero p[b-sd16xkhgx1] {
    margin: 0;
    color: rgba(245, 255, 248, 0.88);
}

.fixture-empty[b-sd16xkhgx1] {
    border: 1px dashed #b8d0c2;
    border-radius: 0.9rem;
    background: #f8fcfa;
    color: #355247;
    padding: 1.2rem;
}

.fixture-stages[b-sd16xkhgx1] {
    display: grid;
    gap: 1rem;
}

.fixture-stage[b-sd16xkhgx1] {
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid #d7e7de;
    box-shadow: 0 10px 26px rgba(13, 47, 36, 0.11);
    overflow: hidden;
}

.fixture-stage__header[b-sd16xkhgx1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.fixture-stage__header h2[b-sd16xkhgx1] {
    margin: 0;
    font-size: 1.3rem;
}

.fixture-stage__count[b-sd16xkhgx1] {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.fixture-stage--group .fixture-stage__header[b-sd16xkhgx1] {
    background: linear-gradient(120deg, #0f7a49, #1b8f4f);
    color: #effff5;
}

.fixture-stage--round32 .fixture-stage__header[b-sd16xkhgx1] {
    background: linear-gradient(120deg, #0a5f7a, #0f88a8);
    color: #ecfafe;
}

.fixture-stage--round16 .fixture-stage__header[b-sd16xkhgx1] {
    background: linear-gradient(120deg, #145b8f, #2379b8);
    color: #eef7ff;
}

.fixture-stage--quarter .fixture-stage__header[b-sd16xkhgx1] {
    background: linear-gradient(120deg, #2d4ca7, #4a68c2);
    color: #f1f3ff;
}

.fixture-stage--semi .fixture-stage__header[b-sd16xkhgx1] {
    background: linear-gradient(120deg, #66348c, #8e4ab9);
    color: #faf1ff;
}

.fixture-stage--final .fixture-stage__header[b-sd16xkhgx1] {
    background: linear-gradient(120deg, #ab7a07, #d39a14);
    color: #fff9e7;
}

.fixture-stage--third .fixture-stage__header[b-sd16xkhgx1] {
    background: linear-gradient(120deg, #7d4f2f, #9b6a44);
    color: #fff4eb;
}

.fixture-group-grid[b-sd16xkhgx1] {
    display: grid;
    gap: 0.85rem;
    padding: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}

.fixture-group-card[b-sd16xkhgx1] {
    border: 1px solid #d8e7de;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #ffffff, #f7fcf9);
    overflow: hidden;
}

.fixture-group-card__header[b-sd16xkhgx1] {
    padding: 0.65rem 0.8rem;
    border-bottom: 1px solid #e4efe8;
}

.fixture-group-card__tag[b-sd16xkhgx1] {
    font-weight: 700;
    color: #0c5b35;
    letter-spacing: 0.03em;
}

.fixture-table-wrap[b-sd16xkhgx1] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fixture-table[b-sd16xkhgx1] {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.fixture-table th[b-sd16xkhgx1],
.fixture-table td[b-sd16xkhgx1] {
    padding: 0.55rem 0.5rem;
    border-bottom: 1px solid #e7f0eb;
    vertical-align: middle;
    font-size: 0.85rem;
}

.fixture-table th[b-sd16xkhgx1] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4a6357;
    background: #f5faf7;
    white-space: nowrap;
    font-weight: 600;
}

.fixture-table tbody tr:hover[b-sd16xkhgx1] {
    background: #f2faf5;
}

.fixture-team-cell[b-sd16xkhgx1] {
    font-weight: 600;
    color: #1c3128;
    word-break: break-word;
}

.fixture-status[b-sd16xkhgx1] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.5rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.fixture-status--scheduled[b-sd16xkhgx1] {
    color: #7a5200;
    background: #fff2cf;
    border: 1px solid #ffd98f;
}

.fixture-status--playing[b-sd16xkhgx1] {
    color: #0c4f85;
    background: #e1f2ff;
    border: 1px solid #9fcef1;
}

.fixture-status--finished[b-sd16xkhgx1] {
    color: #0e5f35;
    background: #dff6e8;
    border: 1px solid #97d8b0;
}

.fixture-footer-sponsors[b-sd16xkhgx1] {
    margin-top: 1.1rem;
    border: 1px solid #d8e7de;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
    box-shadow: 0 10px 24px rgba(13, 47, 36, 0.1);
    padding: 0.95rem;
}

.fixture-footer-sponsors__header[b-sd16xkhgx1] {
    margin-bottom: 0.25rem;
    text-align: center;
}

.fixture-footer-sponsors__header h2[b-sd16xkhgx1] {
    margin: 0;
    font-size: 1.1rem;
}

.fixture-footer-sponsors__header p[b-sd16xkhgx1] {
    margin: 0.3rem 0 0;
    color: #4a6357;
    font-size: 0.9rem;
}

.fixture-footer-sponsors :global(.sponsors-section)[b-sd16xkhgx1] {
    margin: 0.4rem 0;
}

.fixture-footer-sponsors :global(.sponsors-container)[b-sd16xkhgx1] {
    gap: 0.9rem;
}

@media (max-width: 680px) {
    .fixture-hero[b-sd16xkhgx1] {
        padding: 1.4rem 1rem;
    }

    .fixture-table[b-sd16xkhgx1] {
        min-width: 560px;
    }

    .fixture-stage__header[b-sd16xkhgx1] {
        flex-direction: column;
        align-items: flex-start;
    }

    .fixture-group-grid[b-sd16xkhgx1] {
        grid-template-columns: 1fr;
        padding: 0.55rem;
        gap: 0.65rem;
    }

    .fixture-footer-sponsors[b-sd16xkhgx1] {
        padding: 0.75rem;
    }

}
/* /Components/Pages/Horarios.razor.rz.scp.css */
.daily-schedule-hero[b-xu3hlk1sno] {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    padding: 2rem 1.4rem;
    margin-bottom: 1.2rem;
    background-image: linear-gradient(145deg, rgba(13, 44, 73, 0.9) 0%, rgba(11, 92, 122, 0.82) 45%, rgba(13, 129, 95, 0.72) 100%),
        url('https://images.unsplash.com/photo-1570498839593-e565b39455fc?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
    color: #f3fcff;
    box-shadow: 0 16px 34px rgba(10, 31, 47, 0.25);
}

.daily-schedule-hero__overlay[b-xu3hlk1sno] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 25, 33, 0.12) 0%, rgba(7, 25, 33, 0.44) 100%);
}

.daily-schedule-hero__content[b-xu3hlk1sno] {
    position: relative;
    max-width: 52rem;
}

.daily-schedule-hero__kicker[b-xu3hlk1sno] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(120deg, #ffd79a, #ff9f43);
    color: #132730;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.28rem 0.65rem;
    margin-bottom: 0.7rem;
}

.daily-schedule-hero h1[b-xu3hlk1sno] {
    margin-bottom: 0.6rem;
}

.daily-schedule-hero p[b-xu3hlk1sno] {
    margin: 0;
    color: rgba(243, 252, 255, 0.88);
}

.daily-schedule-empty[b-xu3hlk1sno] {
    border: 1px dashed #bed8d0;
    border-radius: 0.9rem;
    background: #f4fbf8;
    color: #32554a;
    padding: 1.2rem;
}

.daily-schedule-filters[b-xu3hlk1sno] {
    border: 1px solid #d5e7df;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff, #f6fbf8);
    box-shadow: 0 10px 24px rgba(13, 47, 36, 0.08);
    padding: 0.75rem 0.8rem;
    margin-bottom: 0.9rem;
}

.daily-schedule-filters__chips[b-xu3hlk1sno] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.daily-schedule-filters__controls[b-xu3hlk1sno] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 0.55rem;
}

.daily-schedule-select-wrap[b-xu3hlk1sno] {
    display: grid;
    gap: 0.22rem;
    min-width: 13.5rem;
}

.daily-schedule-select-wrap span[b-xu3hlk1sno] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #3d6255;
    font-weight: 700;
}

.daily-schedule-select[b-xu3hlk1sno] {
    border: 1px solid #b6d5c7;
    border-radius: 0.65rem;
    background: #f8fcfa;
    color: #203e33;
    padding: 0.4rem 0.55rem;
    font-size: 0.84rem;
    font-weight: 600;
}

.daily-schedule-select:focus[b-xu3hlk1sno] {
    outline: 2px solid rgba(14, 130, 93, 0.32);
    border-color: #0f8562;
}

.daily-schedule-filter[b-xu3hlk1sno] {
    border: 1px solid #b6d5c7;
    border-radius: 999px;
    background: #eef8f2;
    color: #234236;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.36rem 0.68rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.daily-schedule-filter:hover[b-xu3hlk1sno] {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(14, 46, 36, 0.12);
}

.daily-schedule-filter--active[b-xu3hlk1sno] {
    border-color: #0b8362;
    background: linear-gradient(120deg, #0d8460, #1ca176);
    color: #f2fff8;
}

.daily-schedule-filter--clear[b-xu3hlk1sno] {
    border-color: #cfcfcf;
    background: #f4f4f4;
    color: #434343;
}

.daily-schedule-filters__summary[b-xu3hlk1sno] {
    margin: 0.55rem 0 0;
    color: #48675b;
    font-size: 0.83rem;
}

.daily-schedule-filters__count[b-xu3hlk1sno] {
    margin: 0.3rem 0 0;
    color: #1d4a3b;
    font-size: 0.84rem;
    font-weight: 700;
}

.daily-schedule-list[b-xu3hlk1sno] {
    display: grid;
    gap: 0.75rem;
}

.daily-schedule-day[b-xu3hlk1sno] {
    border-radius: 1rem;
    border: 1px solid #d4e6de;
    background: linear-gradient(180deg, #ffffff, #f8fcfa);
    box-shadow: 0 10px 22px rgba(16, 46, 37, 0.1);
    overflow: hidden;
}

.daily-schedule-day__summary[b-xu3hlk1sno] {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    padding: 0.95rem 1rem;
    cursor: pointer;
    background: linear-gradient(110deg, #0c7f59, #1c9f73);
    color: #effff8;
}

.daily-schedule-day__summary[b-xu3hlk1sno]::-webkit-details-marker {
    display: none;
}

.daily-schedule-day__summary--today[b-xu3hlk1sno] {
    background: linear-gradient(110deg, #0f6693, #1b8db8);
}

.daily-schedule-day__left h2[b-xu3hlk1sno] {
    margin: 0;
    font-size: 1.1rem;
    text-transform: capitalize;
}

.daily-schedule-day__meta[b-xu3hlk1sno] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.95;
}

.daily-schedule-day__chevron[b-xu3hlk1sno] {
    font-size: 1.1rem;
    transition: transform 0.22s ease;
}

.daily-schedule-day[open] .daily-schedule-day__chevron[b-xu3hlk1sno] {
    transform: rotate(180deg);
}

.daily-schedule-day__body[b-xu3hlk1sno] {
    padding: 0.55rem;
}

.daily-schedule-table[b-xu3hlk1sno] {
    width: 100%;
    border-collapse: collapse;
}

.daily-schedule-table th[b-xu3hlk1sno],
.daily-schedule-table td[b-xu3hlk1sno] {
    padding: 0.56rem 0.5rem;
    border-bottom: 1px solid #e3efe9;
    vertical-align: middle;
    font-size: 0.84rem;
}

.daily-schedule-table th[b-xu3hlk1sno] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #48675b;
    background: #f2faf6;
    white-space: nowrap;
    font-weight: 700;
}

.daily-schedule-table tbody tr:hover[b-xu3hlk1sno] {
    background: #eff9f3;
}

.daily-schedule-table__time[b-xu3hlk1sno] {
    font-weight: 800;
    color: #12382d;
    width: 6.4rem;
}

.daily-schedule-table__teams[b-xu3hlk1sno] {
    font-weight: 600;
    color: #20362d;
}

.daily-schedule-table__result[b-xu3hlk1sno] {
    font-weight: 700;
    color: #184a39;
    white-space: nowrap;
    text-align: center;
    min-width: 6.8rem;
}

.daily-schedule-status[b-xu3hlk1sno] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.5rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.daily-schedule-status--scheduled[b-xu3hlk1sno] {
    color: #744f00;
    background: #fff1cb;
    border: 1px solid #ffd78b;
}

.daily-schedule-status--playing[b-xu3hlk1sno] {
    color: #0c4d84;
    background: #dff1ff;
    border: 1px solid #9bccf0;
}

.daily-schedule-status--finished[b-xu3hlk1sno] {
    color: #0c6035;
    background: #dff6e8;
    border: 1px solid #99dcb3;
}

.daily-schedule-footer-sponsors[b-xu3hlk1sno] {
    margin-top: 1rem;
    border: 1px solid #d8e7de;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
    box-shadow: 0 10px 24px rgba(13, 47, 36, 0.1);
    padding: 0.95rem;
}

.daily-schedule-footer-sponsors__header[b-xu3hlk1sno] {
    margin-bottom: 0.25rem;
    text-align: center;
}

.daily-schedule-footer-sponsors__header h2[b-xu3hlk1sno] {
    margin: 0;
    font-size: 1.1rem;
}

.daily-schedule-footer-sponsors__header p[b-xu3hlk1sno] {
    margin: 0.3rem 0 0;
    color: #4a6357;
    font-size: 0.9rem;
}

.daily-schedule-footer-sponsors :global(.sponsors-section)[b-xu3hlk1sno] {
    margin: 0.4rem 0;
}

.daily-schedule-footer-sponsors :global(.sponsors-container)[b-xu3hlk1sno] {
    gap: 0.9rem;
}

@media (max-width: 900px) {
    .daily-schedule-table[b-xu3hlk1sno] {
        min-width: 760px;
    }

    .daily-schedule-day__body[b-xu3hlk1sno] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 680px) {
    .daily-schedule-hero[b-xu3hlk1sno] {
        padding: 1.35rem 1rem;
    }

    .daily-schedule-filters[b-xu3hlk1sno] {
        padding: 0.66rem;
    }

    .daily-schedule-filter[b-xu3hlk1sno] {
        font-size: 0.72rem;
        padding: 0.34rem 0.58rem;
    }

    .daily-schedule-filters__controls[b-xu3hlk1sno] {
        align-items: stretch;
    }

    .daily-schedule-select-wrap[b-xu3hlk1sno] {
        min-width: 100%;
    }

    .daily-schedule-day__summary[b-xu3hlk1sno] {
        padding: 0.78rem 0.82rem;
    }

    .daily-schedule-day__left h2[b-xu3hlk1sno] {
        font-size: 0.98rem;
    }

    .daily-schedule-footer-sponsors[b-xu3hlk1sno] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/PreguntasFrecuentes.razor.rz.scp.css */
.faq-hero[b-45nibflxda] {
    position: relative;
    min-height: clamp(300px, 46vh, 460px);
    display: flex;
    align-items: end;
    overflow: hidden;
    background-image: url('https://images.unsplash.com/photo-1522778119026-d647f0596c20?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
}

.faq-hero__overlay[b-45nibflxda] {
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(3, 18, 11, 0.9), rgba(4, 31, 20, 0.66) 52%, rgba(8, 40, 76, 0.46));
}

.faq-hero__content[b-45nibflxda] {
    position: relative;
    z-index: 1;
    width: min(1040px, 92%);
    margin: 0 auto;
    padding: clamp(2rem, 4vw, 3.2rem) 0;
    color: #f6f8ef;
}

.faq-hero__kicker[b-45nibflxda] {
    margin: 0 0 0.8rem;
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffd75e;
    border: 1px solid rgba(255, 215, 94, 0.55);
    background: rgba(255, 215, 94, 0.14);
}

.faq-hero h1[b-45nibflxda] {
    margin: 0 0 0.7rem;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.faq-hero p[b-45nibflxda] {
    margin: 0;
    max-width: 60ch;
    color: rgba(247, 250, 245, 0.88);
    font-size: clamp(0.98rem, 2vw, 1.12rem);
    line-height: 1.65;
}

.faq-content[b-45nibflxda] {
    width: min(1040px, 92%);
    margin: 0 auto;
    padding: clamp(1.4rem, 4vw, 2.6rem) 0 clamp(2rem, 5vw, 3.2rem);
}

.faq-content__intro[b-45nibflxda] {
    margin-bottom: 1.2rem;
}

.faq-content__intro h2[b-45nibflxda] {
    margin: 0;
    color: #122f24;
    font-size: clamp(1.35rem, 3vw, 1.95rem);
}

.faq-content__intro p[b-45nibflxda] {
    margin: 0.55rem 0 0;
    color: #446254;
    max-width: 72ch;
}

.faq-list[b-45nibflxda] {
    display: grid;
    gap: 0.75rem;
}

.faq-item[b-45nibflxda] {
    border: 1px solid #d6e7db;
    border-radius: 14px;
    background: linear-gradient(120deg, #ffffff, #f5fbf7);
    box-shadow: 0 8px 22px rgba(9, 40, 29, 0.08);
    overflow: clip;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.faq-item:hover[b-45nibflxda] {
    border-color: #8bbca3;
    box-shadow: 0 12px 28px rgba(9, 40, 29, 0.12);
}

.faq-item summary[b-45nibflxda] {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    padding: 1rem 1.15rem;
    color: #133829;
    font-weight: 700;
}

.faq-item summary[b-45nibflxda]::-webkit-details-marker {
    display: none;
}

.faq-item summary i[b-45nibflxda] {
    color: #1f6a4a;
    transition: transform 160ms ease;
}

.faq-item[open] summary i[b-45nibflxda] {
    transform: rotate(45deg);
}

.faq-item__answer[b-45nibflxda] {
    padding: 0 1.15rem 1rem;
}

.faq-item__answer p[b-45nibflxda] {
    margin: 0;
    color: #355848;
    line-height: 1.62;
}

.faq-help-box[b-45nibflxda] {
    margin-top: 1.2rem;
    border-radius: 16px;
    padding: clamp(1rem, 3vw, 1.4rem);
    background: linear-gradient(135deg, #0f3b2a, #165238 58%, #155b83);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(11, 41, 30, 0.22);
}

.faq-help-box h3[b-45nibflxda] {
    margin: 0;
    font-size: 1.2rem;
}

.faq-help-box p[b-45nibflxda] {
    margin: 0.45rem 0 0;
    color: rgba(236, 247, 241, 0.87);
}

.faq-help-box__actions[b-45nibflxda] {
    margin-top: 0.85rem;
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

@media (max-width: 760px) {
    .faq-hero[b-45nibflxda] {
        min-height: 280px;
        align-items: center;
    }

    .faq-item summary[b-45nibflxda] {
        padding: 0.9rem 0.95rem;
    }

    .faq-item__answer[b-45nibflxda] {
        padding: 0 0.95rem 0.95rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-item[b-45nibflxda],
    .faq-item summary i[b-45nibflxda] {
        transition: none;
    }
}
