/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-srb9og3qg9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-srb9og3qg9] {
    flex: 1;
}

.sidebar[b-srb9og3qg9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-srb9og3qg9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-srb9og3qg9]  a, .top-row[b-srb9og3qg9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-srb9og3qg9]  a:hover, .top-row[b-srb9og3qg9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-srb9og3qg9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-srb9og3qg9] {
        justify-content: space-between;
    }

    .top-row[b-srb9og3qg9]  a, .top-row[b-srb9og3qg9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-srb9og3qg9] {
        flex-direction: row;
    }

    .sidebar[b-srb9og3qg9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-srb9og3qg9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-srb9og3qg9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-srb9og3qg9], article[b-srb9og3qg9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-449js04q7g] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

    .nav-item[b-449js04q7g]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-449js04q7g] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-449js04q7g] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Group/JoinRequest.razor.rz.scp.css */
.players[b-b96g5fz5qg] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.player-card[b-b96g5fz5qg] {
    background-color: #1c1c1c;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    flex: 1 1 200px;
    max-width: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.3s ease;
}

    /* Current user (middle card) styling */
    .player-card.current-user[b-b96g5fz5qg] {
        transform: scale(1.05);
        border: 2px solid #a0783c;
        box-shadow: 0 0 20px rgba(160, 120, 60, 0.4);
        background-color: #1f1c18;
    }

        .player-card.current-user h2[b-b96g5fz5qg] {
            color: #d4af37;
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        }

    /* Pending state - blue smoke effect */
    .player-card.pending[b-b96g5fz5qg] {
        animation: blue-smoke-b-b96g5fz5qg 2.5s ease-in-out infinite alternate;
    }

        .player-card.pending[b-b96g5fz5qg]::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, rgba(100, 180, 255, 0.1) 0%, rgba(100, 180, 255, 0.3) 25%, rgba(100, 180, 255, 0.1) 50%, rgba(100, 180, 255, 0.3) 75%, rgba(100, 180, 255, 0.1) 100%);
            border-radius: 10px;
            z-index: -1;
            animation: smoke-flow-b-b96g5fz5qg 3s linear infinite;
        }

