/* /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: hidden;
}

.fixture-table[b-sd16xkhgx1] {
    width: 100%;
    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--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-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;
    }

}
