/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-46ojlnh66e] {
    min-height: 100vh;
    background:
        radial-gradient(circle at 85% 15%, rgba(241, 143, 1, 0.2), transparent 28%),
        radial-gradient(circle at 10% 20%, rgba(21, 79, 92, 0.2), transparent 24%),
        #f3f7f9;
}

.shell-header[b-46ojlnh66e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #d8e4e8;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    position: sticky;
    top: 0;
    z-index: 10;
}

.brand[b-46ojlnh66e] {
    font-weight: 700;
    color: #123842;
}

.shell-header a[b-46ojlnh66e] {
    color: #0a5a72;
    text-decoration: none;
    font-weight: 600;
}

.shell-main[b-46ojlnh66e] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w6v3fayc1j] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-w6v3fayc1j] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

    .nav-item[b-w6v3fayc1j]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-w6v3fayc1j]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

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

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

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8o1zsahf5x],
.components-reconnect-repeated-attempt-visible[b-8o1zsahf5x],
.components-reconnect-failed-visible[b-8o1zsahf5x],
.components-pause-visible[b-8o1zsahf5x],
.components-resume-failed-visible[b-8o1zsahf5x],
.components-rejoining-animation[b-8o1zsahf5x] {
    display: none;
}

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


#components-reconnect-modal[b-8o1zsahf5x] {
    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-8o1zsahf5x 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8o1zsahf5x 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8o1zsahf5x 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8o1zsahf5x]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8o1zsahf5x 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8o1zsahf5x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8o1zsahf5x] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8o1zsahf5x] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8o1zsahf5x] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8o1zsahf5x] {
        background-color: #6b9ed2;
    }

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

    .components-rejoining-animation div[b-8o1zsahf5x] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8o1zsahf5x 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

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

@keyframes components-rejoining-animation-b-8o1zsahf5x {
    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/Home.razor.rz.scp.css */
.dashboard[b-cexk2q2fbd] {
    display: grid;
    gap: 1rem;
    padding-bottom: 2rem;
}

.hero[b-cexk2q2fbd] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
    background: linear-gradient(120deg, #0f2f3a, #154f5c 45%, #f18f01 120%);
    border-radius: 18px;
    color: #f5f7f8;
    padding: 1.25rem;
    box-shadow: 0 15px 45px rgba(15, 47, 58, 0.25);
}

.eyebrow[b-cexk2q2fbd] {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.8;
    margin: 0;
}

h1[b-cexk2q2fbd] {
    margin: 0.25rem 0;
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.subtitle[b-cexk2q2fbd] {
    margin: 0;
    opacity: 0.9;
}

.search[b-cexk2q2fbd] {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 0.9rem;
    backdrop-filter: blur(4px);
}

.search label[b-cexk2q2fbd] {
    font-weight: 600;
}

.search-row[b-cexk2q2fbd] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

input[b-cexk2q2fbd] {
    border: 1px solid #ccd6db;
    background: #fcfdff;
    border-radius: 10px;
    padding: 0.6rem 0.7rem;
    font: inherit;
}

button[b-cexk2q2fbd] {
    border: 0;
    border-radius: 10px;
    padding: 0.55rem 0.9rem;
    font-weight: 600;
    background: #f18f01;
    color: #102126;
}

button.secondary[b-cexk2q2fbd] {
    background: #d9e9ee;
    color: #123842;
}

button:disabled[b-cexk2q2fbd] {
    opacity: 0.65;
}

.alert-box[b-cexk2q2fbd] {
    border: 1px solid #ef9a9a;
    background: #fff2f2;
    color: #9b1c1c;
    border-radius: 12px;
    padding: 0.8rem 0.9rem;
}

.grid[b-cexk2q2fbd] {
    display: grid;
    gap: 1rem;
}

.grid.three[b-cexk2q2fbd] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two[b-cexk2q2fbd] {
    grid-template-columns: 1.2fr 1fr;
}

.match-detail-card[b-cexk2q2fbd] {
    position: sticky;
    top: 1rem;
    align-self: start;
    max-height: calc(100vh - 1.5rem);
    overflow: auto;
}

.card[b-cexk2q2fbd] {
    background: #ffffff;
    border: 1px solid #e6ecef;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 6px 20px rgba(16, 33, 38, 0.06);
}

.card h2[b-cexk2q2fbd] {
    margin: 0 0 0.75rem 0;
    font-size: 1.05rem;
}

.profile-card[b-cexk2q2fbd] {
    display: grid;
    gap: 0.8rem;
}

.profile-head[b-cexk2q2fbd] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.8rem;
}

.avatar[b-cexk2q2fbd] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dbe7eb;
}

.avatar.avatar-fallback[b-cexk2q2fbd] {
    display: grid;
    place-content: center;
    font-weight: 700;
    color: #35535d;
    background: #eef6f9;
}

