/* gamehub-theme.css */

:root {
    /* Fonds / surfaces */
    --gh-bg-main: #141017;
    --gh-bg-elevated: #1D1822;
    --gh-bg-surface-alt: #211B26;
    --gh-bg-frame: #251718;

    /* Bordures / accents neutres */
    --gh-border-muted: #5D5762;
    --gh-wood-light: #A99372;

    /* Marque */
    --gh-brand-blue: #347E9F;
    --gh-brand-blue-hover: #2C6B87;
    --gh-brand-orange: #AF641C;
    --gh-brand-orange-hover: #945517;

    /* Texte */
    --gh-text-main: #F5F7FB;
    --gh-text-muted: #C4C0CF;
    --gh-text-disabled: #8A8992;

    /* Tokens */
    --gh-color-surface-alt: var(--gh-bg-surface-alt);

    --gh-color-secondary-hover: var(--gh-brand-blue-hover);
    --gh-color-link-hover: var(--gh-brand-blue-hover);

    /* UI */
    --gh-radius-sm: 4px;
    --gh-radius-md: 8px;
    --gh-radius-lg: 12px;

    --gh-shadow-soft: 0 8px 20px rgba(0, 0, 0, 0.40);
    --gh-shadow-strong: 0 12px 28px rgba(0, 0, 0, 0.55);
}
