/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6yf22a14kz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6yf22a14kz] {
    flex: 1;
}

.mobile-back-to-top[b-6yf22a14kz] {
    display: none;
}

@media (max-width: 820px) {
    .mobile-back-to-top:not([hidden])[b-6yf22a14kz] {
        min-width: 48px;
        min-height: 48px;
        padding: .45rem .6rem;
        position: fixed;
        z-index: 70;
        right: max(1rem, env(safe-area-inset-right));
        bottom: max(1rem, env(safe-area-inset-bottom));
        display: grid;
        place-items: center;
        gap: .05rem;
        border: 1px solid rgba(255, 255, 255, .34);
        border-bottom: 3px solid var(--team-accent, #f15b35);
        border-radius: 3px;
        background: var(--team-primary, #071a30);
        box-shadow: 0 10px 28px rgba(2, 12, 25, .32);
        color: #fff;
        cursor: pointer;
    }

    .mobile-back-to-top svg[b-6yf22a14kz] {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2.2;
    }

    .mobile-back-to-top span[b-6yf22a14kz] {
        font: 900 .48rem/1 Barlow, sans-serif;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .mobile-back-to-top:hover[b-6yf22a14kz] {
        background: color-mix(in srgb, var(--team-primary, #071a30) 82%, #000);
    }

    .mobile-back-to-top:focus-visible[b-6yf22a14kz] {
        outline: 3px solid #fff;
        outline-offset: 3px;
        box-shadow: 0 0 0 6px var(--team-accent, #f15b35), 0 10px 28px rgba(2, 12, 25, .32);
    }
}

@media print {
    .mobile-back-to-top[b-6yf22a14kz] {
        display: none !important;
    }
}

.sidebar[b-6yf22a14kz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6yf22a14kz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6yf22a14kz]  a, .top-row[b-6yf22a14kz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6yf22a14kz]  a:hover, .top-row[b-6yf22a14kz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6yf22a14kz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6yf22a14kz] {
        justify-content: space-between;
    }

    .top-row[b-6yf22a14kz]  a, .top-row[b-6yf22a14kz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6yf22a14kz] {
        flex-direction: row;
    }

    .sidebar[b-6yf22a14kz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6yf22a14kz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6yf22a14kz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6yf22a14kz], article[b-6yf22a14kz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6yf22a14kz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-6yf22a14kz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mcydq4v1xd] {
    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-mcydq4v1xd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-mcydq4v1xd] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mcydq4v1xd] {
    font-size: 1.1rem;
}

.bi[b-mcydq4v1xd] {
    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-mcydq4v1xd] {
    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-mcydq4v1xd] {
    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-mcydq4v1xd] {
    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-mcydq4v1xd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mcydq4v1xd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mcydq4v1xd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mcydq4v1xd]  .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-mcydq4v1xd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mcydq4v1xd]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-mcydq4v1xd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mcydq4v1xd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mcydq4v1xd] {
        display: none;
    }

    .nav-scrollable[b-mcydq4v1xd] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Account.razor.rz.scp.css */
.account-hero[b-rpc745y3b7] { min-height: 420px; padding: clamp(3rem, 7vw, 6rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; background: radial-gradient(circle at 78% 18%, #2879aa55, transparent 27%), linear-gradient(130deg, #061526, #0e3b62); border-bottom: 6px solid var(--oracle-orange); color: #fff; }
.account-hero h1[b-rpc745y3b7] { margin: .35rem 0 1rem; font: 900 clamp(4rem, 9vw, 8rem)/.8 Barlow Condensed, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.account-hero p:last-child[b-rpc745y3b7] { max-width: 690px; color: #c4d2de; line-height: 1.65; }
.account-hero > a[b-rpc745y3b7] { min-width: max-content; padding: .9rem 1.1rem; background: #fff; color: #071a30; font-size: .65rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.account-shell[b-rpc745y3b7] { width: min(1240px, calc(100% - 2rem)); margin: 2.5rem auto 5rem; }
.account-feedback[b-rpc745y3b7] { margin-bottom: 1rem; padding: 1rem 1.2rem; display: grid; border-left: 5px solid #cf8b23; background: #fff7e8; color: #624a22; }
.account-feedback.success[b-rpc745y3b7] { border-color: #298755; background: #f0faf4; color: #204d34; }
.account-feedback.error[b-rpc745y3b7] { border-color: #b92e37; background: #fff1f2; color: #7f2229; }
.account-feedback strong[b-rpc745y3b7] { font: 900 1.15rem Barlow Condensed, sans-serif; text-transform: uppercase; }
.account-feedback span[b-rpc745y3b7] { margin-top: .15rem; font-size: .7rem; }
.account-overview[b-rpc745y3b7] { padding: 1.5rem; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1.1rem; border-top: 5px solid var(--oracle-orange); background: #071a30; color: #fff; box-shadow: 0 18px 42px #071a3020; }
.account-identity-mark[b-rpc745y3b7] { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--oracle-orange); font: 900 1.7rem Barlow Condensed, sans-serif; }
.account-identity-copy h2[b-rpc745y3b7] { margin: .15rem 0; font: 900 clamp(2rem, 4vw, 3.25rem)/.9 Barlow Condensed, sans-serif; text-transform: uppercase; }
.account-identity-copy p:last-child[b-rpc745y3b7] { margin: .35rem 0 0; color: #b9c7d3; font-size: .7rem; }
.account-overview button[b-rpc745y3b7] { padding: .7rem .9rem; border: 1px solid #ffffff55; background: transparent; color: #fff; font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.account-name-setup[b-rpc745y3b7] { margin-top: 1rem; padding: 1.5rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: 2rem; align-items: center; border: 1px solid #edd4a8; border-left: 5px solid #d98b20; background: #fff9ef; }
.account-name-setup h2[b-rpc745y3b7],.account-teams h2[b-rpc745y3b7],.account-danger-zone h2[b-rpc745y3b7],.account-sign-in-card h2[b-rpc745y3b7] { margin: .2rem 0 .45rem; font: 900 clamp(2rem, 4vw, 3rem)/.92 Barlow Condensed, sans-serif; text-transform: uppercase; }
.account-name-setup p[b-rpc745y3b7],.account-sign-in-card p[b-rpc745y3b7] { max-width: 650px; color: #657582; line-height: 1.6; }
.account-name-setup form[b-rpc745y3b7] { display: grid; gap: .65rem; }
.account-name-setup label[b-rpc745y3b7] { display: grid; gap: .3rem; }
.account-name-setup label span[b-rpc745y3b7] { color: #657582; font-size: .5rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.account-name-setup input[b-rpc745y3b7] { width: 100%; padding: .8rem; border: 1px solid #bdc8d1; background: #fff; }
.account-name-setup form > small[b-rpc745y3b7] { color: #687987; font-size: .55rem; line-height: 1.45; }
.account-name-setup button[b-rpc745y3b7],.account-sign-in-card > a[b-rpc745y3b7] { padding: .8rem 1rem; border: 0; background: #071a30; color: #fff; font-size: .6rem; font-weight: 900; letter-spacing: .05em; text-align: center; text-decoration: none; text-transform: uppercase; }
.account-teams[b-rpc745y3b7] { margin-top: 2.5rem; }
.account-teams > header[b-rpc745y3b7] { margin-bottom: 1rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.account-teams > header p[b-rpc745y3b7] { margin: 0; color: #687987; }
.account-teams > header a[b-rpc745y3b7] { color: #174f7c; font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.account-team-grid[b-rpc745y3b7] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.account-team-grid article[b-rpc745y3b7] { padding: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid #dce3e8; border-left: 5px solid var(--account-accent); background: #fff; }
.account-team-grid article > a[b-rpc745y3b7] { min-width: 0; display: flex; align-items: center; gap: .8rem; color: #172d43; text-decoration: none; }
.account-team-grid article > a > span[b-rpc745y3b7] { width: 50px; height: 50px; padding: .35rem; flex: 0 0 50px; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--account-team) 8%, #fff); }
.account-team-grid img[b-rpc745y3b7] { width: 100%; height: 100%; object-fit: contain; }
.account-team-grid article > a div[b-rpc745y3b7] { min-width: 0; display: grid; }
.account-team-grid small[b-rpc745y3b7] { color: #788795; font-size: .48rem; font-weight: 900; text-transform: uppercase; }
.account-team-grid strong[b-rpc745y3b7] { margin-top: .2rem; overflow: hidden; font: 900 1.3rem Barlow Condensed, sans-serif; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.account-teams-empty[b-rpc745y3b7] { padding: 1.25rem; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; border: 1px dashed #b8c5cf; background: #f6f8f9; }
.account-teams-empty > span[b-rpc745y3b7] { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #071a30; color: #fff; font-size: 1.4rem; }
.account-teams-empty strong[b-rpc745y3b7] { font: 900 1.3rem Barlow Condensed, sans-serif; text-transform: uppercase; }
.account-teams-empty p[b-rpc745y3b7] { margin: .2rem 0 0; color: #687987; font-size: .7rem; }
.account-teams-empty > a[b-rpc745y3b7] { padding: .7rem .8rem; background: #071a30; color: #fff; font-size: .55rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.account-destinations[b-rpc745y3b7] { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.account-destinations a[b-rpc745y3b7] { padding: 1.4rem; display: grid; border-top: 4px solid var(--oracle-orange); background: #0a2540; color: #fff; text-decoration: none; }
.account-destinations small[b-rpc745y3b7] { color: #9db0c1; font-size: .5rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.account-destinations strong[b-rpc745y3b7] { margin: .3rem 0; font: 900 2.1rem Barlow Condensed, sans-serif; text-transform: uppercase; }
.account-destinations span[b-rpc745y3b7] { color: #c3cfda; font-size: .65rem; }
.account-danger-zone[b-rpc745y3b7] { margin-top: 2.5rem; border: 1px solid #dce3e8; background: #fff; }
.account-danger-zone summary[b-rpc745y3b7] { padding: 1rem; color: #52687a; cursor: pointer; font-size: .58rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.account-danger-zone > div[b-rpc745y3b7] { padding: 1.3rem; border-top: 1px solid #e1e7eb; }
.account-danger-zone p[b-rpc745y3b7] { max-width: 760px; color: #667987; line-height: 1.6; }
.account-danger-zone form[b-rpc745y3b7] { margin: 1rem 0; display: flex; align-items: center; gap: 1rem; }
.account-danger-zone label[b-rpc745y3b7] { color: #5b6975; font-size: .66rem; }
.account-danger-zone button[b-rpc745y3b7] { padding: .65rem .8rem; border: 0; background: #a62c36; color: #fff; font-size: .55rem; font-weight: 900; text-transform: uppercase; }
.account-danger-zone a[b-rpc745y3b7] { color: #174f7c; font-size: .58rem; font-weight: 900; text-transform: uppercase; }
.account-sign-in-card[b-rpc745y3b7] { min-height: 360px; padding: clamp(1.5rem, 5vw, 3.5rem); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; border-top: 5px solid var(--oracle-orange); background: #fff; box-shadow: 0 18px 45px #071a3015; }
.account-google-mark[b-rpc745y3b7] { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: #071a30; color: #fff; font: 900 1.8rem Barlow Condensed, sans-serif; }
.account-sign-in-card > a[b-rpc745y3b7] { min-width: 190px; }
.account-sign-in-unavailable[b-rpc745y3b7] { max-width: 270px; padding: .8rem; background: #edf1f4; color: #657582; font-size: .58rem; font-weight: 900; text-transform: uppercase; }

@media (max-width: 760px) {
    .account-hero[b-rpc745y3b7] { min-height: 500px; align-items: flex-start; justify-content: end; flex-direction: column; }
    .account-shell[b-rpc745y3b7] { width: calc(100% - 1rem); }
    .account-overview[b-rpc745y3b7],.account-sign-in-card[b-rpc745y3b7] { grid-template-columns: auto minmax(0, 1fr); }
    .account-overview form[b-rpc745y3b7],.account-sign-in-card > a[b-rpc745y3b7],.account-sign-in-unavailable[b-rpc745y3b7] { grid-column: 2; justify-self: start; }
    .account-name-setup[b-rpc745y3b7],.account-team-grid[b-rpc745y3b7],.account-destinations[b-rpc745y3b7] { grid-template-columns: 1fr; }
    .account-teams > header[b-rpc745y3b7] { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
    .account-overview[b-rpc745y3b7] { grid-template-columns: 1fr; }
    .account-overview form[b-rpc745y3b7] { grid-column: 1; }
    .account-team-grid article[b-rpc745y3b7] { align-items: flex-start; flex-direction: column; }
    .account-team-grid[b-rpc745y3b7]  .follow-team-form,.account-team-grid[b-rpc745y3b7]  .follow-team-button { width: 100%; }
    .account-teams-empty[b-rpc745y3b7] { grid-template-columns: auto 1fr; }
    .account-teams-empty > a[b-rpc745y3b7] { grid-column: 2; justify-self: start; }
    .account-danger-zone form[b-rpc745y3b7] { align-items: flex-start; flex-direction: column; }
    .account-sign-in-card[b-rpc745y3b7] { grid-template-columns: 1fr; }
    .account-sign-in-card > a[b-rpc745y3b7],.account-sign-in-unavailable[b-rpc745y3b7] { grid-column: 1; }
}
/* /Components/Pages/ConfidencePool.razor.rz.scp.css */
.confidence-hero[b-y5ybjkai31] {
    background: linear-gradient(125deg, #071a30 0%, #123d5e 58%, #b75a19 140%);
}

.confidence-shell[b-y5ybjkai31] {
    padding-bottom: 2rem;
}

.confidence-format-link[b-y5ybjkai31] {
    margin: .75rem 0;
    text-align: right;
}

.confidence-format-link a[b-y5ybjkai31] {
    color: #264f6d;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.confidence-progress[b-y5ybjkai31] {
    gap: .55rem;
}

.confidence-progress-items[b-y5ybjkai31] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.confidence-progress-items strong[b-y5ybjkai31] {
    margin: 0;
    padding: .28rem .42rem;
    border-radius: 2px;
    background: #eef2f5;
    color: #52697b;
    font-size: .7rem;
    line-height: 1.2;
    white-space: nowrap;
}

.confidence-progress-items strong[b-y5ybjkai31]::before {
    margin-right: .25rem;
    content: "○";
}

.confidence-progress-items strong.complete[b-y5ybjkai31] {
    background: #e5f3eb;
    color: #15593d;
}

.confidence-progress-items strong.complete[b-y5ybjkai31]::before {
    content: "✓";
}

.confidence-preview-banner[b-y5ybjkai31] {
    padding: .7rem 1rem;
    display: flex;
    align-items: center;
    gap: .6rem;
    border-inline: 1px solid #c9d6df;
    border-bottom: 1px solid #c9d6df;
    background: #fff8ec;
    color: #4f4c45;
}

.confidence-preview-banner strong[b-y5ybjkai31] {
    padding: .3rem .45rem;
    background: #173a55;
    color: #fff;
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.confidence-preview-banner span[b-y5ybjkai31] {
    font-size: .84rem;
}

.confidence-rule-note[b-y5ybjkai31] {
    margin: .75rem 0;
    padding: .8rem 1rem;
    display: grid;
    gap: .2rem;
    border-left: 5px solid var(--pickem-accent);
    background: #f2f6f8;
    color: #405c70;
    font-size: .82rem;
}

.confidence-rule-note strong[b-y5ybjkai31] {
    color: #16384f;
    font: 900 1rem Barlow Condensed, sans-serif;
    text-transform: uppercase;
}

.confidence-rule-note small[b-y5ybjkai31] {
    color: #486377;
    font-size: .75rem;
    line-height: 1.45;
}

.pickem-game-list[b-y5ybjkai31] {
    padding: .65rem;
    display: grid;
    gap: .65rem;
    background: #e9eef2;
}

.confidence-game[b-y5ybjkai31] {
    border: 1px solid #c8d4dc;
    box-shadow: 0 4px 12px rgba(7, 26, 48, .06);
}

.confidence-game > header[b-y5ybjkai31] {
    min-height: 40px;
    padding: .45rem .7rem;
}

.confidence-game-meta[b-y5ybjkai31] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .55rem;
}

.confidence-game-meta b[b-y5ybjkai31] {
    flex: 0 0 auto;
    color: #173d59;
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.confidence-game-meta span[b-y5ybjkai31] {
    min-width: 0;
    overflow: hidden;
    color: #263f54;
    font-size: .78rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.confidence-game-meta time[b-y5ybjkai31] {
    flex: 0 0 auto;
    color: #52697b;
    font-size: .75rem;
    white-space: nowrap;
}

.confidence-game-body[b-y5ybjkai31] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: stretch;
}

.confidence-game-body .pickem-matchup[b-y5ybjkai31] {
    min-height: 96px;
    padding: .6rem;
}

.confidence-rank-control[b-y5ybjkai31] {
    padding: .65rem .75rem;
    display: grid;
    align-content: center;
    gap: .45rem;
    border-left: 1px solid #d3dde4;
    background: #f7f9fa;
}

.confidence-rank-control label[b-y5ybjkai31] {
    display: grid;
    gap: .3rem;
}

.confidence-rank-control label > span[b-y5ybjkai31] {
    color: #405c70;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.confidence-rank-control select[b-y5ybjkai31] {
    width: 100%;
    min-height: 46px;
    padding: 0 .65rem;
    border: 2px solid #aebfca;
    border-radius: 2px;
    background: #fff;
    color: #17364d;
    font-size: .88rem;
    font-weight: 800;
}

.confidence-rank-control select:disabled[b-y5ybjkai31] {
    border-color: #c7d1d8;
    background: #eef2f4;
    color: #546a7a;
    opacity: 1;
}

.confidence-rank-control select:focus-visible[b-y5ybjkai31] {
    outline: 3px solid #f0a464;
    outline-offset: 2px;
}

.confidence-rank-badge[b-y5ybjkai31] {
    display: flex;
    align-items: baseline;
    gap: .38rem;
    color: #893817;
}

.confidence-rank-badge b[b-y5ybjkai31] {
    font: 900 1.55rem/1 Barlow Condensed, sans-serif;
}

.confidence-rank-badge span[b-y5ybjkai31],
.confidence-rank-help[b-y5ybjkai31],
.confidence-rank-error[b-y5ybjkai31] {
    font-size: .78rem;
    font-weight: 800;
}

.confidence-rank-help[b-y5ybjkai31] {
    color: #4f687b;
}

.confidence-rank-error[b-y5ybjkai31] {
    color: #9b2f29;
}

.pickem-save-bar[b-y5ybjkai31] {
    position: sticky;
    z-index: 8;
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(7, 26, 48, .12);
}

.confidence-closed[b-y5ybjkai31] {
    color: #ffd2bd !important;
}

.confidence-career-stats[b-y5ybjkai31] {
    margin: 1rem 0;
}

.confidence-guide[b-y5ybjkai31] {
    margin-top: 0;
}

@media (max-width: 900px) {
    .confidence-game-body[b-y5ybjkai31] {
        grid-template-columns: minmax(0, 1fr) 190px;
    }
}

@media (max-width: 760px) {
    .confidence-game-body[b-y5ybjkai31] {
        grid-template-columns: 1fr;
    }

    .confidence-rank-control[b-y5ybjkai31] {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        border-top: 1px solid #d3dde4;
        border-left: 0;
    }
}

@media (max-width: 620px) {
    .confidence-format-link[b-y5ybjkai31] {
        text-align: left;
    }

    .confidence-progress-items[b-y5ybjkai31] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .confidence-progress-items strong:last-child[b-y5ybjkai31] {
        grid-column: 1 / -1;
    }

    .confidence-preview-banner[b-y5ybjkai31] {
        align-items: flex-start;
    }

    .confidence-rule-note[b-y5ybjkai31] {
        margin: .5rem 0;
    }

    .pickem-game-list[b-y5ybjkai31] {
        padding: .4rem;
        gap: .5rem;
    }

    .confidence-game-meta[b-y5ybjkai31] {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: .15rem .45rem;
    }

    .confidence-game-meta time[b-y5ybjkai31] {
        grid-column: 1 / -1;
    }

    .confidence-game-body .pickem-matchup.three-way[b-y5ybjkai31] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .confidence-rank-control[b-y5ybjkai31] {
        padding: .6rem;
    }

    .confidence-rank-badge b[b-y5ybjkai31] {
        font-size: 1.35rem;
    }

    .pickem-save-bar[b-y5ybjkai31] {
        min-height: 64px;
        padding: .5rem .6rem;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: .55rem;
    }

    .pickem-save-bar small[b-y5ybjkai31] {
        font-size: .66rem;
    }

    .pickem-save-bar strong[b-y5ybjkai31] {
        margin-top: .1rem;
        display: -webkit-box;
        overflow: hidden;
        font-size: .72rem;
        line-height: 1.25;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .pickem-save-bar .pickem-save-action[b-y5ybjkai31],
    .pickem-save-bar button[b-y5ybjkai31] {
        width: auto;
        min-height: 46px;
        padding: .6rem .7rem;
        gap: .55rem;
        font-size: .68rem;
        white-space: nowrap;
    }
}
/* /Components/Pages/MySports.razor.rz.scp.css */
.my-sports-account-note > a[b-usw5rugo68] {
    margin-left: auto;
    color: #1d6640;
    font-size: .55rem;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: nowrap;
}

.my-sports-account-note.is-browser-only[b-usw5rugo68] {
    border-color: #d8e0e6;
    border-left-color: #174f7c;
    background: #f3f7fa;
    color: #173653;
}

.my-sports-account-note.is-browser-only > span[b-usw5rugo68] { background: #174f7c; font-size: .58rem; }
.my-sports-account-note.is-browser-only small[b-usw5rugo68] { color: #5f7790; }
.my-sports-account-note.is-browser-only p[b-usw5rugo68] { color: #64788a; }
.my-sports-account-note.is-browser-only > a[b-usw5rugo68] { color: #174f7c; }

@media (max-width: 620px) {
    .my-sports-account-note[b-usw5rugo68] { align-items: flex-start; flex-wrap: wrap; }
    .my-sports-account-note > a[b-usw5rugo68] { width: 100%; margin-left: 49px; }
}
/* /Components/Pages/Search.razor.rz.scp.css */
.search-page-shell[b-b378foyfl1]{min-height:75vh;background:#edf1f4}.search-page-hero[b-b378foyfl1]{padding:clamp(42px,7vw,88px) max(5vw,24px);background:linear-gradient(115deg,#061425,#132d49);color:#fff;border-bottom:5px solid var(--team-accent,#df7729)}.search-page-hero h1[b-b378foyfl1]{margin:.25rem 0 1.5rem;font:900 clamp(2.6rem,6vw,5rem)/.9 Barlow Condensed,sans-serif;letter-spacing:-.025em;text-transform:uppercase}.search-page-hero form[b-b378foyfl1]{max-width:850px;display:grid;grid-template-columns:minmax(0,1fr) auto;background:#fff;padding:7px}.search-page-hero input[b-b378foyfl1]{min-width:0;padding:14px 17px;border:0;outline:0;color:#102238;font:700 clamp(.9rem,2vw,1.08rem)/1.2 Barlow,sans-serif}.search-page-hero button[b-b378foyfl1]{padding:0 24px;border:0;background:var(--team-accent,#df7729);color:#071527;font-size:.7rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.search-page-content[b-b378foyfl1]{max-width:1120px;margin:auto;padding:clamp(28px,5vw,60px) max(4vw,18px)}.search-page-summary[b-b378foyfl1]{display:flex;align-items:end;justify-content:space-between;gap:18px}.search-page-summary h2[b-b378foyfl1]{margin:2px 0 0;color:#102238;font:900 clamp(2rem,4vw,3.2rem)/.95 Barlow Condensed,sans-serif}.search-page-summary>span[b-b378foyfl1]{color:#677688;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.search-filters[b-b378foyfl1]{margin:22px 0 30px;display:flex;gap:7px;overflow-x:auto}.search-filters a[b-b378foyfl1]{padding:9px 13px;border:1px solid #ccd5dd;background:#fff;color:#35485d;text-decoration:none;white-space:nowrap;font-size:.63rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.search-filters a:hover[b-b378foyfl1],.search-filters a.active[b-b378foyfl1]{border-color:#102238;background:#102238;color:#fff}.search-page-results[b-b378foyfl1]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.search-page-results section>header[b-b378foyfl1]{margin-bottom:9px;padding-bottom:8px;display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid #102238}.search-page-results section>header h2[b-b378foyfl1]{margin:0;color:#102238;font:900 1.35rem/1 Barlow Condensed,sans-serif;text-transform:uppercase}.search-page-results section>header span[b-b378foyfl1]{color:#6a7888;font-size:.65rem;font-weight:900}.search-page-results section>div[b-b378foyfl1]{display:grid;gap:7px}.search-page-empty[b-b378foyfl1]{padding:clamp(45px,9vw,100px) 20px;text-align:center;background:#fff;border-top:4px solid var(--team-accent,#df7729)}.search-page-empty strong[b-b378foyfl1]{display:block;color:#102238;font:900 clamp(1.7rem,4vw,2.5rem)/1 Barlow Condensed,sans-serif;text-transform:uppercase}.search-page-empty p[b-b378foyfl1]{margin:10px auto 0;max-width:560px;color:#687789;font-size:.9rem;line-height:1.55}
@media(max-width:760px){.search-page-results[b-b378foyfl1]{grid-template-columns:1fr}.search-page-hero form[b-b378foyfl1]{grid-template-columns:1fr}.search-page-hero button[b-b378foyfl1]{padding:13px}.search-page-summary[b-b378foyfl1]{align-items:start;flex-direction:column}.search-filters[b-b378foyfl1]{margin-top:17px}}

/* /Components/Shared/SearchPalette.razor.rz.scp.css */
.search-launcher[b-q9thme4wtd]{height:44px;padding:0 11px;display:flex;align-items:center;gap:7px;border:1px solid #ffffff29;background:#030c181f;color:#fff;cursor:pointer}.search-launcher:hover[b-q9thme4wtd],.search-launcher:focus-visible[b-q9thme4wtd]{border-color:#ffffff73;background:#030c185c;outline:none}.search-launcher svg[b-q9thme4wtd],.search-palette header svg[b-q9thme4wtd]{width:19px;fill:none;stroke:currentColor;stroke-width:1.8}.search-launcher span[b-q9thme4wtd]{font:900 .83rem/1 Barlow Condensed,sans-serif;letter-spacing:.07em;text-transform:uppercase}.search-launcher kbd[b-q9thme4wtd]{padding:3px 5px;border:1px solid #ffffff38;border-radius:2px;background:#ffffff12;color:#c9d3de;font:700 .53rem/1 system-ui}
.search-palette-backdrop[b-q9thme4wtd]{position:fixed;z-index:10000;inset:0;padding:clamp(18px,8vh,80px) 18px;background:#020a14c7;backdrop-filter:blur(7px);display:flex;justify-content:center;align-items:flex-start}.search-palette[b-q9thme4wtd]{width:min(680px,100%);max-height:min(720px,84vh);display:flex;flex-direction:column;overflow:hidden;background:#f5f7f9;border-top:4px solid var(--team-accent,#df7729);box-shadow:0 28px 80px #0008;color:#102238}.search-palette header[b-q9thme4wtd]{flex:0 0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;padding:16px;background:#fff;border-bottom:1px solid #dce3e9}.search-palette header svg[b-q9thme4wtd]{width:24px;color:var(--team-primary,#17304b)}.search-palette input[b-q9thme4wtd]{width:100%;padding:0;border:0;outline:0;background:transparent;color:#102238;font:800 1.15rem/1.3 Barlow,sans-serif}.search-palette header button[b-q9thme4wtd]{padding:6px 8px;border:1px solid #d5dce3;background:#f4f6f8;color:#667385;font-size:.63rem;font-weight:800;cursor:pointer}.search-palette-results[b-q9thme4wtd]{min-height:180px;padding:12px;display:grid;gap:7px;overflow-y:auto}.search-palette-count[b-q9thme4wtd]{padding:3px 2px;color:#687789;font-size:.59rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.search-palette-prompt[b-q9thme4wtd]{min-height:190px;display:grid;place-content:center;text-align:center}.search-palette-prompt strong[b-q9thme4wtd],.search-palette-prompt span[b-q9thme4wtd]{display:block}.search-palette-prompt strong[b-q9thme4wtd]{font:900 1.35rem/1 Barlow Condensed,sans-serif;text-transform:uppercase}.search-palette-prompt span[b-q9thme4wtd]{max-width:390px;margin-top:9px;color:#6c7988;font-size:.8rem;line-height:1.45}.search-all-results[b-q9thme4wtd]{margin-top:3px;padding:13px;background:#102238;color:#fff;text-align:center;text-decoration:none;font-size:.68rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.search-all-results:hover[b-q9thme4wtd]{background:var(--team-primary,#17304b)}.search-palette footer[b-q9thme4wtd]{flex:0 0 auto;padding:9px 13px;display:flex;gap:14px;border-top:1px solid #dce3e9;background:#fff;color:#738092;font-size:.59rem}.search-palette footer kbd[b-q9thme4wtd]{padding:2px 4px;border:1px solid #d6dde4;background:#f4f6f8;color:#4a596a}.search-palette footer b[b-q9thme4wtd]{margin-left:auto;color:#35465a;text-transform:uppercase;letter-spacing:.07em}
@media(max-width:1200px){.search-launcher[b-q9thme4wtd]{width:42px;padding:0;justify-content:center}.search-launcher span[b-q9thme4wtd],.search-launcher kbd[b-q9thme4wtd]{display:none}}
@media(max-width:520px){.search-palette-backdrop[b-q9thme4wtd]{padding:0}.search-palette[b-q9thme4wtd]{width:100%;height:100%;max-height:none;border-top-width:3px}.search-palette-results[b-q9thme4wtd]{padding:9px}.search-palette footer[b-q9thme4wtd]{display:none}}
/* /Components/Shared/SearchResultRow.razor.rz.scp.css */
.search-result-row[b-sytxp111dd]{display:grid;grid-template-columns:46px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 13px;color:#102238;text-decoration:none;border:1px solid #dbe2e9;background:#fff;transition:border-color .15s,transform .15s,box-shadow .15s}
.search-result-row:hover[b-sytxp111dd],.search-result-row:focus-visible[b-sytxp111dd],.search-result-row.active[b-sytxp111dd]{border-color:var(--team-accent,#df7729);box-shadow:0 8px 20px #081a2e16;transform:translateY(-1px);outline:none}
.search-result-image[b-sytxp111dd]{width:46px;height:46px;display:grid;place-items:center;background:#edf1f5;border-left:3px solid var(--team-accent,#df7729);overflow:hidden}
.search-result-image img[b-sytxp111dd]{width:38px;height:38px;object-fit:contain}
.search-result-image strong[b-sytxp111dd]{font:900 .82rem/1 Barlow Condensed,sans-serif;letter-spacing:.05em;color:#18304a}
.search-result-copy[b-sytxp111dd]{min-width:0}.search-result-copy small[b-sytxp111dd],.search-result-copy strong[b-sytxp111dd],.search-result-copy span[b-sytxp111dd]{display:block}.search-result-copy small[b-sytxp111dd]{color:#697789;font-size:.56rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.search-result-copy strong[b-sytxp111dd]{margin-top:2px;overflow:hidden;color:#102238;font:900 1.04rem/1.08 Barlow Condensed,sans-serif;letter-spacing:.015em;text-overflow:ellipsis;white-space:nowrap}.search-result-copy span[b-sytxp111dd]{margin-top:3px;overflow:hidden;color:#657384;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.search-result-row time[b-sytxp111dd]{color:#718094;font-size:.65rem;font-weight:800;text-transform:uppercase}.search-result-row>b[b-sytxp111dd]{color:var(--team-primary,#17304b);font-size:1.15rem}
@media(max-width:520px){.search-result-row[b-sytxp111dd]{grid-template-columns:40px minmax(0,1fr) auto}.search-result-image[b-sytxp111dd]{width:40px;height:40px}.search-result-image img[b-sytxp111dd]{width:33px;height:33px}.search-result-row time[b-sytxp111dd]{display:none}.search-result-copy span[b-sytxp111dd]{font-size:.66rem}}
/* /Components/Shared/TonightPlanner.razor.rz.scp.css */
.tonight-team-meta[b-man52yvwho] {
    min-width: 2.25rem;
    display: grid;
    justify-items: end;
    gap: .08rem;
}

.tonight-team-meta small[b-man52yvwho] {
    color: #9aa4ad;
    font-size: .42rem;
    font-weight: 900;
    text-transform: uppercase;
}

.tonight-team-score[b-man52yvwho] {
    min-width: 1.7rem;
    color: var(--tonight-primary);
    font: 900 1.12rem/1 Barlow Condensed, sans-serif;
    text-align: right;
}

.tonight-planner-game.is-live .tonight-team-score[b-man52yvwho] {
    color: #087a48;
}

.tonight-team-score.score-is-hidden[b-man52yvwho] {
    color: #9aa4ad;
}
/* /Components/Shared/UserAccountMenu.razor.rz.scp.css */
.site-account-menu[b-nqxo8ec2iw] {
    position: relative;
    z-index: 45;
}

.site-account-menu summary[b-nqxo8ec2iw],
.site-account-sign-in[b-nqxo8ec2iw] {
    min-height: 46px;
    padding: .3rem .55rem .3rem .35rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
}

.site-account-menu summary[b-nqxo8ec2iw]::-webkit-details-marker { display: none; }
.site-account-menu summary:hover[b-nqxo8ec2iw],
.site-account-menu[open] summary[b-nqxo8ec2iw],
.site-account-sign-in:hover[b-nqxo8ec2iw] { border-color: #fff; background: rgba(255, 255, 255, .13); color: #fff; }

.site-account-avatar[b-nqxo8ec2iw] {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--oracle-orange, #f15b35);
    color: #fff;
    font: 900 .72rem Barlow, sans-serif;
    letter-spacing: 0;
}

.site-account-avatar.large[b-nqxo8ec2iw] { width: 42px; height: 42px; flex-basis: 42px; font-size: 1rem; }
.site-account-summary-copy[b-nqxo8ec2iw],
.site-account-sign-in > span:last-child[b-nqxo8ec2iw] { min-width: 0; display: grid; line-height: 1; }
.site-account-summary-copy strong[b-nqxo8ec2iw],
.site-account-sign-in strong[b-nqxo8ec2iw] { max-width: 112px; overflow: hidden; font-size: .62rem; font-weight: 900; letter-spacing: .045em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.site-account-summary-copy small[b-nqxo8ec2iw],
.site-account-sign-in small[b-nqxo8ec2iw] { margin-top: .23rem; color: #aebdca; font-size: .46rem; font-weight: 750; letter-spacing: .035em; }
.site-account-chevron[b-nqxo8ec2iw] { color: #9fb0bf; font-size: .72rem; }

.site-account-popover[b-nqxo8ec2iw] {
    width: min(330px, calc(100vw - 1.3rem));
    position: absolute;
    top: calc(100% + .55rem);
    right: 0;
    overflow: hidden;
    border: 1px solid #dce3e8;
    border-top: 4px solid var(--team-accent, #f15b35);
    background: #fff;
    box-shadow: 0 20px 55px rgba(3, 16, 29, .28);
    color: #14283d;
}

.site-account-popover header[b-nqxo8ec2iw] { padding: 1rem; display: flex; align-items: center; gap: .75rem; background: #f3f6f8; border-bottom: 1px solid #dce3e8; }
.site-account-popover header div[b-nqxo8ec2iw] { min-width: 0; display: grid; }
.site-account-popover header small[b-nqxo8ec2iw] { color: #6d7e8c; font-size: .48rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.site-account-popover header strong[b-nqxo8ec2iw] { margin-top: .2rem; overflow: hidden; font: 900 1.22rem Barlow Condensed, sans-serif; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.site-account-popover nav[b-nqxo8ec2iw] { display: grid; }
.site-account-popover nav a[b-nqxo8ec2iw] { padding: .8rem 1rem; display: grid; border-bottom: 1px solid #e5eaee; color: #17304a; text-decoration: none; }
.site-account-popover nav a:hover[b-nqxo8ec2iw] { background: #f6f8fa; color: #0d5d91; }
.site-account-popover nav span[b-nqxo8ec2iw] { font-size: .64rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.site-account-popover nav small[b-nqxo8ec2iw] { margin-top: .2rem; color: #7c8995; font-size: .54rem; }
.site-account-popover form[b-nqxo8ec2iw] { padding: .7rem 1rem; }
.site-account-popover button[b-nqxo8ec2iw] { width: 100%; padding: .6rem; border: 1px solid #bdc8d1; background: #fff; color: #344c62; font-size: .55rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.site-account-popover button:hover[b-nqxo8ec2iw] { border-color: #17304a; color: #17304a; }

@media (max-width: 1180px) and (min-width: 821px) {
    .site-account-summary-copy[b-nqxo8ec2iw],
    .site-account-chevron[b-nqxo8ec2iw],
    .site-account-sign-in > span:last-child[b-nqxo8ec2iw] { display: none; }
    .site-account-menu summary[b-nqxo8ec2iw],
    .site-account-sign-in[b-nqxo8ec2iw] { padding: .3rem; }
}

@media (max-width: 420px) {
    .site-account-summary-copy[b-nqxo8ec2iw],
    .site-account-chevron[b-nqxo8ec2iw],
    .site-account-sign-in > span:last-child[b-nqxo8ec2iw] { display: none; }
    .site-account-menu summary[b-nqxo8ec2iw],
    .site-account-sign-in[b-nqxo8ec2iw] { min-height: 42px; padding: .2rem; border: 0; background: transparent; }
    .site-account-popover[b-nqxo8ec2iw] { right: -5.6rem; }
}
