/*
Theme Name: Vega Professional
Theme URI: https://telegram/website4sell
Author: AlgorithmDevZ
Description: A responsive, professional dark movie theme with sharp aesthetics.
Version: 3.0
License: GNU General Public License v2 or later
Tags: dark-mode, responsive, movie-grid
*/

/* Base Reset */
body {
    background-color: #0a0a0a; /* Deep Black */
    color: #e5e5e5;
    margin: 0;
    padding: 0;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #444;
}

/* Hide scrollbar for horizontal areas */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }