/* Dynamic theme for club: 67505639a69da91af7a339ba */

:root {
  --surface-app: #ffffff;
  --surface-page: #ffffff;
  --surface-elevated: #f5f5f5;
  --surface-secondary: #f2f2f2;
  --surface-tertiary: #e5e5e5;
  --surface-active: #d9d9d9;
  --surface-hover: rgba(0, 0, 0, 0.05);
  --surface-disabled: #ebebeb;
  --surface-inverse: #1b1b1b;
  --text-primary: #000000;
  --text-secondary: #666666;
  --text-tertiary: #888888;
  --text-disabled: #999999;
  --text-on-primary: #000000;
  --text-on-surface: #000000;
  --text-accent: #d4c000;
  --border-default: #e5e5e5;
  --border-subtle: rgba(0, 0, 0, 0.1);
  --border-strong: #cccccc;
  --border-input: #cccccc;
  --border-divider: #e5e5e5;
  --border-accent: #ffe500;
  --border-focus: #ffe500;
  --border-avatar: rgba(0, 0, 0, 0.15);
  --interactive-primary: #ffe500;
  --interactive-primary-hover: #f5dc00;
  --interactive-primary-active: #e6ce00;
  --interactive-secondary: #f0f0f0;
  --interactive-secondary-hover: #e5e5e5;
  --accent-brand: #ffe500;
  --accent-success: #8bc34a;
  --accent-info: #87ceeb;
  --accent-warning: #e2c217;
  --accent-error: #d32f2f;
  --menu-text-active: #000000;
  --menu-text-inactive: #888888;
  --menu-background: #ffffff;
  --bottom-menu-background: #ffffff;
  --bottom-menu-border-color: #e5e5e5;
  --bottom-menu-border-style: top;
  --bottom-menu-border-width: 1;
  --bottom-menu-border-radius: 0;
  --bottom-menu-use-gradient: true;
  --bottom-menu-gradient: linear-gradient(to bottom, #fff, #fffbe7 11%, #fff3a9 34%, #ffea61 59%, #fee760 71%, #fee05d 77%, #fcd358, #fbc051, #f9a847 89%, #f68b3c 92%, #f3682e 94%, #ef401f 97%, #ed2314 99%);
  --bottom-menu-glow-effect: true;
  --bottom-menu-active-elevated: true;
  --bottom-menu-style: full-width;
  --bottom-menu-height: 60;
  --bottom-menu-floating-margin: 12;
  --bottom-menu-floating-radius: 20;
  --bottom-menu-shadow: none;
  --bottom-menu-show-labels: true;
  --bottom-menu-icon-size: 24;
  --bottom-menu-center-elevated: false;
  --bottom-menu-center-position: center;
  --bottom-menu-center-detached: false;
  --bottom-menu-center-gap: 12;
  --bottom-menu-center-size: 56;
  --bottom-menu-center-offset: 20;
  --bottom-menu-center-background: #ffe500;
  --bottom-menu-center-use-gradient: false;
  --bottom-menu-center-gradient: ;
  --bottom-menu-center-border-color: transparent;
  --bottom-menu-center-border-width: 0;
  --bottom-menu-center-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  --bottom-menu-center-use-logo: false;
  --bottom-menu-center-notch: false;
  --bottom-menu-center-notch-size: 8;
  --bottom-menu-notch-gap: 6;
  --scrollbar-track: #f5f5f5;
  --scrollbar-thumb: #ffe500;
  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-3xl: 20px;
  --radius-pill: 34px;
  --radius-message: 18px;
  --radius-button: 6px;
  --radius-input: 6px;
  --radius-card: 12px;
  --radius-modal: 8px;
  --radius-circle: 50%;
  --radius-full: 9999px;
  --overlay-subtle: rgba(0, 0, 0, 0.03);
  --overlay-light: rgba(0, 0, 0, 0.08);
  --overlay-medium: rgba(0, 0, 0, 0.4);
  --overlay-heavy: rgba(0, 0, 0, 0.7);
  --overlay-modal: rgba(0, 0, 0, 0.5);
  --shadow-color-sm: rgba(0, 0, 0, 0.06);
  --shadow-color-md: rgba(0, 0, 0, 0.12);
  --shadow-color-lg: rgba(0, 0, 0, 0.2);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.2);
  --chart-grid: rgba(0, 0, 0, 0.08);
  --chart-text: rgba(0, 0, 0, 0.7);
  --chart-fill: rgba(255, 229, 0, 0.2);
  --chart-stroke: rgba(0, 0, 0, 0.4);
  --color-zone-1: #ffffff;
  --color-zone-2: #2C23A3;
  --color-zone-3: #2CB829;
  --color-zone-4: #E2C217;
  --color-zone-5: #FF5800;
  --color-zone-6: #BB1E1E;
  --color-zone-1-rgb: 255, 255, 255;
  --color-zone-2-rgb: 44, 35, 163;
  --color-zone-3-rgb: 44, 184, 41;
  --color-zone-4-rgb: 226, 194, 23;
  --color-zone-5-rgb: 255, 88, 0;
  --color-zone-6-rgb: 187, 30, 30;
  --color-tzone-1: rgba(255, 255, 255, 0.75);
  --color-tzone-2: rgba(44, 35, 163, 0.75);
  --color-tzone-3: rgba(44, 184, 41, 0.75);
  --color-tzone-4: rgba(226, 194, 23, 0.75);
  --color-tzone-5: rgba(255, 88, 0, 0.75);
  --color-tzone-6: rgba(187, 30, 30, 0.75);
  --text-on-inverse: #ffffff;
  --color-red: #ffe500;
  --color-mainblack: #1b1b1b;
  --color-buttonblack: #f0f0f0;
  --color-mainback: #ffffff;
  --color-inactive: #999999;
  --color-borderblack: #e5e5e5;
  --color-lightback: #f2f2f2;
  --color-lightgray: #e5e5e5;
  --color-rose: #e6ce00;
  --color-selectedgray: #d9d9d9;
  --color-blockback: #f5f5f5;
  --color-xlightback: rgba(0, 0, 0, 0.05);
  --color-blue: #87ceeb;
  --color-green: #8bc34a;
  --color-gray1: #666666;
  --color-gray2: #cccccc;
  --color-gray3: #202020;
  --color-menuinactive: #888888;
  --color-menuactive: #000000;
  --color-lightblue: #6F9DF5;
  --color-lightgreen: #70AA54;
  --color-darkgrey: #ebebeb;
  --color-white: #000000;
  --color-red-button-text: #000000;
  --color-black: #000000;
  --main-background: #ffffff;
  --main-text-color: #000000;
  --color-scroll: #ffe500;
  --color-screenback: #ffffff;
}

