/* XXXHDVideo — HD Blue Tech Theme */
:root {
    --accent: #448aff;
    --accent-hover: #82b1ff;
    --accent-dark: #2962ff;
    --bg-primary: #060810;
    --bg-secondary: #0c1220;
    --bg-tertiary: #121a2c;
    --bg-card: #0c1220;
    --bg-card-hover: #121a2c;
    --border-color: #1a2844;
    --border-light: #223456;
}
::selection { background: #448aff; }
.sort-bar a.active, .sort-bar button.active { background: #448aff; }
.age-box .age-confirm { background: #448aff; }
.age-box .age-confirm:hover { background: #82b1ff; }
.back-to-top { background: #448aff; }
.back-to-top:hover { background: #82b1ff; }
.badge-hd { background: #448aff !important; }
::-webkit-scrollbar-thumb { background: #223456; }
html { scrollbar-color: #223456 #060810; }
