/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-bafatwgc8y] {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding: 1rem 1rem 6.5rem;
}

.page-shell[b-bafatwgc8y]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(8, 12, 18, 0.16) 0%, rgba(8, 12, 18, 0.36) 52%, rgba(8, 12, 18, 0.7) 100%),
        url('/bg-league-main-themed-v1.png') center top / cover no-repeat fixed;
    z-index: -3;
    transform: scale(1.02);
}

.page-shell[b-bafatwgc8y]::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 50% 18%, rgba(217, 200, 164, 0.06), transparent 18%),
        linear-gradient(180deg, rgba(8, 12, 18, 0.14) 0%, rgba(8, 12, 18, 0.58) 42%, rgba(8, 12, 18, 0.94) 100%),
        linear-gradient(125deg, rgba(255, 255, 255, 0.04) 0%, transparent 24%, transparent 76%, rgba(255, 255, 255, 0.03) 100%);
    z-index: -2;
}

.shell-main[b-bafatwgc8y] {
    position: relative;
    z-index: 1;
}

.shell-content[b-bafatwgc8y] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 1.25rem;
}

.topbar[b-bafatwgc8y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto 1rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius-pill);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 70%),
        rgba(15, 22, 30, 0.8);
    backdrop-filter: blur(var(--blur-panel));
    -webkit-backdrop-filter: blur(var(--blur-panel));
    border: 1px solid rgba(217, 200, 164, 0.16);
    box-shadow: var(--shadow-panel);
}

.brand-link[b-bafatwgc8y] {
    display: inline-flex;
    flex-direction: column;
    gap: 0.1rem;
    color: var(--text-primary);
    font-family: var(--font-display);
}

.brand-kicker[b-bafatwgc8y] {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-fog);
}

.topbar-actions[b-bafatwgc8y] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.shell-footer[b-bafatwgc8y] {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    max-width: 1100px;
    z-index: 40;
}

@media (min-width: 900px) {
    .page-shell[b-bafatwgc8y]::before {
        background:
            linear-gradient(90deg, rgba(8, 12, 18, 0.2) 0%, rgba(8, 12, 18, 0.12) 28%, rgba(8, 12, 18, 0.28) 100%),
            url('/bg-league-hero-themed-v1.png') center center / cover no-repeat fixed;
    }
}

