:root {
    --custom-background: #1b1140;
    --custom-card-header: #4b416b;
    --custom-card-body: #362c59;
    --custom-card-footer: #4b416b;
    --custom-primary: #6c5ce7;
    --custom-secondary: #fd79a8;
    --custom-accent: #00cec9;
    --custom-success: #00b894;
    --custom-warning: #fdcb6e;
    --custom-danger: #e84393;
    --custom-info: #74b9ff;
    --custom-font-size-base: 16px;
    --custom-font-size-h1: 36px;
    --custom-font-size-h2: 28px;
    --custom-font-size-h3: 24px;
    --custom-font-size-h4: 20px;
    --custom-font-size-h5: 18px;
    --custom-font-size-text-big: 18px;
    --custom-font-size-text-normal: 16px;
    --custom-font-size-text-small: 14px;
    --custom-border-radius: 12px;
    --calendar-cell-height: 120px;
    --calendar-cell-padding: 8px;
    --calendar-border-width: 1px;
    --calendar-border-color: #4b416b;
    --calendar-header-bg: #4b416b;
    --calendar-header-text: #495057;
    --calendar-today-bg: #4b416b;
    --calendar-today-border: #2196f3;
    --calendar-hover-bg: #f0f0f0;
    --calendar-weekend-bg: #f8f9fa;
    --calendar-other-month-bg: #1b1140;
    --calendar-event-border-radius: 3px;
    --calendar-event-margin: 2px;
    --calendar-event-padding: 4px;
    --calendar-event-font-size: 10px;
    --calendar-event-hover-lift: 1px;
    --calendar-event-hover-shadow: 0 2px 4px rgba(0,0,0,0.1);
    --calendar-badge-border-radius: 12px;
    --calendar-filter-tag-spacing: 8px;
    --calendar-animation-speed: 0.2s;
    
/* Gaming Theme Variables */
    --gaming-primary: #6c5ce7;
    --gaming-secondary: #fd79a8;
    --gaming-accent: #00cec9;
    --gaming-success: #00b894;
    --gaming-warning: #fdcb6e;
    --gaming-danger: #e84393;
    --gaming-info: #74b9ff;
    --gaming-bg-primary: #15170d;
    --gaming-bg-secondary: #161b22;
    --gaming-bg-tertiary: #21262d;
    --gaming-bg-card: #1c2128;
    --gaming-bg-elevated: #262c36;
    --gaming-text-primary: #f0f6fc;
    --gaming-text-secondary: #b1bac4;
    --gaming-text-muted: #768390;
    --gaming-text-accent: #58a6ff;
    --gaming-glow: 0 0 20px rgba(108, 92, 231, 0.2);
    --gaming-glow-hover: 0 0 30px rgba(108, 92, 231, 0.3);
    --gaming-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
    --gaming-border: rgba(108, 92, 231, 0.2);
    --gaming-gradient: linear-gradient(135deg, var(--gaming-primary) 0%, var(--gaming-secondary) 100%);
    --gaming-gradient-subtle: linear-gradient(135deg, rgba(108, 92, 231, 0.1) 0%, rgba(253, 121, 168, 0.1) 100%);
}

body { background-color: var(--custom-background) !important; }

/* Card Customization */
.card { background-color: var(--custom-card-body) !important; }
.card-header { background-color: var(--custom-card-header) !important; border-bottom: 1px solid rgba(0,0,0,.125); }
.card-footer { background-color: var(--custom-card-footer) !important; border-top: 1px solid rgba(0,0,0,.125); }
.card-body { background-color: var(--custom-card-body) !important; }

/* Typography */
body, p { font-size: var(--custom-font-size-text-normal) !important; }
h1, .h1 { font-size: var(--custom-font-size-h1) !important; font-weight: 600; }
h2, .h2 { font-size: var(--custom-font-size-h2) !important; font-weight: 600; }
h3, .h3 { font-size: var(--custom-font-size-h3) !important; font-weight: 600; }
h4, .h4 { font-size: var(--custom-font-size-h4) !important; font-weight: 600; }
h5, .h5 { font-size: var(--custom-font-size-h5) !important; font-weight: 600; }
h6, .h6 { font-size: var(--custom-font-size-h5) !important; font-weight: 600; }
.text-big { font-size: var(--custom-font-size-text-big) !important; }
.text-normal { font-size: var(--custom-font-size-text-normal) !important; }
.text-small, small, .small { font-size: var(--custom-font-size-text-small) !important; }

/* Navbar Customization */
.navbar-brand img { height: 40px !important; width: auto !important; }
.navbar { background-color: #1b1140 !important; }
.navbar { border-bottom: 1px solid #2a1c56 !important; }
.navbar { position: sticky !important; top: 0 !important; z-index: 1030 !important; }
.navbar { padding: 0px 16px 8px 16px !important; }

