/* K Game Shop user site - core theme (static fallback) */
:root {
    --user-bg: #06120e;
    --user-bg-deep: #040d0a;
    --user-bg-gradient: radial-gradient(120% 80% at 50% -20%, rgba(34, 197, 94, 0.14) 0%, transparent 55%),
        linear-gradient(180deg, #081810 0%, #06120e 45%, #040c09 100%);
    --user-card: #0f2419;
    --user-card-hover: #132d20;
    --user-border-solid: #1a4d36;
    --user-border: rgba(74, 222, 128, 0.22);
    --user-text: #ecfdf5;
    --user-text-soft: #d1fae5;
    --user-muted: #6b9b7a;
    --user-muted-soft: #86efac;
    --user-accent: #22c55e;
    --user-accent-bright: #4ade80;
    --user-accent-soft: rgba(34, 197, 94, 0.18);
    --user-link: #6ee7b7;
    --user-input-bg: #0a1a12;
    --user-input-border: #234d38;
    --user-btn-from: #22c55e;
    --user-btn-to: #059669;
    --user-toolbar: rgba(8, 22, 15, 0.96);
    --user-nav-bg: rgba(8, 22, 15, 0.98);
    --user-shadow-glow: 0 0 0 1px rgba(74, 222, 128, 0.08), 0 12px 32px rgba(0, 0, 0, 0.35);
    --user-chrome-border: var(--user-border);
    --user-chrome-accent-soft: var(--user-accent-soft);
}

html {
    color-scheme: dark;
    background-color: #06120e;
}

body.user-site,
body.user-auth,
body:has(.toolbar),
body:has(.bottom-nav) {
    background: var(--user-bg-gradient) !important;
    background-color: #06120e !important;
    color: #ecfdf5 !important;
}

.bottom-nav {
    background: var(--user-nav-bg) !important;
}
