/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-iue29h91rh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iue29h91rh] {
    flex: 1;
}

.sidebar[b-iue29h91rh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-iue29h91rh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iue29h91rh]  a, .top-row[b-iue29h91rh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iue29h91rh]  a:hover, .top-row[b-iue29h91rh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iue29h91rh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-iue29h91rh] {
        justify-content: space-between;
    }

    .top-row[b-iue29h91rh]  a, .top-row[b-iue29h91rh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iue29h91rh] {
        flex-direction: row;
    }

    .sidebar[b-iue29h91rh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iue29h91rh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iue29h91rh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-iue29h91rh], article[b-iue29h91rh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u3nvc41r9s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u3nvc41r9s] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u3nvc41r9s] {
    font-size: 1.1rem;
}

.bi[b-u3nvc41r9s] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-u3nvc41r9s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-u3nvc41r9s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-u3nvc41r9s] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-u3nvc41r9s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-u3nvc41r9s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u3nvc41r9s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-u3nvc41r9s]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-u3nvc41r9s]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-u3nvc41r9s]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u3nvc41r9s] {
        display: none;
    }

    .collapse[b-u3nvc41r9s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-u3nvc41r9s] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/PlayerExperienceLayout.razor.rz.scp.css */
.player-experience-layout[b-s1ysws686r] {
    min-height: 100vh;
    background: #02040a;
    color: white;
}

.player-experience-main[b-s1ysws686r] {
    min-height: calc(100vh - 72px);
    background: #02040a;
}

.repo-appbar[b-s1ysws686r] {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 72px;
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.86), rgba(6, 18, 31, 0.72)), radial-gradient(circle at 20% 0%, rgba(0, 255, 255, 0.18), transparent 34%);
    border-bottom: 1px solid rgba(0, 255, 255, 0.22);
    backdrop-filter: blur(18px);
    box-shadow: 0 0 36px rgba(0, 255, 255, 0.10), 0 12px 40px rgba(0, 0, 0, 0.28);
}

.repo-appbar-inner[b-s1ysws686r] {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1.25rem;
}

.repo-brand[b-s1ysws686r] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
}

.repo-brand-mark[b-s1ysws686r] {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,255,255,0.28), rgba(0,255,255,0.08));
    border: 1px solid rgba(0,255,255,0.42);
    box-shadow: 0 0 24px rgba(0,255,255,0.28), inset 0 0 20px rgba(255,255,255,0.06);
    font-weight: 900;
    letter-spacing: 0.08em;
}

.repo-brand-text[b-s1ysws686r] {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(0,255,255,0.48);
}

.repo-appbar-spacer[b-s1ysws686r] {
    flex: 1;
}

.repo-nav-links[b-s1ysws686r] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

    .repo-nav-links a[b-s1ysws686r] {
        color: rgba(255,255,255,0.72);
        text-decoration: none;
        font-size: 0.78rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        transition: color 0.25s ease, text-shadow 0.25s ease;
    }

        .repo-nav-links a:hover[b-s1ysws686r] {
            color: white;
            text-shadow: 0 0 14px rgba(0,255,255,0.55);
        }

.repo-signin-button[b-s1ysws686r] {
    border: 1px solid rgba(0,255,255,0.48);
    color: white;
    background: rgba(0,255,255,0.10);
    border-radius: 999px;
    padding: 0.65rem 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.76rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,255,255,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

    .repo-signin-button:hover[b-s1ysws686r] {
        transform: translateY(-2px);
        background: rgba(0,255,255,0.18);
        box-shadow: 0 0 28px rgba(0,255,255,0.22);
    }

.repo-nav-icon-button[b-s1ysws686r] {
    border: 0;
    background: transparent;
    color: rgba(255,255,255,0.82);
    font-size: 1.45rem;
    cursor: pointer;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: color 0.25s ease, background 0.25s ease, text-shadow 0.25s ease;
}

    .repo-nav-icon-button:hover[b-s1ysws686r] {
        color: white;
        background: rgba(0,255,255,0.08);
        text-shadow: 0 0 14px rgba(0,255,255,0.55);
    }

@media (max-width: 760px) {
    .repo-brand-text[b-s1ysws686r] {
        display: none;
    }

    .repo-nav-links[b-s1ysws686r] {
        display: none;
    }

    .repo-appbar-inner[b-s1ysws686r] {
        padding: 0 0.55rem;
        gap: 0.35rem;
    }

    .repo-brand-mark[b-s1ysws686r] {
        width: 40px;
        height: 40px;
    }

    .repo-appbar-spacer[b-s1ysws686r] {
        flex: 1;
        min-width: 0;
    }

    .repo-signin-button[b-s1ysws686r] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 0.75rem;
        font-size: 0.68rem;
        letter-spacing: 0.10em;
        white-space: nowrap;
        flex: 0 0 auto;
    }
}
/* /Pages/PlayerHome.razor.rz.scp.css */
.player-home-shell[b-0jyr6uqrsa] {
    position: relative;
    height: calc(100vh - 72px);
    overflow: hidden;
    background: #02040a;
    color: white;
    isolation: isolate;
}

