/* 4Bir — Golden Honey Theme */
:root {
    --accent: #ffc107;
    --accent-hover: #ffd54f;
    --accent-dark: #ffa000;
    --bg-primary: #0c0a04;
    --bg-secondary: #1a160a;
    --bg-tertiary: #241e10;
    --bg-card: #1a160a;
    --bg-card-hover: #241e10;
    --border-color: #3a3018;
    --border-light: #4a3c20;
}
::selection { background: #ffc107; color: #000; }
.sort-bar a.active, .sort-bar button.active { background: #ffc107; color: #000; }
.age-box .age-confirm { background: #ffc107; color: #000; }
.age-box .age-confirm:hover { background: #ffd54f; }
.back-to-top { background: #ffc107; color: #000; }
.back-to-top:hover { background: #ffd54f; }
::-webkit-scrollbar-thumb { background: #4a3c20; }
html { scrollbar-color: #4a3c20 #0c0a04; }
