#appView { width: 100% !important; max-width: 100vw !important; overflow-x: hidden !important; box-sizing: border-box !important; padding-bottom: 90px; }
.vifu-section { margin-bottom: 20px; width: 100%; box-sizing: border-box; }
.vifu-section-top { display: flex; align-items: center; justify-content: space-between; padding: 0 14px; margin-bottom: 8px; }
.vifu-section-header { font-size: 15px; font-weight: 700; color: #fff; margin: 0; }
.vifu-nav-arrows { display: flex; gap: 6px; }
.vifu-arrow-btn { background: #242424; border: 1px solid #383838; color: #fff; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; cursor: pointer; }
.vifu-arrow-btn:active { background: #e91e63; }
.vifu-carousel { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; overflow-x: auto !important; overflow-y: hidden !important; gap: 10px; padding: 4px 14px 8px 14px; -webkit-overflow-scrolling: touch; scrollbar-width: none; width: 100%; box-sizing: border-box; touch-action: pan-x; }
.vifu-carousel::-webkit-scrollbar { display: none; }
.vifu-item { flex: 0 0 75px !important; width: 75px !important; cursor: pointer; user-select: none; -webkit-user-select: none; }
.vifu-img { width: 75px !important; height: 75px !important; border-radius: 6px; object-fit: cover; background: #1e1e1e; display: block; box-shadow: 0 2px 6px rgba(0,0,0,0.5); pointer-events: none; }
.vifu-title { color: #fff; font-size: 11px; font-weight: 600; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; }
.vifu-sub { color: #a0a0a0; font-size: 10px; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.2; }
.vifu-artist-view { padding: 12px 16px; color: #fff; }
.vifu-artist-header { margin-bottom: 18px; }
.vifu-back-btn { background: #2a2a2a; border: none; color: #fff; padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; margin-bottom: 12px; }
.vifu-back-btn:active { background: #e91e63; }
.vifu-artist-badge { font-size: 11px; color: #b3b3b3; text-transform: uppercase; letter-spacing: 1px; }
.vifu-artist-title { font-size: 22px; font-weight: 800; margin: 4px 0 2px 0; color: #fff; }
.vifu-artist-count { font-size: 12px; color: #888; margin: 0; }
.vifu-artist-row { display: flex; align-items: center; gap: 12px; padding: 8px 6px; border-radius: 6px; border-bottom: 1px solid #1a1a1a; cursor: pointer; }
.vifu-artist-row:active { background: #222; }
.vifu-artist-num { font-size: 12px; color: #777; width: 18px; text-align: center; }
.vifu-artist-thumb { width: 44px; height: 44px; border-radius: 4px; object-fit: cover; background: #222; }
.vifu-artist-info { flex: 1; min-width: 0; }
.vifu-artist-track { font-size: 13px; font-weight: 600; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vifu-artist-name { font-size: 11px; color: #999; margin-top: 2px; }
.vifu-play-btn { background: #1db954; border: none; color: #000; width: 30px; height: 30px; border-radius: 50%; font-size: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
