/* _content/OddsVerdict.Blazor/Components/Layout/Footer.razor.rz.scp.css */
.footer-root[b-hrqdozzg1w] {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

/* Shared container */
.footer-container[b-hrqdozzg1w] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px; /* +25% padding (was 16px) */
    text-align: center;
}

/* Top section (grey) */
.footer-top[b-hrqdozzg1w] {
    background-color: #e5e4e5;
}

.footer-logo[b-hrqdozzg1w] {
    height: 50px; /* +25% size (was 40px) */
    max-width: 100%;
}

/* Middle section (white) */
.footer-main[b-hrqdozzg1w] {
    background-color: var(--page-heading-color);
}

.footer-links[b-hrqdozzg1w] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* +25% spacing */
}

.footer-links a[b-hrqdozzg1w] {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.footer-links a:hover[b-hrqdozzg1w] {
    color: #ce9e36;
}

/* Bottom section (gold) */
.footer-bottom[b-hrqdozzg1w] {
    background-color: var(--page-heading-color);
}

.footer-bottom p[b-hrqdozzg1w] {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

/* Social media icons container */
.footer-social[b-hrqdozzg1w] {
    display: flex;
    justify-content: center; /* center horizontally */
    gap: 30px; /* space between icons */
    padding: 20px 0; /* spacing above & below row */
    background-color: var(--page-heading-color);
    margin-top : 5px;
    margin-bottom: 5px;
}

/* Generic social icon style */
.social-item[b-hrqdozzg1w] {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: all 0.2s;
}

/* Specific icons with default (non-dark) */
.facebook[b-hrqdozzg1w] {
    background-image: url('/images/icons/facebookIcon.png');
}

.instagram[b-hrqdozzg1w] {
    background-image: url('/images/icons/instagramIcon.png');
}

.reddit[b-hrqdozzg1w] {
    background-image: url('/images/icons/redditIcon.png');
    height:40px;
    width:47px;
}

.twitter[b-hrqdozzg1w] {
    background-image: url('/images/icons/twitterIcon.png');
    height: 40px;
    width: 51px;
}

/* Responsible gambling section */
.footer-responsible[b-hrqdozzg1w] {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center; /* vertical alignment */
    gap: 30px; /* space between icons */
    padding: 20px 0; /* spacing above/below */
    background-color: var(--page-heading-color); /* same as footer-main */
}

    /* Icons */
    .footer-responsible img[b-hrqdozzg1w] {
        height: 20px; /* consistent size */
        width: auto;
        object-fit: contain;
        opacity: 0.9; /* slight soften (optional) */
    }

        /* Optional hover (subtle effect if you want) */
        .footer-responsible img:hover[b-hrqdozzg1w] {
            opacity: 1;
        }


/* Responsive */
@media (max-width: 768px) {
    .footer-links[b-hrqdozzg1w] {
        flex-direction: column;
        gap: 10px;
    }

    .footer-logo[b-hrqdozzg1w] {
        height: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .footer-social[b-hrqdozzg1w] {
        flex-direction: row;
        gap: 20px;
    }

    .footer-responsible[b-hrqdozzg1w] {
        gap: 20px;
    }

    .footer-responsible img[b-hrqdozzg1w] {
        height: 10px;
    }

    .social-item[b-hrqdozzg1w] {
        width: 20px;
        height: 20px;
    }

    .reddit[b-hrqdozzg1w] {
        width: 23.5px;
    }

    .twitter[b-hrqdozzg1w] {
        width: 25.5px;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/Header.razor.rz.scp.css */
.logo-container[b-myfy3bwry2] {
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    gap: 50px;
    background-color: var(--header-color);
    padding-left: var(--logo-padding-left);
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo[b-myfy3bwry2] {
   height: 8vh;
   width: auto;
}

.header-actions[b-myfy3bwry2] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1;
    padding-right: 200px;
}

.action-item[b-myfy3bwry2] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: var(--page-heading-color);
}

.action-item img[b-myfy3bwry2] {
    width: 30px;
    height: 30px;
}
.action-item[b-myfy3bwry2] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: var(--page-heading-color);
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px; 
    cursor: pointer;
}

.scheduled[b-myfy3bwry2] {
    background-image: url('/images/icons/scoresIconDark.png');
    color: black;
}

.scheduled:hover[b-myfy3bwry2], .scheduled:active[b-myfy3bwry2], .scheduled.active[b-myfy3bwry2] {
    background-image: url('/images/icons/scoresIcon.png');
    color: var(--page-heading-color);
}

.news[b-myfy3bwry2] {
    background-image: url('/images/icons/newsIconDark.png');
    color: black;
}

.news:hover[b-myfy3bwry2], .news:active[b-myfy3bwry2] {
    background-image: url('/images/icons/newsIcon.png');
    color: var(--page-heading-color);
}

.login[b-myfy3bwry2] {
    background-image: url('/images/icons/userIconDark.png');
    margin-right: 50px;
    color: black;
}

.login:hover[b-myfy3bwry2],
.login.active[b-myfy3bwry2] {
    background-image: url('/images/icons/userIcon.png');
    color: var(--page-heading-color);
}

.action-item span[b-myfy3bwry2] {
    font-size: 14px;
    line-height: 20px;
}

.heading-panel[b-myfy3bwry2] {
    padding-left: var(--logo-padding-left);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--page-heading-color);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.heading-panel img[b-myfy3bwry2] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media(min-width: 768px) {
    .logo[b-myfy3bwry2] {
        width: 220px;
    }

    .heading-panel[b-myfy3bwry2] {
        font-size: 14px;
    }
}

/* Hide mobile UI on desktop */
.mobile-header[b-myfy3bwry2],
.mobile-menu[b-myfy3bwry2],
.mobile-overlay[b-myfy3bwry2] {
    display: none;
}

/* MOBILE ONLY */
@media (max-width: 768px) {

    .logo-container[b-myfy3bwry2],
    .heading-panel[b-myfy3bwry2] {
        display: none;
    }

    .mobile-header[b-myfy3bwry2] {
        display: flex;
        background-color: var(--header-color);
        padding: 10px 20px 0px 10px;
    }

    .mobile-logo[b-myfy3bwry2] {
        height: 40px;
        margin-left: 20px;
    }

    .hamburger[b-myfy3bwry2] {
        font-size: 28px;
        background: none;
        border: none;
        color: black;
        cursor: pointer;
    }

    .mobile-overlay[b-myfy3bwry2] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 99;
    }

    .mobile-overlay.show[b-myfy3bwry2] {
        opacity: .5;
        pointer-events: auto;
    }

    .mobile-menu[b-myfy3bwry2] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 80vw;
        height: 100vh;
        background: white;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 100;
    }

    .mobile-menu.open[b-myfy3bwry2] {
        transform: translateX(0);
    }

    .mobile-menu-content[b-myfy3bwry2] {
        display: flex;
        flex-direction: column;
        height: 100vh;
        padding: 10px;
        background-color: var(--header-color);
    }

    .mobile-logo-container[b-myfy3bwry2] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-menu[b-myfy3bwry2] {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 28px;
        cursor: pointer;
        color: black;
    }

        .mobile-logo-container img[b-myfy3bwry2] {
            height: 40px;
            margin-bottom: 20px;
        }

    .mobile-section[b-myfy3bwry2] {
        display: flex;
        align-items: center;
        gap: 10px;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 20px;
        color: var(--page-heading-color);
        background : white;
        padding: 1vh;
    }

    .mobile-section img[b-myfy3bwry2] {
        width: 20px;
    }

    .mobile-action[b-myfy3bwry2] {
        display: flex;
        align-items: center;
        font-family: 'Roboto';
        font-weight: bold;
        padding: 12px 0;
        padding-left: 40px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px;
        cursor: pointer;
        color: black;
    }

    .mobile-action span[b-myfy3bwry2] {
        font-size: 14px;
    }

    .mobile-action.scheduled[b-myfy3bwry2] {
        background-image: url('/images/icons/scoresIconDark.png');
    }

    .mobile-action.scheduled.active[b-myfy3bwry2] {
        background-image: url('/images/icons/scoresIcon.png');
        color: var(--page-heading-color);
    }

    .mobile-action.news[b-myfy3bwry2] {
        background-image: url('/images/icons/newsIconDark.png');
    }

        .mobile-action.login[b-myfy3bwry2] {
            background-image: url('/images/icons/userIconDark.png');
        }

    .mobile-spacer[b-myfy3bwry2] {
        flex: 1;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/ImageCarousel.razor.rz.scp.css */
.home-middle-section[b-l4sg0ynfwp] {
    width: 100%;
    background-color: var(--page-heading-color);
    padding: 50px 200px;
    box-sizing: border-box;
}

.home-heading[b-l4sg0ynfwp] {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.carousel-wrapper[b-l4sg0ynfwp] {
    position: relative;
    overflow: hidden;
    height: 36vh;
}

.carousel-track[b-l4sg0ynfwp] {
    display: flex;
    gap: 15px;
    transition: transform 0.5s ease;
}

.carousel-track img[b-l4sg0ynfwp] {
    flex-shrink: 0;
    height: 20vh;
    margin-bottom: 10vh;
    width: auto;
    object-fit: cover;
    transition: all 0.5s ease;
}

.carousel-track img.large[b-l4sg0ynfwp] {
    height: 36vh;
}

.carousel-controls[b-l4sg0ynfwp] {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 40px;
    z-index: 10;
    pointer-events: auto;
    bottom: 10px;
}

.carousel-controls .arrow[b-l4sg0ynfwp] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    border: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    z-index: 10;
    border-radius: 5px;
}

.carousel-controls .arrow:hover[b-l4sg0ynfwp] {
    background: #ce9e36;
}

.carousel-controls .progress[b-l4sg0ynfwp] {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    z-index: 10;
}

.progress-indicator[b-l4sg0ynfwp] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.progress-line[b-l4sg0ynfwp] {
    flex-shrink: 0;
    width: 30px;
    height: 1px;
    background-color: white;
    transition: all 0.3s ease;
}

.progress-line.active[b-l4sg0ynfwp] {
    height: 4px;
    background-color: #ce9e36;
}
/* _content/OddsVerdict.Blazor/Components/Layout/InsightsStrip.razor.rz.scp.css */
.insights-strip[b-ev99zbx5mf] {
    padding: 30px 0 48px;
}

.insight-grid[b-ev99zbx5mf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.insight-tile[b-ev99zbx5mf] {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    padding: 22px;
    border-radius: 22px;
}

.insight-kicker[b-ev99zbx5mf] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--ov-blue);
}

.insight-tile h3[b-ev99zbx5mf] {
    margin: 10px 0 10px;
    font-size: 1.25rem;
    letter-spacing: -0.03em;
}

.insight-tile p[b-ev99zbx5mf] {
    color: #475569;
    line-height: 1.7;
}

@media (max-width: 1100px) {
    .insight-grid[b-ev99zbx5mf] {
        grid-template-columns: 1fr;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hhattdg29f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hhattdg29f] {
    flex: 1;
}

.sidebar[b-hhattdg29f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hhattdg29f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hhattdg29f]  a, .top-row[b-hhattdg29f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hhattdg29f]  a:hover, .top-row[b-hhattdg29f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hhattdg29f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hhattdg29f] {
        justify-content: space-between;
    }

    .top-row[b-hhattdg29f]  a, .top-row[b-hhattdg29f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hhattdg29f] {
        flex-direction: row;
    }

    .sidebar[b-hhattdg29f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hhattdg29f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hhattdg29f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hhattdg29f], article[b-hhattdg29f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hhattdg29f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-hhattdg29f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OddsVerdict.Blazor/Components/Layout/Matches.razor.rz.scp.css */
.matches-page-shell[b-8qzsk45ltz] {
    margin: 10px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

.matches-header[b-8qzsk45ltz] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
    align-items: end;
    gap: 22px;
    margin-bottom: 16px;
    padding: 26px;
    border-radius: 26px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.34), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.18), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
}

    .matches-header[b-8qzsk45ltz]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .matches-header > *[b-8qzsk45ltz] {
        position: relative;
        z-index: 1;
    }

.matches-title-block[b-8qzsk45ltz] {
    min-width: 0;
    max-width: 760px;
}

.matches-title-kicker[b-8qzsk45ltz] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.matches-title-block h2[b-8qzsk45ltz] {
    margin: 0;
    color: white;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    overflow-wrap: anywhere;
}

.matches-title-block p[b-8qzsk45ltz] {
    max-width: 640px;
    margin: 14px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
}

.matches-count-card[b-8qzsk45ltz] {
    align-self: stretch;
    display: grid;
    align-content: center;
    min-width: 0;
    padding: 18px;
    border-radius: 24px;
    background: radial-gradient(circle at 20% 15%, rgba(255,255,255,0.18), transparent 32%), rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(2,8,23,0.14);
}

    .matches-count-card span[b-8qzsk45ltz] {
        display: block;
        margin-bottom: 8px;
        color: #93c5fd;
        font-size: 0.68rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .matches-count-card strong[b-8qzsk45ltz] {
        display: block;
        color: white;
        font-size: clamp(1.15rem, 2vw, 1.6rem);
        line-height: 1;
        font-weight: 950;
        letter-spacing: -0.04em;
    }

    .matches-count-card small[b-8qzsk45ltz] {
        display: block;
        margin-top: 8px;
        color: #dbeafe;
        font-size: 0.82rem;
        font-weight: 800;
        text-transform: capitalize;
    }

.matches-tabs[b-8qzsk45ltz] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px;
    border-radius: 999px;
    background: #e2e8f0;
}

.matches-tab[b-8qzsk45ltz] {
    flex: 1;
    padding: 11px 14px;
    border-radius: 999px;
    color: #334155;
    text-decoration: none;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

    .matches-tab.selected[b-8qzsk45ltz] {
        background: var(--ov-navy);
        color: white;
        box-shadow: 0 12px 24px rgba(15,23,42,0.14);
    }

.matches-content-card[b-8qzsk45ltz] {
    padding: 14px;
    border-radius: 22px;
    background: rgba(248,250,252,0.88);
    border: 1px solid rgba(148,163,184,0.14);
}

.match-card-list[b-8qzsk45ltz] {
    display: grid;
    gap: 12px;
}

.fixture-card[b-8qzsk45ltz] {
    overflow: hidden;
    border-radius: 22px;
    background: white;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow: var(--ov-shadow-md);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .fixture-card:hover[b-8qzsk45ltz] {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(15,23,42,0.08);
    }

.fixture-league[b-8qzsk45ltz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 15px 18px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
    border-bottom: 1px solid rgba(148,163,184,0.16);
}

.league-left[b-8qzsk45ltz] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.league-icon[b-8qzsk45ltz],
.team-abbr[b-8qzsk45ltz] {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    font-weight: 950;
}

.league-icon[b-8qzsk45ltz] {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 28%), linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    font-size: 0.76rem;
    box-shadow: 0 12px 22px rgba(37,99,235,0.18);
}

.league-info[b-8qzsk45ltz] {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.league-name[b-8qzsk45ltz] {
    color: var(--ov-navy);
    font-size: 0.95rem;
    font-weight: 900;
}

.league-country[b-8qzsk45ltz] {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}

.match-date[b-8qzsk45ltz] {
    padding: 8px 11px;
    border-radius: 999px;
    background: white;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 900;
    white-space: nowrap;
    border: 1px solid rgba(37,99,235,0.12);
}

.fixture-main[b-8qzsk45ltz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px 18px;
}

.fixture-team[b-8qzsk45ltz] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

    .fixture-team.home[b-8qzsk45ltz] {
        justify-content: flex-end;
        text-align: right;
    }

    .fixture-team.away[b-8qzsk45ltz] {
        justify-content: flex-start;
    }

.team-abbr[b-8qzsk45ltz] {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 28%), linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    border: 1px solid rgba(37,99,235,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 20px rgba(37,99,235,0.1);
    font-size: 0.82rem;
}

.team-name[b-8qzsk45ltz] {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixture-centre[b-8qzsk45ltz],
.score-pill[b-8qzsk45ltz] {
    display: grid;
    place-items: center;
    text-align: center;
}

.match-time[b-8qzsk45ltz] {
    min-width: 82px;
    padding: 11px 14px;
    border-radius: 16px;
    background: var(--ov-navy);
    color: white;
    font-size: 1rem;
    font-weight: 950;
    box-shadow: 0 12px 22px rgba(15,23,42,0.16);
}

.fixture-centre small[b-8qzsk45ltz] {
    margin-top: 7px;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.score-pill[b-8qzsk45ltz] {
    grid-template-columns: auto auto auto;
    gap: 8px;
    min-width: 86px;
    padding: 10px 14px;
    border-radius: 16px;
    background: var(--ov-navy);
    color: white;
    font-size: 1.15rem;
    font-weight: 950;
    box-shadow: 0 12px 22px rgba(15,23,42,0.16);
}

    .score-pill small[b-8qzsk45ltz] {
        color: rgba(255,255,255,0.6);
        font-size: 1rem;
    }

.fixture-footer[b-8qzsk45ltz] {
    display: flex;
    justify-content: center;
    padding: 14px 18px 18px;
    border-top: 1px solid rgba(148,163,184,0.14);
}

.stats-button[b-8qzsk45ltz] {
    padding: 10px 16px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    font-size: 0.84rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 22px rgba(37,99,235,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .stats-button:hover[b-8qzsk45ltz] {
        transform: translateY(-1px);
        box-shadow: 0 16px 28px rgba(37,99,235,0.24);
    }

@media (max-width: 760px) {
    .matches-page-shell[b-8qzsk45ltz] {
        padding: 12px;
        border-radius: 22px;
    }

    .matches-header[b-8qzsk45ltz] {
        grid-template-columns: 1fr;
        align-items: stretch;
        padding: 22px;
        border-radius: 22px;
    }

    .matches-count-card[b-8qzsk45ltz] {
        width: 100%;
    }

    .fixture-main[b-8qzsk45ltz] {
        gap: 10px;
        padding: 18px 12px;
    }

    .team-abbr[b-8qzsk45ltz] {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        font-size: 0.72rem;
    }

    .team-name[b-8qzsk45ltz] {
        font-size: 0.8rem;
    }

    .match-time[b-8qzsk45ltz],
    .score-pill[b-8qzsk45ltz] {
        min-width: 62px;
        font-size: 0.9rem;
        padding: 9px 10px;
    }
}

@media (max-width: 520px) {
    .matches-page-shell[b-8qzsk45ltz] {
        margin: 8px;
        padding: 12px;
        border-radius: 22px;
    }

    .matches-title-block h2[b-8qzsk45ltz] {
        font-size: 2rem;
    }

    .matches-title-block p[b-8qzsk45ltz] {
        font-size: 0.9rem;
    }

    .matches-tabs[b-8qzsk45ltz] {
        border-radius: 18px;
        padding: 6px;
    }

    .matches-tab[b-8qzsk45ltz] {
        padding: 10px 8px;
        font-size: 0.74rem;
    }

    .matches-content-card[b-8qzsk45ltz] {
        padding: 10px;
        border-radius: 18px;
    }

    .fixture-league[b-8qzsk45ltz] {
        padding: 12px;
    }

    .league-icon[b-8qzsk45ltz] {
        width: 36px;
        height: 36px;
        border-radius: 13px;
    }

    .league-name[b-8qzsk45ltz] {
        font-size: 0.82rem;
    }

    .league-country[b-8qzsk45ltz],
    .match-date[b-8qzsk45ltz] {
        font-size: 0.68rem;
    }

    .fixture-team[b-8qzsk45ltz] {
        gap: 7px;
    }

    .team-name[b-8qzsk45ltz] {
        font-size: 0.68rem;
        white-space: normal;
        line-height: 1.15;
    }
}

@media (max-width: 520px) {

    .fixture-team[b-8qzsk45ltz] {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        text-align: center;
    }

    .fixture-team.home[b-8qzsk45ltz],
    .fixture-team.away[b-8qzsk45ltz] {
        justify-content: center;
        text-align: center;
    }

    .team-abbr[b-8qzsk45ltz] {
        order: 1;
    }

    .team-name[b-8qzsk45ltz] {
        order: 2;
        font-size: 0.7rem;
        line-height: 1.2;
        text-align: center;
        white-space: normal;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/MatchSchedule.razor.rz.scp.css */
.schedule-section[b-191wlgw9wf] {
    padding: 18px 0 30px;
}

.section-header[b-191wlgw9wf] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    margin: 10px !important;
    
}

.section-header h2[b-191wlgw9wf] {
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin: 6px 0 0;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.section-header p[b-191wlgw9wf] {
    color: #475569;
    line-height: 1.7;
}

.eyebrow[b-191wlgw9wf] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #1d4ed8;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 800;
}

.section-badge-dot[b-191wlgw9wf] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
    box-shadow: 0 0 0 6px rgba(37,99,235,0.1);
}

.view-switch[b-191wlgw9wf] {
    display: inline-flex;
    gap: 8px;
    background: rgba(255,255,255,0.85);
    border: 1px solid var(--ov-border);
    padding: 6px;
    border-radius: 999px;
}

.view-btn[b-191wlgw9wf] {
    padding: 10px 14px;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.view-btn.active[b-191wlgw9wf] {
    background: var(--ov-navy);
    color: white;
}

.schedule-shell[b-191wlgw9wf] {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    border-radius: 28px;
    padding: 18px;
    overflow: hidden;
}

.schedule-toolbar[b-191wlgw9wf],
.status-legend[b-191wlgw9wf],
.league-header[b-191wlgw9wf],
.match-main[b-191wlgw9wf],
.match-meta[b-191wlgw9wf],
.match-actions[b-191wlgw9wf],
.teams[b-191wlgw9wf],
.team-name-wrap[b-191wlgw9wf],
.toolbar-left[b-191wlgw9wf],
.toolbar-right[b-191wlgw9wf] {
    display: flex;
    align-items: center;
}

.schedule-toolbar[b-191wlgw9wf] {
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(148,163,184,0.18);
}

.toolbar-left[b-191wlgw9wf],
.toolbar-right[b-191wlgw9wf] {
    gap: 12px;
    flex-wrap: wrap;
}

.segmented-control[b-191wlgw9wf] {
    display: inline-flex;
    gap: 8px;
    padding: 6px;
    background: #e2e8f0;
    border-radius: 999px;
}

.segmented-btn[b-191wlgw9wf] {
    padding: 10px 14px;
    border-radius: 999px;
    background: transparent;
    color: #334155;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.segmented-btn.active[b-191wlgw9wf] {
    background: var(--ov-navy);
    color: white;
}

.search-shell[b-191wlgw9wf] {
    position: relative;
    min-width: min(340px, 100%);
}

.search-shell input[b-191wlgw9wf] {
    width: 100%;
    border: 1px solid rgba(148,163,184,0.26);
    background: white;
    border-radius: 14px;
    padding: 13px 42px 13px 14px;
    outline: none;
}

.search-shell input:focus[b-191wlgw9wf] {
    border-color: rgba(37,99,235,0.4);
    box-shadow: 0 0 0 4px rgba(37,99,235,0.08);
}

.search-icon[b-191wlgw9wf] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.date-display[b-191wlgw9wf] {
    padding: 11px 18px;
    background: linear-gradient(180deg, #1d4ed8, #dbeafe);
    color: white;
    border-radius: 14px;
    font-weight: 700;
    min-width: 170px;
    text-align: center;
}

.date-arrow[b-191wlgw9wf] {
    position: relative;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #e2e8f0;
    color: var(--ov-navy);
    border: 0;
    cursor: pointer;
    font-size: 0;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.date-arrow[b-191wlgw9wf]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
    display: block;
    position: absolute;
    top: 14px;
}

.date-arrow.prev[b-191wlgw9wf]::before {
    transform: rotate(-135deg);
    left: 17px;
}

.date-arrow.next[b-191wlgw9wf]::before {
    transform: rotate(45deg);
    left: 13px;
}

.date-arrow:hover[b-191wlgw9wf] {
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    box-shadow: 0 8px 18px rgba(37,99,235,0.16);
}

.status-legend[b-191wlgw9wf] {
    gap: 18px;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 0.92rem;
    padding: 16px 2px 2px;
}

.status-legend span[b-191wlgw9wf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dot[b-191wlgw9wf] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}

.dot-live[b-191wlgw9wf] { background: #22c55e; }
.dot-scheduled[b-191wlgw9wf] { background: var(--ov-blue); }
.dot-finished[b-191wlgw9wf] { background: #94a3b8; }

.league-container[b-191wlgw9wf] {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.league-card[b-191wlgw9wf] {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    border-radius: 22px;
    overflow: hidden;
    background-color: #fcfdff;
}

.league-header[b-191wlgw9wf] {
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
    cursor: pointer;
    border: 0;
    width: 100%;
    text-align: left;
}

.league-left[b-191wlgw9wf] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.flag-chip[b-191wlgw9wf] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: var(--ov-navy);
    color: white;
    font-weight: 800;
    font-size: 0.78rem;
}

.league-titles[b-191wlgw9wf] {
    min-width: 0;
}

.league-name[b-191wlgw9wf] {
    font-weight: 800;
    color: var(--ov-navy);
}

.league-subtitle[b-191wlgw9wf] {
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 3px;
}

.league-header-right[b-191wlgw9wf] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #475569;
}

.chevron[b-191wlgw9wf] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(180deg, #ffffff, #dbeafe);
    color: #1d4ed8;
    border: 1px solid rgba(37,99,235,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    font-size: 0.95rem;
    font-weight: 900;
    transition: transform 0.24s ease;
}

.league-card.collapsed .chevron[b-191wlgw9wf] {
    transform: rotate(-90deg);
}

.match-list[b-191wlgw9wf] {
    padding: 8px 14px 14px;
    display: grid;
    gap: 10px;
}

.match-row[b-191wlgw9wf] {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    padding: 16px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 18px;
    align-items: center;
    background-color: white;
    transform: translateZ(0);
}

.match-row:hover[b-191wlgw9wf] {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.match-time-block[b-191wlgw9wf] {
    display: grid;
    gap: 4px;
}

.match-time[b-191wlgw9wf] {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ov-navy);
}

.match-status[b-191wlgw9wf] {
    font-size: 0.83rem;
    font-weight: 700;
    color: #64748b;
}

.match-main[b-191wlgw9wf] {
    justify-content: space-between;
    gap: 12px;
}

.teams[b-191wlgw9wf] {
    gap: 12px;
    min-width: 0;
}

.team[b-191wlgw9wf] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.team-badge[b-191wlgw9wf] {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    border: 1px solid rgba(37,99,235,0.1);
    font-weight: 800;
    color: #1d4ed8;
    flex-shrink: 0;
}

.team-name-wrap[b-191wlgw9wf] {
    gap: 8px;
    min-width: 0;
}

.team-name[b-191wlgw9wf] {
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-vs[b-191wlgw9wf] {
    color: #94a3b8;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.match-meta[b-191wlgw9wf] {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.meta-chip[b-191wlgw9wf] {
    padding: 8px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
}

.meta-chip.finished[b-191wlgw9wf] {
    background: #f1f5f9;
    color: #475569;
}

.match-actions[b-191wlgw9wf] {
    gap: 8px;
    justify-content: flex-end;
}
.match-action[b-191wlgw9wf] {
    gap: 8px;
    justify-content: flex-end;
}

.match-action-btn[b-191wlgw9wf] {
    padding: 10px 12px;
    border-radius: 12px;
    background: #eef2ff;
    color: var(--ov-navy);
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.match-action-btn.primary[b-191wlgw9wf] {
    background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
}

.compact-mode .match-row[b-191wlgw9wf] {
    grid-template-columns: 90px 1fr auto;
    padding: 12px;
}

.compact-mode .team-badge[b-191wlgw9wf] {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
}

.compact-mode .match-action-btn[b-191wlgw9wf] {
    padding: 9px 10px;
}

.match-score[b-191wlgw9wf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 76px;
    padding: 8px 12px;
    border-radius: 14px;
    background: var(--ov-navy);
    color: white;
    font-weight: 900;
    font-size: 1.05rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.14);
}

.score-divider[b-191wlgw9wf] {
    color: rgba(255,255,255,0.65);
}

@media (max-width: 1100px) {
    .section-header[b-191wlgw9wf] {
        align-items: stretch;
        flex-direction: column;
    }

    .match-row[b-191wlgw9wf] {
        grid-template-columns: 1fr;
    }

    .match-main[b-191wlgw9wf],
    .match-meta[b-191wlgw9wf],
    .match-actions[b-191wlgw9wf] {
        justify-content: flex-start;
    }
}

@media (max-width: 820px) {
    .search-shell[b-191wlgw9wf] {
        min-width: 100%;
    }

    .segmented-control[b-191wlgw9wf] {
        padding: 0px;
    }

    .view-switch[b-191wlgw9wf] {
        padding: 0px;
    }
}

@media (max-width: 640px) {
    .match-score[b-191wlgw9wf] {
        min-width: 55px;
        padding: 5px 0px;
        font-size: 12px;
        border-radius: 12px;
    }

    .schedule-shell[b-191wlgw9wf] {
        padding: 12px;
        border-radius: 22px;
    }

    .view-switch[b-191wlgw9wf],
    .segmented-control[b-191wlgw9wf] {
        width: 100%;
        justify-content: space-between;
    }

    .view-btn[b-191wlgw9wf],
    .segmented-btn[b-191wlgw9wf] {
        flex: 1;
    }

    .toolbar-right[b-191wlgw9wf] {
        display: grid;
        grid-template-columns: 42px 1fr 42px;
        width: 100%;
    }

    .date-display[b-191wlgw9wf] {
        min-width: 0;
        width: 100%;
    }

    .league-card[b-191wlgw9wf] {
        border-radius: 18px;
    }

    .league-header[b-191wlgw9wf] {
        padding: 14px;
        gap: 10px;
        align-items: center;
    }

    .league-left[b-191wlgw9wf] {
        gap: 10px;
    }

    .flag-chip[b-191wlgw9wf] {
        width: 34px;
        height: 34px;
        font-size: 0.7rem;
    }

    .league-name[b-191wlgw9wf] {
        font-size: 0.95rem;
    }

    .league-subtitle[b-191wlgw9wf],
    .league-header-right > span:first-child[b-191wlgw9wf] {
        font-size: 0.78rem;
    }

    .league-header-right[b-191wlgw9wf] {
        gap: 8px;
    }

    .chevron[b-191wlgw9wf] {
        width: 30px;
        height: 30px;
        font-size: 0.82rem;
    }

    .match-list[b-191wlgw9wf] {
        padding: 8px;
        gap: 8px;
    }

    .match-row[b-191wlgw9wf] {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px 12px;
        border-radius: 16px;
    }

    .match-time-block[b-191wlgw9wf] {
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .match-time[b-191wlgw9wf] {
        font-size: 1rem;
    }

    .match-status[b-191wlgw9wf] {
        justify-self: end;
        padding: 5px 9px;
        border-radius: 999px;
        background: #eff6ff;
        color: #1d4ed8;
        font-size: 0.72rem;
        letter-spacing: 0.03em;
    }

    .match-main[b-191wlgw9wf] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: start;
    }

    .teams[b-191wlgw9wf] {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .team[b-191wlgw9wf] {
        min-width: 0;
        gap: 8px;
    }

    .team:first-child[b-191wlgw9wf] {
        justify-content: flex-start;
    }

    .team:last-child[b-191wlgw9wf] {
        justify-content: flex-end;
        text-align: right;
    }

    .team-badge[b-191wlgw9wf] {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .team-name[b-191wlgw9wf] {
        white-space: normal;
        line-height: 1.2;
        font-size: 10px;
    }

    .match-vs[b-191wlgw9wf] {
        font-size: 0.72rem;
        text-align: center;
    }

    .match-meta[b-191wlgw9wf] {
        justify-content: flex-start;
        gap: 6px;
    }

    .meta-chip[b-191wlgw9wf] {
        padding: 7px 9px;
        font-size: 0.7rem;
    }

    .match-actions[b-191wlgw9wf] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        width: 100%;
    }
    .match-action[b-191wlgw9wf] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        width: 100%;
    }

    .match-action-btn[b-191wlgw9wf] {
        min-height: 42px;
        padding: 10px 8px;
        font-size: 0.76rem;
        border-radius: 10px;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-h8odbktxe3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-h8odbktxe3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-h8odbktxe3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-h8odbktxe3] {
    font-size: 1.1rem;
}

.bi[b-h8odbktxe3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-h8odbktxe3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-h8odbktxe3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-h8odbktxe3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-h8odbktxe3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-h8odbktxe3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-h8odbktxe3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-h8odbktxe3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-h8odbktxe3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-h8odbktxe3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-h8odbktxe3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-h8odbktxe3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-h8odbktxe3] {
        display: none;
    }

    .nav-scrollable[b-h8odbktxe3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/News.razor.rz.scp.css */
.team-news-section[b-phae4og6wl] {
    padding: 18px 0 34px;
}

.team-news-shell[b-phae4og6wl] {
    margin: 10px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    overflow: hidden;
}

.team-news-header[b-phae4og6wl] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 18px;
    padding: 24px;
    border-radius: 24px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.34), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.18), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
}

    .team-news-header[b-phae4og6wl]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .team-news-header > *[b-phae4og6wl] {
        position: relative;
        z-index: 1;
    }

    .team-news-header .eyebrow[b-phae4og6wl] {
        color: #bfdbfe;
    }

    .team-news-header h2[b-phae4og6wl] {
        margin: 6px 0 0;
        font-size: clamp(1.9rem, 3vw, 3.2rem);
        line-height: 0.98;
        letter-spacing: -0.055em;
    }

    .team-news-header p[b-phae4og6wl] {
        max-width: 620px;
        margin: 12px 0 0;
        color: #dbeafe;
        line-height: 1.7;
        font-weight: 600;
    }

.team-news-count[b-phae4og6wl] {
    flex: 0 0 auto;
    min-width: 130px;
    padding: 15px 17px;
    border-radius: 20px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    text-align: center;
}

    .team-news-count span[b-phae4og6wl] {
        display: block;
        margin-bottom: 7px;
        color: #93c5fd;
        font-size: 0.68rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }

    .team-news-count strong[b-phae4og6wl] {
        display: block;
        color: white;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 900;
    }

.news-grid[b-phae4og6wl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.news-card[b-phae4og6wl] {
    display: grid;
    grid-template-columns: 210px 1fr;
    min-height: 190px;
    overflow: hidden;
    border-radius: 22px;
    background: white;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow: var(--ov-shadow-md);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .news-card:hover[b-phae4og6wl] {
        transform: translateY(-3px);
        box-shadow: 0 18px 34px rgba(15,23,42,0.09);
    }

.news-image-link[b-phae4og6wl] {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: #eff6ff;
}

.news-image[b-phae4og6wl] {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.news-card:hover .news-image[b-phae4og6wl] {
    transform: scale(1.04);
}

.news-image-placeholder[b-phae4og6wl] {
    width: 100%;
    height: 100%;
    min-height: 190px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 30%), linear-gradient(135deg, var(--ov-blue), #1d4ed8);
}

    .news-image-placeholder span[b-phae4og6wl] {
        width: 62px;
        height: 62px;
        border-radius: 22px;
        display: grid;
        place-items: center;
        background: rgba(255,255,255,0.16);
        color: white;
        font-weight: 950;
        border: 1px solid rgba(255,255,255,0.28);
    }

.news-content[b-phae4og6wl] {
    display: flex;
    flex-direction: column;
    padding: 18px;
    min-width: 0;
}

.news-tag[b-phae4og6wl] {
    width: fit-content;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.news-title[b-phae4og6wl] {
    margin: 0;
    color: var(--ov-navy);
    font-size: 1.05rem;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-weight: 900;
}

.news-description[b-phae4og6wl] {
    margin: 9px 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 600;
    flex: 1;
}

.news-link[b-phae4og6wl] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-top: 14px;
    padding: 10px 13px;
    border-radius: 999px;
    background: var(--ov-navy);
    color: white;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(15,23,42,0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .news-link:hover[b-phae4og6wl] {
        transform: translateY(-1px);
        box-shadow: 0 16px 26px rgba(37,99,235,0.2);
    }

.news-loading[b-phae4og6wl],
.news-empty[b-phae4og6wl] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 140px;
    padding: 24px;
    border-radius: 22px;
    background: radial-gradient(circle at 88% 12%, rgba(37,99,235,0.1), transparent 24%), linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid rgba(148,163,184,0.16);
    color: var(--ov-navy);
}

    .news-loading strong[b-phae4og6wl],
    .news-empty strong[b-phae4og6wl] {
        display: block;
        font-weight: 900;
    }

    .news-loading span[b-phae4og6wl],
    .news-empty span[b-phae4og6wl] {
        display: block;
        margin-top: 3px;
        color: #64748b;
        font-weight: 700;
    }

.news-spinner[b-phae4og6wl] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 4px solid #dbeafe;
    border-top-color: #1d4ed8;
    animation: news-spin-b-phae4og6wl 0.8s linear infinite;
}

@keyframes news-spin-b-phae4og6wl {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1100px) {
    .news-grid[b-phae4og6wl] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .team-news-header[b-phae4og6wl] {
        flex-direction: column;
        align-items: stretch;
        padding: 22px;
        border-radius: 22px;
    }

    .team-news-count[b-phae4og6wl] {
        min-width: 0;
        text-align: left;
    }

    .news-card[b-phae4og6wl] {
        grid-template-columns: 1fr;
    }

    .news-image[b-phae4og6wl],
    .news-image-placeholder[b-phae4og6wl] {
        min-height: 210px;
    }
}

@media (max-width: 520px) {
    .team-news-section[b-phae4og6wl] {
        padding: 12px 0 28px;
    }

    .team-news-shell[b-phae4og6wl] {
        margin: 8px;
        padding: 12px;
        border-radius: 22px;
    }

    .team-news-header h2[b-phae4og6wl] {
        font-size: 2.1rem;
    }

    .team-news-header p[b-phae4og6wl] {
        font-size: 0.92rem;
    }

    .news-content[b-phae4og6wl] {
        padding: 15px;
    }

    .news-title[b-phae4og6wl] {
        font-size: 0.98rem;
    }

    .news-description[b-phae4og6wl] {
        font-size: 0.86rem;
    }

    .news-link[b-phae4og6wl] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/NewsTeaser.razor.rz.scp.css */
.news-teaser[b-hie2btrrxb] {
    padding: 30px 0 48px;
}

.news-grid[b-hie2btrrxb] {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 22px;
}

.eyebrow[b-hie2btrrxb],
.news-badge[b-hie2btrrxb] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 800;
}

.eyebrow[b-hie2btrrxb] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #1d4ed8;
    margin-bottom: 14px;
}

.section-badge-dot[b-hie2btrrxb] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
    box-shadow: 0 0 0 6px rgba(37,99,235,0.1);
}

.news-copy h2[b-hie2btrrxb] {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.news-copy p[b-hie2btrrxb],
.news-card p[b-hie2btrrxb] {
    color: #475569;
    line-height: 1.7;
}

.feature-list[b-hie2btrrxb] {
    padding-left: 18px;
    color: #475569;
    line-height: 1.8;
}

.news-cards[b-hie2btrrxb] {
    display: grid;
    gap: 16px;
}

.news-card[b-hie2btrrxb] {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    padding: 22px;
    border-radius: 22px;
}

.news-badge[b-hie2btrrxb] {
    display: inline-flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
}

.news-card h3[b-hie2btrrxb] {
    margin: 10px 0 10px;
    font-size: 1.25rem;
    letter-spacing: -0.03em;
}

@media (max-width: 1100px) {
    .news-grid[b-hie2btrrxb] {
        grid-template-columns: 1fr;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/OddsVerdictFooter.razor.rz.scp.css */
.site-footer[b-vayvkbla5u] {
    padding-top: 0;
    padding-bottom: 48px;
    color: #e2e8f0;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
}

.footer-top-border[b-vayvkbla5u] {
    height: 4px;
    background: linear-gradient(90deg, #93c5fd, #2563eb, #1d4ed8);
}

.footerImage[b-vayvkbla5u] {
    height:50px;
    margin: 5px;
}

.footer-brand-row[b-vayvkbla5u],
.footer-links[b-vayvkbla5u],
.responsible-row[b-vayvkbla5u],
.footer-bottom[b-vayvkbla5u] {
    padding-top: 24px;
}

.footer-brand-row[b-vayvkbla5u],
.footer-links[b-vayvkbla5u],
.responsible-row[b-vayvkbla5u] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.brand[b-vayvkbla5u] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand-mark[b-vayvkbla5u] {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-flex;
    align-items: end;
    gap: 4px;
}

.bar[b-vayvkbla5u],
.verdict-stroke[b-vayvkbla5u] {
    position: absolute;
    bottom: 0;
    border-radius: 4px;
}

.bar[b-vayvkbla5u] {
    width: 8px;
    background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

.bar-1[b-vayvkbla5u] { left: 0; height: 18px; background: #1e3a8a; }
.bar-2[b-vayvkbla5u] { left: 12px; height: 29px; background: #2563eb; }
.bar-3[b-vayvkbla5u] { left: 24px; height: 41px; background: #1d4ed8; }

.verdict-stroke[b-vayvkbla5u] {
    left: 8px;
    width: 28px;
    height: 12px;
    border-left: 7px solid var(--ov-white);
    border-bottom: 7px solid var(--ov-white);
    transform: rotate(-64deg) translate(4px, -7px);
    transform-origin: center;
}

.brand-text[b-vayvkbla5u] {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.brand-odds[b-vayvkbla5u] { color: var(--ov-white); }
.brand-verdict[b-vayvkbla5u] { color: #93c5fd; }

.footer-links[b-vayvkbla5u] {
    border-top: 1px solid rgba(148,163,184,0.16);
    border-bottom: 1px solid rgba(148,163,184,0.16);
    padding-bottom: 24px;
}

.footer-links a[b-vayvkbla5u] {
    color: #cbd5e1;
    font-weight: 600;
    text-decoration: none;
}

.footer-social[b-vayvkbla5u] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.footer-social a[b-vayvkbla5u],
.responsible-badge[b-vayvkbla5u] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(148,163,184,0.12);
    color: white;
    font-weight: 800;
    text-decoration: none;
}

.responsible-row[b-vayvkbla5u] {
    justify-content: center;
    padding-bottom: 10px;
}

.responsible-badge[b-vayvkbla5u] {
    width: auto;
    padding: 0 16px;
}

.footer-bottom[b-vayvkbla5u] {
    text-align: center;
    color: #94a3b8;
    padding-bottom: 34px;
}

.footer-social[b-vayvkbla5u] {
    display: flex;
    gap: 10px;
    width:20%;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:20px;
}

.social-link[b-vayvkbla5u] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(148,163,184,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.social-link img[b-vayvkbla5u] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Hover effect (shared) */
.social-link:hover[b-vayvkbla5u] {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.18);
}

/* Individual styles (optional branding) */

.social-link.facebook:hover[b-vayvkbla5u] {
    background: rgba(59,130,246,0.18);
}

.social-link.instagram:hover[b-vayvkbla5u] {
    background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
}

.social-link.reddit:hover[b-vayvkbla5u] {
    background: rgba(255,69,0,0.18);
}

.social-link.twitter:hover[b-vayvkbla5u] {
    background: rgba(37,99,235,0.18);
}

@media (max-width: 640px) {
    .footer-brand-row[b-vayvkbla5u],
    .footer-links[b-vayvkbla5u] {
        justify-content: center;
        padding-bottom : 20px;
    }
    .footer-social[b-vayvkbla5u] {
        width: 60%;
    }
    .footerImage[b-vayvkbla5u] {
        height:40px;
        margin: 10px;
    }

}
/* _content/OddsVerdict.Blazor/Components/Layout/OddsVerdictHeader.razor.rz.scp.css */
.site-header[b-bir8hozm61] {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(16px);
    background: rgba(255,255,255,0.78);
    border-bottom: 1px solid transparent;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.header-inner[b-bir8hozm61] {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand[b-bir8hozm61] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    width: auto;
    max-width: max-content;
    flex: 0 0 auto;
    justify-content: flex-start;
    text-decoration: none;
    margin-left: 0;
}

    .brand img[b-bir8hozm61] {
        max-height: 40px;
    }

.desktop-nav[b-bir8hozm61] {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.nav-link[b-bir8hozm61],
.mobile-nav-link[b-bir8hozm61] {
    position: relative;
    font-weight: 600;
    color: #475569;
    padding: 10px 14px;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease;
    text-decoration: none;
}

    .nav-link:hover[b-bir8hozm61],
    .mobile-nav-link:hover[b-bir8hozm61],
    .nav-link.active[b-bir8hozm61],
    .mobile-nav-link.active[b-bir8hozm61] {
        color: var(--ov-navy);
        background: rgba(37, 99, 235, 0.08);
    }

.header-cta[b-bir8hozm61] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-header-shell[b-bir8hozm61],
.mobile-drawer[b-bir8hozm61],
.mobile-overlay[b-bir8hozm61] {
    display: none;
}

.mobile-menu-toggle[b-bir8hozm61] {
    border: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.section-badge-dot[b-bir8hozm61] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
    box-shadow: 0 0 0 6px rgba(37,99,235,0.1);
}

@media (max-width: 820px) {
    .desktop-header-inner[b-bir8hozm61] {
        display: none;
    }

    .site-header[b-bir8hozm61] {
        background: #ffffff;
        backdrop-filter: none;
        border-bottom: 1px solid rgba(148,163,184,0.16);
    }

    .mobile-header-shell[b-bir8hozm61] {
        display: block;
        position: relative;
        z-index: 90;
        background: #ffffff;
    }

    .mobile-header-inner[b-bir8hozm61] {
        min-height: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px 0 10px;
        box-sizing: border-box;
    }

    .mobile-brand[b-bir8hozm61] {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

        .mobile-brand img[b-bir8hozm61] {
            display: block;
            max-height: 35px;
            margin: 0;
        }

    .mobile-menu-toggle[b-bir8hozm61] {
        display: inline-grid;
        place-items: center;
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background: none;
        color: #000000;
        font-size: 28px;
        line-height: 1;
        box-shadow: none;
    }

    .mobile-header-open[b-bir8hozm61] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 95;
        border-bottom: 1px solid rgba(148,163,184,0.14);
        box-shadow: 0 10px 28px rgba(15,23,42,0.08);
    }

    .mobile-overlay[b-bir8hozm61] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(2,8,23,0.42);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease;
        z-index: 60;
    }

        .mobile-overlay.open[b-bir8hozm61] {
            opacity: 1;
            pointer-events: auto;
        }

    .mobile-drawer[b-bir8hozm61] {
        display: block;
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        z-index: 70;
        pointer-events: none;
    }

        .mobile-drawer.open[b-bir8hozm61] {
            transform: translateX(0);
            pointer-events: auto;
        }

    .mobile-drawer-panel[b-bir8hozm61] {
        width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 0;
        position: relative;
        overflow: hidden;
        isolation: isolate;
        background: radial-gradient(circle at 20% 20%, rgba(147, 197, 253, 0.18), transparent 22%), radial-gradient(circle at 80% 30%, rgba(37, 99, 235, 0.18), transparent 24%), radial-gradient(circle at 35% 75%, rgba(13, 27, 42, 0.16), transparent 26%), linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(239,246,255,0.98) 45%, rgba(219,234,254,0.98) 100%);
        border: 1px solid var(--ov-border);
        box-shadow: var(--ov-shadow-md);
    }

        .mobile-drawer-panel[b-bir8hozm61]::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, transparent 0 42%, rgba(37, 99, 235, 0.05) 42% 45%, transparent 45% 100%), linear-gradient(300deg, transparent 0 65%, rgba(13, 27, 42, 0.05) 65% 68%, transparent 68% 100%);
            pointer-events: none;
        }

        .mobile-drawer-panel[b-bir8hozm61]::after {
            content: "";
            position: absolute;
            inset: -20%;
            z-index: 0;
            background: radial-gradient(circle at 25% 25%, rgba(37, 99, 235, 0.20), transparent 18%), radial-gradient(circle at 75% 20%, rgba(147, 197, 253, 0.18), transparent 16%), radial-gradient(circle at 70% 70%, rgba(13, 27, 42, 0.14), transparent 20%), radial-gradient(circle at 30% 78%, rgba(37, 99, 235, 0.14), transparent 18%);
            filter: blur(12px);
            animation: ovMenuGlow-b-bir8hozm61 12s ease-in-out infinite alternate;
            pointer-events: none;
        }

    .mobile-drawer-content[b-bir8hozm61] {
        position: relative;
        z-index: 2;
        min-height: 100vh;
        padding-top: 78px;
        display: flex;
        flex-direction: column;
    }

    .mobile-section-label[b-bir8hozm61] {
        margin: 20px 16px 0 16px;
        width: fit-content;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(37,99,235,0.08);
        color: #1d4ed8;
        font-size: 0.82rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        box-shadow: 0 10px 24px rgba(37, 99, 235, 0.10);
    }

    .mobile-nav-link[b-bir8hozm61] {
        display: block;
        margin: 10px 16px 0 16px;
        padding: 14px 16px;
        border-radius: 16px;
        background: rgba(255,255,255,0.58);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(37,99,235,0.08);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
        overflow: hidden;
        font-size: 1rem;
    }

        .mobile-nav-link[b-bir8hozm61]::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(110deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.24) 50%, transparent 65%, transparent 100%);
            transform: translateX(-120%);
            transition: transform 0.8s ease;
            pointer-events: none;
        }

        .mobile-nav-link:hover[b-bir8hozm61]::before,
        .mobile-nav-link.active[b-bir8hozm61]::before {
            transform: translateX(120%);
        }

        .mobile-nav-link:hover[b-bir8hozm61] {
            transform: translateY(-1px);
            box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
        }

        .mobile-nav-link.active[b-bir8hozm61] {
            background: linear-gradient(135deg, rgba(37,99,235,0.12), rgba(147,197,253,0.18));
        }

    .drawer-spacer[b-bir8hozm61] {
        min-height: 24px;
        flex: 1;
    }

    .block[b-bir8hozm61] {
        width: calc(100% - 32px);
        margin: auto 16px 20px 16px;
        position: relative;
        z-index: 2;
        box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
    }
}

@keyframes ovMenuGlow-b-bir8hozm61 {
    0% {
        transform: translate3d(-2%, -1%, 0) scale(1);
        opacity: 0.9;
    }

    50% {
        transform: translate3d(2%, 1%, 0) scale(1.04);
        opacity: 1;
    }

    100% {
        transform: translate3d(0%, 3%, 0) scale(1.08);
        opacity: 0.92;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/Scorers.razor.rz.scp.css */
.team-scorers-container[b-b65unl4bgg] {
    margin: 10px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    overflow: hidden;
}

.scorers-hero[b-b65unl4bgg] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
    gap: 22px;
    align-items: end;
    margin-bottom: 18px;
    padding: 26px;
    border-radius: 26px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.34), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.18), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
}

    .scorers-hero[b-b65unl4bgg]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .scorers-hero > *[b-b65unl4bgg] {
        position: relative;
        z-index: 1;
    }

.scorers-eyebrow[b-b65unl4bgg] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.scorers-hero h2[b-b65unl4bgg] {
    margin: 0;
    color: white;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.scorers-hero p[b-b65unl4bgg] {
    max-width: 640px;
    margin: 14px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
}

.scorers-summary-card[b-b65unl4bgg] {
    align-self: stretch;
    display: grid;
    align-content: center;
    padding: 18px;
    border-radius: 24px;
    background: radial-gradient(circle at 20% 15%, rgba(255,255,255,0.18), transparent 32%), rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(2,8,23,0.14);
}

    .scorers-summary-card span[b-b65unl4bgg] {
        display: block;
        margin-bottom: 8px;
        color: #93c5fd;
        font-size: 0.68rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .scorers-summary-card strong[b-b65unl4bgg] {
        display: block;
        color: white;
        font-size: 1.35rem;
        line-height: 1.1;
        font-weight: 950;
    }

    .scorers-summary-card small[b-b65unl4bgg] {
        display: block;
        margin-top: 8px;
        color: #dbeafe;
        font-size: 0.82rem;
        font-weight: 800;
    }

.season-selector[b-b65unl4bgg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: 24px;
    background: radial-gradient(circle at 92% 18%, rgba(37,99,235,0.12), transparent 24%), linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
    border: 1px solid rgba(37,99,235,0.14);
}

.season-copy span[b-b65unl4bgg] {
    display: block;
    color: #1d4ed8;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.season-copy strong[b-b65unl4bgg] {
    display: block;
    margin-top: 4px;
    color: var(--ov-navy);
    font-size: 1.15rem;
    font-weight: 950;
}

.season-controls[b-b65unl4bgg] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.season-label[b-b65unl4bgg] {
    color: #475569;
    font-size: 0.84rem;
    font-weight: 900;
}

.season-dropdown[b-b65unl4bgg] {
    min-height: 42px;
    padding: 0 42px 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(148,163,184,0.28);
    background: white;
    color: var(--ov-navy);
    font-size: 0.9rem;
    font-weight: 900;
    outline: none;
}

    .season-dropdown:focus[b-b65unl4bgg] {
        border-color: rgba(37,99,235,0.42);
        box-shadow: 0 0 0 4px rgba(37,99,235,0.08);
    }

.view-button[b-b65unl4bgg] {
    min-height: 42px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    font-size: 0.84rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 22px rgba(37,99,235,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .view-button:hover[b-b65unl4bgg] {
        transform: translateY(-1px);
        box-shadow: 0 16px 28px rgba(37,99,235,0.24);
    }

.scorers-table-card[b-b65unl4bgg] {
    overflow: hidden;
    border-radius: 24px;
    background: white;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow: var(--ov-shadow-md);
}

.scorers-table-header[b-b65unl4bgg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 14px;
    padding: 15px 18px;
    background: linear-gradient(90deg, rgba(219,234,254,0.98), rgba(255,255,255,0.98));
    border-bottom: 1px solid rgba(148,163,184,0.16);
}

    .scorers-table-header span[b-b65unl4bgg] {
        color: #1d4ed8;
        font-size: 0.72rem;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .scorers-table-header span:last-child[b-b65unl4bgg] {
            text-align: center;
        }

.scorers-table[b-b65unl4bgg] {
    width: 100%;
    border-collapse: collapse;
}

    .scorers-table thead[b-b65unl4bgg] {
        display: none;
    }

    .scorers-table tr[b-b65unl4bgg] {
        border-bottom: 1px solid rgba(148,163,184,0.12);
        transition: background 0.2s ease;
    }

        .scorers-table tr:last-child[b-b65unl4bgg] {
            border-bottom: 0;
        }

        .scorers-table tr:hover[b-b65unl4bgg] {
            background: #f8fafc;
        }

    .scorers-table td[b-b65unl4bgg] {
        padding: 13px 18px;
        color: #334155;
        font-size: 0.92rem;
        font-weight: 800;
    }

        .scorers-table td:last-child[b-b65unl4bgg] {
            width: 110px;
            text-align: center;
        }

.scorer-player[b-b65unl4bgg] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.scorer-abbr[b-b65unl4bgg] {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 28%), linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    border: 1px solid rgba(37,99,235,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 20px rgba(37,99,235,0.1);
    font-size: 0.72rem;
    font-weight: 950;
}

.goals-pill[b-b65unl4bgg] {
    display: inline-grid;
    place-items: center;
    min-width: 46px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.9rem;
    font-weight: 950;
}

.pagination[b-b65unl4bgg] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 14px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid rgba(148,163,184,0.14);
}

    .pagination span[b-b65unl4bgg] {
        color: #475569;
        font-size: 0.9rem;
        font-weight: 900;
    }

    .pagination button[b-b65unl4bgg] {
        min-height: 40px;
        padding: 0 15px;
        border: 0;
        border-radius: 999px;
        background: var(--ov-navy);
        color: white;
        font-size: 0.82rem;
        font-weight: 900;
        cursor: pointer;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

        .pagination button:hover:not(:disabled)[b-b65unl4bgg] {
            transform: translateY(-1px);
        }

        .pagination button:disabled[b-b65unl4bgg] {
            cursor: not-allowed;
            opacity: 0.45;
        }

@media (max-width: 760px) {
    .team-scorers-container[b-b65unl4bgg] {
        padding: 12px;
        border-radius: 22px;
    }

    .scorers-hero[b-b65unl4bgg] {
        grid-template-columns: 1fr;
        align-items: stretch;
        padding: 22px;
        border-radius: 22px;
    }

        .scorers-hero h2[b-b65unl4bgg] {
            font-size: 2rem;
        }

        .scorers-hero p[b-b65unl4bgg] {
            font-size: 0.9rem;
        }

    .season-selector[b-b65unl4bgg] {
        align-items: stretch;
        flex-direction: column;
    }

    .season-controls[b-b65unl4bgg] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .season-dropdown[b-b65unl4bgg],
    .view-button[b-b65unl4bgg] {
        width: 100%;
    }

    .scorers-table-header[b-b65unl4bgg] {
        grid-template-columns: minmax(0, 1fr) 80px;
        padding: 13px 14px;
    }

    .scorers-table td[b-b65unl4bgg] {
        padding: 12px 14px;
    }

    .scorer-abbr[b-b65unl4bgg] {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 12px;
        font-size: 0.62rem;
    }

    .scorer-player[b-b65unl4bgg] {
        gap: 10px;
    }

    .goals-pill[b-b65unl4bgg] {
        min-width: 40px;
        padding: 7px 10px;
    }

    .pagination[b-b65unl4bgg] {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .pagination[b-b65unl4bgg] {
        display: grid;
        grid-template-columns: 1fr;
    }

        .pagination button[b-b65unl4bgg] {
            width: 100%;
        }

        .pagination span[b-b65unl4bgg] {
            text-align: center;
        }
}
/* _content/OddsVerdict.Blazor/Components/Layout/SportsSchedule.razor.rz.scp.css */

.scheduledFootball[b-npldpwkmgl] {
    background-color: var(--header-color);
    padding: 1vh 4vh;
}

.scheduledFootball-inner[b-npldpwkmgl] {
    background-color: white;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 16px;
}

.scheduledFootball-header[b-npldpwkmgl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.button-group[b-npldpwkmgl] {
    display: flex;
    gap: 10px;
}

.toggle-button[b-npldpwkmgl] {
    padding: 8px 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background-color: var(--header-color);
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.toggle-button.selected[b-npldpwkmgl] {
    background-color: #ce9e36;
    color: white;
}

.calendar-selector[b-npldpwkmgl] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 5px;
}

.calendar-arrow[b-npldpwkmgl] {
    background-color: var(--header-color);
    color: darkgrey;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.2s ease;
}

.calendar-arrow:hover[b-npldpwkmgl] {
    background-color: #ce9e36;
    color: white;
}

.calendar-date[b-npldpwkmgl] {
    font-size: 16px;
    min-width: 110px;
    text-align: center;
}

.collapsible-section[b-npldpwkmgl] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.collapsible-header[b-npldpwkmgl] {
    background-color: #d6f0ff;
    height: 40px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.collapsible-left[b-npldpwkmgl] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

.flag[b-npldpwkmgl] {
    width: 20px;
    height: auto;
}

.collapsible-arrow[b-npldpwkmgl] {
    font-size: 12px;
    color: #444;
}

.collapsible-content[b-npldpwkmgl] {
    background-color: white;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.match-row[b-npldpwkmgl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.match-info[b-npldpwkmgl] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.match-time[b-npldpwkmgl] {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    width: 60px;
}

.teams[b-npldpwkmgl] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team[b-npldpwkmgl] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.team img[b-npldpwkmgl] {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.vs[b-npldpwkmgl] {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #777;
}

.match-actions[b-npldpwkmgl] {
    display: flex;
    gap: 10px;
}

.match-button[b-npldpwkmgl] {
    padding: 6px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background-color: var(--header-color);
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.match-button:hover[b-npldpwkmgl] {
    background-color: #ce9e36;
    color: white;
}

@media (max-width: 768px) {

    .scheduledFootball[b-npldpwkmgl] {
        padding: 10px;
    }

    .scheduledFootball-inner[b-npldpwkmgl] {
        padding: 10px;
    }

    .scheduledFootball-header[b-npldpwkmgl] {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .button-group[b-npldpwkmgl] {
        width: 100%;
        display: flex;
        gap: 6px;
    }

    .toggle-button[b-npldpwkmgl] {
        flex: 1;
        font-size: 12px;
        padding: 10px 0;
    }

    .calendar-selector[b-npldpwkmgl] {
        width: 100%;
        justify-content: space-between;
        padding: 6px 10px;
    }

    .calendar-date[b-npldpwkmgl] {
        font-size: 14px;
    }

    .collapsible-header[b-npldpwkmgl] {
        padding: 10px;
        height: auto;
    }

    .collapsible-left span[b-npldpwkmgl] {
        font-size: 11px;
    }

    .collapsible-content[b-npldpwkmgl] {
        padding: 5px 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .match-row[b-npldpwkmgl] {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: #fafafa;
        border-radius: 10px;
        padding: 12px;
        gap: 10px;
    }

    .match-time[b-npldpwkmgl] {
        font-size: 12px;
        font-weight: bold;
        color: #666;
    }

    .match-info[b-npldpwkmgl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        width: 100%;
    }

    .teams[b-npldpwkmgl] {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .team[b-npldpwkmgl] {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        font-weight: bold;
        color: #333;
    }

    .team img[b-npldpwkmgl] {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .vs[b-npldpwkmgl] {
        font-size: 11px;
        color: #888;
    }

    .team span[b-npldpwkmgl] {
        max-width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .match-actions[b-npldpwkmgl] {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 6px;
    }

    .match-button[b-npldpwkmgl] {
        flex: 1;
        font-size: 11px;
        padding: 8px 0;
        border-radius: 6px;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/Squad.razor.rz.scp.css */
body[b-ez69g06gym] {
}
/* _content/OddsVerdict.Blazor/Components/Layout/Standings.razor.rz.scp.css */
.pl-table-container[b-5gqp19h90x] {
    margin: 10px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    overflow: hidden;
}

.standings-hero[b-5gqp19h90x] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
    gap: 22px;
    align-items: end;
    margin-bottom: 18px;
    padding: 26px;
    border-radius: 26px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.34), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.18), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
}

    .standings-hero[b-5gqp19h90x]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .standings-hero > *[b-5gqp19h90x] {
        position: relative;
        z-index: 1;
    }

.standings-eyebrow[b-5gqp19h90x] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.standings-hero h2[b-5gqp19h90x] {
    margin: 0;
    color: white;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.standings-hero p[b-5gqp19h90x] {
    max-width: 640px;
    margin: 14px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
}

.standings-summary-card[b-5gqp19h90x] {
    align-self: stretch;
    display: grid;
    align-content: center;
    padding: 18px;
    border-radius: 24px;
    background: radial-gradient(circle at 20% 15%, rgba(255,255,255,0.18), transparent 32%), rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(2,8,23,0.14);
}

    .standings-summary-card span[b-5gqp19h90x] {
        display: block;
        margin-bottom: 8px;
        color: #93c5fd;
        font-size: 0.68rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .standings-summary-card strong[b-5gqp19h90x] {
        display: block;
        color: white;
        font-size: 1.55rem;
        line-height: 1;
        font-weight: 950;
    }

    .standings-summary-card small[b-5gqp19h90x] {
        display: block;
        margin-top: 8px;
        color: #dbeafe;
        font-size: 0.82rem;
        font-weight: 800;
    }

.standings-scroll[b-5gqp19h90x] {
    overflow-x: auto;
    border-radius: 24px;
    border: 1px solid rgba(148,163,184,0.16);
    background: white;
    box-shadow: var(--ov-shadow-md);
}

.pl-table[b-5gqp19h90x] {
    min-width: 860px;
}

.pl-table-header[b-5gqp19h90x],
.pl-table-row[b-5gqp19h90x] {
    display: grid;
    grid-template-columns: 54px minmax(220px, 1.8fr) repeat(6, 72px) 130px 76px;
    align-items: center;
    gap: 8px;
}

.pl-table-header[b-5gqp19h90x] {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 14px 16px;
    background: linear-gradient(90deg, rgba(219,234,254,0.98), rgba(255,255,255,0.98));
    border-bottom: 1px solid rgba(148,163,184,0.16);
}

.pl-table-row[b-5gqp19h90x] {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(148,163,184,0.12);
    transition: background 0.2s ease, transform 0.2s ease;
}

    .pl-table-row:last-child[b-5gqp19h90x] {
        border-bottom: 0;
    }

    .pl-table-row:hover[b-5gqp19h90x] {
        background: #f8fafc;
    }

    .pl-table-row.leader[b-5gqp19h90x] {
        background: radial-gradient(circle at 96% 20%, rgba(37,99,235,0.1), transparent 22%), linear-gradient(90deg, #ffffff, #eff6ff);
    }

.pl-col[b-5gqp19h90x] {
    color: #334155;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 800;
}

.pl-table-header .pl-col[b-5gqp19h90x] {
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pos[b-5gqp19h90x] {
    color: var(--ov-navy);
    font-weight: 950;
}

.team[b-5gqp19h90x] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    text-align: left;
}

    .team > span:last-child[b-5gqp19h90x] {
        color: var(--ov-navy);
        font-size: 0.95rem;
        font-weight: 950;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.team-abbr[b-5gqp19h90x] {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 28%), linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    border: 1px solid rgba(37,99,235,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 20px rgba(37,99,235,0.1);
    font-size: 0.72rem;
    font-weight: 950;
}

.leader .team-abbr[b-5gqp19h90x] {
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 28%), linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    box-shadow: 0 12px 22px rgba(37,99,235,0.22);
}

.positive[b-5gqp19h90x] {
    color: #15803d;
}

.negative[b-5gqp19h90x] {
    color: #b91c1c;
}

.last5[b-5gqp19h90x] {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.form-box[b-5gqp19h90x] {
    width: 18px;
    height: 18px;
    border-radius: 7px;
    display: inline-block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}

    .form-box.win[b-5gqp19h90x] {
        background: linear-gradient(180deg, #22c55e, #16a34a);
    }

    .form-box.loss[b-5gqp19h90x] {
        background: linear-gradient(180deg, #ef4444, #dc2626);
    }

    .form-box.draw[b-5gqp19h90x] {
        background: linear-gradient(180deg, #cbd5e1, #94a3b8);
    }

.points[b-5gqp19h90x] {
    color: var(--ov-navy);
    font-weight: 950;
}

.pl-table-row .points[b-5gqp19h90x] {
    padding: 8px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
}

@media (max-width: 760px) {
    .pl-table-container[b-5gqp19h90x] {
        padding: 12px;
        border-radius: 22px;
    }

    .standings-hero[b-5gqp19h90x] {
        grid-template-columns: 1fr;
        align-items: stretch;
        padding: 22px;
        border-radius: 22px;
    }

        .standings-hero h2[b-5gqp19h90x] {
            font-size: 2rem;
        }

        .standings-hero p[b-5gqp19h90x] {
            font-size: 0.9rem;
        }

    .pl-table[b-5gqp19h90x] {
        min-width: 760px;
    }

    .pl-table-header[b-5gqp19h90x],
    .pl-table-row[b-5gqp19h90x] {
        grid-template-columns: 44px minmax(170px, 1.5fr) repeat(6, 56px) 112px 64px;
        gap: 6px;
    }

    .pl-table-header[b-5gqp19h90x],
    .pl-table-row[b-5gqp19h90x] {
        padding: 12px;
    }

    .team-abbr[b-5gqp19h90x] {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 12px;
        font-size: 0.62rem;
    }

    .team > span:last-child[b-5gqp19h90x] {
        font-size: 0.82rem;
    }

    .pl-col[b-5gqp19h90x] {
        font-size: 0.76rem;
    }

    .form-box[b-5gqp19h90x] {
        width: 15px;
        height: 15px;
        border-radius: 6px;
    }
}
/* _content/OddsVerdict.Blazor/Components/Layout/Statistics.razor.rz.scp.css */
.team-stats-container[b-z0sx6bem6w] {
    margin: 10px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

.stats-hero[b-z0sx6bem6w] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 230px);
    gap: 22px;
    align-items: end;
    margin-bottom: 18px;
    padding: 26px;
    border-radius: 26px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.34), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.18), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
}

    .stats-hero[b-z0sx6bem6w]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .stats-hero > *[b-z0sx6bem6w] {
        position: relative;
        z-index: 1;
    }

.stats-eyebrow[b-z0sx6bem6w] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.stats-hero h2[b-z0sx6bem6w] {
    margin: 0;
    color: white;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.stats-hero p[b-z0sx6bem6w] {
    max-width: 640px;
    margin: 14px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
}

.stats-rating-card[b-z0sx6bem6w] {
    align-self: stretch;
    display: grid;
    align-content: center;
    padding: 18px;
    border-radius: 24px;
    background: radial-gradient(circle at 20% 15%, rgba(255,255,255,0.18), transparent 32%), rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(2,8,23,0.14);
}

    .stats-rating-card span[b-z0sx6bem6w] {
        display: block;
        margin-bottom: 8px;
        color: #93c5fd;
        font-size: 0.68rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .stats-rating-card strong[b-z0sx6bem6w] {
        display: block;
        color: white;
        font-size: 2.25rem;
        line-height: 1;
        font-weight: 950;
        letter-spacing: -0.04em;
    }

    .stats-rating-card small[b-z0sx6bem6w] {
        display: block;
        margin-top: 8px;
        color: #dbeafe;
        font-size: 0.82rem;
        font-weight: 800;
    }

.stats-grid[b-z0sx6bem6w] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.stat-item[b-z0sx6bem6w] {
    position: relative;
    overflow: hidden;
    padding: 16px;
    border-radius: 22px;
    background: white;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow: var(--ov-shadow-md);
}

    .stat-item[b-z0sx6bem6w]::after {
        content: "";
        position: absolute;
        right: -34px;
        bottom: -44px;
        width: 100px;
        height: 100px;
        background: radial-gradient(circle, rgba(37,99,235,0.12), transparent 66%);
        pointer-events: none;
    }

    .stat-item.featured[b-z0sx6bem6w] {
        background: radial-gradient(circle at 90% 20%, rgba(37,99,235,0.14), transparent 28%), linear-gradient(180deg, #ffffff, #eff6ff);
        border-color: rgba(37,99,235,0.22);
    }

.stat-heading[b-z0sx6bem6w] {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 34px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.stat-box[b-z0sx6bem6w] {
    position: relative;
    z-index: 1;
    margin-top: 14px;
    color: var(--ov-navy);
    font-size: 2rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.045em;
}

.stat-item.featured .stat-box[b-z0sx6bem6w] {
    color: #1d4ed8;
}

.team-stats-details[b-z0sx6bem6w] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.stat-section[b-z0sx6bem6w] {
    overflow: hidden;
    border-radius: 24px;
    background: white;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow: var(--ov-shadow-md);
}

.section-header-row[b-z0sx6bem6w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
    border-bottom: 1px solid rgba(148,163,184,0.14);
}

.section-title[b-z0sx6bem6w] {
    margin: 0;
    color: var(--ov-navy);
    font-size: 1.05rem;
    font-weight: 950;
    letter-spacing: -0.025em;
}

.section-header-row span[b-z0sx6bem6w] {
    padding: 7px 10px;
    border-radius: 999px;
    background: white;
    color: #1d4ed8;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    border: 1px solid rgba(37,99,235,0.12);
}

.stat-row[b-z0sx6bem6w] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(148,163,184,0.12);
}

    .stat-row:last-child[b-z0sx6bem6w] {
        border-bottom: 0;
    }

    .stat-row:hover[b-z0sx6bem6w] {
        background: #f8fafc;
    }

.stat-name[b-z0sx6bem6w] {
    color: #475569;
    font-size: 0.9rem;
    font-weight: 700;
    min-width: 0;
}

.stat-value[b-z0sx6bem6w] {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.84rem;
    font-weight: 950;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .stats-grid[b-z0sx6bem6w] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .team-stats-details[b-z0sx6bem6w] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .team-stats-container[b-z0sx6bem6w] {
        padding: 12px;
        border-radius: 22px;
    }

    .stats-hero[b-z0sx6bem6w] {
        grid-template-columns: 1fr;
        align-items: stretch;
        padding: 22px;
        border-radius: 22px;
    }

    .stats-grid[b-z0sx6bem6w] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat-item[b-z0sx6bem6w] {
        padding: 14px;
        border-radius: 18px;
    }

    .stat-heading[b-z0sx6bem6w] {
        font-size: 0.68rem;
    }

    .stat-box[b-z0sx6bem6w] {
        font-size: 1.55rem;
    }

    .section-header-row[b-z0sx6bem6w] {
        padding: 14px;
    }

    .stat-row[b-z0sx6bem6w] {
        padding: 11px 14px;
    }
}

@media (max-width: 480px) {
    .stats-grid[b-z0sx6bem6w] {
        grid-template-columns: 1fr;
    }

    .stats-hero h2[b-z0sx6bem6w] {
        font-size: 2rem;
    }

    .stats-hero p[b-z0sx6bem6w] {
        font-size: 0.9rem;
    }

    .section-header-row[b-z0sx6bem6w] {
        align-items: flex-start;
        flex-direction: column;
    }

    .stat-row[b-z0sx6bem6w] {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .stat-value[b-z0sx6bem6w] {
        width: fit-content;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/AboutUs.razor.rz.scp.css */
.terms-page[b-abyp1g2y0v] {
    padding: 42px 0 64px;
}

.terms-shell[b-abyp1g2y0v] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.terms-hero[b-abyp1g2y0v] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    padding: 34px;
    margin-bottom: 22px;
    border-radius: 32px;
    color: white;
    overflow: hidden;
    background: radial-gradient(circle at 18% 22%, rgba(37,99,235,0.36), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.22), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    box-shadow: var(--ov-shadow-lg);
}

    .terms-hero[b-abyp1g2y0v]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -120px;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .terms-hero > *[b-abyp1g2y0v] {
        position: relative;
        z-index: 1;
    }

.terms-eyebrow[b-abyp1g2y0v] {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.terms-hero h1[b-abyp1g2y0v] {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.terms-hero p[b-abyp1g2y0v] {
    max-width: 640px;
    margin: 16px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
    margin-top: 16px !important;
}

.terms-updated[b-abyp1g2y0v] {
    flex: 0 0 auto;
    min-width: 210px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

    .terms-updated span[b-abyp1g2y0v] {
        display: block;
        margin-bottom: 6px;
        color: #93c5fd;
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .terms-updated strong[b-abyp1g2y0v] {
        display: block;
        color: white;
        font-size: 0.96rem;
    }

.terms-card[b-abyp1g2y0v] {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

    .terms-card section[b-abyp1g2y0v] {
        position: relative;
        padding: 24px 24px 24px 58px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.86));
        border: 1px solid rgba(148,163,184,0.16);
    }

        .terms-card section + section[b-abyp1g2y0v] {
            margin-top: 14px;
        }

        .terms-card section[b-abyp1g2y0v]::before {
            content: "";
            position: absolute;
            left: 24px;
            top: 29px;
            width: 14px;
            height: 14px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
            box-shadow: 0 0 0 6px rgba(37,99,235,0.12);
        }

    .terms-card h2[b-abyp1g2y0v] {
        margin: 0 0 12px;
        color: var(--ov-navy);
        font-size: clamp(1.05rem, 2vw, 1.35rem);
        line-height: 1.2;
        letter-spacing: -0.025em;
    }

    .terms-card p[b-abyp1g2y0v] {
        margin: 0;
        color: #475569;
        font-size: 14px !important;
        line-height: 1.75;
        font-weight: 600;
    }

    .terms-card strong[b-abyp1g2y0v] {
        color: var(--ov-navy);
        font-weight: 900;
    }

    .terms-card ul[b-abyp1g2y0v] {
        margin: 0;
        padding-left: 20px;
        color: #475569;
    }

    .terms-card li[b-abyp1g2y0v] {
        padding-left: 4px;
        font-size: 14px;
        line-height: 1.75;
        font-weight: 600;
    }

        .terms-card li + li[b-abyp1g2y0v] {
            margin-top: 8px;
        }

.terms-contact[b-abyp1g2y0v] {
    background: radial-gradient(circle at 90% 20%, rgba(37,99,235,0.12), transparent 28%), linear-gradient(180deg, #ffffff, #eff6ff) !important;
    border-color: rgba(37,99,235,0.22) !important;
}

    .terms-contact a[b-abyp1g2y0v] {
        display: inline-flex;
        margin-top: 14px;
        padding: 12px 16px;
        border-radius: 999px;
        background: var(--ov-navy);
        color: white;
        text-decoration: none;
        font-weight: 900;
        box-shadow: 0 14px 26px rgba(15,23,42,0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .terms-contact a:hover[b-abyp1g2y0v] {
            transform: translateY(-1px);
            box-shadow: 0 18px 30px rgba(37,99,235,0.22);
        }

/* Responsive */

@media (max-width: 900px) {
    .terms-hero[b-abyp1g2y0v] {
        flex-direction: column;
        align-items: stretch;
        padding: 26px;
        border-radius: 28px;
    }

    .terms-updated[b-abyp1g2y0v] {
        min-width: 0;
    }

    .terms-card[b-abyp1g2y0v] {
        padding: 18px;
    }

        .terms-card section[b-abyp1g2y0v] {
            padding: 22px 20px 22px 52px;
        }

            .terms-card section[b-abyp1g2y0v]::before {
                left: 22px;
            }
}

@media (max-width: 520px) {
    .terms-page[b-abyp1g2y0v] {
        padding: 26px 0 42px;
    }

    .terms-shell[b-abyp1g2y0v] {
        width: min(100% - 24px, 1120px);
    }

    .terms-hero[b-abyp1g2y0v] {
        padding: 22px;
        border-radius: 24px;
    }

        .terms-hero h1[b-abyp1g2y0v] {
            font-size: 2.35rem;
        }

        .terms-hero p[b-abyp1g2y0v] {
            font-size: 0.92rem;
        }

    .terms-card[b-abyp1g2y0v] {
        padding: 12px;
        border-radius: 22px;
    }

        .terms-card section[b-abyp1g2y0v] {
            padding: 20px;
        }

            .terms-card section[b-abyp1g2y0v]::before {
                display: none;
            }

        .terms-card p[b-abyp1g2y0v],
        .terms-card li[b-abyp1g2y0v] {
            font-size: 12px !important;
        }

    .terms-contact a[b-abyp1g2y0v] {
        width: 88%;
        justify-content: center;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/ContactUs.razor.rz.scp.css */
.terms-page[b-uflw3yfiln] {
    padding: 42px 0 64px;
}

.terms-shell[b-uflw3yfiln] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.terms-hero[b-uflw3yfiln] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    padding: 34px;
    margin-bottom: 22px;
    border-radius: 32px;
    color: white;
    overflow: hidden;
    background: radial-gradient(circle at 18% 22%, rgba(37,99,235,0.36), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.22), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    box-shadow: var(--ov-shadow-lg);
}

    .terms-hero[b-uflw3yfiln]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -120px;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .terms-hero > *[b-uflw3yfiln] {
        position: relative;
        z-index: 1;
    }

.terms-eyebrow[b-uflw3yfiln] {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.terms-hero h1[b-uflw3yfiln] {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.terms-hero p[b-uflw3yfiln] {
    max-width: 640px;
    margin: 16px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
    margin-top: 16px !important;
}

.terms-updated[b-uflw3yfiln] {
    flex: 0 0 auto;
    min-width: 210px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

    .terms-updated span[b-uflw3yfiln] {
        display: block;
        margin-bottom: 6px;
        color: #93c5fd;
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .terms-updated strong[b-uflw3yfiln] {
        display: block;
        color: white;
        font-size: 0.96rem;
    }

.terms-card[b-uflw3yfiln] {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

    .terms-card section[b-uflw3yfiln] {
        position: relative;
        padding: 24px 24px 24px 58px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.86));
        border: 1px solid rgba(148,163,184,0.16);
    }

        .terms-card section + section[b-uflw3yfiln] {
            margin-top: 14px;
        }

        .terms-card section[b-uflw3yfiln]::before {
            content: "";
            position: absolute;
            left: 24px;
            top: 29px;
            width: 14px;
            height: 14px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
            box-shadow: 0 0 0 6px rgba(37,99,235,0.12);
        }

    .terms-card h2[b-uflw3yfiln] {
        margin: 0 0 12px;
        color: var(--ov-navy);
        font-size: clamp(1.05rem, 2vw, 1.35rem);
        line-height: 1.2;
        letter-spacing: -0.025em;
    }

    .terms-card p[b-uflw3yfiln] {
        margin: 0;
        color: #475569;
        font-size: 14px !important;
        line-height: 1.75;
        font-weight: 600;
    }

    .terms-card strong[b-uflw3yfiln] {
        color: var(--ov-navy);
        font-weight: 900;
    }

    .terms-card ul[b-uflw3yfiln] {
        margin: 0;
        padding-left: 20px;
        color: #475569;
    }

    .terms-card li[b-uflw3yfiln] {
        padding-left: 4px;
        font-size: 14px;
        line-height: 1.75;
        font-weight: 600;
    }

        .terms-card li + li[b-uflw3yfiln] {
            margin-top: 8px;
        }

.terms-contact[b-uflw3yfiln] {
    background: radial-gradient(circle at 90% 20%, rgba(37,99,235,0.12), transparent 28%), linear-gradient(180deg, #ffffff, #eff6ff) !important;
    border-color: rgba(37,99,235,0.22) !important;
}

    .terms-contact a[b-uflw3yfiln] {
        display: inline-flex;
        margin-top: 14px;
        padding: 12px 16px;
        border-radius: 999px;
        background: var(--ov-navy);
        color: white;
        text-decoration: none;
        font-weight: 900;
        box-shadow: 0 14px 26px rgba(15,23,42,0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .terms-contact a:hover[b-uflw3yfiln] {
            transform: translateY(-1px);
            box-shadow: 0 18px 30px rgba(37,99,235,0.22);
        }

/* Responsive */

@media (max-width: 900px) {
    .terms-hero[b-uflw3yfiln] {
        flex-direction: column;
        align-items: stretch;
        padding: 26px;
        border-radius: 28px;
    }

    .terms-updated[b-uflw3yfiln] {
        min-width: 0;
    }

    .terms-card[b-uflw3yfiln] {
        padding: 18px;
    }

        .terms-card section[b-uflw3yfiln] {
            padding: 22px 20px 22px 52px;
        }

            .terms-card section[b-uflw3yfiln]::before {
                left: 22px;
            }
}

@media (max-width: 520px) {
    .terms-page[b-uflw3yfiln] {
        padding: 26px 0 42px;
    }

    .terms-shell[b-uflw3yfiln] {
        width: min(100% - 24px, 1120px);
    }

    .terms-hero[b-uflw3yfiln] {
        padding: 22px;
        border-radius: 24px;
    }

        .terms-hero h1[b-uflw3yfiln] {
            font-size: 2.35rem;
        }

        .terms-hero p[b-uflw3yfiln] {
            font-size: 0.92rem;
        }

    .terms-card[b-uflw3yfiln] {
        padding: 12px;
        border-radius: 22px;
    }

        .terms-card section[b-uflw3yfiln] {
            padding: 20px;
        }

            .terms-card section[b-uflw3yfiln]::before {
                display: none;
            }

        .terms-card p[b-uflw3yfiln],
        .terms-card li[b-uflw3yfiln] {
            font-size: 12px !important;
        }

    .terms-contact a[b-uflw3yfiln] {
        width: 88%;
        justify-content: center;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/Home-Coy-newer.razor.rz.scp.css */
/* _content/OddsVerdict.Blazor/Components/Pages/Home.razor.rz.scp.css */
.ov-home[b-2u0o2agqwf] {
    min-height: 100vh;
}

.hero[b-2u0o2agqwf] {
    padding: 4vh 0 30px;
}

.hero-grid[b-2u0o2agqwf] {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 26px;
    align-items: stretch;
}

.hero-copy h1[b-2u0o2agqwf] {
    margin: 0;
    letter-spacing: -0.045em;
    line-height: 1.02;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    max-width: 40vw;
    pointer-events:none;
}

.hero-copy p[b-2u0o2agqwf] {
    color: #475569;
    line-height: 1.7;
}

.eyebrow[b-2u0o2agqwf],
.spotlight-label[b-2u0o2agqwf],
.mini-label[b-2u0o2agqwf] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 800;
}

.eyebrow[b-2u0o2agqwf] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--ov-blue);
    margin-bottom: 14px;
}

.section-badge-dot[b-2u0o2agqwf] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
    box-shadow: 0 0 0 6px rgba(37,99,235,0.1);
}

.hero-actions[b-2u0o2agqwf] {
    margin: 40px 0 6vh;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-metrics[b-2u0o2agqwf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.metric-card[b-2u0o2agqwf] {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    padding: 18px;
    border-radius: var(--ov-radius-lg);
}

.metric-value[b-2u0o2agqwf] {
    display: block;
    font-weight: 800;
    font-size: 1.75rem;
    color: var(--ov-navy);
}

.metric-label[b-2u0o2agqwf] {
    display: block;
    margin-top: 6px;
    font-size: 0.92rem;
    color: #64748b;
}

.glass[b-2u0o2agqwf] {
    background: linear-gradient(180deg, rgba(13,27,42,0.95), rgba(30,41,59,0.94));
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    border-radius: var(--ov-radius-xl);
    padding: 24px;
    color: white;
    overflow: hidden;
    position: relative;
    max-height:90vh;
}

.glass[b-2u0o2agqwf]::after {
    content: "";
    position: absolute;
    inset: auto -15% -30% auto;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(37,99,235,0.24), transparent 62%);
    pointer-events: none;
}

.panel-topline[b-2u0o2agqwf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.live-pill[b-2u0o2agqwf] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59,130,246,0.18);
    color: #bfdbfe;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
}

.panel-date[b-2u0o2agqwf] {
    color: rgba(255,255,255,0.72);
    font-size: 0.92rem;
}

.spotlight-card[b-2u0o2agqwf] {
    margin: 24px 0;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.spotlight-match[b-2u0o2agqwf] {
    font-size: 1.7rem;
    font-weight: 800;
    margin-top: 10px;
}

.spotlight-meta[b-2u0o2agqwf] {
    margin-top: 8px;
    color: rgba(255,255,255,0.78);
}

.spotlight-progress[b-2u0o2agqwf] {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 18% 24% 58%;
    gap: 4px;
    background: transparent;
    height: 12px;
}

.spotlight-progress span[b-2u0o2agqwf] {
    display: block;
    height: 100%;
    border-radius: 999px;
}

.progress-away[b-2u0o2agqwf] {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

.progress-draw[b-2u0o2agqwf] {
    background: linear-gradient(90deg, #94a3b8, #64748b);
}

.progress-home[b-2u0o2agqwf] {
    background: linear-gradient(90deg, #60a5fa, #2563eb);
}

.spotlight-legend[b-2u0o2agqwf] {
    margin-top: 12px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.82);
    font-size: 0.84rem;
}

.spotlight-legend span[b-2u0o2agqwf] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.legend-dot[b-2u0o2agqwf] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}

.legend-dot.away[b-2u0o2agqwf] { background: #dc2626; }
.legend-dot.draw[b-2u0o2agqwf] { background: #64748b; }
.legend-dot.home[b-2u0o2agqwf] { background: #2563eb; }

.mini-feed[b-2u0o2agqwf] {
    display: grid;
    gap: 12px;
}

.mini-feed-item[b-2u0o2agqwf] {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
}

.mini-label[b-2u0o2agqwf] {
    display: block;
    color: #93c5fd;
    margin-bottom: 8px;
}

@media (max-width: 1100px) {
    .hero-grid[b-2u0o2agqwf] {
        grid-template-columns: 1fr;
    }

    .hero-copy h1[b-2u0o2agqwf] {
        max-width: 14ch;
    }
}

@media (max-width: 820px) {
    .hero[b-2u0o2agqwf] {
        padding-top: 26px;
    }

    .hero-metrics[b-2u0o2agqwf] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hero-copy h1[b-2u0o2agqwf] {
        max-width: none;
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hero-actions[b-2u0o2agqwf] {
        width: 100%;
    }

    .hero-actions > *[b-2u0o2agqwf] {
        flex: 1 1 100%;
    }

    .spotlight-legend[b-2u0o2agqwf] {
        flex-direction: column;
        gap: 8px;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/LineUps.razor.rz.scp.css */

.lineup-section[b-2s61dywhru] {
    padding: 24px 0 42px;
}

.lineup-hero[b-2s61dywhru] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin: 10px;
    margin-bottom: 20px;
    padding: 28px;
    border-radius: 30px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.36), transparent 28%), radial-gradient(circle at 86% 18%, rgba(147,197,253,0.22), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    box-shadow: var(--ov-shadow-lg);
}

    .lineup-hero[b-2s61dywhru]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 250px;
        height: 250px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .lineup-hero > *[b-2s61dywhru] {
        position: relative;
        z-index: 1;
    }

.lineup-eyebrow[b-2s61dywhru] {
    color: #bfdbfe;
}

.lineup-hero h2[b-2s61dywhru] {
    margin: 6px 0 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.lineup-hero p[b-2s61dywhru] {
    max-width: 620px;
    margin: 14px 0 0;
    color: #dbeafe;
    line-height: 1.7;
    font-weight: 600;
}

.lineup-hero-chip[b-2s61dywhru] {
    flex: 0 0 auto;
    min-width: 190px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    text-align: center;
}

    .lineup-hero-chip span[b-2s61dywhru] {
        display: block;
        margin-bottom: 8px;
        color: #93c5fd;
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }

    .lineup-hero-chip strong[b-2s61dywhru] {
        display: block;
        color: white;
        font-size: 1.35rem;
        line-height: 1;
        font-weight: 900;
    }

.lineup-shell[b-2s61dywhru] {
    margin: 10px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    overflow: hidden;
}

.lineup-scorecard[b-2s61dywhru] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 22px;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.15), transparent 28%), linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
    border: 1px solid rgba(37,99,235,0.14);
}

.lineup-team-card[b-2s61dywhru] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

    .lineup-team-card.right[b-2s61dywhru] {
        justify-content: flex-end;
        text-align: right;
    }

.team-badge.large[b-2s61dywhru] {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.9), transparent 28%), linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    font-size: 0.9rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 14px 26px rgba(37,99,235,0.22);
}

.lineup-team-card.right .team-badge.large[b-2s61dywhru] {
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.95), transparent 28%), linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    border-color: rgba(37,99,235,0.18);
}

.lineup-team-card span[b-2s61dywhru] {
    display: block;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.lineup-team-card strong[b-2s61dywhru] {
    display: block;
    color: var(--ov-navy);
    font-size: 1.1rem;
    font-weight: 900;
}

.lineup-team-card small[b-2s61dywhru] {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-weight: 800;
}

.lineup-vs[b-2s61dywhru] {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--ov-navy);
    color: white;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 14px 26px rgba(15,23,42,0.18);
}

.pitch-card[b-2s61dywhru] {
    padding: 16px;
    border-radius: 24px;
    background: white;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow: var(--ov-shadow-md);
}

.pitch-header[b-2s61dywhru] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
}

    .pitch-header span[b-2s61dywhru] {
        color: var(--ov-navy);
        font-weight: 900;
    }

    .pitch-header small[b-2s61dywhru] {
        color: #1d4ed8;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

.football-pitch[b-2s61dywhru] {
    position: relative;
    min-height: 780px;
    border-radius: 28px;
    overflow: hidden;
    background: repeating-linear-gradient( 90deg, rgba(34,197,94,0.92) 0, rgba(34,197,94,0.92) 80px, rgba(22,163,74,0.92) 80px, rgba(22,163,74,0.92) 160px );
    border: 2px solid rgba(255,255,255,0.9);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.45), inset 0 0 80px rgba(15,23,42,0.18);
}

.pitch-markings[b-2s61dywhru] {
    position: absolute;
    inset: 18px;
    border: 2px solid rgba(255,255,255,0.68);
    border-radius: 22px;
    pointer-events: none;
}

.halfway-line[b-2s61dywhru] {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: rgba(255,255,255,0.68);
}

.centre-circle[b-2s61dywhru] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255,255,255,0.68);
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.box[b-2s61dywhru] {
    position: absolute;
    left: 50%;
    width: 46%;
    height: 116px;
    border: 2px solid rgba(255,255,255,0.68);
    transform: translateX(-50%);
}

    .box.top[b-2s61dywhru] {
        top: 0;
        border-top: 0;
    }

    .box.bottom[b-2s61dywhru] {
        bottom: 0;
        border-bottom: 0;
    }

.six-yard[b-2s61dywhru] {
    position: absolute;
    left: 50%;
    width: 24%;
    height: 52px;
    border: 2px solid rgba(255,255,255,0.68);
    transform: translateX(-50%);
}

    .six-yard.top[b-2s61dywhru] {
        top: 0;
        border-top: 0;
    }

    .six-yard.bottom[b-2s61dywhru] {
        bottom: 0;
        border-bottom: 0;
    }

.pitch-player[b-2s61dywhru] {
    position: absolute;
    transform: translate(-50%, -50%);
    display: grid;
    justify-items: center;
    gap: 5px;
    width: 112px;
    text-align: center;
    z-index: 2;
}

.player-icon[b-2s61dywhru] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255,255,255,0.92);
    box-shadow: 0 14px 26px rgba(15,23,42,0.22);
}

.pitch-player.home .player-icon[b-2s61dywhru] {
    background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
}

.pitch-player.away .player-icon[b-2s61dywhru] {
    background: linear-gradient(135deg, #f8fafc, #dbeafe);
    color: var(--ov-navy);
}

.player-icon span[b-2s61dywhru] {
    font-size: 0.86rem;
    font-weight: 900;
}

.pitch-player strong[b-2s61dywhru] {
    display: block;
    max-width: 112px;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(15,23,42,0.68);
    color: white;
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    backdrop-filter: blur(8px);
}

.pitch-player small[b-2s61dywhru] {
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    color: var(--ov-navy);
    font-size: 0.62rem;
    font-weight: 900;
}

.substitutes-grid[b-2s61dywhru] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 18px;
}

.subs-card[b-2s61dywhru] {
    padding: 16px;
    border-radius: 22px;
    background: white;
    border: 1px solid rgba(148,163,184,0.16);
    box-shadow: var(--ov-shadow-md);
}

.subs-header[b-2s61dywhru] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
}

    .subs-header span[b-2s61dywhru] {
        display: block;
        color: #1d4ed8;
        font-size: 0.72rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }

    .subs-header strong[b-2s61dywhru] {
        display: block;
        color: var(--ov-navy);
        font-weight: 900;
    }

    .subs-header small[b-2s61dywhru] {
        color: #64748b;
        font-weight: 800;
    }

.subs-list[b-2s61dywhru] {
    display: grid;
    gap: 9px;
}

.sub-row[b-2s61dywhru] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(148,163,184,0.14);
}

.sub-number[b-2s61dywhru] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    font-weight: 900;
}

    .sub-number.away[b-2s61dywhru] {
        background: linear-gradient(135deg, #eff6ff, #dbeafe);
        color: #1d4ed8;
    }

.sub-row strong[b-2s61dywhru] {
    display: block;
    color: var(--ov-navy);
    font-weight: 900;
}

.sub-row span[b-2s61dywhru] {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 800;
}

@media (max-width: 900px) {
    .lineup-hero[b-2s61dywhru] {
        flex-direction: column;
        align-items: stretch;
    }

    .lineup-hero-chip[b-2s61dywhru] {
        min-width: 0;
        text-align: left;
    }

    .substitutes-grid[b-2s61dywhru] {
        grid-template-columns: 1fr;
    }

    .football-pitch[b-2s61dywhru] {
        min-height: 720px;
    }
}

@media (max-width: 640px) {
    .lineup-section[b-2s61dywhru] {
        padding: 18px 0 30px;
    }

    .lineup-hero[b-2s61dywhru] {
        padding: 22px;
        border-radius: 24px;
    }

        .lineup-hero h2[b-2s61dywhru] {
            font-size: 2.15rem;
        }

        .lineup-hero p[b-2s61dywhru] {
            font-size: 0.92rem;
        }

    .lineup-shell[b-2s61dywhru] {
        padding: 12px;
        border-radius: 22px;
    }

    .lineup-scorecard[b-2s61dywhru] {
        padding: 14px;
        border-radius: 18px;
    }

    .team-badge.large[b-2s61dywhru] {
        width: 42px;
        height: 42px;
        font-size: 0.76rem;
    }

    .lineup-team-card[b-2s61dywhru] {
        gap: 8px;
    }

        .lineup-team-card strong[b-2s61dywhru] {
            font-size: 0.86rem;
        }

        .lineup-team-card small[b-2s61dywhru] {
            font-size: 0.72rem;
        }

    .lineup-vs[b-2s61dywhru] {
        width: 42px;
        height: 42px;
        font-size: 0.78rem;
    }

    .pitch-card[b-2s61dywhru] {
        padding: 10px;
        border-radius: 20px;
    }

    .pitch-header[b-2s61dywhru] {
        padding: 12px;
        border-radius: 16px;
    }

        .pitch-header small[b-2s61dywhru] {
            display: none;
        }

    .football-pitch[b-2s61dywhru] {
        min-height: 680px;
        border-radius: 22px;
    }

    .pitch-player[b-2s61dywhru] {
        width: 82px;
    }

    .player-icon[b-2s61dywhru] {
        width: 34px;
        height: 34px;
    }

        .player-icon span[b-2s61dywhru] {
            font-size: 0.74rem;
        }

    .pitch-player strong[b-2s61dywhru] {
        max-width: 82px;
        font-size: 0.58rem;
        padding: 3px 6px;
    }

    .pitch-player small[b-2s61dywhru] {
        font-size: 0.52rem;
        padding: 2px 6px;
    }

    .centre-circle[b-2s61dywhru] {
        width: 110px;
        height: 110px;
    }

    .box[b-2s61dywhru] {
        width: 58%;
        height: 92px;
    }

    .six-yard[b-2s61dywhru] {
        width: 32%;
        height: 42px;
    }

    .subs-card[b-2s61dywhru] {
        padding: 12px;
        border-radius: 18px;
    }

    .sub-row[b-2s61dywhru] {
        padding: 10px;
        border-radius: 14px;
    }

    .sub-number[b-2s61dywhru] {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 0.78rem;
    }
}

@media (max-width: 640px) {
    .team-badge.large[b-2s61dywhru] {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 16px;
        font-size: 0.76rem;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/MatchHeadToHead.razor.rz.scp.css */
.h2h-section[b-x8qksoohwh] {
    padding: 24px 0 42px;
}

.h2h-hero[b-x8qksoohwh] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin: 10px;
    margin-bottom: 20px;
    padding: 28px;
    border-radius: 30px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.36), transparent 28%), radial-gradient(circle at 86% 18%, rgba(147,197,253,0.22), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    box-shadow: var(--ov-shadow-lg);
}

    .h2h-hero[b-x8qksoohwh]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 250px;
        height: 250px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .h2h-hero > *[b-x8qksoohwh] {
        position: relative;
        z-index: 1;
    }

.h2h-eyebrow[b-x8qksoohwh] {
    color: #bfdbfe;
}

.h2h-hero h2[b-x8qksoohwh] {
    margin: 6px 0 0;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.h2h-hero p[b-x8qksoohwh] {
    max-width: 620px;
    margin: 14px 0 0;
    color: #dbeafe;
    line-height: 1.7;
    font-weight: 600;
}

.h2h-hero-chip[b-x8qksoohwh] {
    flex: 0 0 auto;
    min-width: 150px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    text-align: center;
}

    .h2h-hero-chip span[b-x8qksoohwh] {
        display: block;
        margin-bottom: 8px;
        color: #93c5fd;
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }

    .h2h-hero-chip strong[b-x8qksoohwh] {
        display: block;
        color: white;
        font-size: 2rem;
        line-height: 1;
        font-weight: 900;
    }

.h2h-shell[b-x8qksoohwh] {
    margin: 10px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    overflow: hidden;
}

.h2h-summary[b-x8qksoohwh] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 22px;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.15), transparent 28%), linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
    border: 1px solid rgba(37,99,235,0.14);
}

.h2h-team[b-x8qksoohwh],
.h2h-draw[b-x8qksoohwh] {
    display: grid;
    gap: 4px;
}

    .h2h-team.right[b-x8qksoohwh] {
        text-align: right;
    }

    .h2h-team span[b-x8qksoohwh] {
        color: var(--ov-navy);
        font-weight: 900;
        font-size: 1rem;
    }

    .h2h-team strong[b-x8qksoohwh],
    .h2h-draw strong[b-x8qksoohwh] {
        color: #1d4ed8;
        font-size: 2rem;
        line-height: 1;
        font-weight: 900;
    }

    .h2h-team small[b-x8qksoohwh],
    .h2h-draw small[b-x8qksoohwh] {
        color: #64748b;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 0.7rem;
    }

.h2h-draw[b-x8qksoohwh] {
    min-width: 94px;
    text-align: center;
    padding: 12px 16px;
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(148,163,184,0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 22px rgba(15,23,42,0.06);
}

.h2h-list-header[b-x8qksoohwh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
}

    .h2h-list-header span[b-x8qksoohwh] {
        color: var(--ov-navy);
        font-weight: 900;
    }

    .h2h-list-header small[b-x8qksoohwh] {
        color: #1d4ed8;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

/* Match rows: aligned with schedule component */

.h2h-shell .match-list[b-x8qksoohwh] {
    padding: 0;
    display: grid;
    gap: 10px;
}

.h2h-match-row[b-x8qksoohwh] {
    background: white;
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    padding: 16px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 130px 1fr auto;
    gap: 18px;
    align-items: center;
    transform: translateZ(0);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .h2h-match-row:hover[b-x8qksoohwh] {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(15,23,42,0.08);
    }

    .h2h-match-row .match-time-block[b-x8qksoohwh] {
        display: grid;
        gap: 4px;
    }

    .h2h-match-row .match-time[b-x8qksoohwh] {
        font-size: 1.05rem;
        font-weight: 900;
        color: var(--ov-navy);
    }

    .h2h-match-row .match-status[b-x8qksoohwh] {
        font-size: 0.78rem;
        font-weight: 900;
        color: #64748b;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .h2h-match-row .match-main[b-x8qksoohwh] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 14px;
        min-width: 0;
    }

    .h2h-match-row .teams[b-x8qksoohwh] {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
    }

    .h2h-match-row .team[b-x8qksoohwh] {
        display: flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    .h2h-match-row .team-badge[b-x8qksoohwh] {
        width: 38px;
        height: 38px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        background: linear-gradient(180deg, #eff6ff, #dbeafe);
        border: 1px solid rgba(37,99,235,0.1);
        font-weight: 900;
        color: #1d4ed8;
        flex-shrink: 0;
    }

    .h2h-match-row .team-name-wrap[b-x8qksoohwh] {
        min-width: 0;
    }

    .h2h-match-row .team-name[b-x8qksoohwh] {
        font-weight: 800;
        color: #0f172a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h2h-match-row .match-score[b-x8qksoohwh] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 76px;
        padding: 8px 12px;
        border-radius: 14px;
        background: var(--ov-navy);
        color: white;
        font-weight: 900;
        font-size: 1.05rem;
        box-shadow: 0 10px 20px rgba(15,23,42,0.14);
    }

    .h2h-match-row .score-divider[b-x8qksoohwh] {
        color: rgba(255,255,255,0.65);
    }

    .h2h-match-row .match-meta[b-x8qksoohwh] {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .h2h-match-row .meta-chip[b-x8qksoohwh] {
        padding: 8px 10px;
        border-radius: 999px;
        background: #eff6ff;
        color: #1d4ed8;
        font-size: 0.78rem;
        font-weight: 800;
    }

        .h2h-match-row .meta-chip.finished[b-x8qksoohwh] {
            background: #f1f5f9;
            color: #475569;
        }

    .h2h-match-row .match-action[b-x8qksoohwh] {
        display: flex;
        justify-content: flex-end;
    }

    .h2h-match-row .match-action-btn[b-x8qksoohwh] {
        padding: 10px 12px;
        border-radius: 12px;
        background: #eef2ff;
        color: var(--ov-navy);
        font-weight: 800;
        border: 0;
        cursor: pointer;
        transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }

        .h2h-match-row .match-action-btn.primary[b-x8qksoohwh] {
            background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
            color: white;
        }

        .h2h-match-row .match-action-btn:hover[b-x8qksoohwh] {
            transform: translateY(-1px);
            box-shadow: 0 12px 22px rgba(37,99,235,0.18);
        }

@media (max-width: 1100px) {
    .h2h-hero[b-x8qksoohwh] {
        flex-direction: column;
        align-items: stretch;
    }

    .h2h-hero-chip[b-x8qksoohwh] {
        min-width: 0;
        text-align: left;
    }

    .h2h-match-row[b-x8qksoohwh] {
        grid-template-columns: 1fr;
    }

        .h2h-match-row .match-main[b-x8qksoohwh],
        .h2h-match-row .match-meta[b-x8qksoohwh],
        .h2h-match-row .match-action[b-x8qksoohwh] {
            justify-content: flex-start;
        }
}

@media (max-width: 640px) {
    .h2h-section[b-x8qksoohwh] {
        padding: 18px 0 30px;
    }

    .h2h-hero[b-x8qksoohwh] {
        padding: 22px;
        border-radius: 24px;
    }

        .h2h-hero h2[b-x8qksoohwh] {
            font-size: 2.15rem;
        }

        .h2h-hero p[b-x8qksoohwh] {
            font-size: 0.92rem;
        }

    .h2h-shell[b-x8qksoohwh] {
        padding: 12px;
        border-radius: 22px;
    }

    .h2h-summary[b-x8qksoohwh] {
        padding: 14px;
        border-radius: 18px;
    }

    .h2h-team span[b-x8qksoohwh] {
        font-size: 0.8rem;
    }

    .h2h-team strong[b-x8qksoohwh],
    .h2h-draw strong[b-x8qksoohwh] {
        font-size: 1.35rem;
    }

    .h2h-draw[b-x8qksoohwh] {
        min-width: 64px;
        padding: 10px 8px;
    }

    .h2h-list-header[b-x8qksoohwh] {
        padding: 12px;
        border-radius: 16px;
    }

    .h2h-match-row[b-x8qksoohwh] {
        gap: 12px;
        padding: 14px 12px;
        border-radius: 16px;
    }

        .h2h-match-row .match-time-block[b-x8qksoohwh] {
            grid-template-columns: auto auto;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
        }

        .h2h-match-row .match-time[b-x8qksoohwh] {
            font-size: 1rem;
        }

        .h2h-match-row .match-status[b-x8qksoohwh] {
            justify-self: end;
            padding: 5px 9px;
            border-radius: 999px;
            background: #eff6ff;
            color: #1d4ed8;
            font-size: 0.72rem;
        }

        .h2h-match-row .match-main[b-x8qksoohwh] {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            align-items: start;
        }

        .h2h-match-row .teams[b-x8qksoohwh] {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            gap: 8px;
            width: 100%;
        }

        .h2h-match-row .team[b-x8qksoohwh] {
            min-width: 0;
            gap: 8px;
        }

            .h2h-match-row .team:first-child[b-x8qksoohwh] {
                justify-content: flex-start;
            }

            .h2h-match-row .team:last-child[b-x8qksoohwh] {
                justify-content: flex-end;
                text-align: right;
            }

        .h2h-match-row .team-badge[b-x8qksoohwh] {
            width: 20px;
            height: 20px;
            font-size: 10px;
        }

        .h2h-match-row .team-name[b-x8qksoohwh] {
            white-space: normal;
            line-height: 1.2;
            font-size: 10px;
        }

        .h2h-match-row .match-score[b-x8qksoohwh] {
            min-width: 55px;
            padding: 5px 0;
            font-size: 12px;
            border-radius: 12px;
        }

        .h2h-match-row .match-meta[b-x8qksoohwh] {
            justify-content: flex-start;
            gap: 6px;
        }

        .h2h-match-row .meta-chip[b-x8qksoohwh] {
            padding: 7px 9px;
            font-size: 0.7rem;
        }

        .h2h-match-row .match-action[b-x8qksoohwh] {
            display: grid;
            grid-template-columns: 1fr;
            width: 100%;
        }

        .h2h-match-row .match-action-btn[b-x8qksoohwh] {
            min-height: 42px;
            padding: 10px 8px;
            font-size: 0.76rem;
            border-radius: 10px;
        }
}
/* _content/OddsVerdict.Blazor/Components/Pages/MatchOdds.razor.rz.scp.css */
.odds-page[b-ogp3o64mf1] {
    padding: 42px 0 56px;
}

/* Match header */

.odds-match-card[b-ogp3o64mf1] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 22px;
    align-items: center;
    padding: 26px;
    border-radius: 30px;
    background: radial-gradient(circle at 20% 20%, rgba(37,99,235,0.28), transparent 26%), radial-gradient(circle at 85% 20%, rgba(147,197,253,0.20), transparent 24%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    color: white;
    box-shadow: var(--ov-shadow-lg);
    overflow: hidden;
}

    .odds-match-card[b-ogp3o64mf1]::after {
        content: "";
        position: absolute;
        inset: auto -90px -110px auto;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(37,99,235,0.32), transparent 64%);
        pointer-events: none;
    }

.match-team[b-ogp3o64mf1] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

    .match-team.away[b-ogp3o64mf1] {
        justify-content: flex-end;
        text-align: right;
    }

.team-abbr[b-ogp3o64mf1] {
    width: 66px;
    height: 66px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 66px;
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    font-weight: 900;
    font-size: 1rem;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 14px 28px rgba(2,8,23,0.18);
}

.team-label[b-ogp3o64mf1] {
    display: block;
    margin-bottom: 5px;
    color: #93c5fd;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.match-team h2[b-ogp3o64mf1] {
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.8rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-center[b-ogp3o64mf1] {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.match-status-chip[b-ogp3o64mf1] {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.match-vs[b-ogp3o64mf1] {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 34px rgba(37,99,235,0.32);
}

.match-kickoff[b-ogp3o64mf1] {
    color: #dbeafe;
    font-weight: 800;
    font-size: 0.92rem;
}

/* Market tabs */

.market-bar[b-ogp3o64mf1] {
    margin: 18px 0;
    padding: 8px;
    border-radius: 24px;
    background: rgba(255,255,255,0.86);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

.market-scroll[b-ogp3o64mf1] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

    .market-scroll[b-ogp3o64mf1]::-webkit-scrollbar {
        display: none;
    }

.market-btn[b-ogp3o64mf1] {
    flex: 0 0 auto;
    padding: 11px 15px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #475569;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

    .market-btn:hover[b-ogp3o64mf1] {
        background: #eff6ff;
        color: #1d4ed8;
    }

    .market-btn.selected[b-ogp3o64mf1] {
        background: var(--ov-navy);
        color: white;
    }

/* Board */

.odds-board[b-ogp3o64mf1] {
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

.odds-board-header[b-ogp3o64mf1] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 18px;
}

    .odds-board-header h1[b-ogp3o64mf1] {
        margin: 0;
        font-size: clamp(1.8rem, 3vw, 3rem);
        line-height: 1.02;
        letter-spacing: -0.045em;
        color: var(--ov-navy);
    }

    .odds-board-header p[b-ogp3o64mf1] {
        margin: 10px 0 0;
        color: #64748b;
        line-height: 1.6;
    }

.period-tabs[b-ogp3o64mf1] {
    display: inline-flex;
    gap: 8px;
    padding: 6px;
    border-radius: 999px;
    background: #e2e8f0;
}

.period-btn[b-ogp3o64mf1] {
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #334155;
    font-weight: 800;
    cursor: pointer;
}

    .period-btn.selected[b-ogp3o64mf1] {
        background: var(--ov-navy);
        color: white;
    }

.odds-column-header[b-ogp3o64mf1],
.bookmaker-row[b-ogp3o64mf1] {
    display: grid;
    grid-template-columns: 1fr minmax(270px, 390px);
    gap: 14px;
    align-items: center;
}

.odds-column-header[b-ogp3o64mf1] {
    padding: 14px 16px;
    margin-bottom: 10px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
}

.bookmaker-title[b-ogp3o64mf1],
.market-columns span[b-ogp3o64mf1] {
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.market-columns[b-ogp3o64mf1],
.bookmaker-odds[b-ogp3o64mf1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    text-align: center;
}

.bookmaker-list[b-ogp3o64mf1] {
    display: grid;
    gap: 10px;
}

.bookmaker-row[b-ogp3o64mf1] {
    padding: 14px;
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(148,163,184,0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .bookmaker-row:hover[b-ogp3o64mf1] {
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(15,23,42,0.08);
    }

    .bookmaker-row.best[b-ogp3o64mf1] {
        border-color: rgba(37,99,235,0.28);
        background: linear-gradient(90deg, #ffffff, #eff6ff);
    }

.bookmaker-brand[b-ogp3o64mf1] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.bookmaker-icon[b-ogp3o64mf1] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    background: var(--ov-navy);
    color: white;
    font-weight: 900;
    font-size: 0.82rem;
}

.bookmaker-brand strong[b-ogp3o64mf1] {
    display: block;
    color: var(--ov-navy);
    font-size: 1rem;
}

.bookmaker-brand span[b-ogp3o64mf1] {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
}

.price[b-ogp3o64mf1] {
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    font-weight: 900;
    cursor: pointer;
    background: #eef2ff;
    color: var(--ov-navy);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .price:hover[b-ogp3o64mf1] {
        transform: translateY(-1px);
        box-shadow: 0 10px 18px rgba(37,99,235,0.14);
    }

    .price.up[b-ogp3o64mf1] {
        background: linear-gradient(180deg, #ecfdf5, #dcfce7);
        color: #15803d;
    }

    .price.down[b-ogp3o64mf1] {
        background: linear-gradient(180deg, #fef2f2, #fee2e2);
        color: #b91c1c;
    }

    .price small[b-ogp3o64mf1] {
        font-size: 0.7rem;
    }

/* Responsive */

@media (max-width: 900px) {
    .odds-match-card[b-ogp3o64mf1] {
        gap: 12px;
        padding: 18px 12px;
        border-radius: 24px;
    }

    .team-abbr[b-ogp3o64mf1] {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 0.76rem;
    }

    .match-vs[b-ogp3o64mf1] {
        width: 52px;
        height: 52px;
        font-size: 0.82rem;
    }

    .match-kickoff[b-ogp3o64mf1] {
        font-size: 0.76rem;
        max-width: 110px;
    }

    .match-status-chip[b-ogp3o64mf1] {
        font-size: 0.62rem;
        padding: 6px 8px;
    }

    .odds-board-header[b-ogp3o64mf1] {
        flex-direction: column;
        align-items: stretch;
    }

    .period-tabs[b-ogp3o64mf1] {
        width: 100%;
    }

    .period-btn[b-ogp3o64mf1] {
        flex: 1;
        font-size: 0.76rem;
        padding: 10px 8px;
    }

    .odds-column-header[b-ogp3o64mf1],
    .bookmaker-row[b-ogp3o64mf1] {
        grid-template-columns: 1fr;
    }

    .bookmaker-title[b-ogp3o64mf1] {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .odds-page[b-ogp3o64mf1] {
        padding: 26px 0 38px;
    }

    .odds-match-card[b-ogp3o64mf1] {
        grid-template-columns: 1fr auto 1fr;
    }

    .match-team[b-ogp3o64mf1] {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

        .match-team.away[b-ogp3o64mf1] {
            flex-direction: column-reverse;
            text-align: center;
        }

    .team-label[b-ogp3o64mf1] {
        display: none;
    }

    .match-team h2[b-ogp3o64mf1] {
        font-size: 0.82rem;
        max-width: 110px;
    }

    .market-bar[b-ogp3o64mf1] {
        border-radius: 20px;
    }

    .market-btn[b-ogp3o64mf1] {
        padding: 10px 12px;
        font-size: 0.78rem;
    }

    .odds-board[b-ogp3o64mf1] {
        padding: 12px;
        border-radius: 22px;
    }

    .bookmaker-row[b-ogp3o64mf1] {
        grid-template-columns: 64px 1fr;
        gap: 10px;
        align-items: center;
        padding: 10px;
    }

    .bookmaker-brand[b-ogp3o64mf1] {
        justify-content: flex-start;
        text-align: left;
        gap: 0;
    }

        .bookmaker-brand > div:not(.bookmaker-logo)[b-ogp3o64mf1] {
            display: none;
        }

    .bookmaker-logo[b-ogp3o64mf1] {
        width: 54px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .bookmaker-logo img[b-ogp3o64mf1] {
            max-width: 67.44px;
            max-height: 25.39px;
            object-fit: contain;
            margin-left:20px !important;
        }

    .bookmaker-odds[b-ogp3o64mf1] {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .price[b-ogp3o64mf1] {
        min-height: 38px;
        font-size: 0.82rem;
        border-radius: 12px;
    }



}
.desktop-only[b-ogp3o64mf1] {
    display: block;
}

@media (max-width: 520px) {
    .desktop-only[b-ogp3o64mf1] {
        display: none;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/MatchStats.razor.rz.scp.css */
/* =========================
   STATS PAGE
========================= */

.stats-page[b-b5r2tbw1vw] {
    padding: 42px 0 56px;
}

.eyebrow[b-b5r2tbw1vw] {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #1d4ed8;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 800;
}

.section-badge-dot[b-b5r2tbw1vw] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #60a5fa, #2563eb);
    box-shadow: 0 0 0 6px rgba(37,99,235,0.1);
}

/* =========================
   HERO + SCORE
========================= */

.stats-hero[b-b5r2tbw1vw] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    align-items: end;
    margin-bottom: 20px;
}

    .stats-hero h1[b-b5r2tbw1vw] {
        margin: 0;
        font-size: clamp(2rem, 4vw, 4rem);
        line-height: 1.02;
        letter-spacing: -0.045em;
        color: var(--ov-navy);
    }

    .stats-hero p[b-b5r2tbw1vw] {
        margin: 12px 0 0;
        color: #64748b;
        font-weight: 600;
    }

/* SCORE PANEL */

.score-panel[b-b5r2tbw1vw] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    background: linear-gradient(180deg, rgba(13,27,42,0.96), rgba(30,41,59,0.94));
    color: white;
    border-radius: 26px;
    padding: 18px 22px;
    box-shadow: var(--ov-shadow-lg);
    position: relative;
    overflow: hidden;
}

    .score-panel[b-b5r2tbw1vw]::after {
        content: "";
        position: absolute;
        inset: auto -70px -90px auto;
        width: 190px;
        height: 190px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 64%);
    }

.score-team[b-b5r2tbw1vw] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 800;
}

    .score-team.away[b-b5r2tbw1vw] {
        justify-content: flex-end;
        text-align: right;
    }

.scoreline[b-b5r2tbw1vw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    font-size: 2rem;
    font-weight: 900;
}

    .scoreline small[b-b5r2tbw1vw] {
        color: rgba(255,255,255,0.5);
    }

/* =========================
   SUMMARY CARDS
========================= */

.stats-summary-grid[b-b5r2tbw1vw] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.summary-card[b-b5r2tbw1vw] {
    background: rgba(255,255,255,0.82);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    border-radius: 18px;
    padding: 18px;
}

.summary-label[b-b5r2tbw1vw] {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 800;
    margin-bottom: 8px;
}

.summary-card strong[b-b5r2tbw1vw] {
    font-size: 1.25rem;
    color: var(--ov-navy);
}

/* =========================
   STATS TABLE
========================= */

.stats-shell[b-b5r2tbw1vw] {
    background: rgba(255,255,255,0.86);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    border-radius: 28px;
    padding: 18px;
}

/* HEADER */

.stats-table-header[b-b5r2tbw1vw] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(219,234,254,0.95), rgba(255,255,255,0.95));
    margin-bottom: 14px;
}

.team-column[b-b5r2tbw1vw] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

    .team-column.away[b-b5r2tbw1vw] {
        justify-content: flex-end;
    }

.stat-title[b-b5r2tbw1vw] {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1d4ed8;
}

/* CATEGORY */

.stat-category[b-b5r2tbw1vw] {
    margin: 20px 0 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--ov-navy);
    color: white;
    font-size: 0.75rem;
    font-weight: 900;
}

/* ROW */

.stat-row[b-b5r2tbw1vw] {
    display: grid;
    grid-template-columns: 70px 1fr 70px;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: white;
    margin-bottom: 10px;
}

.stat-value[b-b5r2tbw1vw] {
    font-weight: 900;
    color: var(--ov-navy);
}

.stat-center[b-b5r2tbw1vw] {
    display: grid;
    gap: 6px;
}

.stat-name[b-b5r2tbw1vw] {
    text-align: center;
    font-weight: 800;
    font-size: 0.9rem;
}

/* =========================
   COMPARISON BAR (KEY PART)
========================= */

.stat-bar[b-b5r2tbw1vw] {
    width: 100%;
    height: 10px;
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    background: #e2e8f0;
    position: relative;
}

    /* Divider */
    .stat-bar[b-b5r2tbw1vw]::after {
        content: "";
        position: absolute;
        left: var(--home);
        width: 2px;
        height: 100%;
        background: white;
        transform: translateX(-1px);
    }

.bar-home[b-b5r2tbw1vw] {
    width: var(--home);
    background: linear-gradient(90deg, #60a5fa, #2563eb);
}

.bar-away[b-b5r2tbw1vw] {
    width: var(--away);
    background: linear-gradient(90deg, #cbd5e1, #64748b);
}

/* Variants */

.stat-bar.inverse .bar-home[b-b5r2tbw1vw] {
    background: #94a3b8;
}

.stat-bar.inverse .bar-away[b-b5r2tbw1vw] {
    background: linear-gradient(90deg, #60a5fa, #2563eb);
}

.stat-bar.warning span[b-b5r2tbw1vw] {
    background: linear-gradient(90deg, #facc15, #eab308);
}

.stat-bar.danger span[b-b5r2tbw1vw] {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

/* =========================
   TEAM BADGE
========================= */

.team-badge[b-b5r2tbw1vw] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #eff6ff, #dbeafe);
    font-weight: 900;
    color: #1d4ed8;
    flex-shrink: 0;
}

    .team-badge.small[b-b5r2tbw1vw] {
        width: 32px;
        height: 32px;
        font-size: 0.7rem;
    }

/* =========================
   MOBILE FIXES (IMPORTANT)
========================= */

@media (max-width: 640px) {

    .stats-hero[b-b5r2tbw1vw] {
        grid-template-columns: 1fr;
    }

    /* SCORE PANEL FIX */
    .score-panel[b-b5r2tbw1vw] {
        grid-template-columns: 1fr auto 1fr;
        gap: 8px;
        padding: 14px 10px;
    }

    .scoreline[b-b5r2tbw1vw] {
        font-size: 1.4rem;
        padding: 6px 10px;
    }

    .score-team span[b-b5r2tbw1vw],
    .team-column strong[b-b5r2tbw1vw] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* TEAM COMPARISON FIX */
    .stats-table-header[b-b5r2tbw1vw] {
        grid-template-columns: 1fr auto 1fr;
        gap: 8px;
        padding: 10px;
    }

    .stat-title[b-b5r2tbw1vw] {
        font-size: 0.6rem;
    }

    .team-column[b-b5r2tbw1vw] {
        min-width: 0;
    }

        .team-column.away[b-b5r2tbw1vw] {
            justify-content: flex-end;
            text-align: right;
        }

    /* STACK FIXES */
    .stats-summary-grid[b-b5r2tbw1vw] {
        grid-template-columns: 1fr;
    }

    .stat-row[b-b5r2tbw1vw] {
        grid-template-columns: 50px 1fr 50px;
        gap: 8px;
    }

    .stat-name[b-b5r2tbw1vw] {
        font-size: 0.75rem;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/News.razor.rz.scp.css */
.news-wrapper[b-mmtxuxiftk] {
    background: var(--header-color);
    padding: 1vh 0;
}

.news-card[b-mmtxuxiftk] {
    background: #fff;
    margin: 4vh;
    border: 1px solid #333;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding:6vh;
    margin-top:0vh;
}

.news-left[b-mmtxuxiftk] {
    width: 40vw;
    display: flex;
    flex-direction: column;
}

.main-image[b-mmtxuxiftk] {
    width: 40vw;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.news-main-text[b-mmtxuxiftk] {
    background: var(--header-color);
    height: 36vh;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1vw;
}

.news-title[b-mmtxuxiftk] {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.news-meta[b-mmtxuxiftk] {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
}

.news-right[b-mmtxuxiftk] {
    width: 40vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    margin-left: 0vw;
    padding-top:0vh;
}

.latest-title[b-mmtxuxiftk] {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 1vh;
    font-size: 26px;
    font-weight: bold;
}

.latest-item[b-mmtxuxiftk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid var(--header-color);
    padding: 3vh 0;
    padding-bottom: 0vh;
    align-items: stretch;
}

.latest-item img[b-mmtxuxiftk] {
    width: 14vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.latest-text[b-mmtxuxiftk] {
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-right: 1vw;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.latest-time[b-mmtxuxiftk] {
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .news-card[b-mmtxuxiftk] {
        flex-direction: column;
        padding: 2vh;
        margin: 2vh;
        margin-top: 0vh;
    }

    .news-title[b-mmtxuxiftk] {
        font-size: 20px;
    }

    .news-left[b-mmtxuxiftk],
    .news-right[b-mmtxuxiftk] {
        width: 100%;
    }

    .main-image[b-mmtxuxiftk] {
        width: 100%;
    }

    .latest-title[b-mmtxuxiftk] {
        margin-top: 4vh;
    }

    .latest-text[b-mmtxuxiftk] {
        font-size:12px;
        width: 40vw;
    }

    .latest-item img[b-mmtxuxiftk] {
        width: 40vw;
        margin-top: 1vh;
    }

    .latest-time[b-mmtxuxiftk] {
        margin-top: 2vh;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.terms-page[b-e06oz854y3] {
    padding: 42px 0 64px;
}

.terms-shell[b-e06oz854y3] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.terms-hero[b-e06oz854y3] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    padding: 34px;
    margin-bottom: 22px;
    border-radius: 32px;
    color: white;
    overflow: hidden;
    background: radial-gradient(circle at 18% 22%, rgba(37,99,235,0.36), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.22), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    box-shadow: var(--ov-shadow-lg);
}

    .terms-hero[b-e06oz854y3]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -120px;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .terms-hero > *[b-e06oz854y3] {
        position: relative;
        z-index: 1;
    }

.terms-eyebrow[b-e06oz854y3] {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.terms-hero h1[b-e06oz854y3] {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.terms-hero p[b-e06oz854y3] {
    max-width: 640px;
    margin: 16px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
    margin-top: 16px !important;
}

.terms-updated[b-e06oz854y3] {
    flex: 0 0 auto;
    min-width: 210px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

    .terms-updated span[b-e06oz854y3] {
        display: block;
        margin-bottom: 6px;
        color: #93c5fd;
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .terms-updated strong[b-e06oz854y3] {
        display: block;
        color: white;
        font-size: 0.96rem;
    }

.terms-card[b-e06oz854y3] {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

    .terms-card section[b-e06oz854y3] {
        position: relative;
        padding: 24px 24px 24px 58px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.86));
        border: 1px solid rgba(148,163,184,0.16);
    }

        .terms-card section + section[b-e06oz854y3] {
            margin-top: 14px;
        }

        .terms-card section[b-e06oz854y3]::before {
            content: "";
            position: absolute;
            left: 24px;
            top: 29px;
            width: 14px;
            height: 14px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
            box-shadow: 0 0 0 6px rgba(37,99,235,0.12);
        }

    .terms-card h2[b-e06oz854y3] {
        margin: 0 0 12px;
        color: var(--ov-navy);
        font-size: clamp(1.05rem, 2vw, 1.35rem);
        line-height: 1.2;
        letter-spacing: -0.025em;
    }

    .terms-card p[b-e06oz854y3] {
        margin: 0;
        color: #475569;
        font-size: 14px !important;
        line-height: 1.75;
        font-weight: 600;
    }

    .terms-card strong[b-e06oz854y3] {
        color: var(--ov-navy);
        font-weight: 900;
    }

    .terms-card ul[b-e06oz854y3] {
        margin: 0;
        padding-left: 20px;
        color: #475569;
    }

    .terms-card li[b-e06oz854y3] {
        padding-left: 4px;
        font-size: 14px;
        line-height: 1.75;
        font-weight: 600;
    }

        .terms-card li + li[b-e06oz854y3] {
            margin-top: 8px;
        }

.terms-contact[b-e06oz854y3] {
    background: radial-gradient(circle at 90% 20%, rgba(37,99,235,0.12), transparent 28%), linear-gradient(180deg, #ffffff, #eff6ff) !important;
    border-color: rgba(37,99,235,0.22) !important;
}

    .terms-contact a[b-e06oz854y3] {
        display: inline-flex;
        margin-top: 14px;
        padding: 12px 16px;
        border-radius: 999px;
        background: var(--ov-navy);
        color: white;
        text-decoration: none;
        font-weight: 900;
        box-shadow: 0 14px 26px rgba(15,23,42,0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .terms-contact a:hover[b-e06oz854y3] {
            transform: translateY(-1px);
            box-shadow: 0 18px 30px rgba(37,99,235,0.22);
        }

/* Responsive */

@media (max-width: 900px) {
    .terms-hero[b-e06oz854y3] {
        flex-direction: column;
        align-items: stretch;
        padding: 26px;
        border-radius: 28px;
    }

    .terms-updated[b-e06oz854y3] {
        min-width: 0;
    }

    .terms-card[b-e06oz854y3] {
        padding: 18px;
    }

        .terms-card section[b-e06oz854y3] {
            padding: 22px 20px 22px 52px;
        }

            .terms-card section[b-e06oz854y3]::before {
                left: 22px;
            }
}

@media (max-width: 520px) {
    .terms-page[b-e06oz854y3] {
        padding: 26px 0 42px;
    }

    .terms-shell[b-e06oz854y3] {
        width: min(100% - 24px, 1120px);
    }

    .terms-hero[b-e06oz854y3] {
        padding: 22px;
        border-radius: 24px;
    }

        .terms-hero h1[b-e06oz854y3] {
            font-size: 2.35rem;
        }

        .terms-hero p[b-e06oz854y3] {
            font-size: 0.92rem;
        }

    .terms-card[b-e06oz854y3] {
        padding: 12px;
        border-radius: 22px;
    }

        .terms-card section[b-e06oz854y3] {
            padding: 20px;
        }

            .terms-card section[b-e06oz854y3]::before {
                display: none;
            }

        .terms-card p[b-e06oz854y3],
        .terms-card li[b-e06oz854y3] {
            font-size: 12px !important;
        }

    .terms-contact a[b-e06oz854y3] {
        width: 88%;
        justify-content: center;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/TeamPage.razor.rz.scp.css */
.team-profile-page[b-m5cno9qwkw] {
    padding: 24px 0 42px;
}

.team-profile-header[b-m5cno9qwkw] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin: 10px;
    margin-bottom: 14px;
    padding: 30px;
    border-radius: 32px;
    overflow: hidden;
    color: white;
    background: radial-gradient(circle at 18% 20%, rgba(37,99,235,0.36), transparent 28%), radial-gradient(circle at 86% 18%, rgba(147,197,253,0.22), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    box-shadow: var(--ov-shadow-lg);
}

    .team-profile-header[b-m5cno9qwkw]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -110px;
        width: 250px;
        height: 250px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .team-profile-header > *[b-m5cno9qwkw] {
        position: relative;
        z-index: 1;
    }

.team-profile-main[b-m5cno9qwkw] {
    display: flex;
    align-items: center;
    gap: 22px;
    min-width: 0;
}

.team-abbr-card[b-m5cno9qwkw] {
    width: 86px;
    height: 86px;
    border-radius: 28px;
    display: grid;
    place-items: center;
    flex: 0 0 86px;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.95), transparent 30%), linear-gradient(135deg, var(--ov-blue), #1d4ed8);
    color: white;
    font-size: 1.45rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    border: 1px solid rgba(255,255,255,0.58);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 18px 36px rgba(37,99,235,0.28);
}

.team-profile-copy[b-m5cno9qwkw] {
    min-width: 0;
}

.team-eyebrow[b-m5cno9qwkw] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #bfdbfe;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.team-profile-copy h1[b-m5cno9qwkw] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4.25rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    text-transform: capitalize;
}

.team-profile-copy p[b-m5cno9qwkw] {
    max-width: 640px;
    margin: 14px 0 0;
    color: #dbeafe;
    line-height: 1.7;
    font-weight: 600;
}

.team-profile-meta[b-m5cno9qwkw] {
    flex: 0 0 auto;
    min-width: 160px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    text-align: center;
}

    .team-profile-meta span[b-m5cno9qwkw] {
        display: block;
        margin-bottom: 8px;
        color: #93c5fd;
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }

    .team-profile-meta strong[b-m5cno9qwkw] {
        display: block;
        color: white;
        font-size: 1.1rem;
        font-weight: 900;
    }

.team-menu[b-m5cno9qwkw] {
    display: flex;
    gap: 8px;
    margin: 0 10px 18px;
    padding: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
    overflow-x: auto;
    scrollbar-width: none;
}

    .team-menu[b-m5cno9qwkw]::-webkit-scrollbar {
        display: none;
    }

.team-menu-item[b-m5cno9qwkw] {
    position: relative;
    flex: 0 0 auto;
    padding: 11px 16px;
    border-radius: 999px;
    color: #475569;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 900;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .team-menu-item:hover[b-m5cno9qwkw] {
        background: #eff6ff;
        color: #1d4ed8;
        transform: translateY(-1px);
    }

    .team-menu-item.selected[b-m5cno9qwkw] {
        background: var(--ov-navy);
        color: white;
        box-shadow: 0 12px 24px rgba(15,23,42,0.14);
    }

.team-content-shell[b-m5cno9qwkw] {
    margin: 0 10px;
    border-radius: 28px;
}

@media (max-width: 900px) {
    .team-profile-header[b-m5cno9qwkw] {
        flex-direction: column;
        align-items: stretch;
        padding: 26px;
        border-radius: 28px;
    }

    .team-profile-meta[b-m5cno9qwkw] {
        min-width: 0;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .team-profile-page[b-m5cno9qwkw] {
        padding: 18px 0 30px;
    }

    .team-profile-header[b-m5cno9qwkw] {
        padding: 22px;
        border-radius: 24px;
    }

    .team-profile-main[b-m5cno9qwkw] {
        align-items: flex-start;
        gap: 14px;
    }

    .team-abbr-card[b-m5cno9qwkw] {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: 20px;
        font-size: 1rem;
    }

    .team-profile-copy h1[b-m5cno9qwkw] {
        font-size: 2.1rem;
    }

    .team-profile-copy p[b-m5cno9qwkw] {
        font-size: 0.92rem;
    }

    .team-menu[b-m5cno9qwkw] {
        border-radius: 22px;
        padding: 6px;
    }

    .team-menu-item[b-m5cno9qwkw] {
        padding: 10px 13px;
        font-size: 0.78rem;
    }
}
/* _content/OddsVerdict.Blazor/Components/Pages/TermsAndConditions.razor.rz.scp.css */
.terms-page[b-2lblgpfu9m] {
    padding: 42px 0 64px;
}

.terms-shell[b-2lblgpfu9m] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.terms-hero[b-2lblgpfu9m] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 28px;
    padding: 34px;
    margin-bottom: 22px;
    border-radius: 32px;
    color: white;
    overflow: hidden;
    background: radial-gradient(circle at 18% 22%, rgba(37,99,235,0.36), transparent 28%), radial-gradient(circle at 88% 12%, rgba(147,197,253,0.22), transparent 26%), linear-gradient(180deg, rgba(13,27,42,0.98), rgba(30,41,59,0.96));
    box-shadow: var(--ov-shadow-lg);
}

    .terms-hero[b-2lblgpfu9m]::after {
        content: "";
        position: absolute;
        right: -90px;
        bottom: -120px;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(37,99,235,0.34), transparent 66%);
        pointer-events: none;
    }

    .terms-hero > *[b-2lblgpfu9m] {
        position: relative;
        z-index: 1;
    }

.terms-eyebrow[b-2lblgpfu9m] {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #bfdbfe;
    border: 1px solid rgba(255,255,255,0.1);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.terms-hero h1[b-2lblgpfu9m] {
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.terms-hero p[b-2lblgpfu9m] {
    max-width: 640px;
    margin: 16px 0 0;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
    margin-top: 16px !important;
}

.terms-updated[b-2lblgpfu9m] {
    flex: 0 0 auto;
    min-width: 210px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

    .terms-updated span[b-2lblgpfu9m] {
        display: block;
        margin-bottom: 6px;
        color: #93c5fd;
        font-size: 0.7rem;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0.13em;
    }

    .terms-updated strong[b-2lblgpfu9m] {
        display: block;
        color: white;
        font-size: 0.96rem;
    }

.terms-card[b-2lblgpfu9m] {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,0.9);
    border: 1px solid var(--ov-border);
    box-shadow: var(--ov-shadow-md);
}

    .terms-card section[b-2lblgpfu9m] {
        position: relative;
        padding: 24px 24px 24px 58px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,250,252,0.86));
        border: 1px solid rgba(148,163,184,0.16);
    }

        .terms-card section + section[b-2lblgpfu9m] {
            margin-top: 14px;
        }

        .terms-card section[b-2lblgpfu9m]::before {
            content: "";
            position: absolute;
            left: 24px;
            top: 29px;
            width: 14px;
            height: 14px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--ov-blue), #1d4ed8);
            box-shadow: 0 0 0 6px rgba(37,99,235,0.12);
        }

    .terms-card h2[b-2lblgpfu9m] {
        margin: 0 0 12px;
        color: var(--ov-navy);
        font-size: clamp(1.05rem, 2vw, 1.35rem);
        line-height: 1.2;
        letter-spacing: -0.025em;
    }

    .terms-card p[b-2lblgpfu9m] {
        margin: 0;
        color: #475569;
        font-size: 14px !important;
        line-height: 1.75;
        font-weight: 600;
    }

    .terms-card strong[b-2lblgpfu9m] {
        color: var(--ov-navy);
        font-weight: 900;
    }

    .terms-card ul[b-2lblgpfu9m] {
        margin: 0;
        padding-left: 20px;
        color: #475569;
    }

    .terms-card li[b-2lblgpfu9m] {
        padding-left: 4px;
        font-size: 14px;
        line-height: 1.75;
        font-weight: 600;
    }

        .terms-card li + li[b-2lblgpfu9m] {
            margin-top: 8px;
        }

.terms-contact[b-2lblgpfu9m] {
    background: radial-gradient(circle at 90% 20%, rgba(37,99,235,0.12), transparent 28%), linear-gradient(180deg, #ffffff, #eff6ff) !important;
    border-color: rgba(37,99,235,0.22) !important;
}

    .terms-contact a[b-2lblgpfu9m] {
        display: inline-flex;
        margin-top: 14px;
        padding: 12px 16px;
        border-radius: 999px;
        background: var(--ov-navy);
        color: white;
        text-decoration: none;
        font-weight: 900;
        box-shadow: 0 14px 26px rgba(15,23,42,0.16);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .terms-contact a:hover[b-2lblgpfu9m] {
            transform: translateY(-1px);
            box-shadow: 0 18px 30px rgba(37,99,235,0.22);
        }

/* Responsive */

@media (max-width: 900px) {
    .terms-hero[b-2lblgpfu9m] {
        flex-direction: column;
        align-items: stretch;
        padding: 26px;
        border-radius: 28px;
    }

    .terms-updated[b-2lblgpfu9m] {
        min-width: 0;
    }

    .terms-card[b-2lblgpfu9m] {
        padding: 18px;
    }

        .terms-card section[b-2lblgpfu9m] {
            padding: 22px 20px 22px 52px;
        }

            .terms-card section[b-2lblgpfu9m]::before {
                left: 22px;
            }
}

@media (max-width: 520px) {
    .terms-page[b-2lblgpfu9m] {
        padding: 26px 0 42px;
    }

    .terms-shell[b-2lblgpfu9m] {
        width: min(100% - 24px, 1120px);
    }

    .terms-hero[b-2lblgpfu9m] {
        padding: 22px;
        border-radius: 24px;
    }

        .terms-hero h1[b-2lblgpfu9m] {
            font-size: 2.35rem;
        }

        .terms-hero p[b-2lblgpfu9m] {
            font-size: 0.92rem;
        }

    .terms-card[b-2lblgpfu9m] {
        padding: 12px;
        border-radius: 22px;
    }

        .terms-card section[b-2lblgpfu9m] {
            padding: 20px;
        }

            .terms-card section[b-2lblgpfu9m]::before {
                display: none;
            }

        .terms-card p[b-2lblgpfu9m],
        .terms-card li[b-2lblgpfu9m] {
            font-size: 12px !important;
        }

    .terms-contact a[b-2lblgpfu9m] {
        width: 88%;
        justify-content: center;
    }
}
