/* /Components/ChatRoom.razor.rz.scp.css */
.chat-wrapper[b-2z2h2m2wio] {
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    height: 583px;
}

.chat-header[b-2z2h2m2wio] {
    background-color: #2b2d31;
    flex: 0 0 auto;
}

.chat-messages-area[b-2z2h2m2wio] {
    flex: 1 1 auto;
    overflow-y: auto;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

    .chat-messages-area[b-2z2h2m2wio]::-webkit-scrollbar {
        width: 6px;
    }

    .chat-messages-area[b-2z2h2m2wio]::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        border-radius: 10px;
    }

.message-item[b-2z2h2m2wio] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.15s;
}

    .message-item:nth-child(even)[b-2z2h2m2wio] {
        background-color: #ffffff;
    }

    .message-item:hover[b-2z2h2m2wio] {
        background-color: #f1f3f5;
    }

.message-body[b-2z2h2m2wio] {
    font-size: 0.85rem;
    line-height: 1.4;
    word-break: break-word;
    color: #333 !important;
}

.chat-input-area[b-2z2h2m2wio] {
    flex: 0 0 auto;
}

    .chat-input-area .form-control:focus[b-2z2h2m2wio] {
        border-color: #5865F2;
    }
/* /Components/EmptyState.razor.rz.scp.css */
.border-dashed[b-km33yy5pkw] {
    border-style: dashed !important;
    border-width: 2px !important;
}

.empty-state-container[b-km33yy5pkw] {
    background: linear-gradient(145deg, #000000, #080808);
}
/* /Components/PasswordModal.razor.rz.scp.css */
.animate-shake[b-ednb5t1ech] {
    animation: shake-b-ednb5t1ech 0.5s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes shake-b-ednb5t1ech {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/* /Components/Roomcard.razor.rz.scp.css */
.bg-surface[b-xbzsw47nrh] {
    background-color: #0a0a0a;
    transition: background 0.2s;
}

.room-card:hover .bg-surface[b-xbzsw47nrh] {
    background-color: #121212;
}

.room-card[b-xbzsw47nrh] {
    transition: transform 0.3s, border-color 0.3s;
    background-color: #0a0a0a;
}

    .room-card:hover[b-xbzsw47nrh] {
        transform: translateY(-5px);
        border-color: #5865F2 !important;
    }

.badge-custom[b-xbzsw47nrh] {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    color: #b0b0b0;
}
/* /Components/UserList.razor.rz.scp.css */
.fw-black[b-tizshjaggv] {
    font-weight: 900;
}

.ls-wider[b-tizshjaggv] {
    letter-spacing: 0.1em;
}

.status-dot[b-tizshjaggv] {
    width: 8px;
    height: 8px;
    background-color: #23a55a;
    border-radius: 50%;
    box-shadow: 0 0 10px #23a55a;
}

.user-card-pill[b-tizshjaggv] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 6px 14px 6px 8px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    cursor: default;
}

    .user-card-pill:hover[b-tizshjaggv] {
        background: rgba(255, 255, 255, 0.1);
        border-color: #5865F2;
        transform: translateY(-2px);
    }

.avatar-wrapper[b-tizshjaggv] {
    position: relative;
    display: flex;
}

.online-indicator[b-tizshjaggv] {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
    background-color: #23a55a;
    border: 2px solid #000;
    border-radius: 50%;
}

.user-name[b-tizshjaggv] {
    color: #f2f3f5;
    font-weight: 600;
    font-size: 0.85rem;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owner-badge[b-tizshjaggv] {
    font-size: 0.75rem;
    margin-left: -2px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}
/* /Components/VideoControls.razor.rz.scp.css */
.controls-pill[b-0c4mfxyglp] {
    background: #111214;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 500px;
    width: fit-content;
    margin: 20px auto;
    user-select: none;
}

.v-divider[b-0c4mfxyglp] {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
}

.btn-play-pause[b-0c4mfxyglp] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #5865F2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.play-glow[b-0c4mfxyglp] {
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.5);
}

.pause-glow[b-0c4mfxyglp] {
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.3);
}

.btn-play-pause:hover[b-0c4mfxyglp] {
    transform: scale(1.08);
    background: #4752C4;
    box-shadow: 0 0 25px rgba(88, 101, 242, 0.6);
}

.btn-icon-secondary[b-0c4mfxyglp] {
    background: transparent;
    border: none;
    color: #8a8e94;
    font-size: 1.2rem;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

    .btn-icon-secondary:hover[b-0c4mfxyglp] {
        color: #ffffff;
    }

.volume-slider-container[b-0c4mfxyglp] {
    position: relative;
    width: 100px;
    height: 20px;
    display: flex;
    align-items: center;
}

.volume-track[b-0c4mfxyglp] {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #2b2d31;
    border-radius: 2px;
    pointer-events: none;
}

.volume-fill[b-0c4mfxyglp] {
    height: 100%;
    background: #5865F2;
    border-radius: 2px;
}

.volume-input[b-0c4mfxyglp] {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    z-index: 3;
}

    .volume-input[b-0c4mfxyglp]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        border: none;
        transition: transform 0.1s;
    }

    .volume-input:active[b-0c4mfxyglp]::-webkit-slider-thumb {
        transform: scale(1.2);
    }

.volume-label[b-0c4mfxyglp] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #5865f2;
    width: 32px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rx8hta24cv] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-bar[b-rx8hta24cv] {
    background-color: #1a1a2e;
    border-bottom: 2px solid #5c2d91;
}

