/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f3pe5434n2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-f3pe5434n2] {
    flex: 1;
}

.sidebar[b-f3pe5434n2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-f3pe5434n2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f3pe5434n2]  a, .top-row[b-f3pe5434n2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f3pe5434n2]  a:hover, .top-row[b-f3pe5434n2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f3pe5434n2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f3pe5434n2] {
        justify-content: space-between;
    }

    .top-row[b-f3pe5434n2]  a, .top-row[b-f3pe5434n2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f3pe5434n2] {
        flex-direction: row;
    }

    .sidebar[b-f3pe5434n2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f3pe5434n2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f3pe5434n2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f3pe5434n2], article[b-f3pe5434n2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f3pe5434n2] {
    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-f3pe5434n2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5z2j56x9hl],
.components-reconnect-repeated-attempt-visible[b-5z2j56x9hl],
.components-reconnect-failed-visible[b-5z2j56x9hl],
.components-pause-visible[b-5z2j56x9hl],
.components-resume-failed-visible[b-5z2j56x9hl],
.components-rejoining-animation[b-5z2j56x9hl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-retrying[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-failed[b-5z2j56x9hl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5z2j56x9hl] {
    display: block;
}


#components-reconnect-modal[b-5z2j56x9hl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5z2j56x9hl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5z2j56x9hl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5z2j56x9hl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5z2j56x9hl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5z2j56x9hl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5z2j56x9hl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5z2j56x9hl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5z2j56x9hl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5z2j56x9hl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5z2j56x9hl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5z2j56x9hl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5z2j56x9hl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5z2j56x9hl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5z2j56x9hl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5z2j56x9hl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5z2j56x9hl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5z2j56x9hl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5z2j56x9hl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
.admin-page[b-utdo9o5rxw] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 0 0 3rem;
    color: #eef3ff;
}

.admin-page[b-utdo9o5rxw]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.2), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.admin-container[b-utdo9o5rxw] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
    padding-top: 1.5rem;
}

.admin-hero[b-utdo9o5rxw],
.admin-panel[b-utdo9o5rxw] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.admin-hero[b-utdo9o5rxw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
}

.admin-eyebrow[b-utdo9o5rxw] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.admin-title[b-utdo9o5rxw] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.admin-hero-actions[b-utdo9o5rxw] {
    display: flex;
    gap: 0.75rem;
}

.admin-grid[b-utdo9o5rxw] {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 1.5rem;
}

.admin-panel[b-utdo9o5rxw] {
    padding: 1.25rem;
}

.panel-header[b-utdo9o5rxw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-header h2[b-utdo9o5rxw] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.info-list[b-utdo9o5rxw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item[b-utdo9o5rxw] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(110, 137, 201, 0.14);
}

.info-item:last-child[b-utdo9o5rxw] {
    padding-bottom: 0;
    border-bottom: 0;
}

.info-label[b-utdo9o5rxw] {
    color: #89a8ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-value[b-utdo9o5rxw] {
    color: #f5f8ff;
    font-size: 1rem;
}

.role-pills[b-utdo9o5rxw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.role-pill[b-utdo9o5rxw] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    color: #eaf0ff;
    background: rgba(31, 45, 79, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
}

.admin-btn[b-utdo9o5rxw] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.admin-btn-secondary[b-utdo9o5rxw] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.admin-btn-secondary:hover[b-utdo9o5rxw] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.loading-state[b-utdo9o5rxw] {
    padding: 2rem 0;
}

.loading-state .spinner-border[b-utdo9o5rxw] {
    color: #7ea9ff;
}

.dashboard-error[b-utdo9o5rxw] {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.table-shell[b-utdo9o5rxw] {
    overflow-x: auto;
    border: 1px solid rgba(117, 148, 224, 0.18);
    border-radius: 0.85rem;
    background: rgba(7, 14, 29, 0.58);
}

.admin-table[b-utdo9o5rxw] {
    margin-bottom: 0;
    width: 100%;
    table-layout: fixed;
    color: #ecf2ff;
}

.admin-table-athlete th[b-utdo9o5rxw],
.admin-table-athlete td[b-utdo9o5rxw] {
    width: 16.6667%;
}

.admin-table-x th[b-utdo9o5rxw],
.admin-table-x td[b-utdo9o5rxw] {
    width: 25%;
}

.admin-table thead th[b-utdo9o5rxw] {
    border-bottom: 1px solid rgba(114, 146, 222, 0.28);
    color: #f7f9ff;
    font-size: 0.96rem;
    font-weight: 700;
    background: rgba(18, 28, 51, 0.9);
}

.admin-table tfoot th[b-utdo9o5rxw],
.admin-table tfoot td[b-utdo9o5rxw] {
    border-top: 1px solid rgba(114, 146, 222, 0.28);
    border-bottom: 0;
    color: #f7f9ff;
    font-size: 0.96rem;
    font-weight: 700;
    background: rgba(18, 28, 51, 0.9);
}

.admin-table tbody td[b-utdo9o5rxw] {
    border-color: rgba(110, 137, 201, 0.14);
    color: #dbe5ff;
    background: transparent;
}

.admin-table tbody tr:last-child td[b-utdo9o5rxw] {
    border-bottom: 0;
}

.empty-state[b-utdo9o5rxw] {
    margin: 0;
    color: #afbddf;
}

.x-stats-section[b-utdo9o5rxw] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(110, 137, 201, 0.14);
}

.admin-back-link[b-utdo9o5rxw] {
    margin-top: 1rem;
    color: #9fc0ff;
    text-decoration: none;
}

.admin-back-link:hover[b-utdo9o5rxw] {
    color: #cfe0ff;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .admin-grid[b-utdo9o5rxw] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .admin-page[b-utdo9o5rxw] {
        min-height: calc(100dvh - 1.5rem);
    }

    .admin-container[b-utdo9o5rxw] {
        width: min(100% - 1.25rem, 100%);
        padding-top: 1.5rem;
    }

    .admin-hero[b-utdo9o5rxw],
    .admin-panel[b-utdo9o5rxw] {
        padding: 1rem;
    }

    .admin-hero[b-utdo9o5rxw],
    .panel-header[b-utdo9o5rxw],
    .admin-hero-actions[b-utdo9o5rxw] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/AdminCollegeDetail.razor.rz.scp.css */
.profile-page[b-kxhzvxcpdt] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 2rem 0 3rem;
    color: #eef3ff;
}

.profile-page[b-kxhzvxcpdt]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.profile-container[b-kxhzvxcpdt] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
}

.profile-hero[b-kxhzvxcpdt],
.profile-panel[b-kxhzvxcpdt] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.profile-hero[b-kxhzvxcpdt] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
}

.profile-hero-side[b-kxhzvxcpdt] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    min-width: 220px;
}

