/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o50wvq2i0a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o50wvq2i0a] {
    flex: 1;
}

.sidebar[b-o50wvq2i0a] {
    background-image: linear-gradient(170deg, #1e1b4b 0%, #312e81 55%, #4338ca 100%);
    box-shadow: 2px 0 12px rgba(15, 23, 42, 0.08);
}

.top-row[b-o50wvq2i0a] {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(8px);
    border-bottom: 1px solid var(--border, #e7eaf0);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o50wvq2i0a]  a, .top-row[b-o50wvq2i0a]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--muted, #64748b);
        font-weight: 600;
        font-size: 0.9rem;
    }

    .top-row[b-o50wvq2i0a]  a:hover, .top-row[b-o50wvq2i0a]  .btn-link:hover {
        color: var(--brand-dark, #4338ca);
        text-decoration: none;
    }

    .top-row[b-o50wvq2i0a]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o50wvq2i0a] {
        justify-content: space-between;
    }

    .top-row[b-o50wvq2i0a]  a, .top-row[b-o50wvq2i0a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o50wvq2i0a] {
        flex-direction: row;
    }

    .sidebar[b-o50wvq2i0a] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o50wvq2i0a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o50wvq2i0a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o50wvq2i0a], article[b-o50wvq2i0a] {
        padding-left: 2.5rem !important;
        padding-right: 2rem !important;
    }
}

/* Keep content comfortably readable on very wide screens */
article.content[b-o50wvq2i0a] {
    width: 100%;
    max-width: 1200px;
}

#blazor-error-ui[b-o50wvq2i0a] {
    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-o50wvq2i0a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aflmiw22aq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
    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.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-aflmiw22aq] {
    background-color: rgba(255, 255, 255, 0.25);
}

.top-row[b-aflmiw22aq] {
    min-height: 4rem;
    background-color: rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-aflmiw22aq] {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #fff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.brand-mark[b-aflmiw22aq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.05rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.brand-text[b-aflmiw22aq] {
    background: linear-gradient(90deg, #ffffff, #c7d2fe);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Section labels between groups of links */
.nav-section[b-aflmiw22aq] {
    padding: 1rem 1.5rem 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
}

.bi[b-aflmiw22aq] {
    width: 1.3rem;
    margin-right: 0.65rem;
    font-size: 1rem;
    text-align: center;
    opacity: 0.9;
}

.nav-item[b-aflmiw22aq] {
    font-size: 0.92rem;
    padding: 0.15rem 0.75rem;
}

    .nav-item[b-aflmiw22aq]  .nav-link {
        color: rgba(255, 255, 255, 0.78);
        background: none;
        border: none;
        border-radius: 0.6rem;
        height: 2.85rem;
        display: flex;
        align-items: center;
        padding-left: 0.75rem;
        width: 100%;
        transition: background-color .15s ease, color .15s ease;
    }

.nav-item[b-aflmiw22aq]  a.active {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    box-shadow: inset 3px 0 0 #a5b4fc;
}

.nav-item[b-aflmiw22aq]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.09);
    color: #fff;
}

.nav-scrollable[b-aflmiw22aq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-aflmiw22aq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aflmiw22aq] {
        display: none;
    }

    .nav-scrollable[b-aflmiw22aq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
/* /Components/Shared/ScoreSelector.razor.rz.scp.css */
.btn-group[b-wsbmt9f4fo] {
    box-shadow: var(--shadow-sm, 0 1px 2px rgba(16, 24, 40, .08));
    border-radius: 0.6rem;
}

.btn-group .btn[b-wsbmt9f4fo] {
    width: 2.6rem;
    font-weight: 700;
}

/* Lift the selected score slightly for emphasis */
.btn-group .btn.btn-primary[b-wsbmt9f4fo] {
    transform: translateY(-1px);
    z-index: 1;
}
/* /Features/Dashboard/Dashboard.razor.rz.scp.css */
tr[role="button"][b-g2281fdx4s] {
    cursor: pointer;
}

.rank[b-g2281fdx4s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.85rem;
    color: #475569;
    background: #f1f5f9;
}

.rank-1[b-g2281fdx4s] {
    background: linear-gradient(145deg, #fde68a, #f59e0b);
    color: #7c4a03;
    box-shadow: 0 2px 5px rgba(245, 158, 11, 0.4);
}

.rank-2[b-g2281fdx4s] {
    background: linear-gradient(145deg, #e2e8f0, #94a3b8);
    color: #334155;
    box-shadow: 0 2px 5px rgba(148, 163, 184, 0.4);
}

.rank-3[b-g2281fdx4s] {
    background: linear-gradient(145deg, #fed7aa, #c2814e);
    color: #6b3f1d;
    box-shadow: 0 2px 5px rgba(194, 129, 78, 0.4);
}

.score-pill[b-g2281fdx4s] {
    display: inline-block;
    min-width: 2.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #3730a3;
    background: #eef2ff;
    box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.18);
}
/* /Features/Sync/SyncWidget.razor.rz.scp.css */
.sync-btn[b-brrjhn6c9r] {
    white-space: nowrap;
}

.sync-toast[b-brrjhn6c9r] {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 1080;
    display: flex;
    align-items: center;
    min-width: 18rem;
    max-width: 28rem;
    padding: .75rem 1rem;
    border-radius: .5rem;
    color: #fff;
    box-shadow: 0 .5rem 1.5rem rgba(15, 23, 42, .25);
    animation: sync-toast-in-b-brrjhn6c9r .2s ease-out;
}

.sync-toast-msg[b-brrjhn6c9r] {
    flex: 1 1 auto;
}

.sync-toast-success[b-brrjhn6c9r] {
    background-color: #198754;
}

.sync-toast-error[b-brrjhn6c9r] {
    background-color: #dc3545;
}

@keyframes sync-toast-in-b-brrjhn6c9r {
    from {
        opacity: 0;
        transform: translateY(.5rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
