/* PornstarTube — Gold Star Luxury Theme */
:root {
    --accent: #fdd835;
    --accent-hover: #ffee58;
    --accent-dark: #f9a825;
    --bg-primary: #08080a;
    --bg-secondary: #141418;
    --bg-tertiary: #1c1c22;
    --bg-card: #141418;
    --bg-card-hover: #1c1c22;
    --border-color: #2a2a34;
    --border-light: #363640;
}
::selection { background: #fdd835; color: #000; }
.sort-bar a.active, .sort-bar button.active { background: #fdd835; color: #000; }
.age-box .age-confirm { background: #fdd835; color: #000; }
.age-box .age-confirm:hover { background: #ffee58; }
.back-to-top { background: #fdd835; color: #000; }
.back-to-top:hover { background: #ffee58; }
.badge-hd { background: #fdd835 !important; color: #000 !important; }
::-webkit-scrollbar-thumb { background: #363640; }
html { scrollbar-color: #363640 #08080a; }
/* Star header accent */
.site-header { border-bottom-color: #fdd835; }
.footer-col h4::after { background: #fdd835; }