.profile-eyebrow[b-kxhzvxcpdt] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.profile-title[b-kxhzvxcpdt] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.profile-badges[b-kxhzvxcpdt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

.profile-chip[b-kxhzvxcpdt] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    color: #eaf0ff;
    background: rgba(31, 45, 79, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
}

.profile-chip-div-fbs[b-kxhzvxcpdt] {
    background: rgba(84, 140, 255, 0.18);
    border-color: rgba(84, 140, 255, 0.4);
    color: #89a8ff;
}

.profile-chip-div-d3[b-kxhzvxcpdt] {
    background: rgba(110, 200, 140, 0.12);
    border-color: rgba(110, 200, 140, 0.35);
    color: #7ecfa0;
}

.profile-chip-div-naia[b-kxhzvxcpdt] {
    background: rgba(210, 150, 255, 0.12);
    border-color: rgba(210, 150, 255, 0.35);
    color: #d49aff;
}

.profile-btn[b-kxhzvxcpdt] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.profile-btn-secondary[b-kxhzvxcpdt] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.profile-btn-secondary:hover[b-kxhzvxcpdt] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.profile-last-updated[b-kxhzvxcpdt] {
    margin: 0;
}

.dashboard-error[b-kxhzvxcpdt] {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.loading-state[b-kxhzvxcpdt] {
    padding: 3rem 0;
}

.loading-state .spinner-border[b-kxhzvxcpdt] {
    color: #7ea9ff;
}

.profile-grid[b-kxhzvxcpdt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.profile-panel[b-kxhzvxcpdt] {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.profile-panel-wide[b-kxhzvxcpdt] {
    margin-bottom: 0;
}

.empty-state-panel[b-kxhzvxcpdt] {
    padding: 2rem;
    color: #5a6a8a;
    text-align: center;
}

.panel-header[b-kxhzvxcpdt] {
    margin-bottom: 1rem;
}

.panel-header h2[b-kxhzvxcpdt] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.detail-grid[b-kxhzvxcpdt] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.detail-item-full[b-kxhzvxcpdt] {
    grid-column: 1 / -1;
}

.detail-grid-4[b-kxhzvxcpdt] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-item[b-kxhzvxcpdt] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(117, 148, 224, 0.16);
    border-radius: 0.8rem;
    background: rgba(7, 14, 29, 0.38);
}

.detail-label[b-kxhzvxcpdt] {
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-value[b-kxhzvxcpdt] {
    color: #f4f7ff;
}

.detail-value a[b-kxhzvxcpdt] {
    color: #89a8ff;
    text-decoration: none;
    word-break: break-all;
}

.detail-value a:hover[b-kxhzvxcpdt] {
    color: #bcd4ff;
    text-decoration: underline;
}

/* Div badge (reused from list page) */
.colleges-div-badge[b-kxhzvxcpdt] {
    display: inline-block;
    padding: 0.18rem 0.55rem;
    border-radius: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.colleges-div-fbs[b-kxhzvxcpdt] {
    background: rgba(84, 140, 255, 0.14);
    border: 1px solid rgba(84, 140, 255, 0.35);
    color: #89a8ff;
}

.colleges-div-d3[b-kxhzvxcpdt] {
    background: rgba(110, 200, 140, 0.1);
    border: 1px solid rgba(110, 200, 140, 0.3);
    color: #7ecfa0;
}

.colleges-div-naia[b-kxhzvxcpdt] {
    background: rgba(210, 150, 255, 0.1);
    border: 1px solid rgba(210, 150, 255, 0.3);
    color: #d49aff;
}

/* ── Associated Users ── */
.cu-section[b-kxhzvxcpdt] {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(110, 137, 201, 0.16);
}

.cu-header[b-kxhzvxcpdt] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
}

.cu-count[b-kxhzvxcpdt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: rgba(84, 140, 255, 0.18);
    border: 1px solid rgba(84, 140, 255, 0.3);
    color: #89a8ff;
    font-size: 0.72rem;
    font-weight: 700;
}

.cu-loading[b-kxhzvxcpdt] {
    padding: 0.75rem 0;
    color: #7ea9ff;
}

.cu-empty[b-kxhzvxcpdt] {
    margin: 0;
    color: #3a4a6a;
    font-size: 0.875rem;
}

.cu-table-wrap[b-kxhzvxcpdt] {
    overflow-x: auto;
    border: 1px solid rgba(117, 148, 224, 0.16);
    border-radius: 0.65rem;
    background: rgba(7, 14, 29, 0.45);
}

.cu-table[b-kxhzvxcpdt] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    color: #d0d8f0;
}

.cu-table thead th[b-kxhzvxcpdt] {
    padding: 0.55rem 0.9rem;
    background: rgba(18, 28, 51, 0.85);
    border-bottom: 1px solid rgba(114, 146, 222, 0.2);
    color: #89a8ff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cu-table tbody td[b-kxhzvxcpdt] {
    padding: 0.5rem 0.9rem;
    border-bottom: 1px solid rgba(110, 137, 201, 0.1);
    vertical-align: middle;
}

.cu-table tbody tr:last-child td[b-kxhzvxcpdt] {
    border-bottom: 0;
}

.cu-table tbody tr:hover td[b-kxhzvxcpdt] {
    background: rgba(84, 140, 255, 0.06);
}

.cu-muted[b-kxhzvxcpdt] {
    color: #5a6a8a;
}

.cu-muted a[b-kxhzvxcpdt] {
    color: #7a9adf;
    text-decoration: none;
}

.cu-muted a:hover[b-kxhzvxcpdt] {
    color: #b8ccff;
    text-decoration: underline;
}

.cu-role-badge[b-kxhzvxcpdt] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 0.3rem;
    background: rgba(84, 140, 255, 0.12);
    border: 1px solid rgba(84, 140, 255, 0.28);
    color: #89a8ff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .profile-grid[b-kxhzvxcpdt] {
        grid-template-columns: 1fr;
    }

    .detail-grid-4[b-kxhzvxcpdt] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .profile-container[b-kxhzvxcpdt] {
        width: calc(100% - 1.25rem);
    }

    .profile-hero[b-kxhzvxcpdt] {
        flex-direction: column;
        align-items: stretch;
    }

    .profile-hero-side[b-kxhzvxcpdt] {
        min-width: unset;
    }

    .detail-grid[b-kxhzvxcpdt],
    .detail-grid-4[b-kxhzvxcpdt] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AdminColleges.razor.rz.scp.css */
/* ── Shared admin theme (duplicated from Admin.razor.css for scoping) ── */
.admin-page[b-xzcovf8sr5] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 0 0 3rem;
    color: #eef3ff;
}

.admin-page[b-xzcovf8sr5]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.2), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.admin-container[b-xzcovf8sr5] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
    padding-top: 1.5rem;
}

.admin-hero[b-xzcovf8sr5],
.admin-panel[b-xzcovf8sr5] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.admin-hero[b-xzcovf8sr5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
}

.admin-eyebrow[b-xzcovf8sr5] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.admin-title[b-xzcovf8sr5] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.admin-hero-actions[b-xzcovf8sr5] {
    display: flex;
    gap: 0.75rem;
}

.admin-panel[b-xzcovf8sr5] {
    padding: 1.25rem;
}

.admin-btn[b-xzcovf8sr5] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.admin-btn-secondary[b-xzcovf8sr5] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.admin-btn-secondary:hover[b-xzcovf8sr5] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.admin-btn-secondary:disabled[b-xzcovf8sr5] {
    opacity: 0.38;
    cursor: default;
}

.loading-state[b-xzcovf8sr5] {
    padding: 2rem 0;
}

.loading-state .spinner-border[b-xzcovf8sr5] {
    color: #7ea9ff;
}