@media (max-width: 640px) {
    .page-shell[b-bafatwgc8y] {
        padding: 0.75rem 0.75rem 7rem;
    }
    
    .topbar[b-bafatwgc8y] {
        border-radius: var(--radius-pill);
        padding: 0.85rem 1rem;
        align-items: start;
        flex-direction: column;
    }
    
    .topbar-actions[b-bafatwgc8y] {
        justify-content: flex-start;
        width: 100%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Bottom navigation with premium mobile capsule design */
.bottom-nav[b-jekk8impel] {
    max-width: 520px;
    margin: 0 auto;
    padding: 0.4rem;
    border-radius: var(--radius-pill);
    background: rgba(18, 22, 30, 0.78);
    backdrop-filter: blur(var(--blur-panel));
    -webkit-backdrop-filter: blur(var(--blur-panel));
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
    gap: 0.3rem;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.bottom-nav-link[b-jekk8impel] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    padding: 0.7rem 0.55rem;
    text-align: center;
    border-radius: 1.2rem;
    color: rgba(231, 236, 244, 0.82);
    text-decoration: none;
    min-height: 52px; /* Thumb-friendly touch target */
    min-width: 0;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.bottom-nav-link:hover[b-jekk8impel] {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
    color: #fff7ed;
}

/* Active tab highlighting with gradient */
.bottom-nav[b-jekk8impel]  a.active {
    background: linear-gradient(180deg, rgba(240, 139, 88, 0.22) 0%, rgba(240, 139, 88, 0.12) 100%);
    color: #fff9ef;
    box-shadow: inset 0 0 0 1px rgba(240, 139, 88, 0.28);
}

/* Navigation icons */
.nav-icon[b-jekk8impel] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 1.55rem;
    border-radius: 999px;
    color: rgba(255, 248, 240, 0.82);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
    line-height: 1;
}

.nav-icon[b-jekk8impel]::before {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 0.28rem;
    border: 1.6px solid currentColor;
    opacity: 0.9;
}

.home-icon[b-jekk8impel]::before {
    clip-path: polygon(50% 0%, 100% 42%, 100% 100%, 0% 100%, 0% 42%);
}

.events-icon[b-jekk8impel]::before {
    width: 1rem;
    height: 0.8rem;
    border-radius: 0.18rem;
    box-shadow: inset 0 0.22rem 0 0 rgba(255, 248, 240, 0.82);
}

.standings-icon[b-jekk8impel]::before {
    width: 1rem;
    height: 0.95rem;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(to top, currentColor 0 100%) left bottom / 0.16rem 0.45rem no-repeat,
        linear-gradient(to top, currentColor 0 100%) center bottom / 0.16rem 0.72rem no-repeat,
        linear-gradient(to top, currentColor 0 100%) right bottom / 0.16rem 0.95rem no-repeat;
}

.settings-icon[b-jekk8impel]::before {
    width: 0.92rem;
    height: 0.92rem;
    border-radius: 50%;
    box-shadow:
        0 -0.42rem 0 -0.28rem currentColor,
        0 0.42rem 0 -0.28rem currentColor,
        0.42rem 0 0 -0.28rem currentColor,
        -0.42rem 0 0 -0.28rem currentColor;
}

.login-icon[b-jekk8impel]::before {
    width: 0.96rem;
    height: 0.72rem;
    border-radius: 0.14rem;
}

.matches-icon[b-jekk8impel]::before {
    width: 1rem;
    height: 0.76rem;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(currentColor, currentColor) left 0 top 0 / 100% 0.16rem no-repeat,
        linear-gradient(currentColor, currentColor) left 0 top 0.3rem / 70% 0.16rem no-repeat,
        linear-gradient(currentColor, currentColor) left 0 top 0.6rem / 85% 0.16rem no-repeat;
}

/* Navigation text */
.nav-text[b-jekk8impel] {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

/* User menu trigger */
.bottom-nav[b-jekk8impel]  .user-menu-trigger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    min-height: 52px;
    padding: 0.7rem 0.55rem;
    min-width: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: rgba(231, 236, 244, 0.82);
}

.bottom-nav[b-jekk8impel]  .user-menu-text {
    width: 100%;
    text-align: center;
}

.bottom-nav[b-jekk8impel]  .user-menu-text strong {
    max-width: 100%;
}

.bottom-nav[b-jekk8impel]  .avatar-badge {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.72rem;
}

/* Responsive adjustments for mobile devices */
@media (max-width: 640px) {
    .bottom-nav[b-jekk8impel] {
        max-width: 100%;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
        padding: 0.4rem;
        border-radius: var(--radius-pill);
    }

    .bottom-nav-link[b-jekk8impel],
    .bottom-nav[b-jekk8impel]  .user-menu-trigger {
        min-height: 50px; /* Maintain touch target while reducing viewport footprint */
        padding: 0.68rem 0.5rem;
        font-size: 0.82rem;
    }

    .nav-icon[b-jekk8impel] {
        width: 2.1rem;
    }
    
    .bottom-nav[b-jekk8impel]  .user-menu-trigger {
        width: 100%;
        padding-inline: 0.85rem;
    }
}

@media (max-width: 420px) {
    .bottom-nav[b-jekk8impel] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.3rem;
        padding: 0.35rem;
    }
    
    .nav-icon[b-jekk8impel] {
        width: 1.95rem;
    }
    
    .nav-text[b-jekk8impel] {
        font-size: 0.68rem;
    }
}

@media (max-width: 320px) {
    .bottom-nav[b-jekk8impel] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-j80jcjydfa],
.components-reconnect-repeated-attempt-visible[b-j80jcjydfa],
.components-reconnect-failed-visible[b-j80jcjydfa],
.components-pause-visible[b-j80jcjydfa],
.components-resume-failed-visible[b-j80jcjydfa],
.components-rejoining-animation[b-j80jcjydfa] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-retrying[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-failed[b-j80jcjydfa],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-j80jcjydfa] {
    display: block;
}


#components-reconnect-modal[b-j80jcjydfa] {
    width: min(calc(100% - 2rem), 28rem);
    margin: 14vh auto;
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-j80jcjydfa 0.5s both;
}

#components-reconnect-modal[open][b-j80jcjydfa] {
    animation: components-reconnect-modal-slideUp-b-j80jcjydfa 0.45s cubic-bezier(.05, .89, .25, 1.02), components-reconnect-modal-fadeInOpacity-b-j80jcjydfa 0.3s ease-in-out;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-j80jcjydfa]::backdrop {
    background: rgba(8, 10, 14, 0.55);
    backdrop-filter: blur(10px);
    animation: components-reconnect-modal-fadeInOpacity-b-j80jcjydfa 0.3s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-j80jcjydfa {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-j80jcjydfa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-j80jcjydfa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-j80jcjydfa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 1.7rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 40%),
        rgba(24, 29, 37, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
    color: #e7ecf4;
}

.components-reconnect-kicker[b-j80jcjydfa] {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b4bccb;
}

.components-reconnect-title[b-j80jcjydfa] {
    margin: 0;
    font-family: "Bahnschrift", "Aptos Display", "Trebuchet MS", sans-serif;
    font-size: clamp(1.35rem, 1.1rem + 1vw, 1.95rem);
    line-height: 1;
    text-align: center;
}

#components-reconnect-modal p[b-j80jcjydfa] {
    margin: 0;
    text-align: center;
    color: #b4bccb;
}

#components-reconnect-modal button[b-j80jcjydfa] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, #e16e3e 0%, #f08b58 100%);
    color: #fffaf4;
    padding: 0.85rem 1.25rem;
    border-radius: 24px;
    min-height: 48px;
    font-family: "Bahnschrift", "Aptos Display", "Trebuchet MS", sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

#components-reconnect-modal button:hover[b-j80jcjydfa] {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(225, 110, 62, 0.28);
}

#components-reconnect-modal button:active[b-j80jcjydfa] {
    transform: none;
}

.components-rejoining-animation[b-j80jcjydfa] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-j80jcjydfa] {
        position: absolute;
        border: 3px solid rgba(225, 110, 62, 0.85);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-j80jcjydfa 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-j80jcjydfa] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-j80jcjydfa {
    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;
    }
}
