/* StarSexVideos — Red Star Theme */
:root {
    --accent: #f44336;
    --accent-hover: #ef5350;
    --accent-dark: #d32f2f;
    --bg-primary: #0a0606;
    --bg-secondary: #181010;
    --bg-tertiary: #201616;
    --bg-card: #181010;
    --bg-card-hover: #201616;
    --border-color: #362020;
    --border-light: #442828;
}
::selection { background: #f44336; }
.sort-bar a.active, .sort-bar button.active { background: #f44336; }
.age-box .age-confirm { background: #f44336; }
.age-box .age-confirm:hover { background: #ef5350; }
.back-to-top { background: #f44336; }
.back-to-top:hover { background: #ef5350; }
::-webkit-scrollbar-thumb { background: #442828; }
html { scrollbar-color: #442828 #0a0606; }