.rank-badge[b-cexk2q2fbd] {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.profile-name[b-cexk2q2fbd] {
    margin: 0;
    font-weight: 600;
    color: #23404a;
}

.profile-id[b-cexk2q2fbd] {
    margin: 0.15rem 0 0;
    font-size: 0.85rem;
}

.card ul[b-cexk2q2fbd] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.45rem;
}

.card li[b-cexk2q2fbd] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.card li span[b-cexk2q2fbd] {
    color: #637b84;
}

.best-grid[b-cexk2q2fbd] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.6rem;
}

.best-item[b-cexk2q2fbd] {
    position: relative;
    text-align: left;
    border: 1px solid #dbe7eb;
    background: #f8fbfc;
    border-radius: 12px;
    padding: 0.7rem;
    padding-right: 2.8rem;
    display: grid;
    gap: 0.2rem;
}

.best-item .tag[b-cexk2q2fbd] {
    font-size: 0.75rem;
    color: #4a6973;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.best-item strong[b-cexk2q2fbd] {
    font-size: 1.2rem;
    color: #0e2a33;
}

.best-item small[b-cexk2q2fbd] {
    color: #6d8891;
    overflow: hidden;
    text-overflow: ellipsis;
}

.best-item .ot[b-cexk2q2fbd] {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
}

.ot[b-cexk2q2fbd] {
    display: inline-block;
    width: fit-content;
    font-size: 0.7rem;
    font-weight: 700;
    background: #ffedd5;
    color: #9a3412;
    border-radius: 999px;
    padding: 0.2rem 0.45rem;
}

.table-wrap[b-cexk2q2fbd] {
    overflow: auto;
}

.match-actions[b-cexk2q2fbd] {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
}

.match-actions .muted[b-cexk2q2fbd] {
    margin-left: auto;
}

table[b-cexk2q2fbd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

th[b-cexk2q2fbd], td[b-cexk2q2fbd] {
    text-align: left;
    padding: 0.45rem;
    border-bottom: 1px solid #edf2f4;
    white-space: nowrap;
}

tr.clickable[b-cexk2q2fbd] {
    cursor: pointer;
}

tr.clickable:hover[b-cexk2q2fbd] {
    background: #f5fbfd;
}

.recent-matches-table thead th[b-cexk2q2fbd] {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #55717a;
}

.recent-matches-table tbody tr:nth-child(even)[b-cexk2q2fbd] {
    background: #fbfdfe;
}

.recent-matches-table tbody tr td[b-cexk2q2fbd] {
    vertical-align: middle;
}

.ot-inline[b-cexk2q2fbd] {
    margin-left: 0.4rem;
    font-size: 0.72rem;
    color: #9a3412;
}

.muted[b-cexk2q2fbd] {
    color: #637b84;
}

.detail-head[b-cexk2q2fbd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.detail-head h3[b-cexk2q2fbd] {
    margin: 0;
    font-size: 1rem;
}

.map-preview[b-cexk2q2fbd] {
    margin-top: 0.7rem;
    border: 1px solid #d9e6ea;
    border-radius: 12px;
    overflow: hidden;
    background: #eef6f9;
}

.map-preview img[b-cexk2q2fbd] {
    display: block;
    width: 100%;
    height: auto;
}

.elo-plus[b-cexk2q2fbd] {
    color: #166534;
}

.elo-minus[b-cexk2q2fbd] {
    color: #b91c1c;
}

.elo-zero[b-cexk2q2fbd] {
    color: #a16207;
}

.elo-none[b-cexk2q2fbd] {
    color: #64748b;
}

.result-win[b-cexk2q2fbd] {
    color: #166534;
}

.result-loss[b-cexk2q2fbd] {
    color: #b91c1c;
}

.result-draw[b-cexk2q2fbd] {
    color: #a16207;
}

.captains[b-cexk2q2fbd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.captain[b-cexk2q2fbd] {
    border: 1px solid #e3ecef;
    border-radius: 10px;
    padding: 0.5rem;
    background: #fafcfd;
    display: grid;
}

.captain.captain-win[b-cexk2q2fbd] {
    background: #ecfdf3;
    border-color: #86efac;
}

.captain.captain-loss[b-cexk2q2fbd] {
    background: #fff1f2;
    border-color: #fbcfe8;
}

.captain span[b-cexk2q2fbd] {
    color: #67818a;
    font-size: 0.85rem;
}

@media (max-width: 1100px) {
    .best-grid[b-cexk2q2fbd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .match-detail-card[b-cexk2q2fbd] {
        position: static;
        top: auto;
        max-height: none;
        overflow: visible;
    }

    .grid.three[b-cexk2q2fbd],
    .grid.two[b-cexk2q2fbd],
    .hero[b-cexk2q2fbd] {
        grid-template-columns: 1fr;
    }
}
