/* AmateurSexSpot — Warm Earth Theme */
:root {
    --accent: #ff7043;
    --accent-hover: #ff8a65;
    --accent-dark: #e64a19;
    --bg-primary: #0c0806;
    --bg-secondary: #1a1410;
    --bg-tertiary: #241c14;
    --bg-card: #1a1410;
    --bg-card-hover: #241c14;
    --border-color: #3a2c20;
    --border-light: #4a3828;
}
::selection { background: #ff7043; }
.sort-bar a.active, .sort-bar button.active { background: #ff7043; }
.age-box .age-confirm { background: #ff7043; }
.age-box .age-confirm:hover { background: #ff8a65; }
.back-to-top { background: #ff7043; }
.back-to-top:hover { background: #ff8a65; }
::-webkit-scrollbar-thumb { background: #4a3828; }
html { scrollbar-color: #4a3828 #0c0806; }
