/* --- GLOBAL STYLES --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { width: 100%; height: 100%; overflow-y: auto; }
body { width: 100%; min-height: 100%; font-family: 'Nunito', sans-serif; overflow-x: hidden; background-color: #000; user-select: none; -webkit-user-select: none; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background-color: transparent; border-radius: 10px; border: 2px solid transparent; background-clip: content-box; transition: background-color 0.3s; }
body.is-scrolling ::-webkit-scrollbar-thumb { background-color: rgba(255, 255, 255, 0.6); }

/* --- BACKGROUND --- */
.video-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -100; pointer-events: none; }
@media (max-width: 768px) { .video-background { top: -10vh; left: -10vw; width: 120vw; height: 120vh; } }
.main-wrapper { position: relative; width: 100%; max-width: 850px; height: 1900px; margin: 0 auto; }

/* --- WELCOME POP-UP --- */
#welcome-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(24, 15, 23, 0.625); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; justify-content: center; align-items: center; z-index: 999999; transition: 0.5s; }
.welcome-card { width: 300px; padding: 30px; background: rgba(253, 142, 255, 0.301); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 30px; backdrop-filter: blur(20px) saturate(160%); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); text-align: center; color: #fff; }
#welcome-title { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 24px; margin-bottom: 15px; color: #fff9a2; }
#welcome-text { font-family: 'Nunito', sans-serif; font-size: 15px; margin-bottom: 25px; line-height: 1.4; opacity: 0.9; }
.welcome-btn { padding: 10px 20px; border-radius: 12px; border: none; background: #fff; color: #000; font-weight: 700; cursor: pointer; transition: 0.3s; margin-top: 15px; }
.welcome-btn:hover { background: #fff; color: #000; transform: scale(1.05); }

/* --- PROFILE BOX --- */
.blur-box { position: absolute; top: 10%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 280px; z-index: 0; }
.inner-3d-card { width: 100%; height: 100%; border-radius: 40px; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px) saturate(140%); -webkit-backdrop-filter: blur(20px) saturate(140%); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); overflow: hidden; }
.layer-cover { position: absolute; top: 15px; left: 15px; right: 15px; height: 150px; border-radius: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); overflow: hidden; }
.layer-cover img { width: 100%; height: 100%; object-fit: cover; }
.layer-avatar { position: absolute; top: 115px; left: 45px; width: 130px; height: 130px; border-radius: 50%; border: 4px solid rgba(255, 182, 193, 0.9); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); z-index: 10; overflow: hidden; transition: 0.3s; }
.layer-avatar img { width: 100%; height: 100%; object-fit: cover; }
.layer-avatar:hover { transform: scale(1.05); border-color: #ff9ebd; }
.layer-info { position: absolute; top: 180px; left: 200px; }
.name-glitch { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 40px; font-weight: 800; color: white; margin: 0; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); position: relative; }

