:root {
    /* site identity — change these two families and the whole site re-skins */
    --brand: #b5313a;
    --brand-light: #d4575f;
    --brand-dark: #7d1f26;
    --accent: #1f4e79;
    --accent-light: #4a7fb5;
    /* game reward colors */
    --gold: #5c82a6;
    --gold-dark: #46657f;
    --sun: #7ba1c4;
    /* warm paper world */
    --bg: #f1f4f6;
    --surface: #ffffff;
    --text: #2e2a24;
    --text-muted: #6d6558;
    --text-light: #ffffff;
    --border: #dde4e9;
    --border-light: rgba(255, 255, 255, 0.35);
    --input-bg: #ffffff;
    --input-border: #c3ced6;
    --success-bg: #e4f2e0;
    --success-text: #2c5a39;
    /* shape + depth */
    --radius: 20px;
    --radius-sm: 14px;
    --radius-xs: 10px;
    --shadow: 0 10px 26px rgba(40, 55, 70, 0.14);
    --shadow-sm: 0 3px 10px rgba(40, 55, 70, 0.10);
    --max-width: 1120px;
    --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --space: 1.25rem;
}
