* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

[v-cloak] { display: none !important; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #3f3f46; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #52525b; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { scrollbar-width: none; }
.poster-fallback {
    background: linear-gradient(135deg, #27272a 0%, #18181b 100%);
}
