/* PeeingTube — Golden Stream Theme */
:root {
    --accent: #ffca28;
    --accent-hover: #ffd54f;
    --accent-dark: #f9a825;
    --bg-primary: #0a0a04;
    --bg-secondary: #18180c;
    --bg-tertiary: #222014;
    --bg-card: #18180c;
    --bg-card-hover: #222014;
    --border-color: #383420;
    --border-light: #464028;
}
::selection { background: #ffca28; color: #000; }
.sort-bar a.active, .sort-bar button.active { background: #ffca28; color: #000; }
.age-box .age-confirm { background: #ffca28; color: #000; }
.age-box .age-confirm:hover { background: #ffd54f; }
.back-to-top { background: #ffca28; color: #000; }
.back-to-top:hover { background: #ffd54f; }
::-webkit-scrollbar-thumb { background: #464028; }
html { scrollbar-color: #464028 #0a0a04; }
