/* CSS Custom Properties for theming */
:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --background-color: #f8f9fa;
    --surface-color: #ffffff;
    --text-color: #212529;
    --border-color: #dee2e6;
    --comic-bg: #fcf3d9;
    --adventure-bg: #d4edda;
    --historic-bg: #d1ecf1;
    --mayhem-bg: #f8d7da;
    --astronomical-bg: #e2d9f3;
    --universal-bg: #d6d8db;
    --other-ball-bg: #e9ecef;

    /* Planet Theme */
    --planet-theme-bg: #0c0a1f;
    --planet-theme-surface: #1d1a38;
    --planet-theme-text: #e6e6ff;
    --planet-theme-border: #4a457a;
    --planet-theme-primary: #9d8aff;
    --planet-theme-secondary: #b3a7ff;

    /* Elementball Theme */
    --element-theme-bg: #edf6f4;
    --element-theme-surface: #ffffff;
    --element-theme-text: #1d4d44;
    --element-theme-border: #a4ccc5;
    --element-theme-primary: #00897b;
    --element-theme-secondary: #4db6ac;

    /* Companyball Theme */
    --company-theme-bg: #eef3f9;
    --company-theme-surface: #ffffff;
    --company-theme-text: #2c3e50;
    --company-theme-border: #bdc3c7;
    --company-theme-primary: #3498db;
    --company-theme-secondary: #5dade2;

    /* LGBTQball Theme */
    --lgbtq-theme-bg: #f9f4fb;
    --lgbtq-theme-surface: #ffffff;
    --lgbtq-theme-text: #6a1b9a;
    --lgbtq-theme-border: #d1c4e9;
    --lgbtq-theme-primary: #ab47bc;
    --lgbtq-theme-secondary: #ce93d8;

    /* Religionball Theme */
    --religion-theme-bg: #fffbf2;
    --religion-theme-surface: #ffffff;
    --religion-theme-text: #795548;
    --religion-theme-border: #d7ccc8;
    --religion-theme-primary: #8d6e63;
    --religion-theme-secondary: #a1887f;

    /* Micronationball Theme */
    --micro-theme-bg: #eef9fa;
    --micro-theme-surface: #ffffff;
    --micro-theme-text: #006064;
    --micro-theme-border: #b2ebf2;
    --micro-theme-primary: #00acc1;
    --micro-theme-secondary: #4dd0e1;

    /* Politicalball Theme */
    --political-theme-bg: #f5f7f8;
    --political-theme-surface: #ffffff;
    --political-theme-text: #37474f;
    --political-theme-border: #b0bec5;
    --political-theme-primary: #546e7a;
    --political-theme-secondary: #78909c;

    /* Countryhumans Theme */
    --countryhumans-theme-bg: #fdf6f8;
    --countryhumans-theme-surface: #ffffff;
    --countryhumans-theme-text: #5d4a65;
    --countryhumans-theme-border: #e6ddeb;
    --countryhumans-theme-primary: #d67b9d;
    --countryhumans-theme-secondary: #e099b8;

    /* Planethumans Theme */
    --planethumans-theme-bg: #1a1829;
    --planethumans-theme-surface: #2c2a44;
    --planethumans-theme-text: #e8e7f5;
    --planethumans-theme-border: #4d4a6e;
    --planethumans-theme-primary: #a792ff;
    --planethumans-theme-secondary: #c8bfff;

    /* Candyball Theme */
    --candy-theme-bg: #fff0f5;
    --candy-theme-surface: #ffffff;
    --candy-theme-text: #d81b60;
    --candy-theme-border: #f8bbd0;
    --candy-theme-primary: #ec407a;
    --candy-theme-secondary: #f06292;

    /* NASCARballs Theme */
    --nascar-theme-bg: #f4f4f4;
    --nascar-theme-surface: #ffffff;
    --nascar-theme-text: #1a1a1a;
    --nascar-theme-border: #e6e6e6;
    --nascar-theme-primary: #dc3545;
    --nascar-theme-secondary: #6c757d;

    /* Shipballs Theme */
    --ship-theme-bg: #e8f4f8;
    --ship-theme-surface: #ffffff;
    --ship-theme-text: #1e3a8a;
    --ship-theme-border: #bfdbfe;
    --ship-theme-primary: #3b82f6;
    --ship-theme-secondary: #60a5fa;

    /* Colorballs Theme */
    --color-theme-bg: #fff9f9;
    --color-theme-surface: #ffffff;
    --color-theme-text: #8b4513;
    --color-theme-border: #f4c2a1;
    --color-theme-primary: #ff8c00;
    --color-theme-secondary: #ffa500;

    /* SCPballs Theme */
    --scp-theme-bg: #0a0a0a;
    --scp-theme-surface: #1a1a1a;
    --scp-theme-text: #e0e0e0;
    --scp-theme-border: #333333;
    --scp-theme-primary: #ffa500;
    --scp-theme-secondary: #ffcc80;
}