.content-area[b-rx8hta24cv] {
    flex: 1;
    padding: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nabvtnt2iw] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-nabvtnt2iw] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-r08kg1yg4g] {
    --discord-color: #5865F2;
    --discord-hover: #4752C4;
    --bg-black: #000000;
    --text-white: #ffffff;
    --text-muted: #a0a0a0;
}

body[b-r08kg1yg4g] {
    background-color: !important black;
    color: var(--text-white);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    overflow-x: hidden;
}

.bg-hero[b-r08kg1yg4g] {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(circle at 50% 50%, #121212 0%, #000 100%);
    overflow: hidden;
}

.bg-blob[b-r08kg1yg4g] {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(88, 101, 242, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    animation: float-blob-b-r08kg1yg4g 20s infinite alternate;
}

.blob-1[b-r08kg1yg4g] {
    top: -100px;
    right: -100px;
}

.blob-2[b-r08kg1yg4g] {
    bottom: -150px;
    left: -150px;
    animation-delay: -5s;
}

@keyframes float-blob-b-r08kg1yg4g {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(50px, 100px) scale(1.1);
    }
}

.hero-content-box[b-r08kg1yg4g] {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 4rem 2rem;
    border-radius: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.text-glow[b-r08kg1yg4g] {
    font-size: 5.5rem;
    font-weight: 950;
    background: linear-gradient(180deg, #FFFFFF 30%, #a5a5a5 100%);
    background-clip: text;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.03em;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.15));
}


.fw-black[b-r08kg1yg4g] {
    font-weight: 900;
}

.ls-wider[b-r08kg1yg4g] {
    letter-spacing: 0.2em;
}

.custom-loader[b-r08kg1yg4g] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(255,255,255,0.05);
    border-top-color: var(--discord-color);
    border-radius: 50%;
    animation: spin-b-r08kg1yg4g 1s linear infinite;
}

@keyframes spin-b-r08kg1yg4g {
    to {
        transform: rotate(360deg);
    }
}

.btn-discord[b-r08kg1yg4g] {
    background-color: var(--discord-color);
    color: white;
    border: none;
    font-weight: 700;
    transition: 0.3s;
    border-radius: 8px;
}

    .btn-discord:hover[b-r08kg1yg4g] {
        background-color: var(--discord-hover);
        transform: scale(1.03);
        color: white;
        box-shadow: 0 0 20px rgba(88, 101, 242, 0.3);
    }
.custom-loader[b-r08kg1yg4g] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,0.1);
    border-top-color: var(--discord-color);
    border-radius: 50%;
    animation: spin-b-r08kg1yg4g 1s linear infinite;
}

@keyframes spin-b-r08kg1yg4g {
    to {
        transform: rotate(360deg);
    }
}

.fw-black[b-r08kg1yg4g] {
    font-weight: 950;
}
/* /Pages/RoomPage.razor.rz.scp.css */
:root[b-28azamkzmy] {
    --discord-color: #5865F2;
    --discord-hover: #4752C4;
    --bg-black: #000000;
    --bg-surface: #0a0a0a;
    --bg-card: #121212;
    --border-subtle: rgba(255, 255, 255, 0.1);
    --text-main: #ffffff;
    --text-muted: #b0b0b0;
}

body[b-28azamkzmy] {
    background-color: var(--bg-black);
    color: var(--text-main);
    font-family: 'Inter', system-ui, sans-serif;
}

.room-container[b-28azamkzmy] {
    padding: 20px;
    max-width: 1800px;
    margin: 0 auto;
}

.main-content[b-28azamkzmy] {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 24px;
}

.sidebar-content[b-28azamkzmy] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: calc(100vh - 100px);
}

.player-wrapper[b-28azamkzmy] {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.control-bar[b-28azamkzmy] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 12px 20px;
}

.btn-control[b-28azamkzmy] {
    background: transparent;
    border: none;
    color: var(--text-white);
    font-size: 1.2rem;
    padding: 8px 12px;
    transition: 0.2s;
    border-radius: 8px;
}

    .btn-control:hover[b-28azamkzmy] {
        background: rgba(255,255,255,0.1);
        color: var(--discord-color);
    }

.user-pill[b-28azamkzmy] {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    padding: 6px 14px;
    border-radius: 20px;
    transition: 0.2s;
}

    .user-pill:hover[b-28azamkzmy] {
        border-color: var(--discord-color);
    }

.side-card[b-28azamkzmy] {
    background: var(--bg-surface);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
}

.side-card-header[b-28azamkzmy] {
    padding: 12px 20px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid var(--border-subtle);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.playlist-item[b-28azamkzmy] {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 12px;
    transition: 0.2s;
    color: var(--text-main);
}

    .playlist-item:hover[b-28azamkzmy] {
        background: rgba(255,255,255,0.05);
    }

    .playlist-item.active[b-28azamkzmy] {
        background: rgba(88, 101, 242, 0.15);
        border-left: 3px solid var(--discord-color);
    }

.chat-msg[b-28azamkzmy] {
    padding: 8px 20px;
    font-size: 0.95rem;
    transition: 0.1s;
}

    .chat-msg:hover[b-28azamkzmy] {
        background: rgba(255,255,255,0.02);
    }

.custom-input[b-28azamkzmy] {
    background: #121212;
    border: 1px solid var(--border-subtle);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
}

    .custom-input:focus[b-28azamkzmy] {
        background: #181818;
        border-color: var(--discord-color);
        box-shadow: none;
        color: white;
    }

.custom-toast[b-28azamkzmy] {
    background: var(--discord-color);
    color: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