#playerHomeCanvas[b-0jyr6uqrsa] {
    position: fixed;
    inset: 72px 0 0 0;
    width: 100%;
    height: calc(100vh - 72px);
    z-index: -3;
}

.player-home-overlay[b-0jyr6uqrsa] {
    position: fixed;
    inset: 72px 0 0 0;
    z-index: -2;
    background: radial-gradient(circle at 20% 18%, rgba(0, 229, 255, .18), transparent 32%), radial-gradient(circle at 78% 24%, rgba(121, 63, 255, .18), transparent 34%), radial-gradient(circle at 50% 92%, rgba(0, 255, 180, .12), transparent 36%), linear-gradient(135deg, rgba(2, 4, 10, .70), rgba(2, 4, 10, .97));
}

.player-command-center[b-0jyr6uqrsa] {
    width: min(1500px, calc(100% - 64px));
    height: 100%;
    margin: 0 auto;
    padding: 22px 0 28px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 18px;
}

.player-home-header[b-0jyr6uqrsa] {
    margin: 0;
}

.eyebrow[b-0jyr6uqrsa] {
    margin: 0 0 6px;
    color: #38f5ff;
    letter-spacing: .34em;
    font-size: .72rem;
    font-weight: 900;
}

.player-home-header h1[b-0jyr6uqrsa] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: .9;
    letter-spacing: -.06em;
    text-shadow: 0 0 34px rgba(0, 229, 255, .35);
}

.subhead[b-0jyr6uqrsa] {
    margin: 10px 0 0;
    max-width: 760px;
    color: rgba(255,255,255,.64);
    font-size: clamp(.9rem, 1.1vw, 1.05rem);
}

.holo-orb-grid[b-0jyr6uqrsa] {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: 20px;
}

.holo-orb[b-0jyr6uqrsa] {
    position: relative;
    width: min(100%, 320px);
    aspect-ratio: 1 / 1;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
    display: grid;
    place-items: center;
    isolation: isolate;
    filter: drop-shadow(0 30px 46px rgba(0,0,0,.55));
    transition: transform .35s ease, filter .35s ease;
}

    .holo-orb:hover[b-0jyr6uqrsa] {
        transform: translateY(-12px) scale(1.035);
        filter: drop-shadow(0 35px 64px rgba(0,229,255,.20));
    }

.holo-disc[b-0jyr6uqrsa] {
    position: absolute;
    left: 50%;
    bottom: 4%;
    width: 78%;
    height: 20%;
    transform: translateX(-50%) rotateX(68deg);
    border-radius: 999px;
    border: 1px solid rgba(56,245,255,.42);
    background: radial-gradient(circle, rgba(56,245,255,.28), transparent 58%), linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
    box-shadow: 0 0 24px rgba(56,245,255,.28), inset 0 0 28px rgba(56,245,255,.18);
    z-index: 1;
    animation: holoDiscPulse-b-0jyr6uqrsa 2.8s ease-in-out infinite;
}

.holo-aura[b-0jyr6uqrsa] {
    position: absolute;
    width: 86%;
    height: 86%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(56,245,255,.18), transparent 66%);
    z-index: 1;
    animation: holoPulse-b-0jyr6uqrsa 3.5s ease-in-out infinite;
}

.holo-sphere[b-0jyr6uqrsa] {
    position: absolute;
    width: 76%;
    height: 76%;
    border-radius: 999px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 28%, rgba(255,255,255,.06)), radial-gradient(circle at 36% 28%, rgba(255,255,255,.86), rgba(56,245,255,.48) 13%, rgba(0,119,255,.20) 42%, rgba(0,0,0,.04) 72%), repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 8px);
    border: 1px solid rgba(56,245,255,.34);
    box-shadow: 0 0 38px rgba(56,245,255,.30), inset 0 0 38px rgba(255,255,255,.10), inset 0 -38px 54px rgba(0,0,0,.18);
    animation: holoFloat-b-0jyr6uqrsa 5.5s ease-in-out infinite;
}

