:root {
    --bg-dark: #171316;
    --bg-card: #231a1f;
    --accent: #c67b52;
    --accent-light: #e0a07b;
    --text-light: #f4ece8;
    --text-muted: #cbb8b0;
    --border-color: #4a3630;
}
body { background: var(--bg-dark); color: var(--text-light); }
#age-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.9); display: none; align-items: center; justify-content: center; z-index: 9999; }
#age-card { background: var(--bg-card); border: 1px solid var(--accent); border-radius: 20px; padding: 2rem; max-width: 420px; text-align: center; }
#age-ok { background: var(--accent); color: var(--bg-dark); border: none; padding: 0.8rem 2rem; border-radius: 40px; font-weight: 600; cursor: pointer; }
#age-ok:hover { background: var(--accent-light); }