.67505639a69da91af7a339ba {
  --surface-app: #ffffff;
  --surface-page: #ffffff;
  --surface-elevated: #f5f5f5;
  --surface-secondary: #f2f2f2;
  --surface-tertiary: #e5e5e5;
  --surface-active: #d9d9d9;
  --surface-hover: rgba(0, 0, 0, 0.05);
  --surface-disabled: #ebebeb;
  --surface-inverse: #1b1b1b;
  --text-primary: #000000;
  --text-secondary: #666666;
  --text-tertiary: #888888;
  --text-disabled: #999999;
  --text-on-primary: #000000;
  --text-on-surface: #000000;
  --text-accent: #d4c000;
  --border-default: #e5e5e5;
  --border-subtle: rgba(0, 0, 0, 0.1);
  --border-strong: #cccccc;
  --border-input: #cccccc;
  --border-divider: #e5e5e5;
  --border-accent: #ffe500;
  --border-focus: #ffe500;
  --border-avatar: rgba(0, 0, 0, 0.15);
  --interactive-primary: #ffe500;
  --interactive-primary-hover: #f5dc00;
  --interactive-primary-active: #e6ce00;
  --interactive-secondary: #f0f0f0;
  --interactive-secondary-hover: #e5e5e5;
  --accent-brand: #ffe500;
  --accent-success: #8bc34a;
  --accent-info: #87ceeb;
  --accent-warning: #e2c217;
  --accent-error: #d32f2f;
  --menu-text-active: #000000;
  --menu-text-inactive: #888888;
  --menu-background: #ffffff;
  --bottom-menu-background: #ffffff;
  --bottom-menu-border-color: #e5e5e5;
  --bottom-menu-border-style: top;
  --bottom-menu-border-width: 1;
  --bottom-menu-border-radius: 0;
  --bottom-menu-use-gradient: true;
  --bottom-menu-gradient: linear-gradient(to bottom, #fff, #fffbe7 11%, #fff3a9 34%, #ffea61 59%, #fee760 71%, #fee05d 77%, #fcd358, #fbc051, #f9a847 89%, #f68b3c 92%, #f3682e 94%, #ef401f 97%, #ed2314 99%);
  --bottom-menu-glow-effect: true;
  --bottom-menu-active-elevated: true;
  --bottom-menu-style: full-width;
  --bottom-menu-height: 60;
  --bottom-menu-floating-margin: 12;
  --bottom-menu-floating-radius: 20;
  --bottom-menu-shadow: none;
  --bottom-menu-show-labels: true;
  --bottom-menu-icon-size: 24;
  --bottom-menu-center-elevated: false;
  --bottom-menu-center-position: center;
  --bottom-menu-center-detached: false;
  --bottom-menu-center-gap: 12;
  --bottom-menu-center-size: 56;
  --bottom-menu-center-offset: 20;
  --bottom-menu-center-background: #ffe500;
  --bottom-menu-center-use-gradient: false;
  --bottom-menu-center-gradient: ;
  --bottom-menu-center-border-color: transparent;
  --bottom-menu-center-border-width: 0;
  --bottom-menu-center-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  --bottom-menu-center-use-logo: false;
  --bottom-menu-center-notch: false;
  --bottom-menu-center-notch-size: 8;
  --bottom-menu-notch-gap: 6;
  --scrollbar-track: #f5f5f5;
  --scrollbar-thumb: #ffe500;
  --radius-none: 0;
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-3xl: 20px;
  --radius-pill: 34px;
  --radius-message: 18px;
  --radius-button: 6px;
  --radius-input: 6px;
  --radius-card: 12px;
  --radius-modal: 8px;
  --radius-circle: 50%;
  --radius-full: 9999px;
  --overlay-subtle: rgba(0, 0, 0, 0.03);
  --overlay-light: rgba(0, 0, 0, 0.08);
  --overlay-medium: rgba(0, 0, 0, 0.4);
  --overlay-heavy: rgba(0, 0, 0, 0.7);
  --overlay-modal: rgba(0, 0, 0, 0.5);
  --shadow-color-sm: rgba(0, 0, 0, 0.06);
  --shadow-color-md: rgba(0, 0, 0, 0.12);
  --shadow-color-lg: rgba(0, 0, 0, 0.2);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 24px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.2);
  --chart-grid: rgba(0, 0, 0, 0.08);
  --chart-text: rgba(0, 0, 0, 0.7);
  --chart-fill: rgba(255, 229, 0, 0.2);
  --chart-stroke: rgba(0, 0, 0, 0.4);
  --color-zone-1: #ffffff;
  --color-zone-2: #2C23A3;
  --color-zone-3: #2CB829;
  --color-zone-4: #E2C217;
  --color-zone-5: #FF5800;
  --color-zone-6: #BB1E1E;
  --color-zone-1-rgb: 255, 255, 255;
  --color-zone-2-rgb: 44, 35, 163;
  --color-zone-3-rgb: 44, 184, 41;
  --color-zone-4-rgb: 226, 194, 23;
  --color-zone-5-rgb: 255, 88, 0;
  --color-zone-6-rgb: 187, 30, 30;
  --color-tzone-1: rgba(255, 255, 255, 0.75);
  --color-tzone-2: rgba(44, 35, 163, 0.75);
  --color-tzone-3: rgba(44, 184, 41, 0.75);
  --color-tzone-4: rgba(226, 194, 23, 0.75);
  --color-tzone-5: rgba(255, 88, 0, 0.75);
  --color-tzone-6: rgba(187, 30, 30, 0.75);
  --text-on-inverse: #ffffff;
  --color-red: #ffe500;
  --color-mainblack: #1b1b1b;
  --color-buttonblack: #f0f0f0;
  --color-mainback: #ffffff;
  --color-inactive: #999999;
  --color-borderblack: #e5e5e5;
  --color-lightback: #f2f2f2;
  --color-lightgray: #e5e5e5;
  --color-rose: #e6ce00;
  --color-selectedgray: #d9d9d9;
  --color-blockback: #f5f5f5;
  --color-xlightback: rgba(0, 0, 0, 0.05);
  --color-blue: #87ceeb;
  --color-green: #8bc34a;
  --color-gray1: #666666;
  --color-gray2: #cccccc;
  --color-gray3: #202020;
  --color-menuinactive: #888888;
  --color-menuactive: #000000;
  --color-lightblue: #6F9DF5;
  --color-lightgreen: #70AA54;
  --color-darkgrey: #ebebeb;
  --color-white: #000000;
  --color-red-button-text: #000000;
  --color-black: #000000;
  --main-background: #ffffff;
  --main-text-color: #000000;
  --color-scroll: #ffe500;
  --color-screenback: #ffffff;
}
