:root {
    --bg: #0f0f12;
    --bg-soft: #1a1b20;
    --text: #f4efe6;
    --muted: #b0a79a;
    --panel: #17181e;
    --border: #2a2b31;
    --accent: #ff7050;
    --cult-acid: #9dff1f;
    --cult-dark: #0b0b0b;
    --rare: #4a7dff;
    --epic: #a86bff;
    --legendary: #ffc657;
    --mythic: #00d993;
}
body[data-theme='light'] {
    --bg: #f5f0e6;
    --bg-soft: #fff7ea;
    --text: #1c1b17;
    --muted: #5e5a51;
    --panel: #fffdf8;
    --border: #d9cdb7;
    --accent: #8a2b1c;
    --cult-acid: #9dff1f;
    --cult-dark: #121212;
    --rare: #3d6bff;
    --epic: #8b3dff;
    --legendary: #ffb100;
    --mythic: #00b67a;
}