.dashboard-error[b-xzcovf8sr5] {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.table-shell[b-xzcovf8sr5] {
    overflow-x: auto;
    border: 1px solid rgba(117, 148, 224, 0.18);
    border-radius: 0.85rem;
    background: rgba(7, 14, 29, 0.58);
}

.admin-table[b-xzcovf8sr5] {
    margin-bottom: 0;
    width: 100%;
    color: #ecf2ff;
}

.admin-table thead th[b-xzcovf8sr5] {
    border-bottom: 1px solid rgba(114, 146, 222, 0.28);
    color: #f7f9ff;
    font-size: 0.96rem;
    font-weight: 700;
    background: rgba(18, 28, 51, 0.9);
    white-space: nowrap;
}

.admin-table tbody td[b-xzcovf8sr5] {
    border-color: rgba(110, 137, 201, 0.14);
    color: #dbe5ff;
    background: transparent;
}

.admin-table tbody tr:last-child td[b-xzcovf8sr5] {
    border-bottom: 0;
}

/* ── Colleges-specific styles ── */
.colleges-filter-row[b-xzcovf8sr5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.colleges-filter-search[b-xzcovf8sr5] {
    flex: 1 1 260px;
}

.colleges-filter-state[b-xzcovf8sr5] {
    flex: 0 0 130px;
}

.colleges-filter-level[b-xzcovf8sr5] {
    flex: 0 0 110px;
}

.colleges-filter-league[b-xzcovf8sr5] {
    flex: 0 0 130px;
}

.colleges-input[b-xzcovf8sr5] {
    width: 100%;
    background: rgba(10, 18, 40, 0.85);
    border: 1px solid rgba(110, 154, 255, 0.22);
    border-radius: 0.5rem;
    color: #d0d8f0;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    outline: none;
    transition: border-color 0.2s;
}

.colleges-input:focus[b-xzcovf8sr5] {
    border-color: rgba(110, 154, 255, 0.55);
}

.colleges-input option[b-xzcovf8sr5] {
    background: #0a1226;
    color: #d0d8f0;
}

.colleges-count-badge[b-xzcovf8sr5] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #89a8ff;
    white-space: nowrap;
}

.colleges-count-badge span[b-xzcovf8sr5] {
    font-weight: 400;
    color: #4a5a80;
}

.sortable[b-xzcovf8sr5] {
    cursor: pointer;
    user-select: none;
}

.sortable:hover[b-xzcovf8sr5] {
    color: #89a8ff;
}

.college-name-cell[b-xzcovf8sr5] {
    font-weight: 500;
    color: #d0d8f0;
}

.colleges-row:hover td[b-xzcovf8sr5] {
    background: rgba(84, 140, 255, 0.07) !important;
    color: #e8eeff;
}

.colleges-row:hover .college-name-cell[b-xzcovf8sr5] {
    color: #b8ccff;
}

.colleges-date[b-xzcovf8sr5] {
    font-size: 0.8rem;
    color: #5a6a8a;
    white-space: nowrap;
}

.colleges-pagination[b-xzcovf8sr5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(110, 154, 255, 0.1);
}

.colleges-page-btn[b-xzcovf8sr5] {
    background: rgba(10, 18, 40, 0.85);
    border: 1px solid rgba(110, 154, 255, 0.22);
    border-radius: 0.4rem;
    color: #89a8ff;
    font-size: 0.82rem;
    padding: 0.35rem 0.85rem;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
}

.colleges-page-btn:hover:not(:disabled)[b-xzcovf8sr5] {
    border-color: rgba(110, 154, 255, 0.5);
    color: #b8ccff;
}

.colleges-page-btn:disabled[b-xzcovf8sr5] {
    opacity: 0.3;
    cursor: default;
}

.colleges-page-info[b-xzcovf8sr5] {
    font-size: 0.82rem;
    color: #5a6a8a;
}

@media (max-width: 768px) {
    .admin-container[b-xzcovf8sr5] {
        width: min(100% - 1.25rem, 100%);
        padding-top: 1.5rem;
    }

    .admin-hero[b-xzcovf8sr5],
    .admin-panel[b-xzcovf8sr5] {
        padding: 1rem;
    }

    .admin-hero[b-xzcovf8sr5],
    .admin-hero-actions[b-xzcovf8sr5] {
        flex-direction: column;
        align-items: stretch;
    }
}
.colleges-div-badge[b-xzcovf8sr5]{display:inline-block;padding:.18rem .55rem;border-radius:.35rem;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;}
.colleges-div-fbs[b-xzcovf8sr5]{background:rgba(84,140,255,.14);border:1px solid rgba(84,140,255,.35);color:#89a8ff;}
.colleges-div-d3[b-xzcovf8sr5]{background:rgba(110,200,140,.1);border:1px solid rgba(110,200,140,.3);color:#7ecfa0;}
.colleges-div-naia[b-xzcovf8sr5]{background:rgba(210,150,255,.1);border:1px solid rgba(210,150,255,.3);color:#d49aff;}
.colleges-div-none[b-xzcovf8sr5]{color:#3a4a6a;}
/* /Components/Pages/AdminSchoolDetail.razor.rz.scp.css */
.profile-page[b-gppkwmwdz6] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 2rem 0 3rem;
    color: #eef3ff;
}

.profile-page[b-gppkwmwdz6]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.profile-container[b-gppkwmwdz6] { width: min(1400px, calc(100% - 3rem)); margin: 0 auto; }
.profile-hero[b-gppkwmwdz6], .profile-panel[b-gppkwmwdz6] { border: 1px solid rgba(110, 154, 255, 0.24); border-radius: 1rem; background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92)); box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28); }
.profile-hero[b-gppkwmwdz6] { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; padding: 1.5rem 2rem; }
.profile-hero-side[b-gppkwmwdz6] { display: flex; flex-direction: column; align-items: stretch; gap: 1rem; min-width: 220px; }
.profile-eyebrow[b-gppkwmwdz6] { margin-bottom: 0.35rem; color: #89a8ff; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.profile-title[b-gppkwmwdz6] { margin: 0; font-size: 2rem; font-weight: 600; color: #f4f7ff; }
.profile-badges[b-gppkwmwdz6] { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 0.8rem; }
.profile-chip[b-gppkwmwdz6] { display: inline-flex; align-items: center; padding: 0.35rem 0.75rem; border: 1px solid rgba(126, 154, 231, 0.24); border-radius: 999px; color: #eaf0ff; background: rgba(31, 45, 79, 0.72); font-size: 0.82rem; font-weight: 700; }
.profile-chip-private[b-gppkwmwdz6] { background: rgba(255,184,108,.12); border-color: rgba(255,184,108,.28); color: #ffca7a; }
.profile-chip-coop[b-gppkwmwdz6] { background: rgba(122,211,255,.12); border-color: rgba(122,211,255,.28); color: #7ad3ff; }
.profile-btn[b-gppkwmwdz6] { border-radius: 0.6rem; font-weight: 600; }
.profile-btn-secondary[b-gppkwmwdz6] { border: 1px solid rgba(126, 154, 231, 0.28); color: #dbe5ff; background: rgba(21, 31, 58, 0.88); }
.profile-btn-secondary:hover[b-gppkwmwdz6] { color: #fff; background: rgba(34, 48, 84, 0.94); }
.profile-last-updated[b-gppkwmwdz6] { margin: 0; }
.dashboard-error[b-gppkwmwdz6] { margin-bottom: 1rem; padding: 0.85rem 1rem; border: 1px solid rgba(255, 110, 110, 0.35); border-radius: 0.75rem; color: #ffd7d7; background: rgba(91, 23, 31, 0.72); }
.loading-state[b-gppkwmwdz6] { padding: 2rem 0; }
.loading-state .spinner-border[b-gppkwmwdz6] { color: #7ea9ff; }
.profile-grid[b-gppkwmwdz6] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin-bottom: 1.5rem; }
.profile-panel[b-gppkwmwdz6] { padding: 1.25rem; margin-bottom: 1.5rem; }
.profile-panel-wide[b-gppkwmwdz6] { margin-bottom: 0; }
.empty-state-panel[b-gppkwmwdz6] { padding: 2rem; color: #5a6a8a; text-align: center; }
.panel-header[b-gppkwmwdz6] { margin-bottom: 1rem; }
.panel-header h2[b-gppkwmwdz6] { margin: 0; color: #f3f7ff; font-size: 1.45rem; font-weight: 500; }
.detail-grid[b-gppkwmwdz6] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.detail-item-full[b-gppkwmwdz6] { grid-column: 1 / -1; }
.detail-item[b-gppkwmwdz6] { display: flex; flex-direction: column; gap: 0.35rem; padding: 0.9rem 1rem; border: 1px solid rgba(117, 148, 224, 0.16); border-radius: 0.8rem; background: rgba(7, 14, 29, 0.38); }
.detail-label[b-gppkwmwdz6] { color: #89a8ff; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.detail-value[b-gppkwmwdz6] { color: #f4f7ff; }
.detail-value a[b-gppkwmwdz6] { color: #89a8ff; text-decoration: none; word-break: break-all; }
.detail-value a:hover[b-gppkwmwdz6] { color: #bcd4ff; text-decoration: underline; }
.st-table-wrap[b-gppkwmwdz6] { overflow-x: auto; border: 1px solid rgba(117, 148, 224, 0.16); border-radius: 0.65rem; background: rgba(7, 14, 29, 0.45); }
.st-table[b-gppkwmwdz6] { width: 100%; border-collapse: collapse; font-size: 0.875rem; color: #d0d8f0; }
.st-table thead th[b-gppkwmwdz6] { padding: 0.55rem 0.9rem; background: rgba(18, 28, 51, 0.85); border-bottom: 1px solid rgba(114, 146, 222, 0.2); color: #89a8ff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.st-table tbody td[b-gppkwmwdz6] { padding: 0.5rem 0.9rem; border-bottom: 1px solid rgba(110, 137, 201, 0.1); }
.st-table tbody tr:last-child td[b-gppkwmwdz6] { border-bottom: 0; }
.st-table tbody tr:hover td[b-gppkwmwdz6] { background: rgba(84, 140, 255, 0.06); }
.st-muted[b-gppkwmwdz6] { color: #5a6a8a; }
.st-empty[b-gppkwmwdz6] { margin: 0; color: #3a4a6a; font-size: 0.875rem; }

@media (max-width: 991px) { .profile-grid[b-gppkwmwdz6] { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .profile-container[b-gppkwmwdz6] { width: calc(100% - 1.25rem); } .profile-hero[b-gppkwmwdz6] { flex-direction: column; align-items: stretch; } .profile-hero-side[b-gppkwmwdz6] { min-width: unset; } .detail-grid[b-gppkwmwdz6] { grid-template-columns: 1fr; } }
/* /Components/Pages/AdminSchools.razor.rz.scp.css */
/* Shared admin theme */
.admin-page[b-7dlhlvps3r] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 0 0 3rem;
    color: #eef3ff;
}

.admin-page[b-7dlhlvps3r]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.2), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.admin-container[b-7dlhlvps3r] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
    padding-top: 1.5rem;
}

.admin-hero[b-7dlhlvps3r],
.admin-panel[b-7dlhlvps3r] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.admin-hero[b-7dlhlvps3r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
}

.admin-eyebrow[b-7dlhlvps3r] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.admin-title[b-7dlhlvps3r] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.admin-hero-actions[b-7dlhlvps3r] { display: flex; gap: 0.75rem; }
.admin-panel[b-7dlhlvps3r] { padding: 1.25rem; }
.admin-btn[b-7dlhlvps3r] { border-radius: 0.6rem; font-weight: 600; }
.admin-btn-secondary[b-7dlhlvps3r] { border: 1px solid rgba(126, 154, 231, 0.28); color: #dbe5ff; background: rgba(21, 31, 58, 0.88); }
.admin-btn-secondary:hover[b-7dlhlvps3r] { color: #fff; background: rgba(34, 48, 84, 0.94); }
.admin-btn-secondary:disabled[b-7dlhlvps3r] { opacity: 0.38; cursor: default; }
.loading-state[b-7dlhlvps3r] { padding: 2rem 0; }
.loading-state .spinner-border[b-7dlhlvps3r] { color: #7ea9ff; }
.dashboard-error[b-7dlhlvps3r] { padding: 0.85rem 1rem; border: 1px solid rgba(255, 110, 110, 0.35); border-radius: 0.75rem; color: #ffd7d7; background: rgba(91, 23, 31, 0.72); }
.table-shell[b-7dlhlvps3r] { overflow-x: auto; border: 1px solid rgba(117, 148, 224, 0.18); border-radius: 0.85rem; background: rgba(7, 14, 29, 0.58); }
.admin-table[b-7dlhlvps3r] { margin-bottom: 0; width: 100%; color: #ecf2ff; }
.admin-table thead th[b-7dlhlvps3r] { border-bottom: 1px solid rgba(114, 146, 222, 0.28); color: #f7f9ff; font-size: 0.96rem; font-weight: 700; background: rgba(18, 28, 51, 0.9); white-space: nowrap; }
.admin-table tbody td[b-7dlhlvps3r] { border-color: rgba(110, 137, 201, 0.14); color: #dbe5ff; background: transparent; }
.admin-table tbody tr:last-child td[b-7dlhlvps3r] { border-bottom: 0; }

.schools-filter-row[b-7dlhlvps3r] { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.schools-filter-search[b-7dlhlvps3r] { flex: 1 1 260px; }
.schools-filter-state[b-7dlhlvps3r] { flex: 0 0 130px; }
.schools-input[b-7dlhlvps3r] { width: 100%; background: rgba(10, 18, 40, 0.85); border: 1px solid rgba(110, 154, 255, 0.22); border-radius: 0.5rem; color: #d0d8f0; font-size: 0.875rem; padding: 0.5rem 0.75rem; outline: none; transition: border-color 0.2s; }
.schools-input:focus[b-7dlhlvps3r] { border-color: rgba(110, 154, 255, 0.55); }
.schools-input option[b-7dlhlvps3r] { background: #0a1226; color: #d0d8f0; }
.schools-count-badge[b-7dlhlvps3r] { font-size: 0.82rem; font-weight: 600; color: #89a8ff; white-space: nowrap; }
.schools-count-badge span[b-7dlhlvps3r] { font-weight: 400; color: #4a5a80; }
.sortable[b-7dlhlvps3r] { cursor: pointer; user-select: none; }
.sortable:hover[b-7dlhlvps3r] { color: #89a8ff; }
.school-name-cell[b-7dlhlvps3r] { font-weight: 500; color: #d0d8f0; }
.schools-row:hover td[b-7dlhlvps3r] { background: rgba(84, 140, 255, 0.07) !important; color: #e8eeff; }
.schools-row:hover .school-name-cell[b-7dlhlvps3r] { color: #b8ccff; }
.schools-pagination[b-7dlhlvps3r] { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1rem 1.5rem; border-top: 1px solid rgba(110, 154, 255, 0.1); }
.schools-page-btn[b-7dlhlvps3r] { background: rgba(10, 18, 40, 0.85); border: 1px solid rgba(110, 154, 255, 0.22); border-radius: 0.4rem; color: #89a8ff; font-size: 0.82rem; padding: 0.35rem 0.85rem; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.schools-page-btn:hover:not(:disabled)[b-7dlhlvps3r] { border-color: rgba(110, 154, 255, 0.5); color: #b8ccff; }
.schools-page-btn:disabled[b-7dlhlvps3r] { opacity: 0.3; cursor: default; }
.schools-page-info[b-7dlhlvps3r] { font-size: 0.82rem; color: #5a6a8a; }
.schools-type-badges[b-7dlhlvps3r] { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.schools-type-badge[b-7dlhlvps3r] { display: inline-block; padding: 0.18rem 0.55rem; border-radius: 0.35rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.schools-type-private[b-7dlhlvps3r] { background: rgba(255, 184, 108, 0.12); border: 1px solid rgba(255, 184, 108, 0.28); color: #ffca7a; }
.schools-type-coop[b-7dlhlvps3r] { background: rgba(122, 211, 255, 0.12); border: 1px solid rgba(122, 211, 255, 0.28); color: #7ad3ff; }
.schools-type-public[b-7dlhlvps3r] { background: rgba(110, 200, 140, 0.10); border: 1px solid rgba(110, 200, 140, 0.28); color: #7ecfa0; }

@media (max-width: 768px) {
    .admin-container[b-7dlhlvps3r] { width: min(100% - 1.25rem, 100%); padding-top: 1.5rem; }
    .admin-hero[b-7dlhlvps3r], .admin-panel[b-7dlhlvps3r] { padding: 1rem; }
    .admin-hero[b-7dlhlvps3r], .admin-hero-actions[b-7dlhlvps3r] { flex-direction: column; align-items: stretch; }
}
/* /Components/Pages/Areas.razor.rz.scp.css */
.areas-page[b-bfsr9asu5i] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 2rem 0 3rem;
    color: #eef3ff;
}

.areas-page[b-bfsr9asu5i]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.areas-container[b-bfsr9asu5i] {
    width: min(1200px, calc(100% - 3rem));
    margin: 0 auto;
}

.areas-hero[b-bfsr9asu5i],
.areas-panel[b-bfsr9asu5i] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.areas-hero[b-bfsr9asu5i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
}

.areas-eyebrow[b-bfsr9asu5i] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.areas-title[b-bfsr9asu5i] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.areas-subtitle[b-bfsr9asu5i] {
    margin: 0.5rem 0 0;
    color: #afbddf;
    font-size: 1rem;
}

.areas-btn[b-bfsr9asu5i] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.areas-btn-secondary[b-bfsr9asu5i] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.areas-btn-secondary:hover[b-bfsr9asu5i] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.areas-panel[b-bfsr9asu5i] {
    padding: 1.25rem;
}

.panel-header[b-bfsr9asu5i] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-header h2[b-bfsr9asu5i] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.panel-header span[b-bfsr9asu5i] {
    color: #93a8d7;
    font-size: 0.92rem;
}

.areas-grid[b-bfsr9asu5i] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.area-card[b-bfsr9asu5i] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(117, 148, 224, 0.18);
    border-radius: 0.85rem;
    color: #eef3ff;
    background: rgba(7, 14, 29, 0.58);
    text-align: left;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.area-card:hover[b-bfsr9asu5i] {
    border-color: rgba(120, 193, 255, 0.55);
    background: rgba(31, 49, 89, 0.52);
    transform: translateY(-1px);
}

.area-title[b-bfsr9asu5i] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f6f8ff;
}

.area-link[b-bfsr9asu5i] {
    color: #9fc0ff;
    font-size: 0.92rem;
}

@media (max-width: 768px) {
    .areas-container[b-bfsr9asu5i] {
        width: min(100% - 1.25rem, 100%);
    }

    .areas-hero[b-bfsr9asu5i],
    .areas-panel[b-bfsr9asu5i] {
        padding: 1rem;
    }

    .areas-hero[b-bfsr9asu5i],
    .panel-header[b-bfsr9asu5i] {
        flex-direction: column;
        align-items: stretch;
    }

    .areas-grid[b-bfsr9asu5i] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/AthleteProfile.razor.rz.scp.css */
.profile-page[b-yor23gz4ho] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 2rem 0 3rem;
    color: #eef3ff;
}

.profile-page[b-yor23gz4ho]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.profile-container[b-yor23gz4ho] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
}

.profile-hero[b-yor23gz4ho],
.profile-panel[b-yor23gz4ho] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.profile-hero[b-yor23gz4ho] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
}

.profile-hero-side[b-yor23gz4ho] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    min-width: 240px;
}

.profile-eyebrow[b-yor23gz4ho] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.profile-title[b-yor23gz4ho] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.profile-badges[b-yor23gz4ho] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

.profile-chip[b-yor23gz4ho] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    color: #eaf0ff;
    background: rgba(31, 45, 79, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
}

.profile-btn[b-yor23gz4ho] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.profile-last-updated[b-yor23gz4ho] {
    margin: 0;
}

.profile-btn-secondary[b-yor23gz4ho] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.profile-btn-secondary:hover[b-yor23gz4ho] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.dashboard-error[b-yor23gz4ho] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.loading-state[b-yor23gz4ho] {
    padding: 2rem 0;
}

.loading-state .spinner-border[b-yor23gz4ho] {
    color: #7ea9ff;
}

.profile-grid[b-yor23gz4ho] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.profile-panel[b-yor23gz4ho] {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.profile-panel-wide[b-yor23gz4ho] {
    margin-bottom: 0;
}

.panel-header[b-yor23gz4ho] {
    margin-bottom: 1rem;
}

.panel-header h2[b-yor23gz4ho] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.detail-grid[b-yor23gz4ho] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.detail-stack[b-yor23gz4ho] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-row[b-yor23gz4ho] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.detail-grid-wide[b-yor23gz4ho] {
    margin-top: 1rem;
}

.detail-item[b-yor23gz4ho] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(117, 148, 224, 0.16);
    border-radius: 0.8rem;
    background: rgba(7, 14, 29, 0.38);
}

.editable-detail[b-yor23gz4ho] {
    width: 100%;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.editable-detail:hover[b-yor23gz4ho] {
    border-color: rgba(120, 193, 255, 0.55);
    background: rgba(31, 49, 89, 0.52);
    transform: translateY(-1px);
}

.detail-item-full[b-yor23gz4ho] {
    grid-column: 1 / -1;
}

.detail-label[b-yor23gz4ho],
.stat-label[b-yor23gz4ho] {
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-value[b-yor23gz4ho],
.detail-value a[b-yor23gz4ho],
.stat-value[b-yor23gz4ho] {
    color: #f4f7ff;
    text-decoration: none;
}

.detail-value a:hover[b-yor23gz4ho] {
    color: #bcd4ff;
    text-decoration: underline;
}

.profile-btn-primary[b-yor23gz4ho] {
    border: 1px solid rgba(114, 160, 255, 0.45);
    color: #eff5ff;
    background: linear-gradient(180deg, rgba(72, 112, 208, 0.92), rgba(53, 84, 162, 0.92));
}

.profile-btn-primary:hover[b-yor23gz4ho] {
    color: #fff;
    background: linear-gradient(180deg, rgba(88, 130, 232, 0.95), rgba(61, 95, 184, 0.95));
}

.profile-modal-backdrop[b-yor23gz4ho] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(4, 10, 22, 0.72);
    backdrop-filter: blur(6px);
}

.profile-modal[b-yor23gz4ho] {
    width: min(460px, 100%);
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.98), rgba(10, 18, 35, 0.96));
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

.profile-modal-header[b-yor23gz4ho],
.profile-modal-footer[b-yor23gz4ho] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
}

.profile-modal-header[b-yor23gz4ho] {
    border-bottom: 1px solid rgba(110, 137, 201, 0.14);
}

.profile-modal-header h3[b-yor23gz4ho] {
    margin: 0;
    color: #f4f7ff;
    font-size: 1.2rem;
}

.profile-modal-body[b-yor23gz4ho] {
    padding: 1.25rem;
}

.modal-label[b-yor23gz4ho] {
    display: block;
    margin-bottom: 0.5rem;
}

.modal-input[b-yor23gz4ho] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #f2f5ff;
    background: rgba(9, 18, 36, 0.85);
}

.modal-input:focus[b-yor23gz4ho] {
    border-color: rgba(118, 170, 255, 0.75);
    color: #fff;
    background: rgba(12, 22, 42, 0.96);
    box-shadow: 0 0 0 0.2rem rgba(72, 119, 214, 0.22);
}

.profile-modal-footer[b-yor23gz4ho] {
    justify-content: flex-end;
    border-top: 1px solid rgba(110, 137, 201, 0.14);
}

.rating-d1[b-yor23gz4ho] {
    color: #d8f7ea;
    background: rgba(28, 98, 66, 0.45);
}

.rating-not-d1[b-yor23gz4ho] {
    color: #ffe3c5;
    background: rgba(121, 74, 24, 0.42);
}

.rating-unrated[b-yor23gz4ho] {
    color: #dbe6ff;
    background: rgba(59, 71, 103, 0.42);
}

.empty-state-panel[b-yor23gz4ho] {
    color: #afbddf;
}

@media (max-width: 991px) {
    .profile-grid[b-yor23gz4ho],
    .detail-grid[b-yor23gz4ho],
    .detail-row[b-yor23gz4ho],
    .profile-hero[b-yor23gz4ho] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .profile-page[b-yor23gz4ho] {
        min-height: calc(100dvh - 1.5rem);
    }

    .profile-container[b-yor23gz4ho] {
        width: min(100% - 1.25rem, 100%);
    }

    .profile-hero[b-yor23gz4ho],
    .profile-panel[b-yor23gz4ho] {
        padding: 1rem;
    }

    .profile-hero[b-yor23gz4ho] {
        flex-direction: column;
    }

    .profile-hero-side[b-yor23gz4ho] {
        min-width: 0;
        width: 100%;
    }
}
/* /Components/Pages/Athletes.razor.rz.scp.css */
.athletes-page[b-5mct5j83jj] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 2rem 0 3rem;
    color: #eef3ff;
}

.athletes-page[b-5mct5j83jj]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.athletes-container[b-5mct5j83jj] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
}

.athletes-hero[b-5mct5j83jj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
    border: 1px solid rgba(110, 154, 255, 0.28);
    border-radius: 1.1rem;
    background: linear-gradient(180deg, rgba(14, 26, 51, 0.92), rgba(11, 20, 40, 0.84));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.08) inset, 0 18px 40px rgba(0, 0, 0, 0.35);
}

.athletes-eyebrow[b-5mct5j83jj] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.athletes-title[b-5mct5j83jj] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.athletes-subtitle[b-5mct5j83jj] {
    margin: 0.5rem 0 0;
    color: #afbddf;
    font-size: 1rem;
}

.athletes-panel[b-5mct5j83jj] {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.panel-header[b-5mct5j83jj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-header h2[b-5mct5j83jj] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.panel-header span[b-5mct5j83jj] {
    color: #93a8d7;
    font-size: 0.92rem;
}

.filters-grid[b-5mct5j83jj] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.filter-field[b-5mct5j83jj] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.filter-field label[b-5mct5j83jj],
.page-size-picker label[b-5mct5j83jj] {
    color: #d8e2ff;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.filter-search[b-5mct5j83jj] {
    grid-column: span 1;
}

.filter-position[b-5mct5j83jj] {
    grid-column: span 1;
}

.position-input-row[b-5mct5j83jj] {
    display: block;
}

.position-input[b-5mct5j83jj] {
    max-width: none;
    width: 100%;
}

.position-filter-tags[b-5mct5j83jj],
.position-tags[b-5mct5j83jj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.position-filter-tags[b-5mct5j83jj] {
    margin-top: 0.6rem;
}

.position-tag[b-5mct5j83jj] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    color: #eaf0ff;
    background: rgba(31, 45, 79, 0.72);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.filter-tag[b-5mct5j83jj] {
    cursor: pointer;
}

.dashboard-input[b-5mct5j83jj] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #f2f5ff;
    background: rgba(9, 18, 36, 0.85);
}

.dashboard-input:focus[b-5mct5j83jj] {
    border-color: rgba(118, 170, 255, 0.75);
    color: #fff;
    background: rgba(12, 22, 42, 0.96);
    box-shadow: 0 0 0 0.2rem rgba(72, 119, 214, 0.22);
}

.dashboard-input option[b-5mct5j83jj] {
    color: #f2f5ff;
    background: #0a1427;
}

.dashboard-input.filter-active[b-5mct5j83jj] {
    color: #ffd966;
    border-color: rgba(255, 217, 102, 0.55);
}

.dashboard-input.filter-active:focus[b-5mct5j83jj] {
    color: #ffd966;
    border-color: rgba(255, 217, 102, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(255, 217, 102, 0.16);
}

.dashboard-input.filter-active option[b-5mct5j83jj] {
    color: #ffd966;
}

.filter-actions[b-5mct5j83jj] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.dashboard-btn[b-5mct5j83jj] {
    min-width: 140px;
    border-radius: 0.6rem;
    font-weight: 600;
}

.dashboard-btn-primary[b-5mct5j83jj] {
    border: 1px solid rgba(114, 160, 255, 0.45);
    color: #eff5ff;
    background: linear-gradient(180deg, rgba(72, 112, 208, 0.92), rgba(53, 84, 162, 0.92));
}

.dashboard-btn-primary:hover[b-5mct5j83jj] {
    color: #fff;
    background: linear-gradient(180deg, rgba(88, 130, 232, 0.95), rgba(61, 95, 184, 0.95));
}

.dashboard-btn-secondary[b-5mct5j83jj] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.dashboard-btn-secondary:hover[b-5mct5j83jj] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.dashboard-error[b-5mct5j83jj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.panel-header-results[b-5mct5j83jj] {
    align-items: center;
}

.page-size-picker[b-5mct5j83jj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-size-picker .dashboard-input[b-5mct5j83jj] {
    width: 90px;
}

.loading-state[b-5mct5j83jj] {
    padding: 2rem 0;
}

.loading-state .spinner-border[b-5mct5j83jj] {
    color: #7ea9ff;
}

.table-shell[b-5mct5j83jj] {
    overflow-x: auto;
    border: 1px solid rgba(117, 148, 224, 0.18);
    border-radius: 0.85rem;
    background: rgba(7, 14, 29, 0.58);
}

.athletes-table[b-5mct5j83jj] {
    margin-bottom: 0;
    color: #ecf2ff;
}

.athletes-table thead th[b-5mct5j83jj] {
    border-bottom: 1px solid rgba(114, 146, 222, 0.28);
    color: #f7f9ff;
    font-size: 0.96rem;
    font-weight: 700;
    background: rgba(18, 28, 51, 0.9);
}

.athletes-table tbody td[b-5mct5j83jj] {
    border-color: rgba(110, 137, 201, 0.14);
    color: #dbe5ff;
    vertical-align: middle;
    background: transparent;
}

.athlete-row[b-5mct5j83jj] {
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.athlete-row:hover td[b-5mct5j83jj] {
    background: rgba(31, 49, 89, 0.52);
}

.athlete-name[b-5mct5j83jj] {
    color: #f6f8ff;
    font-weight: 600;
}

.icon-indicator[b-5mct5j83jj] {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid rgba(149, 168, 216, 0.28);
    background: rgba(125, 143, 184, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.icon-indicator.active[b-5mct5j83jj] {
    border-color: rgba(120, 193, 255, 0.75);
    background: radial-gradient(circle at 30% 30%, #90d8ff, #4b8cff 60%, #21478d 100%);
    box-shadow: 0 0 10px rgba(106, 173, 255, 0.45);
}

.rating-pill[b-5mct5j83jj] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.rating-d1[b-5mct5j83jj] {
    color: #d8f7ea;
    background: rgba(28, 98, 66, 0.45);
}

.rating-not-d1[b-5mct5j83jj] {
    color: #ffe3c5;
    background: rgba(121, 74, 24, 0.42);
}

.rating-unrated[b-5mct5j83jj] {
    color: #dbe6ff;
    background: rgba(59, 71, 103, 0.42);
}

.pagination-shell[b-5mct5j83jj] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.dashboard-pagination .page-link[b-5mct5j83jj] {
    border-color: rgba(126, 154, 231, 0.24);
    color: #e8eeff;
    background: rgba(17, 27, 49, 0.94);
}

.dashboard-pagination .page-item.active .page-link[b-5mct5j83jj] {
    border-color: rgba(112, 170, 255, 0.75);
    background: linear-gradient(180deg, rgba(68, 113, 213, 0.96), rgba(49, 86, 172, 0.96));
}

.dashboard-pagination .page-item.disabled .page-link[b-5mct5j83jj] {
    color: #7d8db1;
    background: rgba(15, 24, 43, 0.7);
}

@media (max-width: 1200px) {
    .filters-grid[b-5mct5j83jj] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .filter-position[b-5mct5j83jj] {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .athletes-page[b-5mct5j83jj] {
        min-height: calc(100dvh - 1.5rem);
    }

    .athletes-container[b-5mct5j83jj] {
        width: min(100% - 1.25rem, 100%);
    }

    .athletes-hero[b-5mct5j83jj],
    .athletes-panel[b-5mct5j83jj] {
        padding: 1rem;
    }

    .athletes-hero[b-5mct5j83jj] {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-grid[b-5mct5j83jj] {
        grid-template-columns: 1fr;
    }

    .filter-position[b-5mct5j83jj] {
        grid-column: span 1;
    }

    .position-input-row[b-5mct5j83jj] {
        display: block;
    }

    .position-input[b-5mct5j83jj] {
        max-width: none;
    }

    .panel-header[b-5mct5j83jj],
    .panel-header-results[b-5mct5j83jj],
    .page-size-picker[b-5mct5j83jj],
    .filter-actions[b-5mct5j83jj] {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-btn[b-5mct5j83jj] {
        width: 100%;
    }
}
/* /Components/Pages/College.razor.rz.scp.css */
.college-page[b-equfel4vga] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 0 0 3rem;
    color: #eef3ff;
}

.college-page[b-equfel4vga]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.2), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.college-container[b-equfel4vga] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
    padding-top: 1.5rem;
}

.college-hero[b-equfel4vga],
.college-panel[b-equfel4vga] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.college-hero[b-equfel4vga] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
}

.college-eyebrow[b-equfel4vga] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.college-title[b-equfel4vga] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.college-subtitle[b-equfel4vga] {
    margin: 0.5rem 0 0;
    color: #b0c4ff;
    font-size: 1rem;
    font-weight: 400;
}

.college-hero-actions[b-equfel4vga] {
    display: flex;
    gap: 0.75rem;
}

.college-grid[b-equfel4vga] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.college-panel[b-equfel4vga] {
    padding: 1.25rem;
}

.college-panel-wide[b-equfel4vga] {
    grid-column: 1 / -1;
}

.panel-header[b-equfel4vga] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-header h2[b-equfel4vga] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.info-list[b-equfel4vga] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-item[b-equfel4vga] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(110, 137, 201, 0.14);
}

.info-item:last-child[b-equfel4vga] {
    padding-bottom: 0;
    border-bottom: 0;
}

.info-label[b-equfel4vga] {
    color: #89a8ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-value[b-equfel4vga] {
    color: #f5f8ff;
    font-size: 1rem;
}

.college-btn[b-equfel4vga] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.college-btn-primary[b-equfel4vga] {
    border: 1px solid rgba(114, 160, 255, 0.45);
    color: #eff5ff;
    background: linear-gradient(180deg, rgba(72, 112, 208, 0.92), rgba(53, 84, 162, 0.92));
}

.college-btn-primary:hover[b-equfel4vga] {
    color: #fff;
    background: linear-gradient(180deg, rgba(88, 130, 232, 0.95), rgba(61, 95, 184, 0.95));
}

.college-btn-secondary[b-equfel4vga] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.college-btn-secondary:hover[b-equfel4vga] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.college-table[b-equfel4vga] {
    color: #eef3ff;
}

.college-table thead[b-equfel4vga] {
    border-bottom: 2px solid rgba(110, 137, 201, 0.2);
}

.college-table th[b-equfel4vga] {
    padding: 0.75rem 0.5rem;
    color: #89a8ff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 0;
}

.college-table td[b-equfel4vga] {
    padding: 0.75rem 0.5rem;
    color: #f0f4ff;
    border-bottom: 1px solid rgba(110, 137, 201, 0.1);
}

.college-table tbody tr:last-child td[b-equfel4vga] {
    border-bottom: 0;
}

.college-table tfoot[b-equfel4vga] {
    border-top: 2px solid rgba(110, 137, 201, 0.2);
}

.college-table tfoot th[b-equfel4vga] {
    padding: 0.75rem 0.5rem;
    color: #c5d4ff;
    font-weight: 700;
}

.college-table-dark[b-equfel4vga] {
    background: transparent;
    border-radius: 0.5rem;
    overflow: hidden;
}

.college-table-dark thead[b-equfel4vga] {
    background: rgba(8, 15, 30, 0.6);
}

.college-table-dark thead th[b-equfel4vga] {
    background: transparent;
}

.college-table-dark tbody tr[b-equfel4vga] {
    background: rgba(5, 10, 22, 0.4);
}

.college-table-dark tbody tr:hover[b-equfel4vga] {
    background: rgba(12, 20, 38, 0.6);
}

.college-table-dark tbody td[b-equfel4vga] {
    background: transparent;
}

.college-table-dark tfoot[b-equfel4vga] {
    background: rgba(8, 15, 30, 0.6);
}

.college-table-dark tfoot th[b-equfel4vga] {
    background: transparent;
    font-weight: 700;
}

.college-table-dark .table-responsive[b-equfel4vga] {
    background: transparent;
}

.loading-state[b-equfel4vga] {
    padding: 2rem 0;
}

.loading-state .spinner-border[b-equfel4vga] {
    color: #7ea9ff;
}

.dashboard-error[b-equfel4vga] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.empty-state[b-equfel4vga] {
    color: #afbddf;
    text-align: center;
    padding: 1.5rem;
}

@media (max-width: 991px) {
    .college-grid[b-equfel4vga] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .college-container[b-equfel4vga] {
        width: min(100% - 1.25rem, 100%);
    }

    .college-hero[b-equfel4vga] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25rem;
    }

    .college-hero-actions[b-equfel4vga] {
        width: 100%;
        flex-direction: column;
    }

    .college-btn[b-equfel4vga] {
        width: 100%;
    }
}
/* /Components/Pages/CollegeAthleteProfile.razor.rz.scp.css */
.profile-page[b-cp2ate2xrj] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 2rem 0 3rem;
    color: #eef3ff;
}

.profile-page[b-cp2ate2xrj]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.profile-container[b-cp2ate2xrj] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
}

.profile-hero[b-cp2ate2xrj],
.profile-panel[b-cp2ate2xrj] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.profile-hero[b-cp2ate2xrj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
}

.profile-hero-side[b-cp2ate2xrj] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    min-width: 240px;
}

.profile-eyebrow[b-cp2ate2xrj] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.profile-title[b-cp2ate2xrj] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.profile-badges[b-cp2ate2xrj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.8rem;
}

.profile-chip[b-cp2ate2xrj] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    color: #eaf0ff;
    background: rgba(31, 45, 79, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
}

.profile-btn[b-cp2ate2xrj] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.profile-last-updated[b-cp2ate2xrj] {
    margin: 0;
}

.profile-btn-secondary[b-cp2ate2xrj] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.profile-btn-secondary:hover[b-cp2ate2xrj] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.dashboard-error[b-cp2ate2xrj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.loading-state[b-cp2ate2xrj] {
    padding: 2rem 0;
}

.loading-state .spinner-border[b-cp2ate2xrj] {
    color: #7ea9ff;
}

.profile-grid[b-cp2ate2xrj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.profile-panel[b-cp2ate2xrj] {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.profile-panel-wide[b-cp2ate2xrj] {
    margin-bottom: 0;
}

.panel-header[b-cp2ate2xrj] {
    margin-bottom: 1rem;
}

.panel-header h2[b-cp2ate2xrj] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.detail-grid[b-cp2ate2xrj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.detail-stack[b-cp2ate2xrj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-row[b-cp2ate2xrj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.detail-grid-wide[b-cp2ate2xrj] {
    margin-top: 1rem;
}

.detail-item[b-cp2ate2xrj] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(117, 148, 224, 0.16);
    border-radius: 0.8rem;
    background: rgba(7, 14, 29, 0.38);
}

.editable-detail[b-cp2ate2xrj] {
    width: 100%;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.editable-detail:hover[b-cp2ate2xrj] {
    border-color: rgba(120, 193, 255, 0.55);
    background: rgba(31, 49, 89, 0.52);
    transform: translateY(-1px);
}

.detail-item-full[b-cp2ate2xrj] {
    grid-column: 1 / -1;
}

.detail-label[b-cp2ate2xrj],
.stat-label[b-cp2ate2xrj] {
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.detail-value[b-cp2ate2xrj],
.detail-value a[b-cp2ate2xrj],
.stat-value[b-cp2ate2xrj] {
    color: #f4f7ff;
    text-decoration: none;
}

.detail-value a:hover[b-cp2ate2xrj] {
    color: #bcd4ff;
    text-decoration: underline;
}

.profile-btn-primary[b-cp2ate2xrj] {
    border: 1px solid rgba(114, 160, 255, 0.45);
    color: #eff5ff;
    background: linear-gradient(180deg, rgba(72, 112, 208, 0.92), rgba(53, 84, 162, 0.92));
}

.profile-btn-primary:hover[b-cp2ate2xrj] {
    color: #fff;
    background: linear-gradient(180deg, rgba(88, 130, 232, 0.95), rgba(61, 95, 184, 0.95));
}

.profile-modal-backdrop[b-cp2ate2xrj] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(4, 10, 22, 0.72);
    backdrop-filter: blur(6px);
}

.profile-modal[b-cp2ate2xrj] {
    width: min(460px, 100%);
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.98), rgba(10, 18, 35, 0.96));
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
}

.profile-modal-header[b-cp2ate2xrj],
.profile-modal-footer[b-cp2ate2xrj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
}

.profile-modal-header[b-cp2ate2xrj] {
    border-bottom: 1px solid rgba(110, 137, 201, 0.14);
}

.profile-modal-header h3[b-cp2ate2xrj] {
    margin: 0;
    color: #f4f7ff;
    font-size: 1.2rem;
}

.profile-modal-body[b-cp2ate2xrj] {
    padding: 1.25rem;
}

.modal-label[b-cp2ate2xrj] {
    display: block;
    margin-bottom: 0.5rem;
}

.modal-input[b-cp2ate2xrj] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #f2f5ff;
    background: rgba(9, 18, 36, 0.85);
}

.modal-input:focus[b-cp2ate2xrj] {
    border-color: rgba(118, 170, 255, 0.75);
    color: #fff;
    background: rgba(12, 22, 42, 0.96);
    box-shadow: 0 0 0 0.2rem rgba(72, 119, 214, 0.22);
}

.profile-modal-footer[b-cp2ate2xrj] {
    justify-content: flex-end;
    border-top: 1px solid rgba(110, 137, 201, 0.14);
}

.rating-d1[b-cp2ate2xrj] {
    color: #d8f7ea;
    background: rgba(28, 98, 66, 0.45);
}

.rating-not-d1[b-cp2ate2xrj] {
    color: #ffe3c5;
    background: rgba(121, 74, 24, 0.42);
}

.rating-unrated[b-cp2ate2xrj] {
    color: #dbe6ff;
    background: rgba(59, 71, 103, 0.42);
}

.empty-state-panel[b-cp2ate2xrj] {
    color: #afbddf;
}

@media (max-width: 991px) {
    .profile-grid[b-cp2ate2xrj],
    .detail-grid[b-cp2ate2xrj],
    .detail-row[b-cp2ate2xrj],
    .profile-hero[b-cp2ate2xrj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .profile-page[b-cp2ate2xrj] {
        min-height: calc(100dvh - 1.5rem);
    }

    .profile-container[b-cp2ate2xrj] {
        width: min(100% - 1.25rem, 100%);
    }

    .profile-hero[b-cp2ate2xrj],
    .profile-panel[b-cp2ate2xrj] {
        padding: 1rem;
    }

    .profile-hero[b-cp2ate2xrj] {
        flex-direction: column;
    }

    .profile-hero-side[b-cp2ate2xrj] {
        min-width: 0;
        width: 100%;
    }
}
/* /Components/Pages/CollegeAthletes.razor.rz.scp.css */
.athletes-page[b-jstptkvdat] {
    position: relative;
    isolation: isolate;
    min-height: calc(100dvh - 1.5rem);
    padding: 2rem 0 3rem;
    color: #eef3ff;
}

.athletes-page[b-jstptkvdat]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.22), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.athletes-container[b-jstptkvdat] {
    width: min(1400px, calc(100% - 3rem));
    margin: 0 auto;
}

.athletes-hero[b-jstptkvdat] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
    border: 1px solid rgba(110, 154, 255, 0.28);
    border-radius: 1.1rem;
    background: linear-gradient(180deg, rgba(14, 26, 51, 0.92), rgba(11, 20, 40, 0.84));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.08) inset, 0 18px 40px rgba(0, 0, 0, 0.35);
}

.athletes-eyebrow[b-jstptkvdat] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.athletes-title[b-jstptkvdat] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.athletes-subtitle[b-jstptkvdat] {
    margin: 0.5rem 0 0;
    color: #afbddf;
    font-size: 1rem;
}

.athletes-panel[b-jstptkvdat] {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.panel-header[b-jstptkvdat] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-header h2[b-jstptkvdat] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.panel-header span[b-jstptkvdat] {
    color: #93a8d7;
    font-size: 0.92rem;
}

.filters-grid[b-jstptkvdat] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.filter-field[b-jstptkvdat] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.filter-field label[b-jstptkvdat],
.page-size-picker label[b-jstptkvdat] {
    color: #d8e2ff;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.filter-search[b-jstptkvdat] {
    grid-column: span 1;
}

.filter-position[b-jstptkvdat] {
    grid-column: span 1;
}

.position-input-row[b-jstptkvdat] {
    display: block;
}

.position-input[b-jstptkvdat] {
    max-width: none;
    width: 100%;
}

.position-filter-tags[b-jstptkvdat],
.position-tags[b-jstptkvdat] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.position-filter-tags[b-jstptkvdat] {
    margin-top: 0.6rem;
}

.position-tag[b-jstptkvdat] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    color: #eaf0ff;
    background: rgba(31, 45, 79, 0.72);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.filter-tag[b-jstptkvdat] {
    cursor: pointer;
}

.dashboard-input[b-jstptkvdat] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #f2f5ff;
    background: rgba(9, 18, 36, 0.85);
}

.dashboard-input:focus[b-jstptkvdat] {
    border-color: rgba(118, 170, 255, 0.75);
    color: #fff;
    background: rgba(12, 22, 42, 0.96);
    box-shadow: 0 0 0 0.2rem rgba(72, 119, 214, 0.22);
}

.dashboard-input option[b-jstptkvdat] {
    color: #f2f5ff;
    background: #0a1427;
}

.dashboard-input.filter-active[b-jstptkvdat] {
    color: #ffd966;
    border-color: rgba(255, 217, 102, 0.55);
}

.dashboard-input.filter-active:focus[b-jstptkvdat] {
    color: #ffd966;
    border-color: rgba(255, 217, 102, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(255, 217, 102, 0.16);
}

.dashboard-input.filter-active option[b-jstptkvdat] {
    color: #ffd966;
}

.filter-actions[b-jstptkvdat] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.1rem;
}

.dashboard-btn[b-jstptkvdat] {
    min-width: 140px;
    border-radius: 0.6rem;
    font-weight: 600;
}

.dashboard-btn-primary[b-jstptkvdat] {
    border: 1px solid rgba(114, 160, 255, 0.45);
    color: #eff5ff;
    background: linear-gradient(180deg, rgba(72, 112, 208, 0.92), rgba(53, 84, 162, 0.92));
}

.dashboard-btn-primary:hover[b-jstptkvdat] {
    color: #fff;
    background: linear-gradient(180deg, rgba(88, 130, 232, 0.95), rgba(61, 95, 184, 0.95));
}

.dashboard-btn-secondary[b-jstptkvdat] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.dashboard-btn-secondary:hover[b-jstptkvdat] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

.dashboard-error[b-jstptkvdat] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.panel-header-results[b-jstptkvdat] {
    align-items: center;
}

.page-size-picker[b-jstptkvdat] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.page-size-picker .dashboard-input[b-jstptkvdat] {
    width: 90px;
}

.loading-state[b-jstptkvdat] {
    padding: 2rem 0;
}

.loading-state .spinner-border[b-jstptkvdat] {
    color: #7ea9ff;
}

.table-shell[b-jstptkvdat] {
    overflow-x: auto;
    border: 1px solid rgba(117, 148, 224, 0.18);
    border-radius: 0.85rem;
    background: rgba(7, 14, 29, 0.58);
}

.athletes-table[b-jstptkvdat] {
    margin-bottom: 0;
    color: #ecf2ff;
}

.athletes-table thead th[b-jstptkvdat] {
    border-bottom: 1px solid rgba(114, 146, 222, 0.28);
    color: #f7f9ff;
    font-size: 0.96rem;
    font-weight: 700;
    background: rgba(18, 28, 51, 0.9);
}

.athletes-table tbody td[b-jstptkvdat] {
    border-color: rgba(110, 137, 201, 0.14);
    color: #dbe5ff;
    vertical-align: middle;
    background: transparent;
}

.athlete-row[b-jstptkvdat] {
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.athlete-row:hover td[b-jstptkvdat] {
    background: rgba(31, 49, 89, 0.52);
}

.athlete-name[b-jstptkvdat] {
    color: #f6f8ff;
    font-weight: 600;
}

.icon-indicator[b-jstptkvdat] {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid rgba(149, 168, 216, 0.28);
    background: rgba(125, 143, 184, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.icon-indicator.active[b-jstptkvdat] {
    border-color: rgba(120, 193, 255, 0.75);
    background: radial-gradient(circle at 30% 30%, #90d8ff, #4b8cff 60%, #21478d 100%);
    box-shadow: 0 0 10px rgba(106, 173, 255, 0.45);
}

.rating-pill[b-jstptkvdat] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border: 1px solid rgba(126, 154, 231, 0.24);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.rating-d1[b-jstptkvdat] {
    color: #d8f7ea;
    background: rgba(28, 98, 66, 0.45);
}

.rating-not-d1[b-jstptkvdat] {
    color: #ffe3c5;
    background: rgba(121, 74, 24, 0.42);
}

.rating-unrated[b-jstptkvdat] {
    color: #dbe6ff;
    background: rgba(59, 71, 103, 0.42);
}

.pagination-shell[b-jstptkvdat] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.dashboard-pagination .page-link[b-jstptkvdat] {
    border-color: rgba(126, 154, 231, 0.24);
    color: #e8eeff;
    background: rgba(17, 27, 49, 0.94);
}

.dashboard-pagination .page-item.active .page-link[b-jstptkvdat] {
    border-color: rgba(112, 170, 255, 0.75);
    background: linear-gradient(180deg, rgba(68, 113, 213, 0.96), rgba(49, 86, 172, 0.96));
}

.dashboard-pagination .page-item.disabled .page-link[b-jstptkvdat] {
    color: #7d8db1;
    background: rgba(15, 24, 43, 0.7);
}

@media (max-width: 1200px) {
    .filters-grid[b-jstptkvdat] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .filter-position[b-jstptkvdat] {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .athletes-page[b-jstptkvdat] {
        min-height: calc(100dvh - 1.5rem);
    }

    .athletes-container[b-jstptkvdat] {
        width: min(100% - 1.25rem, 100%);
    }

    .athletes-hero[b-jstptkvdat],
    .athletes-panel[b-jstptkvdat] {
        padding: 1rem;
    }

    .athletes-hero[b-jstptkvdat] {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-grid[b-jstptkvdat] {
        grid-template-columns: 1fr;
    }

    .filter-position[b-jstptkvdat] {
        grid-column: span 1;
    }

    .position-input-row[b-jstptkvdat] {
        display: block;
    }

    .position-input[b-jstptkvdat] {
        max-width: none;
    }

    .panel-header[b-jstptkvdat],
    .panel-header-results[b-jstptkvdat],
    .page-size-picker[b-jstptkvdat],
    .filter-actions[b-jstptkvdat] {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-btn[b-jstptkvdat] {
        width: 100%;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.login-page[b-o17ixjhicg] {
    width: calc(100% + 3.5rem);
    margin-right: -1.5rem;
    margin-left: -2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0 3rem;
    color: #eef3ff;
    background:
        radial-gradient(circle at top center, rgba(84, 140, 255, 0.2), transparent 28%),
        linear-gradient(180deg, #07101f 0%, #0a1326 45%, #060c18 100%);
}

.login-container[b-o17ixjhicg] {
    width: min(520px, calc(100% - 2rem));
}

.login-hero[b-o17ixjhicg],
.login-panel[b-o17ixjhicg] {
    border: 1px solid rgba(110, 154, 255, 0.24);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(15, 24, 45, 0.95), rgba(10, 18, 35, 0.92));
    box-shadow: 0 0 0 1px rgba(124, 167, 255, 0.06) inset, 0 18px 35px rgba(0, 0, 0, 0.28);
}

.login-hero[b-o17ixjhicg] {
    margin-bottom: 1.25rem;
    padding: 1.75rem 2rem;
}

.login-eyebrow[b-o17ixjhicg] {
    margin-bottom: 0.35rem;
    color: #89a8ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.login-title[b-o17ixjhicg] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #f4f7ff;
}

.login-subtitle[b-o17ixjhicg] {
    margin: 0.5rem 0 0;
    color: #afbddf;
}

.login-panel[b-o17ixjhicg] {
    padding: 1.5rem;
}

.login-panel-header[b-o17ixjhicg] {
    margin-bottom: 1rem;
}

.login-panel-header h2[b-o17ixjhicg] {
    margin: 0;
    color: #f3f7ff;
    font-size: 1.45rem;
    font-weight: 500;
}

.login-panel-header span[b-o17ixjhicg] {
    color: #93a8d7;
    font-size: 0.92rem;
}

.form-stack[b-o17ixjhicg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-field[b-o17ixjhicg] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.form-field label[b-o17ixjhicg] {
    color: #d8e2ff;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.login-input[b-o17ixjhicg] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #f2f5ff;
    background: rgba(9, 18, 36, 0.85);
}

.login-input:focus[b-o17ixjhicg] {
    border-color: rgba(118, 170, 255, 0.75);
    color: #fff;
    background: rgba(12, 22, 42, 0.96);
    box-shadow: 0 0 0 0.2rem rgba(72, 119, 214, 0.22);
}

.dashboard-error[b-o17ixjhicg] {
    margin-bottom: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 110, 110, 0.35);
    border-radius: 0.75rem;
    color: #ffd7d7;
    background: rgba(91, 23, 31, 0.72);
}

.validation-summary[b-o17ixjhicg] {
    margin-bottom: 1rem;
    color: #ffb9b9;
}

.login-success[b-o17ixjhicg] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid rgba(96, 183, 137, 0.35);
    border-radius: 0.75rem;
    color: #dcffec;
    background: rgba(21, 78, 57, 0.56);
}

.login-success h4[b-o17ixjhicg] {
    margin-top: 0;
    color: #f6fff9;
}

.login-btn[b-o17ixjhicg] {
    border-radius: 0.6rem;
    font-weight: 600;
}

.login-btn-primary[b-o17ixjhicg] {
    border: 1px solid rgba(114, 160, 255, 0.45);
    color: #eff5ff;
    background: linear-gradient(180deg, rgba(72, 112, 208, 0.92), rgba(53, 84, 162, 0.92));
}

.login-btn-primary:hover[b-o17ixjhicg] {
    color: #fff;
    background: linear-gradient(180deg, rgba(88, 130, 232, 0.95), rgba(61, 95, 184, 0.95));
}

.login-btn-secondary[b-o17ixjhicg] {
    border: 1px solid rgba(126, 154, 231, 0.28);
    color: #dbe5ff;
    background: rgba(21, 31, 58, 0.88);
}

.login-btn-secondary:hover[b-o17ixjhicg] {
    color: #fff;
    background: rgba(34, 48, 84, 0.94);
}

@media (max-width: 768px) {
    .login-page[b-o17ixjhicg] {
        width: calc(100% + 3rem);
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        min-height: 100dvh;
        align-items: flex-start;
    }

    .login-container[b-o17ixjhicg] {
        width: min(100% - 1.25rem, 100%);
    }

    .login-hero[b-o17ixjhicg],
    .login-panel[b-o17ixjhicg] {
        padding: 1rem;
    }
}
