/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3xvj0gy26a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.nav-toggle[b-3xvj0gy26a] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

main[b-3xvj0gy26a] {
    flex: 1;
}

.sidebar[b-3xvj0gy26a] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3xvj0gy26a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3xvj0gy26a]  a, .top-row[b-3xvj0gy26a]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3xvj0gy26a]  a:hover, .top-row[b-3xvj0gy26a]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3xvj0gy26a]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3xvj0gy26a] {
        justify-content: space-between;
    }

    .top-row[b-3xvj0gy26a]  a, .top-row[b-3xvj0gy26a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3xvj0gy26a] {
        flex-direction: row;
    }

    .sidebar[b-3xvj0gy26a] {
        width: 4.5rem;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
        transition: width 0.2s ease;
    }

    .nav-toggle:checked ~ .sidebar[b-3xvj0gy26a] {
        width: 250px;
    }

    .top-row[b-3xvj0gy26a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3xvj0gy26a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3xvj0gy26a], article[b-3xvj0gy26a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 640.98px) {
    .sidebar[b-3xvj0gy26a] {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .nav-toggle:not(:checked) ~ .sidebar[b-3xvj0gy26a] {
        height: 3.5rem;
    }

    .nav-toggle:checked ~ .sidebar[b-3xvj0gy26a] {
        height: auto;
    }
}

#blazor-error-ui[b-3xvj0gy26a] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-3xvj0gy26a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.choose-teams-toast-container[b-3xvj0gy26a] {
    z-index: 1100;
    width: min(24rem, calc(100vw - 1.5rem));
    pointer-events: none;
}

.choose-teams-toast[b-3xvj0gy26a] {
    pointer-events: auto;
    box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.18);
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-o6gp38h0r2] {
    min-height: 3.5rem;
    background-color: #f7f7f7;
}

