:root {
    --theme-primary: #1F6B3C;
    --theme-secondary: #124B2B;
    --theme-accent: #36C66A;
    --theme-success: #58D77A;
    --theme-warning: #FFC107;
    --theme-danger: #F44336;
    --theme-info: #70BEFF;
    --theme-background: #050505;
    --theme-surface: #101010;
    --theme-surface-alt: #151515;
    --theme-text: #F5F5F5;
    --theme-text-muted: #9A9A9A;
    --theme-border: #2D2D2D;
    --theme-accent-rgb: 54, 198, 106;
    --theme-success-rgb: 88, 215, 122;
    --theme-warning-rgb: 255, 193, 7;
    --theme-danger-rgb: 244, 67, 54;
    --theme-info-rgb: 112, 190, 255;
    --theme-background-rgb: 5, 5, 5;
    --theme-surface-rgb: 16, 16, 16;
    --theme-text-rgb: 245, 245, 245;
    --theme-on-accent: #0E141C;
    --theme-on-success: #0E141C;
    --theme-on-warning: #0E141C;
    --theme-on-danger: #F5F7FB;
    --theme-on-info: #0E141C;
    --theme-radius: 18px;
    --theme-font-body: "Segoe UI", Helvetica, Arial, sans-serif;
    --theme-font-heading: "Segoe UI", Helvetica, Arial, sans-serif;
    --theme-fx-bg-glow: 0.16;
    --theme-fx-bg-depth: 0.92;
    --theme-fx-card-shadow: 0.45;
    --theme-fx-panel-shadow: 0.42;
    --theme-fx-table-overlay-opacity: 0.50;
    --theme-admin-bg: #050505;
    --theme-admin-surface: #101010;
    --theme-admin-text: #F5F5F5;
    --theme-admin-accent: #36C66A;
    --theme-admin-bg-rgb: 5, 5, 5;
    --theme-admin-surface-rgb: 16, 16, 16;
    --theme-admin-text-rgb: 245, 245, 245;
    --theme-admin-accent-rgb: 54, 198, 106;
    --theme-main-bg: #04170F;
    --theme-main-surface: #0F2418;
    --theme-main-text: #F3FFF8;
    --theme-main-accent: #5CF9B3;
    --theme-main-bg-rgb: 4, 23, 15;
    --theme-main-surface-rgb: 15, 36, 24;
    --theme-main-text-rgb: 243, 255, 248;
    --theme-main-accent-rgb: 92, 249, 179;
    --theme-table-bg: #050505;
    --theme-table-surface: #0F0F0F;
    --theme-table-text: #F6F6F6;
    --theme-table-accent: #36C66A;
    --theme-table-bg-rgb: 5, 5, 5;
    --theme-table-surface-rgb: 15, 15, 15;
    --theme-table-text-rgb: 246, 246, 246;
    --theme-table-accent-rgb: 54, 198, 106;
    --theme-referee-bg: #050505;
    --theme-referee-surface: #101010;
    --theme-referee-text: #F5F5F5;
    --theme-referee-accent: #36C66A;
    --theme-referee-bg-rgb: 5, 5, 5;
    --theme-referee-surface-rgb: 16, 16, 16;
    --theme-referee-text-rgb: 245, 245, 245;
    --theme-referee-accent-rgb: 54, 198, 106;
    --theme-token-main-page-background: #04170F;
    --theme-token-main-header-panel-left-bg: #0F2418;
    --theme-token-main-header-panel-center-bg: #0F2418;
    --theme-token-main-header-panel-right-bg: #0F2418;
    --theme-token-main-header-border: #2D2D2D;
    --theme-token-main-header-title-text: #F3FFF8;
    --theme-token-main-header-subtitle-text: #9A9A9A;
    --theme-token-main-score-card-bg: #0F2418;
    --theme-token-main-score-card-border: #2D2D2D;
    --theme-token-main-score-team-text: #F3FFF8;
    --theme-token-main-score-value-home: #58D77A;
    --theme-token-main-score-value-guest: #F44336;
    --theme-token-main-score-value-neutral: #9A9A9A;
    --theme-token-main-score-separator: #F3FFF8;
    --theme-token-main-score-qr-bg: #F3FFF8;
    --theme-token-main-score-qr-border: #2D2D2D;
    --theme-token-main-score-qr-text: #04170F;
    --theme-token-main-footer-bg: #0F2418;
    --theme-token-main-footer-border: #2D2D2D;
    --theme-token-main-footer-text-primary: #F3FFF8;
    --theme-token-main-footer-text-secondary: #9A9A9A;
    --theme-token-main-status-ok: #58D77A;
    --theme-token-main-status-warn: #FFC107;
    --theme-token-main-status-error: #F44336;
    --theme-token-table-page-background: #050505;
    --theme-token-table-card-bg: #0F0F0F;
    --theme-token-table-card-border: #2D2D2D;
    --theme-token-table-card-title-text: #F6F6F6;
    --theme-token-table-players-home-text: #F6F6F6;
    --theme-token-table-players-guest-text: #F6F6F6;
    --theme-token-table-points-home-value: #58D77A;
    --theme-token-table-points-guest-value: #F44336;
    --theme-token-table-sets-home-value: #58D77A;
    --theme-token-table-sets-guest-value: #F44336;
    --theme-token-table-separator: #F6F6F6;
    --theme-token-table-qr-bg: #F6F6F6;
    --theme-token-table-qr-border: #2D2D2D;
    --theme-token-table-qr-text: #050505;
    --theme-token-table-badge-live-bg: #58D77A;
    --theme-token-table-badge-live-text: #0E141C;
    --theme-token-table-badge-offline-bg: #9A9A9A;
    --theme-token-table-badge-offline-text: #0E141C;
    --theme-token-table-actions-primary-bg: #1F6B3C;
    --theme-token-table-actions-primary-text: #F5F7FB;
    --theme-token-table-actions-secondary-bg: #124B2B;
    --theme-token-table-actions-secondary-text: #F5F7FB;
    --theme-token-table-actions-danger-bg: #F44336;
    --theme-token-table-actions-danger-text: #F5F7FB;
    --theme-token-table-text-muted: #9A9A9A;
    --theme-token-table-frame-border: #2D2D2D;
    --theme-token-table-shadow-color: #050505;
    --theme-token-table-timebox-bg: #151515;
    --theme-token-table-timebox-border: #2D2D2D;
    --theme-token-table-overlay-bg: #050505;
    --theme-token-table-overlay-border: #2D2D2D;
    --theme-token-table-waiting-qr-bg: #F4F4F4;
    --theme-token-table-waiting-qr-border: #2D2D2D;
    --theme-token-table-waiting-player-bg: #151515;
    --theme-token-table-side-card-bg: #151515;
    --theme-token-table-side-card-border: #2D2D2D;
    --theme-token-table-side-card-team-text: #F5F5F5;
    --theme-token-table-score-value: #F6F6F6;
    --theme-token-table-sets-value: #F6F6F6;
    --theme-token-table-sets-bg: #050505;
    --theme-token-table-sets-border: #2D2D2D;
    --theme-token-table-timeout-bg: #F6F6F6;
    --theme-token-table-timeout-border: #050505;
    --theme-token-table-timeout-text: #050505;
    --theme-token-table-timeout-shadow: #050505;
    --theme-token-table-cardchip-bg: #050505;
    --theme-token-table-cardchip-border: #2D2D2D;
    --theme-token-table-cardchip-shadow: #050505;
    --theme-token-table-card-yellow-bg: #FFC107;
    --theme-token-table-card-yellow-border: #FFC107;
    --theme-token-table-card-yellow-text: #0E141C;
    --theme-token-table-card-red-bg: #F44336;
    --theme-token-table-card-red-border: #F44336;
    --theme-token-table-card-red-text: #F5F7FB;
    --theme-token-table-timer-label-shadow: #050505;
    --theme-token-table-timer-clock-shadow: #050505;
    --theme-token-table-serve-indicator-active: #F6F6F6;
    --theme-token-table-serve-indicator-core: #F6F6F6;
    --theme-token-table-serve-indicator-glow: #F6F6F6;
    --theme-token-ui-button-hover-bg: #36C66A;
    --theme-token-ui-button-hover-text: #0E141C;
    --theme-token-ui-button-focus-ring: #FFC107;
    --theme-token-ui-pill-bg: #151515;
    --theme-token-ui-pill-text: #F5F5F5;
    --theme-token-ui-pill-border: #2D2D2D;
}
