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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-vlj0sc6c83] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-kskrux1kcl] {
    min-height: 100vh;
}

.hero-section[b-kskrux1kcl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.hero-content[b-kskrux1kcl] {
    max-width: 800px;
}

.hero-content h1[b-kskrux1kcl] {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.hero-content .lead[b-kskrux1kcl] {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.action-buttons[b-kskrux1kcl] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.join-room-form[b-kskrux1kcl] {
    display: flex;
    gap: 1rem;
    align-items: center;
    max-width: 500px;
    width: 100%;
}

.join-room-form input[b-kskrux1kcl] {
    flex: 1;
}

.features-section[b-kskrux1kcl] {
    padding: 4rem 2rem;
    background: #f8f9fa;
}

.features-section h2[b-kskrux1kcl] {
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
    font-size: 2.5rem;
}

.features-grid[b-kskrux1kcl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card[b-kskrux1kcl] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover[b-kskrux1kcl] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-card i[b-kskrux1kcl] {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}

.feature-card h4[b-kskrux1kcl] {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.feature-card p[b-kskrux1kcl] {
    color: #666;
    line-height: 1.6;
}

.active-rooms-section[b-kskrux1kcl] {
    padding: 4rem 2rem;
    background: white;
}

.active-rooms-section h2[b-kskrux1kcl] {
    text-align: center;
    margin-bottom: 3rem;
    color: #333;
    font-size: 2.5rem;
}

.rooms-grid[b-kskrux1kcl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.room-card[b-kskrux1kcl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.room-card:hover[b-kskrux1kcl] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.room-header[b-kskrux1kcl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.room-header h5[b-kskrux1kcl] {
    margin: 0;
    font-size: 1.25rem;
}

.room-info[b-kskrux1kcl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.playing-indicator[b-kskrux1kcl] {
    color: #4CAF50;
    font-weight: bold;
}

.container[b-kskrux1kcl] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1[b-kskrux1kcl] {
        font-size: 2.5rem;
    }
    
    .hero-content .lead[b-kskrux1kcl] {
        font-size: 1.2rem;
    }
    
    .join-room-form[b-kskrux1kcl] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .join-room-form input[b-kskrux1kcl],
    .join-room-form button[b-kskrux1kcl] {
        width: 100%;
    }
    
    .features-grid[b-kskrux1kcl],
    .rooms-grid[b-kskrux1kcl] {
        grid-template-columns: 1fr;
    }
    
    .room-info[b-kskrux1kcl] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }
} 
/* /Pages/MovieRoom.razor.rz.scp.css */
.movie-room-container[b-602qxndeuj] {
    height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
    border-radius: 12px;
}

.join-room-modal[b-602qxndeuj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;  
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: white;
}

.modal-content[b-602qxndeuj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;   
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    min-width: 400px;
    width: 400px;
}

.room-header[b-602qxndeuj] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.room-info[b-602qxndeuj] {
    display: flex;
    gap: 2rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

.main-content[b-602qxndeuj] {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 1rem;
    padding: 1rem;
    height: calc(100vh - 80px);
}

.video-section[b-602qxndeuj] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    overflow-y: auto;
}

.no-movie[b-602qxndeuj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    color: white;
    text-align: center;
}

.no-movie i[b-602qxndeuj] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.movie-info[b-602qxndeuj] {
    color: white;
    margin-top: 1rem;
}

.host-controls[b-602qxndeuj] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    color: white;
}

.host-buttons[b-602qxndeuj] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.sidebar[b-602qxndeuj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.users-panel[b-602qxndeuj], .chat-panel[b-602qxndeuj] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    color: white;
}

.users-panel[b-602qxndeuj] {
    flex: 0 0 auto;
}

.chat-panel[b-602qxndeuj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.users-list[b-602qxndeuj] {
    max-height: 200px;
    overflow-y: auto;
}

.user-item[b-602qxndeuj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-item i.fa-crown[b-602qxndeuj] {
    color: #ffd700;
}

.chat-messages[b-602qxndeuj] {
    flex: 1;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    background: rgba(0, 0, 0, 0.2);
}

.chat-message[b-602qxndeuj] {
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

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

.loading-container[b-602qxndeuj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: white;
}

.modal-overlay[b-602qxndeuj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-header[b-602qxndeuj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.btn-close[b-602qxndeuj] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.movies-grid[b-602qxndeuj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    max-height: 500px;
    overflow-y: auto;
}

.movie-card[b-602qxndeuj] {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: transform 0.2s;
}

.movie-card:hover[b-602qxndeuj] {
    transform: scale(1.05);
}

.movie-placeholder[b-602qxndeuj] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.movie-placeholder i[b-602qxndeuj] {
    font-size: 2rem;
    color: #6c757d;
}

.movie-type[b-602qxndeuj] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #6c757d;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.movie-type i[b-602qxndeuj] {
    font-size: 0.75rem;
}

.no-movies-message[b-602qxndeuj] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.no-movies-message i[b-602qxndeuj] {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.no-movies-message code[b-602qxndeuj] {
    background: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.form-group[b-602qxndeuj] {
    margin-bottom: 1rem;
}

.button-group[b-602qxndeuj] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

/* Add Movie Tabs */
.add-movie-tabs[b-602qxndeuj] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e9ecef;
}

.tab-button[b-602qxndeuj] {
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    color: #6c757d;
    font-weight: 500;
}

.tab-button:hover[b-602qxndeuj] {
    color: #495057;
}

.tab-button.active[b-602qxndeuj] {
    color: #667eea;
    border-bottom-color: #667eea;
}

.tab-button i[b-602qxndeuj] {
    margin-right: 0.5rem;
}

/* File Upload Styles */
.upload-progress[b-602qxndeuj] {
    width: 100%;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 0.5rem;
}

.upload-progress .progress-bar[b-602qxndeuj] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

.form-control[type="file"][b-602qxndeuj] {
    padding: 0.5rem;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    transition: border-color 0.2s ease;
}

.form-control[type="file"]:hover[b-602qxndeuj] {
    border-color: #667eea;
}

.form-control[type="file"]:focus[b-602qxndeuj] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.text-muted[b-602qxndeuj] {
    color: #6c757d !important;
    font-size: 0.875rem;
}

.alert-danger[b-602qxndeuj] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 0.75rem;
    border-radius: 0.375rem;
    margin-top: 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-close[b-602qxndeuj] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #721c24;
    opacity: 0.6;
    padding: 0;
    margin-left: 1rem;
}

.btn-close:hover[b-602qxndeuj] {
    opacity: 1;
}

/* Button Loading Animation */
.btn .fa-spinner[b-602qxndeuj] {
    animation: spin-b-602qxndeuj 1s linear infinite;
}

@keyframes spin-b-602qxndeuj {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-content[b-602qxndeuj] {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }
    
    .sidebar[b-602qxndeuj] {
        grid-row: 2;
        flex-direction: row;
    }
    
    .modal-content[b-602qxndeuj] {
        min-width: 90%;
        margin: 1rem;
    }
    
    .room-header[b-602qxndeuj] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .room-info[b-602qxndeuj] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .add-movie-tabs[b-602qxndeuj] {
        flex-direction: column;
    }
    
    .tab-button[b-602qxndeuj] {
        border-bottom: none;
        border-left: 2px solid transparent;
        text-align: left;
    }
    
    .tab-button.active[b-602qxndeuj] {
        border-bottom-color: transparent;
        border-left-color: #667eea;
    }
} 
