/* ConsoleXXX — Neon Gaming Theme */
:root {
    --accent: #00e676;
    --accent-hover: #69f0ae;
    --accent-dark: #00c853;
    --bg-primary: #060c08;
    --bg-secondary: #0e1a12;
    --bg-tertiary: #142218;
    --bg-card: #0e1a12;
    --bg-card-hover: #142218;
    --border-color: #1a3a22;
    --border-light: #224a2c;
}
::selection { background: #00e676; color: #000; }
.sort-bar a.active, .sort-bar button.active { background: #00e676; color: #000; }
.age-box .age-confirm { background: #00e676; color: #000; }
.age-box .age-confirm:hover { background: #69f0ae; color: #000; }
.back-to-top { background: #00e676; color: #000; }
.back-to-top:hover { background: #69f0ae; }
.badge-hd { background: #00e676 !important; color: #000 !important; }
::-webkit-scrollbar-thumb { background: #224a2c; }
html { scrollbar-color: #224a2c #060c08; }