.top-row .container-fluid[b-o6gp38h0r2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.navbar-brand[b-o6gp38h0r2] {
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1f2937;
    margin-left: 0;
}

.nav-logo-toggle[b-o6gp38h0r2] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.nav-logo-toggle:focus-visible[b-o6gp38h0r2] {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
    border-radius: 0.25rem;
}

.navbar-brand:hover[b-o6gp38h0r2],
.navbar-brand:focus[b-o6gp38h0r2] {
    color: #111827;
}

.nav-logo[b-o6gp38h0r2] {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}

.bi[b-o6gp38h0r2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-o6gp38h0r2] {
    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[b-o6gp38h0r2] {
    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[b-o6gp38h0r2] {
    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");
}

.bi-trophy-fill[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-trophy-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 1A1.5 1.5 0 0 0 1 2.5V4a3 3 0 0 0 3 3h.083a6 6 0 0 0 2.433 2.99V11H4.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1H9.484V9.99A6 6 0 0 0 11.917 7H12a3 3 0 0 0 3-3V2.5A1.5 1.5 0 0 0 13.5 1h-11ZM3 4a2 2 0 0 1-2-2.001V2.5A.5.5 0 0 1 1.5 2h1v2ZM13 2h1.5a.5.5 0 0 1 .5.5V2a2 2 0 0 1-2 2V2Zm-1 2V2h-8v2a4 4 0 0 0 8 0Z'/%3E%3C/svg%3E");
}

.bi-people-fill[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M13 7a2 2 0 1 0-1.001-3.732A2 2 0 0 0 13 7Zm-6 0a2 2 0 1 0-1.001-3.732A2 2 0 0 0 7 7Zm6 1c-1.657 0-3 .895-3 2v1h5v-1c0-1.105-1.343-2-3-2Zm-6 0c-1.657 0-3 .895-3 2v1h6v-1c0-1.105-1.343-2-3-2Zm-6 0c-1.657 0-3 .895-3 2v1h5v-1c0-1.105-1.343-2-3-2Z'/%3E%3C/svg%3E");
}

.bi-person-badge-fill[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM4 8a2 2 0 0 0-2 2v.5A1.5 1.5 0 0 0 3.5 12h6a1.5 1.5 0 0 0 1.5-1.5V10a2 2 0 0 0-2-2H4Zm8 2h1.5a.5.5 0 0 0 0-1H12v1Zm0-2h2a.5.5 0 0 0 0-1h-2v1Zm0 4h2a.5.5 0 0 0 0-1h-2v1Z'/%3E%3C/svg%3E");
}

.bi-shield-fill[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield-fill' viewBox='0 0 16 16'%3E%3Cpath d='M5.072.562C6.157.178 7.05 0 8 0s1.843.178 2.928.562C12.015.946 13.27 1.64 14.5 2.5v4.797c0 3.646-2.339 6.9-6.5 8.703C3.839 14.197 1.5 10.943 1.5 7.297V2.5C2.73 1.64 3.985.946 5.072.562Z'/%3E%3C/svg%3E");
}

.bi-calendar3[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar3' viewBox='0 0 16 16'%3E%3Cpath d='M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h1v1a1 1 0 1 0 2 0V0h6v1a1 1 0 1 0 2 0V0h1Zm1 5H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5Z'/%3E%3C/svg%3E");
}

.bi-diagram-3-fill[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-diagram-3-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 2h2v2H2V2Zm5 0h2v2H7V2Zm5 0h2v2h-2V2ZM3 5a2 2 0 0 0-2 2v1h2v2H1v1a2 2 0 0 0 2 2h2v-2H3V7h2V5H3Zm10 0h-2v2h2v4h-2v2h2a2 2 0 0 0 2-2v-1h-2V8h2V7a2 2 0 0 0-2-2Zm-3 4H6v2h4V9Zm-4 4h4v2H6v-2Z'/%3E%3C/svg%3E");
}

.bi-list-ol[b-o6gp38h0r2] {
    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-ol' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 10.5a.5.5 0 0 0 .5.5H3v.5H2.5a.5.5 0 0 0 0 1H4v-2H2.5a.5.5 0 0 0-.5.5Zm0-7a.5.5 0 0 0 .5.5H3v.5H2.5a.5.5 0 0 0 0 1H4v-2H2.5a.5.5 0 0 0-.5.5Zm0 3.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V6h-2v1Zm4.5-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

.bi-flag-fill[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-flag-fill' viewBox='0 0 16 16'%3E%3Cpath d='M14.778 3.473a.5.5 0 0 1 0 .894L11.5 6l3.278 1.633A.5.5 0 0 1 15 8.08V13a.5.5 0 0 1-.777.416L11 11.25l-3.223 2.166A.5.5 0 0 1 7 13V2a1 1 0 0 0-1-1H2.5a.5.5 0 0 0 0 1H6v13.5a.5.5 0 0 0 1 0V9.028l3.223 2.166A.5.5 0 0 0 11 11V6.528l3.778-1.894a.5.5 0 0 0 0-.894Z'/%3E%3C/svg%3E");
}

.bi-gear-fill[b-o6gp38h0r2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.278-.703-2.67.69-1.968 1.968l.17.31a1.464 1.464 0 0 1-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.703 1.278.69 2.67 1.968 1.968l.31-.17a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.278.703 2.67-.69 1.968-1.968l-.17-.31a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.703-1.278-.69-2.67-1.968-1.968l-.31.17a1.464 1.464 0 0 1-2.105-.872l-.1-.34ZM8 10.93A2.93 2.93 0 1 1 8 5.07a2.93 2.93 0 0 1 0 5.86Z'/%3E%3C/svg%3E");
}

.nav-item[b-o6gp38h0r2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-o6gp38h0r2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o6gp38h0r2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o6gp38h0r2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-o6gp38h0r2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-o6gp38h0r2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-group[b-o6gp38h0r2] {
    padding-bottom: 0.5rem;
}

.nav-group-toggle[b-o6gp38h0r2] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    padding: 0;
}

.nav-group-toggle:hover[b-o6gp38h0r2] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-group-chevron[b-o6gp38h0r2] {
    margin-left: auto;
    font-size: 0.95rem;
}

.nav-group-children .nav-item[b-o6gp38h0r2] {
    padding-bottom: 0.35rem;
}

.nav-group-children .nav-item:last-of-type[b-o6gp38h0r2] {
    padding-bottom: 0;
}

.nav-group-children .nav-item[b-o6gp38h0r2]  a {
    padding-left: 0.6rem;
}

.nav-scrollable[b-o6gp38h0r2] {
    display: none;
}

.nav-toggle:checked ~ .sidebar .nav-scrollable[b-o6gp38h0r2] {
    display: block;
}

@media (min-width: 641px) {
    .nav-scrollable[b-o6gp38h0r2] {
        /* Allow sidebar to scroll for tall menus */
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-toggle:checked ~ .sidebar .nav-scrollable[b-o6gp38h0r2] {
        display: block;
    }

    .nav-toggle:not(:checked) ~ .sidebar .top-row .navbar-brand span[b-o6gp38h0r2] {
        display: none;
    }

    .nav-toggle:not(:checked) ~ .sidebar .top-row .navbar-brand[b-o6gp38h0r2] {
        justify-content: flex-start;
    }

    .nav-toggle:not(:checked) ~ .sidebar .nav-item[b-o6gp38h0r2]  a {
        justify-content: center;
        padding-inline: 0;
    }

    .nav-toggle:not(:checked) ~ .sidebar .nav-group-toggle[b-o6gp38h0r2] {
        justify-content: center;
    }

    .nav-toggle:not(:checked) ~ .sidebar .nav-link-text[b-o6gp38h0r2] {
        display: none;
    }

    .nav-toggle:not(:checked) ~ .sidebar .nav-group-children[b-o6gp38h0r2] {
        display: none;
    }

    .nav-toggle:not(:checked) ~ .sidebar .bi[b-o6gp38h0r2] {
        margin-right: 0;
    }
}
/* /Components/Pages/Availability.razor.rz.scp.css */
.availability-badge-button[b-nqb9unwha0] {
    border: none;
    cursor: pointer;
}

.availability-manager-menu[b-nqb9unwha0] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 20;
    min-width: 11rem;
    padding: 0.25rem;
}

.availability-manager-menu-item[b-nqb9unwha0] {
    border: none;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 0.375rem 0.5rem;
    border-radius: 0.25rem;
}

.availability-manager-menu-item:hover:enabled[b-nqb9unwha0] {
    background: #eff6ff;
}

.availability-manager-menu-item-active[b-nqb9unwha0] {
    font-weight: 600;
}

.player-badges[b-nqb9unwha0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}
/* /Components/Pages/Badges.razor.rz.scp.css */
.badge-examples[b-aonxq8hbwd] {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.75rem;
}

.icon-picker-dropdown[b-aonxq8hbwd] {
    position: relative;
    width: 100%;
}

.icon-picker-dropdown.open[b-aonxq8hbwd] {
    z-index: 1040;
}

.icon-picker-backdrop[b-aonxq8hbwd] {
    position: fixed;
    inset: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 1030;
    cursor: default;
}

.icon-picker-toggle[b-aonxq8hbwd] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(1.5em + 0.75rem + 2px);
}

.icon-picker-toggle .player-badge-icon[b-aonxq8hbwd] {
    width: 1.15rem;
    height: 1.15rem;
}

.icon-picker-menu[b-aonxq8hbwd] {
    min-width: 13rem;
    padding: 0.5rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
}

.icon-picker-menu.show[b-aonxq8hbwd] {
    display: grid;
}

.icon-picker-item[b-aonxq8hbwd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 0.35rem;
}

.icon-picker-item .player-badge-icon[b-aonxq8hbwd] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Pages/Players.razor.rz.scp.css */
.availability-modal-backdrop[b-vnwkl0m6j9] {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.55);
}

.availability-modal[b-vnwkl0m6j9] {
    width: min(32rem, 100%);
    border: none;
    border-radius: 1rem;
    overflow: hidden;
}

.availability-modal .card-header[b-vnwkl0m6j9] {
    background: #f8fafc;
}

.availability-modal .btn-close[b-vnwkl0m6j9] {
    box-shadow: none;
}

.players-page[b-vnwkl0m6j9] {
    position: relative;
}

.player-badges[b-vnwkl0m6j9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
}

.player-badge-button[b-vnwkl0m6j9],
.player-badge-add-button[b-vnwkl0m6j9] {
    border: 1px solid #d1d5db;
    background: #ffffff;
    border-radius: 999px;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.player-badge-add-button[b-vnwkl0m6j9] {
    font-weight: 700;
    color: #1f2937;
}

.player-badge-menu[b-vnwkl0m6j9] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 80;
    min-width: 12rem;
    padding: 0.25rem;
}

.player-badge-menu-item[b-vnwkl0m6j9] {
    border: none;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 0.375rem 0.5rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.player-badge-menu-item:hover[b-vnwkl0m6j9] {
    background: #eff6ff;
}

.player-badge-menu-empty[b-vnwkl0m6j9] {
    color: #6b7280;
    font-size: 0.85rem;
    padding: 0.375rem 0.5rem;
}

@media (max-width: 640.98px) {
    .availability-modal[b-vnwkl0m6j9] {
        width: 100%;
    }
}
/* /Components/Pages/Rosters.razor.rz.scp.css */
.roster-layout[b-naoselzxl0] {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 1rem;
}

.roster-layout-fullscreen[b-naoselzxl0] {
    align-items: start;
}

.roster-layout-fullscreen .roster-players[b-naoselzxl0] {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}

.roster-player-list[b-naoselzxl0] {
    max-height: none;
    overflow: visible;
}

.roster-player-meta[b-naoselzxl0] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.roster-player-cap[b-naoselzxl0],
.position-player-cap[b-naoselzxl0] {
    color: #2563eb;
    font-weight: 600;
}

.badge-filter-dropdown[b-naoselzxl0] {
    width: 100%;
}

.badge-filter-dropdown.open[b-naoselzxl0] {
    z-index: 65;
}

.badge-filter-toggle[b-naoselzxl0] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(1.5em + 0.75rem + 2px);
}

.badge-filter-all[b-naoselzxl0] {
    font-size: 0.875rem;
}

.badge-filter-menu[b-naoselzxl0] {
    min-width: 12rem;
    padding: 0.5rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
}

.badge-filter-menu.show[b-naoselzxl0] {
    display: grid;
}

.badge-filter-item[b-naoselzxl0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 0.35rem;
}

.badge-filter-item:first-child[b-naoselzxl0] {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    padding: 0.35rem 0.5rem;
}

.roster-player-item[b-naoselzxl0] {
    position: relative;
    overflow: visible;
    z-index: 1;
    cursor: grab;
}

.roster-player-item:active[b-naoselzxl0] {
    cursor: grabbing;
}

.roster-player-item-not-rosterable[b-naoselzxl0] {
    cursor: default;
    background: #f8fafc;
}

.roster-player-item-menu-open[b-naoselzxl0] {
    z-index: 60;
}

.availability-badge-button[b-naoselzxl0] {
    border: none;
    cursor: pointer;
}

.availability-menu[b-naoselzxl0] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    z-index: 70;
    min-width: 11rem;
    padding: 0.25rem;
    pointer-events: auto;
}

.availability-menu-empty[b-naoselzxl0] {
    color: #6b7280;
    font-size: 0.85rem;
    padding: 0.375rem 0.5rem;
}

.player-badges[b-naoselzxl0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.player-badge-button[b-naoselzxl0],
.player-badge-add-button[b-naoselzxl0] {
    border: 1px solid #d1d5db;
    background: #ffffff;
    border-radius: 999px;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.player-badge-add-button[b-naoselzxl0] {
    font-weight: 700;
    color: #1f2937;
}

.availability-menu-item[b-naoselzxl0] {
    border: none;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 0.375rem 0.5rem;
    border-radius: 0.25rem;
}

.availability-menu-item:hover:enabled[b-naoselzxl0] {
    background: #eff6ff;
}

.availability-menu-item-active[b-naoselzxl0] {
    font-weight: 600;
}

.roster-tab-list[b-naoselzxl0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.roster-matches-scroll[b-naoselzxl0] {
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.roster-matches-fullscreen[b-naoselzxl0] {
    display: flex;
    align-items: stretch;
    min-width: max-content;
    gap: 0;
}

.roster-match-panel[b-naoselzxl0] {
    flex: 0 0 auto;
    width: max-content;
    min-width: max-content;
    max-width: none;
    padding: 0 1rem;
    border-left: 2px solid #d1d5db;
}

.roster-matches-fullscreen .position-grid[b-naoselzxl0] {
    width: max-content;
    min-width: 100%;
}

.roster-match-panel:first-child[b-naoselzxl0] {
    border-left: none;
    padding-left: 0;
}

.roster-match-panel:last-child[b-naoselzxl0] {
    padding-right: 0;
}

.position-grid[b-naoselzxl0] {
    display: grid;
    gap: 0.75rem;
    align-items: stretch;
}

.position-slot[b-naoselzxl0] {
    position: relative;
    border: 1px dashed #9ca3af;
    border-radius: 0.5rem;
    background: #f8fafc;
    padding: 0.75rem;
    min-height: 130px;
}

.position-remove-button[b-naoselzxl0] {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    border: none;
    background: transparent;
    color: #b91c1c;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.position-remove-button:hover[b-naoselzxl0] {
    background: #fee2e2;
}

.position-remove-icon[b-naoselzxl0] {
    width: 0.95rem;
    height: 0.95rem;
    fill: currentColor;
}

.position-slot-hover[b-naoselzxl0] {
    border-color: #2563eb;
    background: #dbeafe;
    box-shadow: inset 0 0 0 1px #2563eb;
}

.position-slot-error[b-naoselzxl0] {
    border-color: #dc2626;
    background: #fee2e2;
    box-shadow: inset 0 0 0 1px #dc2626;
}

.position-name[b-naoselzxl0] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.position-empty[b-naoselzxl0] {
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.position-player[b-naoselzxl0] {
    font-weight: 500;
}

.position-player-cap[b-naoselzxl0] {
    margin-top: 0.15rem;
    font-size: 0.85rem;
}

@media (max-width: 991px) {
    .roster-layout[b-naoselzxl0] {
        grid-template-columns: 1fr;
    }

    .roster-layout-fullscreen .roster-players[b-naoselzxl0] {
        position: static;
    }

    .roster-match-panel[b-naoselzxl0] {
        width: max-content;
        min-width: 360px;
    }

    .roster-player-list[b-naoselzxl0] {
        max-height: none;
    }
}
/* /Components/Pages/SportEdit.razor.rz.scp.css */
.sport-grid[b-7nrf7ypw9s] {
    table-layout: fixed;
}

.sport-grid th[b-7nrf7ypw9s],
.sport-grid td[b-7nrf7ypw9s] {
    min-width: 9rem;
}

.sport-grid-corner[b-7nrf7ypw9s] {
    width: 7rem;
}

.sport-grid-header[b-7nrf7ypw9s] {
    background: #f8f9fa;
    font-weight: 600;
}

.sport-grid-cell[b-7nrf7ypw9s] {
    height: 8rem;
    vertical-align: top;
    background-color: #fff;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.sport-grid-cell:hover[b-7nrf7ypw9s] {
    background-color: #fdfdfd;
}

.sport-grid-extension[b-7nrf7ypw9s] {
    background-color: #f5f7fb;
}

.sport-grid-placeholder[b-7nrf7ypw9s] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6.5rem;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem;
    color: #6c757d;
    font-size: 0.9rem;
    text-align: center;
    padding: 0.75rem;
}

.sport-position-chip[b-7nrf7ypw9s] {
    display: block;
    width: 100%;
    cursor: grab;
    user-select: none;
    border: 1px solid rgba(13, 110, 253, 0.2);
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.08), rgba(13, 110, 253, 0.03));
    border-radius: 0.85rem;
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.5rem;
    color: inherit;
    box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.05);
}

.sport-position-chip:last-child[b-7nrf7ypw9s] {
    margin-bottom: 0;
}

.sport-position-chip.selected[b-7nrf7ypw9s] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

.sport-position-chip:active[b-7nrf7ypw9s] {
    cursor: grabbing;
}