@keyframes blue-smoke-b-b96g5fz5qg {
    0% {
        box-shadow: 0 0 15px rgba(100, 180, 255, 0.3), 0 0 30px rgba(100, 180, 255, 0.1);
        border-color: rgba(100, 180, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 25px rgba(100, 180, 255, 0.6), 0 0 50px rgba(100, 180, 255, 0.2);
        border-color: rgba(100, 180, 255, 0.8);
    }
}

@keyframes smoke-flow-b-b96g5fz5qg {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

/* Accepted state - gold glow animation */
.player-card.accepted[b-b96g5fz5qg] {
    animation: accept-glow-b-b96g5fz5qg 1.5s ease-out forwards;
}

    .player-card.accepted[b-b96g5fz5qg]::after {
        content: '✨';
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.5rem;
        animation: sparkle-b-b96g5fz5qg 2s ease-in-out infinite;
    }

@keyframes accept-glow-b-b96g5fz5qg {
    0% {
        box-shadow: 0 0 15px rgba(100, 180, 255, 0.3);
        border-color: rgba(100, 180, 255, 0.4);
        transform: scale(1);
    }

    30% {
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 60px rgba(255, 215, 0, 0.4);
        transform: scale(1.03);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), 0 0 35px rgba(212, 175, 55, 0.2);
        border-color: #ffd700;
        background-color: #1f1c15;
        transform: scale(1);
    }
}

@keyframes sparkle-b-b96g5fz5qg {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.player-card h2[b-b96g5fz5qg] {
    margin-top: 0;
    font-size: 1.2rem;
}

.player-info[b-b96g5fz5qg] {
    margin: 0.25rem 0;
    font-size: 0.95rem;
}

.timer[b-b96g5fz5qg] {
    margin-top: 0.5rem;
    font-weight: bold;
    color: #ffcc00;
}

.ready[b-b96g5fz5qg] {
    color: #4caf50;
    font-weight: bold;
}

.join-btn[b-b96g5fz5qg] {
    background-color: #3366ff;
    border: none;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.chat-container[b-b96g5fz5qg] {
    margin-top: 2rem;
    background-color: #1a1a1a;
    border-top: 1px solid #444;
    padding: 1rem;
}

.chat-messages[b-b96g5fz5qg] {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 1rem;
}

.chat-message[b-b96g5fz5qg] {
    margin-bottom: 0.5rem;
}

    .chat-message span[b-b96g5fz5qg] {
        font-weight: bold;
        color: #ccc;
    }

.chat-input[b-b96g5fz5qg] {
    display: flex;
    gap: 0.5rem;
}

    .chat-input input[b-b96g5fz5qg] {
        flex: 1;
        padding: 0.5rem;
        border: 1px solid #444;
        background-color: #222;
        color: #fff;
        border-radius: 4px;
    }

    .chat-input button[b-b96g5fz5qg] {
        padding: 0.5rem 1rem;
        background-color: #3366ff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
/* /Pages/Group/Lobby.razor.rz.scp.css */

.players[b-ujpu4m1o1y] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.player-card[b-ujpu4m1o1y] {
    background-color: #1c1c1c;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    flex: 1 1 200px;
    max-width: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.3s ease;
}

    /* Current user (middle card) styling */
    .player-card.current-user[b-ujpu4m1o1y] {
        transform: scale(1.05);
        border: 2px solid #a0783c;
        box-shadow: 0 0 20px rgba(160, 120, 60, 0.4);
        background-color: #1f1c18;
    }

        .player-card.current-user h2[b-ujpu4m1o1y] {
            color: #d4af37;
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        }

    /* Pending state - blue smoke effect */
    .player-card.pending[b-ujpu4m1o1y] {
        animation: blue-smoke 2.5s ease-in-out infinite alternate;
    }

        .player-card.pending[b-ujpu4m1o1y]::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, rgba(100, 180, 255, 0.1) 0%, rgba(100, 180, 255, 0.3) 25%, rgba(100, 180, 255, 0.1) 50%, rgba(100, 180, 255, 0.3) 75%, rgba(100, 180, 255, 0.1) 100%);
            border-radius: 10px;
            z-index: -1;
            animation: smoke-flow 3s linear infinite;
        }

@@keyframes blue-smoke {
    0%[b-ujpu4m1o1y] {
        box-shadow: 0 0 15px rgba(100, 180, 255, 0.3), 0 0 30px rgba(100, 180, 255, 0.1);
        border-color: rgba(100, 180, 255, 0.4);
    }

    100%[b-ujpu4m1o1y] {
        box-shadow: 0 0 25px rgba(100, 180, 255, 0.6), 0 0 50px rgba(100, 180, 255, 0.2);
        border-color: rgba(100, 180, 255, 0.8);
    }
}

@@keyframes smoke-flow {
    0%[b-ujpu4m1o1y] {
        background-position: 0% 0%;
    }

    100%[b-ujpu4m1o1y] {
        background-position: 100% 100%;
    }
}

/* Accepted state - gold glow animation */
.player-card.accepted[b-ujpu4m1o1y] {
    animation: accept-glow 1.5s ease-out forwards;
}

    .player-card.accepted[b-ujpu4m1o1y]::after {
        content: '✨';
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.5rem;
        animation: sparkle 2s ease-in-out infinite;
    }

@@keyframes accept-glow {
    0%[b-ujpu4m1o1y] {
        box-shadow: 0 0 15px rgba(100, 180, 255, 0.3);
        border-color: rgba(100, 180, 255, 0.4);
        transform: scale(1.05);
    }

    30%[b-ujpu4m1o1y] {
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 60px rgba(255, 215, 0, 0.4);
        transform: scale(1.08);
    }

    100%[b-ujpu4m1o1y] {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), 0 0 35px rgba(212, 175, 55, 0.2);
        border-color: #ffd700;
        background-color: #1f1c15;
        transform: scale(1.05);
    }
}

@@keyframes sparkle {
    0%[b-ujpu4m1o1y], 100%[b-ujpu4m1o1y] {
        opacity: 0.7;
        transform: scale(1);
    }

    50%[b-ujpu4m1o1y] {
        opacity: 1;
        transform: scale(1.2);
    }
}

.player-card h2[b-ujpu4m1o1y] {
    margin-top: 0;
    font-size: 1.2rem;
}

.player-info[b-ujpu4m1o1y] {
    margin: 0.25rem 0;
    font-size: 0.95rem;
}

.timer[b-ujpu4m1o1y] {
    margin-top: 0.5rem;
    font-weight: bold;
    color: #ffcc00;
}

.ready[b-ujpu4m1o1y] {
    color: #4caf50;
    font-weight: bold;
    margin-top: 0.5rem;
}

.accept-btn[b-ujpu4m1o1y] {
    background: linear-gradient(135deg, #a0783c 0%, #c49850 100%);
    border: none;
    padding: 0.75rem 1.5rem;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 0.5rem;
    width: 100%;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(160, 120, 60, 0.3);
}

    .accept-btn:hover[b-ujpu4m1o1y] {
        background: linear-gradient(135deg, #c49850 0%, #d4af37 100%);
        box-shadow: 0 4px 15px rgba(160, 120, 60, 0.5);
        transform: translateY(-2px);
    }

    .accept-btn:active[b-ujpu4m1o1y] {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(160, 120, 60, 0.4);
    }
/* /Pages/Group/LobbyComponents/GroupChat.razor.rz.scp.css */
.chat-container[b-7erhef2cdc] {
    margin-top: 2rem;
    background-color: #1a1a1a;
    border-top: 1px solid #444;
    padding: 1rem;
}

.chat-messages[b-7erhef2cdc] {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
}

.chat-message[b-7erhef2cdc] {
    margin-bottom: 0.5rem;
}

    .chat-message span[b-7erhef2cdc] {
        font-weight: bold;
        color: #ccc;
    }

.chat-input[b-7erhef2cdc] {
    display: flex;
    gap: 0.5rem;
}

    .chat-input input[b-7erhef2cdc] {
        flex: 1;
        padding: 0.5rem;
        border: 1px solid #444;
        background-color: #222;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 0;
    }

    .chat-input button[b-7erhef2cdc] {
        padding: 0.5rem 1rem;
        background-color: #3366ff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .chat-input button:hover[b-7erhef2cdc] {
            background-color: #4477ff;
        }
/* /Pages/Group/LobbyComponents/PlayerCards.razor.rz.scp.css */

.players[b-36v07m6td2] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.player-card[b-36v07m6td2] {
    background-color: #1c1c1c;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    flex: 1 1 200px;
    max-width: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.3s ease;
}

    /* Current user (middle card) styling */
    .player-card.current-user[b-36v07m6td2] {
        transform: scale(1.05);
        border: 2px solid #a0783c;
        box-shadow: 0 0 20px rgba(160, 120, 60, 0.4);
        background-color: #1f1c18;
    }

        .player-card.current-user h2[b-36v07m6td2] {
            color: #d4af37;
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        }

    /* Pending state - blue smoke effect */
    .player-card.pending[b-36v07m6td2] {
        animation: blue-smoke-b-36v07m6td2 2.5s ease-in-out infinite alternate;
    }

        .player-card.pending[b-36v07m6td2]::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, rgba(100, 180, 255, 0.1) 0%, rgba(100, 180, 255, 0.3) 25%, rgba(100, 180, 255, 0.1) 50%, rgba(100, 180, 255, 0.3) 75%, rgba(100, 180, 255, 0.1) 100%);
            border-radius: 10px;
            z-index: -1;
            animation: smoke-flow-b-36v07m6td2 3s linear infinite;
        }

@keyframes blue-smoke-b-36v07m6td2 {
    0% {
        box-shadow: 0 0 15px rgba(100, 180, 255, 0.3), 0 0 30px rgba(100, 180, 255, 0.1);
        border-color: rgba(100, 180, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 25px rgba(100, 180, 255, 0.6), 0 0 50px rgba(100, 180, 255, 0.2);
        border-color: rgba(100, 180, 255, 0.8);
    }
}

@keyframes smoke-flow-b-36v07m6td2 {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

/* Accepted state - gold glow animation */
.player-card.accepted[b-36v07m6td2] {
    animation: accept-glow-b-36v07m6td2 1.5s ease-out forwards;
}

    .player-card.accepted[b-36v07m6td2]::after {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.5rem;
        animation: sparkle-b-36v07m6td2 2s ease-in-out infinite;
    }

@keyframes accept-glow-b-36v07m6td2 {
    0% {
        box-shadow: 0 0 15px rgba(100, 180, 255, 0.3);
        border-color: rgba(100, 180, 255, 0.4);
        transform: scale(1.05);
    }

    30% {
        box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 60px rgba(255, 215, 0, 0.4);
        transform: scale(1.08);
    }

    100% {
        box-shadow: 0 0 20px rgba(255, 215, 0, 0.4), 0 0 35px rgba(212, 175, 55, 0.2);
        border-color: #ffd700;
        background-color: #1f1c15;
        transform: scale(1.05);
    }
}

@keyframes sparkle-b-36v07m6td2 {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.player-card h2[b-36v07m6td2] {
    margin-top: 0;
    font-size: 1.2rem;
}

.player-info[b-36v07m6td2] {
    margin: 0.25rem 0;
    font-size: 0.95rem;
}

.timer[b-36v07m6td2] {
    margin-top: 0.5rem;
    font-weight: bold;
    color: #ffcc00;
}

.ready[b-36v07m6td2] {
    color: #4caf50;
    font-weight: bold;
    margin-top: 0.5rem;
}

.accept-btn[b-36v07m6td2] {
    background: linear-gradient(135deg, #a0783c 0%, #c49850 100%);
    border: none;
    padding: 0.75rem 1.5rem;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 0.5rem;
    width: 100%;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(160, 120, 60, 0.3);
}

    .accept-btn:hover[b-36v07m6td2] {
        background: linear-gradient(135deg, #c49850 0%, #d4af37 100%);
        box-shadow: 0 4px 15px rgba(160, 120, 60, 0.5);
        transform: translateY(-2px);
    }

    .accept-btn:active[b-36v07m6td2] {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(160, 120, 60, 0.4);
    }

/* Leave Group Button */
.leave-group-btn[b-36v07m6td2] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
    border: 1px solid #654321;
    border-radius: 4px;
    padding: 0.4rem 0.8rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 5px rgba(139, 69, 19, 0.3);
    z-index: 10;
}

    .leave-group-btn:hover[b-36v07m6td2] {
        background: linear-gradient(135deg, #a0522d 0%, #cd853f 100%);
        box-shadow: 0 2px 8px rgba(139, 69, 19, 0.5);
        transform: translateY(-1px);
        border-color: #8b4513;
    }

    .leave-group-btn:active[b-36v07m6td2] {
        transform: translateY(0);
        box-shadow: 0 1px 4px rgba(139, 69, 19, 0.4);
    }

/* Placeholder card for left players */
.player-card.placeholder-card[b-36v07m6td2] {
    background-color: #0f0f0f;
    border: 1px dashed #444;
    opacity: 0.5;
    filter: grayscale(100%);
}

.placeholder-content[b-36v07m6td2] {
    text-align: center;
    color: #666;
}

.placeholder-card h2[b-36v07m6td2] {
    color: #666;
    font-style: italic;
}

.placeholder-card .player-info[b-36v07m6td2] {
    color: #555;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .leave-group-btn[b-36v07m6td2] {
        font-size: 0.65rem;
        padding: 0.25rem 0.4rem;
        top: 6px;
        right: 6px;
    }
}

/* Modal Styles */
.modal-overlay[b-36v07m6td2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
}

.modal-content[b-36v07m6td2] {
    background: linear-gradient(135deg, #1c1c1c 0%, #2a2a2a 100%);
    border: 2px solid #a0783c;
    border-radius: 12px;
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 0 30px rgba(160, 120, 60, 0.3);
    animation: modal-appear-b-36v07m6td2 0.3s ease-out;
}

@keyframes modal-appear-b-36v07m6td2 {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-header h3[b-36v07m6td2] {
    margin: 0 0 1rem 0;
    color: #d4af37;
    text-align: center;
    font-size: 1.4rem;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.modal-body p[b-36v07m6td2] {
    color: #ccc;
    text-align: center;
    margin: 0 0 2rem 0;
    line-height: 1.5;
}

.modal-actions[b-36v07m6td2] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.modal-btn[b-36v07m6td2] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    min-width: 120px;
}

.cancel-btn[b-36v07m6td2] {
    background: linear-gradient(135deg, #4a4a4a 0%, #666 100%);
    color: white;
    border: 1px solid #555;
}

    .cancel-btn:hover[b-36v07m6td2] {
        background: linear-gradient(135deg, #666 0%, #777 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

.confirm-btn[b-36v07m6td2] {
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%);
    color: white;
    border: 1px solid #654321;
}

    .confirm-btn:hover[b-36v07m6td2] {
        background: linear-gradient(135deg, #a0522d 0%, #cd853f 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(139, 69, 19, 0.5);
    }

.modal-btn:active[b-36v07m6td2] {
    transform: translateY(0);
}
/* /Pages/Home.razor.rz.scp.css */

.player-card[b-ak5hubt2sf] {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.player-name[b-ak5hubt2sf] {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.player-details[b-ak5hubt2sf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.detail[b-ak5hubt2sf] {
    background-color: #333;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.85rem;
    color: #ccc;
}