.holo-scanline[b-0jyr6uqrsa] {
    position: absolute;
    width: 70%;
    height: 2px;
    top: 22%;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.78), transparent);
    box-shadow: 0 0 16px rgba(255,255,255,.50);
    z-index: 4;
    opacity: .72;
    animation: holoScan-b-0jyr6uqrsa 3.4s ease-in-out infinite;
}

.holo-content[b-0jyr6uqrsa] {
    position: relative;
    z-index: 5;
    width: 70%;
    text-align: center;
    transform: translateY(-2%);
    pointer-events: none;
}

.holo-number[b-0jyr6uqrsa] {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.58);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .34em;
}

.holo-content h2[b-0jyr6uqrsa] {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2.35rem);
    line-height: .92;
    letter-spacing: -.06em;
    text-shadow: 0 0 18px rgba(255,255,255,.32), 0 0 28px rgba(56,245,255,.28);
}

.holo-content p[b-0jyr6uqrsa] {
    margin: 12px auto 0;
    max-width: 210px;
    color: rgba(255,255,255,.72);
    font-size: .76rem;
    line-height: 1.35;
    letter-spacing: .04em;
}

.academics .holo-sphere[b-0jyr6uqrsa] {
    background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 28%, rgba(255,255,255,.06)), radial-gradient(circle at 36% 28%, rgba(255,255,255,.86), rgba(168,85,247,.48) 13%, rgba(67,56,202,.22) 42%, rgba(0,0,0,.04) 72%), repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 8px);
    border-color: rgba(168,85,247,.38);
    box-shadow: 0 0 38px rgba(168,85,247,.26), inset 0 0 38px rgba(255,255,255,.10), inset 0 -38px 54px rgba(0,0,0,.18);
}

.recruiting .holo-sphere[b-0jyr6uqrsa] {
    background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 28%, rgba(255,255,255,.06)), radial-gradient(circle at 36% 28%, rgba(255,255,255,.86), rgba(34,197,94,.48) 13%, rgba(20,184,166,.22) 42%, rgba(0,0,0,.04) 72%), repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 8px);
    border-color: rgba(34,197,94,.38);
    box-shadow: 0 0 38px rgba(34,197,94,.24), inset 0 0 38px rgba(255,255,255,.10), inset 0 -38px 54px rgba(0,0,0,.18);
}

.profile .holo-sphere[b-0jyr6uqrsa] {
    background: linear-gradient(180deg, rgba(255,255,255,.18), transparent 28%, rgba(255,255,255,.06)), radial-gradient(circle at 36% 28%, rgba(255,255,255,.86), rgba(245,158,11,.50) 13%, rgba(249,115,22,.22) 42%, rgba(0,0,0,.04) 72%), repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 8px);
    border-color: rgba(245,158,11,.38);
    box-shadow: 0 0 38px rgba(245,158,11,.24), inset 0 0 38px rgba(255,255,255,.10), inset 0 -38px 54px rgba(0,0,0,.18);
}

@keyframes holoFloat-b-0jyr6uqrsa {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-10px) scale(1.025);
    }
}

@keyframes holoPulse-b-0jyr6uqrsa {
    0%, 100% {
        opacity: .52;
        transform: scale(.98);
    }

    50% {
        opacity: .9;
        transform: scale(1.05);
    }
}

@keyframes holoDiscPulse-b-0jyr6uqrsa {
    0%, 100% {
        opacity: .55;
        transform: translateX(-50%) rotateX(68deg) scale(.96);
    }

    50% {
        opacity: .95;
        transform: translateX(-50%) rotateX(68deg) scale(1.05);
    }
}

@keyframes holoScan-b-0jyr6uqrsa {
    0% {
        top: 25%;
        opacity: 0;
    }

    18% {
        opacity: .75;
    }

    50% {
        top: 52%;
        opacity: .92;
    }

    82% {
        opacity: .55;
    }

    100% {
        top: 75%;
        opacity: 0;
    }
}

@media (max-width: 1180px) {
    .holo-orb-grid[b-0jyr6uqrsa] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .holo-orb[b-0jyr6uqrsa] {
        width: min(100%, 280px);
    }
}

@media (max-width: 760px) {
    .player-home-shell[b-0jyr6uqrsa] {
        height: auto;
        min-height: calc(100vh - 72px);
        overflow: auto;
    }

    .player-command-center[b-0jyr6uqrsa] {
        height: auto;
        min-height: calc(100vh - 72px);
        width: min(100% - 24px, 520px);
    }

    .holo-orb-grid[b-0jyr6uqrsa] {
        grid-template-columns: 1fr;
    }

    .holo-orb[b-0jyr6uqrsa] {
        width: min(100%, 300px);
    }
}
