
:root {
    --theme-body-bg: #ffffff;         
    --theme-app-bg: #ffffff;          
    --text-primary: #1a1a1a;           
    --text-secondary: #757575;         
    --text-muted: #d0d0d0;             
    --text-timestamp: #9e9e9e;         
    --bg-action-row: #f8f9fa;          
    --border-action-row: #e9ecef;      
    --border-divider: #e9ecef;         
    --nav-border-bottom: #f1f3f5;      
    --border-album: #e9ecef;           
    --progress-bg: #e9ecef;            
    --progress-current: #1a1a1a;       
}
@media screen and (min-width: 1025px) {
    
    html, body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        height: auto !important;
        min-height: 100vh !important;
        background-color: #f8f9fa !important; /* ĐÃ SỬA: Đổi màu nền ngoài cùng sang màu xám trắng dịu mắt */
    }
    body.pc-simulation-active {
        background-color: #ffffff !important; /* ĐÒI HỎI NỀN TRẮNG TINH KHI BIẾN HÌNH MOBILE */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100vh !important;
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important; /* Khóa cuộn màn hình nền lớn bên ngoài */
    }
    body.pc-simulation-active #mobile-container {
        display: block !important;
        position: relative !important;
        height: 88vh !important;       
        max-height: 88vh !important;
        aspect-ratio: 414 / 896 !important; 
        width: auto !important;
        max-width: 100% !important;
        border-radius: 44px !important;        
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15) !important; 
        background: #ffffff !important;         
        overflow-y: auto !important;            
        box-sizing: border-box !important;
        transform: none !important; 
        margin: auto !important;
    }
    #pc-screen {
        display: block;
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        min-height: 100vh;
        background: radial-gradient(circle at center, #ffffff 0%, #f4f5f7 100%); /* ĐÃ SỬA: Màu nền trắng gradient xám nhẹ cực sang */
        color: #1a1a1a; /* Chữ chuyển sang màu đen để nổi bật trên nền trắng */
        font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
        padding: 60px 20px;
        box-sizing: border-box;
        overflow-y: visible !important;
        overflow-x: hidden !important;
    }
    .pc-container {
        max-width: 1150px;
        width: 100%;
        margin: 0 auto 40px auto;
        display: flex;
        background: #ffffff; /* ĐÃ SỬA: Đổi hộp chứa sang màu trắng tinh */
        border: 1px solid #e4e4e7; /* Viền mỏng màu xám nhạt */
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.06); /* Đổ bóng nhẹ nhàng, tinh tế */
    }
    .pc-left {
        flex: 1.2;
        background: #fafafa;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pc-banner {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .pc-right {
        flex: 1;
        padding: 50px 45px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        background-color: #ffffff;
    }
    .pc-badge {
        background: rgba(26, 26, 26, 0.05);
        color: #1a1a1a;
        padding: 6px 16px;
        border-radius: 100px;
        font-size: 12px;
        font-weight: 700;
        width: max-content;
        border: 1px solid rgba(26, 26, 26, 0.1);
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .pc-title {
        font-size: 36px;
        font-weight: 900;
        margin: 0;
        letter-spacing: 1.5px;
        color: #1a1a1a; /* ĐÃ SỬA: Tiêu đề chuyển sang màu đen huyền bí mạnh mẽ */
        text-transform: uppercase;
    }
    .pc-subtitle {
        font-size: 15px;
        color: #62626a; /* Màu chữ mô tả xám đậm dễ đọc */
        line-height: 1.6;
        margin: 0;
    }
    .pc-video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        border: 1px solid #e4e4e7;
    }
    .pc-video-container iframe {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        border: 0;
    }
    .pc-social-links {
        display: flex;
        gap: 15px;
    }
    .social-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px;
        border-radius: 12px;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        transition: all 0.25s ease;
    }
    .social-btn:hover {
        transform: translateY(-3px);
        opacity: 0.9;
    }
    .fb-btn { 
        background: #242426; 
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    .tt-btn { 
        background: #111115; 
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border: 1px solid #242426;
    }
    .pc-f12-luxury-btn {
        background: #000000; /* Đổi hẳn sang màu đen tuyền */
        color: #ffffff;
        border: none;
        padding: 16px 24px;
        border-radius: 14px;
        font-weight: 800;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); /* Đổ bóng đen lịch lãm */
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .pc-f12-luxury-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
        background: #1a1a1a; /* Đổi màu nhẹ khi hover chuột */
    }
}
@media screen and (max-width: 1024px) and (min-width: 951px) {
    .pc-container { max-width: 95%; }
}
.logout-btn:active {
    opacity: 0.5;
}
.action-btn:active {
    background-color: rgba(0, 0, 0, 0.03);
}
.control-icon:active, .song-icons span:active {
    opacity: 0.4;
    transform: scale(0.92);
}
