/* KinkyJoy — Dark Purple Kink Theme */
:root {
    --accent: #9b59b6;
    --accent-hover: #b07cc6;
    --accent-dark: #7d3c98;
    --bg-primary: #0a0812;
    --bg-secondary: #16111f;
    --bg-tertiary: #1e1728;
    --bg-card: #16111f;
    --bg-card-hover: #1e1728;
    --border-color: #2a2040;
    --border-light: #342a50;
}
::selection { background: #9b59b6; }
.sort-bar a.active, .sort-bar button.active { background: #9b59b6; }
.age-box .age-confirm { background: #9b59b6; }
.age-box .age-confirm:hover { background: #b07cc6; }
.back-to-top { background: #9b59b6; }
.back-to-top:hover { background: #b07cc6; }
::-webkit-scrollbar-thumb { background: #342a50; }
::-webkit-scrollbar-thumb:hover { background: #443a60; }
html { scrollbar-color: #342a50 #0a0812; }