/* --- DISCORD STATUS --- */
.status-badge { display: flex; align-items: center; gap: 8px; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 700; color: rgba(255, 255, 255, 0.9); margin-top: 5px; background: rgba(0, 0, 0, 0.2); padding: 4px 12px; border-radius: 20px; width: fit-content; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #747f8d; transition: all 0.3s ease; }
.status-dot.online { background: #06c755; box-shadow: 0 0 10px #06c755; animation: pulse 2s infinite; }
.status-dot.idle { background: transparent; width: 14px; height: 14px; box-shadow: inset -3px -2px 0 0 #feffcf; filter: drop-shadow(0 0 2px rgba(255, 230, 0, 0.6)); animation: moon-pulse 2s infinite alternate; transform: rotate(-10deg); }
.status-dot.dnd { background: #f04747; box-shadow: 0 0 10px #f04747; animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); } 70% { box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes moon-pulse { from { filter: drop-shadow(0 0 1px rgba(255, 255, 200, 0.4)); } to { filter: drop-shadow(0 0 5px rgba(255, 255, 220, 1)); } }

/* --- INTRO BOX --- */
.blur-name-box-2 { position: absolute; top: 23%; left: 38.2%; transform: translate(-50%, -50%); width: 400px; height: 170px; border-radius: 40px; background: transparent; backdrop-filter: blur(20px) saturate(140%); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); }
.me { font-family: 'M PLUS Rounded 1c', sans-serif; color: rgb(255, 249, 162); font-size: 28px; position: absolute; top: 5%; left: 6%; font-weight: 700; }
.me-2 { font-family: 'Nunito', sans-serif; color: rgb(255, 255, 255); font-size: 15px; position: absolute; top: 28%; left: 6%; width: 90%; font-weight: 600; line-height: 1.4; }

/* --- SOCIAL BOX (Đã khôi phục hiệu ứng hover, ẩn QR, thu nhỏ Logo) --- */
.blur-social-box { position: absolute; top: 23%; left: 74.4%; transform: translate(-50%, -50%); width: 185px; height: 170px; border-radius: 40px; background: transparent; backdrop-filter: blur(20px) saturate(140%); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); }
.my-social { font-family: 'M PLUS Rounded 1c', sans-serif; color: rgb(255, 255, 255); font-size: 18px; position: absolute; top: 7%; left: 24%; font-weight: 700; pointer-events: none; }
.social-btn { position: absolute; width: 45px; height: 45px; border-radius: 15px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: center; align-items: center; font-size: 25px; color: white; text-decoration: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.social-btn img { width: 24px; height: 24px; filter: invert(1); } /* FIX LOGO TO */
.social-btn:hover { transform: translateY(-5px) scale(1.1); border-color: rgba(255, 255, 255, 0.5); color: white; z-index: 100; }
.fb-pos { top: 28%; left: 7%; } .ig-pos { top: 28%; left: 39%; } .x-pos { top: 28%; left: 70%; } .ani-pos { top: 60%; left: 7%; }
.line-wrapper { position: absolute; top: 60%; left: 39%; width: 45px; height: 45px; } 
.discord-wrapper { position: absolute; top: 60%; left: 70%; width: 45px; height: 45px; cursor: pointer; }

/* Các màu khi di chuột vào icon */
.fb-color:hover { background: #1877F2; } 
.ig-color:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.x-color:hover { background: #000; } 
.ani-color:hover { background: #02A9FF; } 
.line-color:hover { background: #06C755; } 
.dc-color:hover { background: #5865F2; }

/* FIX QR VÀ TOOLTIP */
.qr-tooltip-dark { position: absolute; bottom: 120%; left: 50%; transform: translateX(-50%) scale(0.5); background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 8px; border-radius: 12px; opacity: 0; pointer-events: none; transition: 0.3s ease; z-index: 999; }
.qr-tooltip-dark img { width: 100px; height: 100px; display: block; border-radius: 4px; }
.line-wrapper:hover .qr-tooltip-dark { opacity: 1; transform: translateX(-50%) scale(1); }
.discord-tooltip { position: absolute; bottom: 120%; left: 50%; transform: translateX(-50%) translateY(10px); background: rgba(0, 0, 0, 0.85); color: white; padding: 5px 8px; border-radius: 6px; font-size: 11px; white-space: nowrap; opacity: 0; pointer-events: none; transition: 0.3s ease; }
.discord-wrapper:hover .discord-tooltip { opacity: 1; transform: translateX(-50%) translateY(0); }

/* --- PORTFOLIO BOX --- */
.blur-portfolio-box { position: absolute; top: 38%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 350px; border-radius: 40px; background: transparent; backdrop-filter: blur(20px) saturate(140%); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); display: flex; flex-direction: column; padding: 20px 25px; overflow: hidden; }
.what-can-i-do { font-family: 'M PLUS Rounded 1c', sans-serif; color: rgb(255, 249, 162); font-size: 26px; font-weight: 700; margin-bottom: 2px; }
.what-can-i-do-2 { font-family: 'Nunito', sans-serif; color: rgb(255, 255, 255); font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.portfolio-sections-container { display: flex; gap: 15px; flex: 1; overflow: hidden; }
.portfolio-section { flex: 1; position: relative; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 18px; background: rgba(0, 0, 0, 0.15); overflow: hidden; cursor: pointer; display: flex; flex-direction: column; transition: all 0.3s ease; box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2); }
.portfolio-section:hover { border-color: rgba(255, 255, 255, 0.5); }
.section-title { font-family: 'M PLUS Rounded 1c', sans-serif; color: #fff; font-size: 15px; text-align: center; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin: 0 15px; z-index: 2; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.section-preview-scroll { flex: 1; overflow-y: auto; padding: 12px; display: flex; flex-direction: column; gap: 10px; scrollbar-width: none; }
.section-preview-scroll::-webkit-scrollbar { display: none; }
.pf-img-prev { width: 100%; height: 75px; border-radius: 10px; object-fit: cover; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }
.section-hover-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(8px); display: flex; justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; z-index: 10; }
.section-hover-overlay span { color: #ffeb3b; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px; text-shadow: 0 2px 5px rgba(0,0,0,0.8); }
.portfolio-section:hover .section-hover-overlay { opacity: 1; }

/* --- PORTFOLIO MODAL --- */
.portfolio-modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); z-index: 99999; display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out; }
.portfolio-modal-overlay.active { visibility: visible; opacity: 1; }
.portfolio-modal-content { width: 75vw; max-width: 1000px; height: 75vh; background: rgba(30, 30, 30, 0.6); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 30px; padding: 30px; position: relative; display: flex; flex-direction: column; transform: scale(0.8); transition: transform 0.3s ease-in-out; }
.portfolio-modal-overlay.active .portfolio-modal-content { transform: scale(1); }
.close-pf-modal { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 35px; font-weight: bold; cursor: pointer; transition: 0.2s; z-index: 10; }
.close-pf-modal:hover { color: #ffeb3b; transform: scale(1.2); }
#modal-pf-title { font-family: 'M PLUS Rounded 1c', sans-serif; color: #ffeb3b; margin-bottom: 20px; font-size: 28px; text-align: center; }
.modal-pf-grid { flex: 1; overflow-y: auto; padding-right: 10px; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px; align-content: start; }
.modal-pf-grid::-webkit-scrollbar { width: 6px; }
.modal-pf-grid::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.4); border-radius: 10px; }
.pf-img-full { width: 100%; height: 160px; object-fit: cover; border-radius: 15px; cursor: zoom-in; transition: transform 0.3s; }
.pf-img-full:hover { transform: scale(1.05); box-shadow: 0 5px 15px rgba(0,0,0,0.5); }

/* --- LIGHTBOX --- */
#lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(5px); display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: opacity 0.3s ease, visibility 0.3s ease; z-index: 100000; }
#lightbox-img { max-width: 90%; max-height: 90%; border-radius: 12px; box-shadow: 0 0 30px rgba(0, 0, 0, 0.7); transition: transform 0.3s ease; transform: scale(0.9); }
#lightbox.active { visibility: visible; opacity: 1; }
#lightbox.active #lightbox-img { transform: scale(1); }

/* --- GAMES BOX (Đã khôi phục icon và khoảng cách chữ) --- */
.blur-games-box { position: absolute; top: 60%; left: 31.3%; transform: translate(-50%, -50%); width: 280px; height: 440px; border-radius: 40px; background: transparent; backdrop-filter: blur(20px) saturate(140%); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25); display: flex; flex-direction: column; }
.my-games { font-family: 'M PLUS Rounded 1c', sans-serif; color: rgb(255, 249, 162); font-size: 28px; font-weight: 700; margin: 15px 0 15px 20px; }
.games-container { display: flex; flex-direction: column; gap: 10px; align-items: center; width: 100%; }
.game-card { width: 240px; height: 75px; border-radius: 20px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15); display: flex; align-items: center; padding: 0 12px; box-sizing: border-box; }
.game-logo { width: 50px; height: 50px; border-radius: 12px; overflow: hidden; flex-shrink: 0; margin-right: 12px; background: #eee; }
.game-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.game-details { display: flex; flex-direction: column; flex-grow: 1; }
.game-username { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 800; font-size: 17px; color: #ffffff; margin-bottom: 2px; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
.game-uid-wrapper { display: flex; align-items: center; justify-content: space-between; padding-right: 5px; }
.game-uid { font-family: 'Nunito', sans-serif; font-weight: 600; font-size: 13px; color: #b388ff; }
.copy-icon { font-size: 14px; color: #ffffffcc; cursor: pointer; transition: all 0.2s ease; }
.copy-icon:hover { color: #b388ff; transform: scale(1.2); }

/* --- 3D MUSIC CAROUSEL SYSTEM (ĐÃ FIX KHUNG CONTAINER BẢO VỆ) --- */
/* --- 3D MUSIC CAROUSEL SYSTEM --- */
.music-playlist-container {
    position: absolute;
    top: 54.8%; /* Dịch lên trên so với mức 60% cũ */
    left: 70.5%;
    transform: translate(-50%, -50%);
    width: 480px; /* Tăng chiều rộng để đủ chỗ cho 2 mũi tên 2 bên */
    display: flex;
    flex-direction: row; /* Xếp hàng ngang để nút nằm 2 bên */
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 20;
    perspective: 1200px;
}

.carousel-viewport {
    height: 350px;
    width: 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
}

/* Các thuộc tính .music-box-new và animation 3D giữ nguyên như file cũ của cậu */
.music-box-new {
    position: absolute;
    width: 300px;
    height: 90px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 15px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    left: 10px;
}

/* Các trạng thái Carousel 3D có thêm Blur */
.music-box-new.active { 
    transform: translate3d(0, 0, 0) scale(1); 
    opacity: 1; 
    filter: blur(0px); /* Thẻ giữa rõ nét */
    z-index: 10; 
    pointer-events: auto; 
}
.music-box-new.prev-card { 
    transform: translate3d(0, -100px, -150px) scale(0.85); 
    opacity: 1; /* Tăng độ sáng lên một chút để bù lại độ nhòe */
    filter: blur(3.6px); /* Làm nhòe thẻ bên trên */
    z-index: 5; 
    pointer-events: none; 
}
.music-box-new.next-card { 
    transform: translate3d(0, 100px, -150px) scale(0.85); 
    opacity: 1; 
    filter: blur(3.6px); /* Làm nhòe thẻ bên dưới */
    z-index: 5; 
    pointer-events: none; 
}
.music-box-new.hidden { 
    transform: translate3d(0, 0, -300px) scale(0.6); 
    opacity: 1; 
    filter: blur(px); 
    pointer-events: none; 
}

.nav-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 30;
}
.nav-btn:hover { color: #fff; transform: scale(1.2); }

.player-header { display: flex; align-items: center; gap: 12px; flex-grow: 1; overflow: hidden; }
.album-art { width: 60px; height: 60px; border-radius: 12px; overflow: hidden; flex-shrink: 0; }
.album-art img { width: 100%; height: 100%; object-fit: cover; }
.track-info { display: flex; flex-direction: column; overflow: hidden; }
.track-name { font-family: 'M PLUS Rounded 1c', sans-serif; font-size: 14px; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.track-artist { font-family: 'Nunito', sans-serif; font-size: 11px; color: rgba(255,255,255,0.6); }
.play-btn-circle { width: 45px; height: 45px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: 0.3s; pointer-events: auto; }
.play-btn-circle:hover { background: #fff; }
.play-btn-circle:hover i { color: #000; }

/* --- DRAWER --- */
#drawerBox { position: fixed; top: 40%; left: -170px; width: 200px; height: 200px; display: flex; align-items: center; z-index: 2000; }
.drawer-smooth { transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
#drawerContent { width: 170px; height: 180px; border-radius: 20px; backdrop-filter: blur(20px) saturate(140%); background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); opacity: 0.3; transition: opacity 0.4s ease; overflow: visible; position: relative; pointer-events: none; }
#drawerHandle { width: 30px; height: 80px; border-radius: 0 12px 12px 0; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); border-left: none; cursor: pointer; position: absolute; right: 0; box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1); z-index: 2001; }
#draggableImg { position: absolute; width: 120px; user-select: none; -webkit-user-drag: none; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: grab; z-index: 9999; pointer-events: auto; }
#draggableImg:active { cursor: grabbing; }

body::after { content: ""; display: block; position: absolute; top: 1700px; left: 0; width: 100%; height: 80px; background: transparent; z-index: -10; }

/* --- RESPONSIVE MOBILE TỐI ƯU: HIỂN THỊ 1 BÀI --- */
@media (max-width: 1024px) {
    .main-wrapper { height: 1800px; }
    
    .blur-box { width: 90%; height: 340px; top: 190px; left: 50%; transform: translate(-50%, -50%); }
    .layer-avatar { left: 32.5%; transform: translateX(-50%); top: 100px; }
    .layer-avatar:hover { transform: translateX(-50%); }
    .layer-info { top: 240px; left: 0; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
    
    .blur-name-box-2 { width: 90%; height: auto; min-height: 230px; padding-bottom: 30px; top: 500px; left: 50%; transform: translate(-50%, -50%); }
    .me { font-size: 26px; top: 10px; left: 20px; padding: 5px 20px; border-radius: 30px; margin-bottom: 10px; display: inline-block; background: rgba(255, 67, 155, 0.5); }
    .me-2 { top: 69px; left: 25px; width: 85%; font-size: 15px; line-height: 1.5; }
    
    .blur-social-box { width: 90%; height: 100px; top: 677px; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: space-evenly; align-items: center; }
    .my-social { display: none; }
    .fb-pos, .ig-pos, .x-pos, .ani-pos, .line-wrapper, .discord-wrapper { position: relative; top: auto; left: auto; margin: 0; }
    
    .blur-portfolio-box { width: 90%; height: 480px; padding: 20px; top: 980px; left: 50%; transform: translate(-50%, -50%); }
    .what-can-i-do { margin-bottom: 5px; font-size: 26px; padding: 0; }
    .what-can-i-do-2 { padding-top: 0; }
    .portfolio-sections-container { flex-direction: column; } 
    .portfolio-modal-content { width: 90vw; height: 80vh; }
    .modal-pf-grid { grid-template-columns: repeat(2, 1fr); }
    
    .blur-games-box { width: 90%; height: auto; padding-bottom: 20px; top: 1450px; left: 50%; transform: translate(-50%, -50%); }
    .game-card { width: 90%; }
    
    /* --- GIAO DIỆN MUSIC MOBILE: 1 BÀI HÁT + NÚT BẤM --- */
    .music-playlist-container {
        position: fixed !important; 
        top: auto !important; 
        bottom: 20px !important; 
        left: 50% !important; 
        width: 92vw !important; 
        height: 90px !important;
        transform: translateX(-50%) !important; 
        z-index: 9999 !important;
        display: flex !important; 
        flex-direction: row !important; /* [Bài hát] nằm cạnh [2 Nút] */
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
    }

    /* Đóng băng hoàn toàn thanh cuộn, chỉ dùng để chứa 1 bài */
    .carousel-viewport {
        display: block !important; 
        position: relative !important;
        width: 75vw !important; 
        height: 85px !important;
        overflow: visible !important; 
        padding: 0 !important; 
        perspective: none !important; 
        transform-style: flat !important;
    }

    .carousel-viewport::after { display: none !important; }

    /* Định dạng chung cho 4 thẻ nhạc */
    .carousel-viewport .music-box-new {
        position: absolute !important; 
        width: 100% !important; 
        max-width: 100% !important;
        height: 100% !important; 
        left: 0 !important;
        top: 0 !important;
        margin: 0 !important;
        background: rgba(255, 255, 255, 0.15) !important; 
        filter: none !important; /* Xóa mờ */
        transition: opacity 0.4s ease !important; /* Hiệu ứng chuyển bài mượt */
        border-radius: 25px !important;
    }

    /* CHỈ HIỂN THỊ DUY NHẤT BÀI ĐANG HÁT */
    .carousel-viewport .music-box-new.active {
        opacity: 1 !important; 
        visibility: visible !important;
        pointer-events: auto !important;
        z-index: 10 !important;
        transform: none !important; 
    }

    /* GIẤU HOÀN TOÀN CÁC BÀI CÒN LẠI */
    .carousel-viewport .music-box-new.prev-card,
    .carousel-viewport .music-box-new.next-card,
    .carousel-viewport .music-box-new.hidden {
        opacity: 0 !important; 
        visibility: hidden !important;
        pointer-events: none !important;
        transform: none !important; 
        z-index: 0 !important;
    }

    /* Bật lại 2 nút mũi tên lên/xuống bên phải */
    .carousel-controls { 
        display: flex !important; 
        flex-direction: column !important; /* Nút xếp dọc */
        gap: 12px !important;
        z-index: 20 !important;
    }

    .nav-btn {
        display: block !important;
        font-size: 22px !important;
        color: rgba(255,255,255,0.7) !important;
        padding: 5px !important;
    }
    .nav-btn:active { color: #fff !important; transform: scale(1.1) !important; }

    /* Dọn dẹp Text cho gọn */
    .track-artist { display: none !important; }
    .track-name { font-size: 14px !important; max-width: 150px !important; }
    
    #drawerBox { display: none; }
    body::after { content: ""; display: block; height: 100px; width: 100%; }
}