[data-theme="type2"] {
  /* =========================================
     1. Common Settings & Fonts
     ========================================= */
  /* Fonts skipped as per request */

  /* =========================================
     2. Dark Mode (Default)
     Based on Figma '1920w dark' Analysis
     ========================================= */

  /* Base Colors (Dark) */
  --background: #232626; /* Main App Background */
  --foreground: #ffffff; /* Primary Text */

  /* Brand Colors (Common) */
  --primary: #8ce974; /* Brand Green (Logo, Links, Accents) */
  --primary-foreground: #000000; /* Text on Primary */
  --primary-hover: #4cd125; /* Slightly lighter green */
  --primary-gradient-from: #24ee89;
  --primary-gradient-to: #9fe871;
  --primary-shadow: 0px 0px 12px 0px rgba(35, 238, 136, 0.3);
  --primary-inset-shadow: inset 0px -2px 0px 0px #1dca6a;

  /* Status Colors (Common) */
  --destructive: #fc3c3c; /* Danger/Error (from coin drop %) */
  --destructive-hover: #d63030;
  --success-gradient-from: #24ee89;
  --success-gradient-to: #24ee89;
  --error: #fc3c3c;

  /* Form Components (Dark) */
  --input-bg: #292d2e; /* Bg-Layer2 (Inputs) */
  --input-border: #323738; /* Bg-Layer3 (Borders) */
  --input-focus-border: #24ee89;
  --input-text: #ffffff;
  --input-placeholder: #5e6a73; /* Text-Disabled */
  --input-disabled-bg: #292d2e;
  --input-disabled-text: #5e6a73;

  --checkbox-bg: #292d2e;
  --checkbox-border: #5e6a73;
  --checkbox-checked-bg: #24ee89;
  --checkbox-checked-border: #24ee89;

  /* Table Colors (Dark) */
  --table-header-bg: #1e2121; /* Bg-Layer1 */
  --table-header-text: #ffffff;
  --table-border: rgba(228, 234, 240, 0.1); /* Faint border from design */
  --table-row-hover: rgba(255, 255, 255, 0.05);
  --table-row-even: rgba(255, 255, 255, 0.02);

  /* DatePicker Specific (Dark) */
  --datepicker-bg: #1e2121;
  --datepicker-text: #ffffff;
  --datepicker-label: #b3bec1; /* Text-Secondary */
  --datepicker-label-error: #fc3c3c;

  /* UI Elements (Dark) */
  --card-bg: #1e2121; /* Footer, Sidebar */
  --card-border: rgba(228, 234, 240, 0.1);
  --muted-foreground: #b3bec1; /* Text-Secondary */
  --border: rgba(228, 234, 240, 0.1);
  --ring: #24ee89;

  /* Dialog (Dark) */
  --dialog-bg: #1e2121;
  --dialog-border: #323738;
  --dialog-text: #ffffff;

  /* Main Page (Dark) */
  --main-quickmenu-bg: #1e2121;
  --main-quickmenu-gradient-from: #1e2121;
  --main-quickmenu-gradient-via: #1e2121;
  --main-quickmenu-gradient-to: #1e2121;

  --main-game-card-bg: #292d2e; /* Game Cards */
  --main-game-overlay-from: rgba(0, 0, 0, 0);
  --main-game-overlay-to: rgba(0, 0, 0, 0.7);

  --main-provider-bg: #17181b;

  /* Notice */
  --notice-overlay: rgba(0, 0, 0, 0.6);

  /* Event Card */
  --event-card-overlay-hover: rgba(0, 0, 0, 0.2);
  --event-card-gradient-from: rgba(0, 0, 0, 1);
  --event-card-gradient-via: rgba(0, 0, 0, 0.8);
  --event-card-gradient-to: rgba(0, 0, 0, 0);

  /* Inquiry */
  --inquiry-overlay: rgba(0, 0, 0, 0.6);
  --inquiry-primary: #24ee89;
  --inquiry-primary-foreground: #000000;
  --inquiry-muted: #b3bec1;
  --inquiry-border: rgba(228, 234, 240, 0.1);

  /* Inquiry Status Neon Badges (Dark) */
  --inquiry-status-unanswered: #ff4d6a;           /* 네온 핑크-레드 */
  --inquiry-status-unanswered-bg: rgba(255, 77, 106, 0.12);
  --inquiry-status-unanswered-glow: 0 0 8px rgba(255, 77, 106, 0.6);
  --inquiry-status-answered: #00e5ff;              /* 네온 시안 */
  --inquiry-status-answered-bg: rgba(0, 229, 255, 0.12);
  --inquiry-status-answered-glow: 0 0 8px rgba(0, 229, 255, 0.6);
  --inquiry-status-confirmed: #24ee89;             /* 네온 그린 */
  --inquiry-status-confirmed-bg: rgba(36, 238, 137, 0.12);
  --inquiry-status-confirmed-glow: 0 0 8px rgba(36, 238, 137, 0.6);

  /* Message */
  --message-overlay: rgba(0, 0, 0, 0.6);
  --message-primary: #24ee89;
  --message-primary-foreground: #000000;
  --message-border: rgba(228, 234, 240, 0.1);

  /* MyPage */
  --mypage-primary: #24ee89;
  --mypage-primary-foreground: #000000;
  --mypage-border: rgba(228, 234, 240, 0.1);
  --mypage-section-bg: #1e2121;

  /* Common Radius */
  --radius: 8px;

  /* Main Surfaces (Dark) */
  --main-surface-1: #323738;
  --main-surface-2: #3a4142;
  --main-surface-3: #353c3d;
  --main-overlay-weak: rgba(0, 0, 0, 0.1);
  --main-icon-bg: rgba(255, 255, 255, 0.08);
  --main-icon-border: rgba(255, 255, 255, 0.1);
  --glass-bg: rgba(0, 0, 0, 0.3);
  --glass-border: rgba(255, 255, 255, 0.1);

  /* Quick Menu Gradients (Dark) */
  --quickmenu-hero1-gradient:
    linear-gradient(270deg, #2c5040 0%, rgba(44, 80, 64, 0) 75%), #323738;
  --quickmenu-hero1-accent: #5ff0d3;

  --quickmenu-hero2-gradient:
    linear-gradient(270deg, #582e59 0%, rgba(88, 46, 89, 0) 75%), #323738;
  --quickmenu-hero2-accent: #cfa5e6;

  --quickmenu-slot-gradient:
    linear-gradient(
      270deg,
      rgba(39, 232, 187, 0.2) 0%,
      rgba(39, 232, 187, 0) 75%
    ),
    #323738;
  --quickmenu-slot-accent: #5ff0d3;

  --quickmenu-popular-gradient:
    linear-gradient(270deg, #504130 0%, rgba(80, 65, 48, 0) 75%), #323738;
  --quickmenu-popular-accent: #ffd477;

  --quickmenu-recent-gradient:
    linear-gradient(270deg, #425330 0%, rgba(66, 83, 48, 0) 75%), #323738;
  --quickmenu-recent-accent: #d4f7cc;

  /* Main Carousel (Dark) */
  --main-carousel-card-bg: linear-gradient(180deg, #3c3f43 0%, #1f2023 100%);
  --main-carousel-overlay: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.4) 100%
  );
  --market-card-bg: #17181b;
  --market-card-border: rgba(155, 155, 155, 0.2);
  --market-card-header-bg: rgba(0, 0, 0, 0.5);
  --market-card-header-border: rgba(140, 233, 116, 0.2);
  --market-card-header-border-gradient: linear-gradient(
    90deg,
    rgba(140, 233, 116, 0.2) 0%,
    rgba(140, 233, 116, 1) 50%,
    rgba(140, 233, 116, 0.2) 100%
  );
  --market-card-header-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  --market-card-header-ellipse: radial-gradient(
    84% 140% at 50% 100%,
    rgba(140, 233, 116, 0.28) 0%,
    rgba(140, 233, 116, 0.16) 36%,
    rgba(140, 233, 116, 0) 74%
  );
  /* 피그마 원본: fill rgba(140,233,116,0.5) + blur(90px) */
  --market-card-header-ellipse-color: rgba(140, 233, 116, 0.5);
  --market-card-overlay: linear-gradient(
    180deg,
    rgba(49, 49, 49, 0.5) 6%,
    rgba(38, 53, 34, 0.5) 60%
  );
  --market-card-button-bg: rgba(0, 0, 0, 0.3);
  --market-card-region: #8f8f8f;
  --market-card-label: #bababa;

  /* Top Menu (Dark) */
  --topmenu-bg: #1e2121;
  --topmenu-button-bg: #323738; /* Bg-Layer3 */
  --topmenu-button-hover: rgba(255, 255, 255, 0.1);

  /* Layout Colors (Dark) */
  --header-bg: #292d2e; /* Bg-Layer2 (Header) */
  --header-bg-md: #292d2e;
  --header-glass-bg: rgba(41, 45, 46, 0.8);
  --header-border: rgba(228, 234, 240, 0.1);
  --header-nav-border: rgba(228, 234, 240, 0.1);
  --header-glass-shadow:
    0px 12px 32px 0px rgba(0, 0, 0, 0.22),
    inset 0px 1px 0px rgba(255, 255, 255, 0.04);
  --header-ellipse: radial-gradient(
    50% 140% at 50% 0%,
    rgba(159, 232, 113, 0.28) 0%,
    rgba(36, 238, 137, 0.16) 34%,
    rgba(36, 238, 137, 0) 74%
  );
  --header-overlay: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0) 68%
  );
  --header-balance-pill-bg: rgba(0, 0, 0, 0.7);
  --header-balance-pill-hover-bg: rgba(0, 0, 0, 0.82);
  --header-balance-pill-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  --header-balance-pill-currency: rgba(255, 255, 255, 0.5);
  --header-level-button-bg:
    linear-gradient(
      180deg,
      rgba(159, 232, 113, 0.16) 0%,
      rgba(36, 238, 137, 0.08) 100%
    ),
    rgba(0, 0, 0, 0.62);
  --header-level-button-hover-bg:
    linear-gradient(
      180deg,
      rgba(159, 232, 113, 0.24) 0%,
      rgba(36, 238, 137, 0.14) 100%
    ),
    rgba(0, 0, 0, 0.74);
  --header-user-pill-bg:
    linear-gradient(
      135deg,
      rgba(159, 232, 113, 0.28) 0%,
      rgba(36, 238, 137, 0.18) 52%,
      rgba(255, 255, 255, 0.06) 100%
    ),
    rgba(30, 33, 33, 0.82);
  --header-user-pill-text: #8ce974;
  --header-user-pill-shadow:
    0px 0px 18px 0px rgba(36, 238, 137, 0.16),
    inset 0px 1px 0px rgba(255, 255, 255, 0.06);
  --header-balance-icon-shadow: 0px 0px 14px 0px rgba(140, 233, 116, 0.28);
  --header-balance-dialog-bg: rgba(23, 24, 27, 0.92);
  --header-balance-dialog-border: #49713f;
  --header-balance-dialog-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1);
  --header-balance-dialog-secondary-button-bg: rgba(0, 0, 0, 0.3);
  --header-telegram-button-bg: #0088cc;
  --header-telegram-button-hover-bg: #006fa6;
  --header-telegram-button-shadow: 0px 0px 20px 0px rgba(47, 186, 255, 0.28);
  --header-tether-button-bg:
    linear-gradient(
      135deg,
      rgba(159, 232, 113, 0.24) 0%,
      rgba(36, 238, 137, 0.12) 58%,
      rgba(255, 255, 255, 0.04) 100%
    ),
    rgba(30, 33, 33, 0.84);
  --header-tether-button-hover-bg:
    linear-gradient(
      135deg,
      rgba(159, 232, 113, 0.3) 0%,
      rgba(36, 238, 137, 0.18) 58%,
      rgba(255, 255, 255, 0.08) 100%
    ),
    rgba(30, 33, 33, 0.92);
  --header-tether-button-border: rgba(159, 232, 113, 0.28);
  --header-tether-button-text: #e8ffe5;
  --header-tether-button-shadow:
    0px 10px 24px 0px rgba(36, 238, 137, 0.12),
    inset 0px 1px 0px rgba(255, 255, 255, 0.08);
  --header-tether-button-hover-shadow:
    0px 14px 28px 0px rgba(36, 238, 137, 0.18),
    inset 0px 1px 0px rgba(255, 255, 255, 0.12);

  --sidebar-bg: #292d2e;
  --sidebar-tab-bg: #323738;
  --sidebar-tab-hover: #464f50;

  --content-bg: #17181b;
  --content-section-bg: #1e2121;
  --content-border: rgba(228, 234, 240, 0.1);

  /* Text Colors (Dark) */
  --text-primary: #ffffff;
  --text-secondary: #b3bec1; /* Body Text */
  --text-accent: #f5a623; /* VIP Gold / Warning */
  --text-danger: #fc3c3c;

  /* Pagination (Dark) */
  --pagination-text: #98a7b5; /* Text-Tertiary */
  --pagination-active-bg: #24ee89;
  --pagination-active-text: #000000;
  --pagination-hover-bg: #323738;

  /* Scrollbar (Dark) */
  --scrollbar-size: 8px;
  --scrollbar-radius: 8px;
  --scrollbar-track: rgba(255, 255, 255, 0.05);
  --scrollbar-thumb: rgba(255, 255, 255, 0.2);
  --scrollbar-thumb-hover: rgba(255, 255, 255, 0.3);

  /* Betting Components (only unique values not covered by existing vars) */
  --betting-button-bg: #313A3C;
  --betting-button-hover: #464f50;
  --betting-text-highlight: #24ee89;
  --betting-text-label: #98a7b5;

  /* Bonus Selector */
  --bonus-btn-inactive-bg: #304038;
  --bonus-btn-active-sub-label: #1d7046;

  /* Odds Direction */
  --odds-up: #FF4949;
  --odds-down: #48D7FF;
  --odds-neutral: #b3bec1;
  --odds-indicator-down: #2469FF;
  --odds-indicator-icon: #1E2121;

  /* Options Panel */
  --options-tab-inactive-border: #6F6F6F;    /* 카테고리 탭 비활성 테두리 */
  --options-tab-active-gradient: linear-gradient(
    90deg,
    rgba(73, 113, 63, 1) 0%,
    rgba(140, 233, 116, 1) 39%,
    rgba(73, 113, 63, 1) 100%
  );                                           /* 카테고리 탭 활성 그라디언트 테두리 */
  --options-selection-team: #D0DFE3;          /* 셀렉션 버튼 팀명 텍스트 */
  --handicap-positive: #FF4949;               /* 핸디캡 양수값 색상 */
  --handicap-negative: #48D7FF;               /* 핸디캡 음수값 색상 */
  --options-match-vs: #ffff17;               /* 매치 헤더 VS 텍스트 */
  --options-header-glow: radial-gradient(
    ellipse 100% 80% at 50% 0%,
    rgba(140, 233, 116, 0.15) 0%,
    rgba(140, 233, 116, 0.06) 40%,
    rgba(140, 233, 116, 0) 100%
  );                                           /* 매치 헤더 그린 글로우 */
  --options-header-badge-text: #D5D5D5;      /* 스포츠 배지 텍스트 */
  --options-header-divider: #3B474A;         /* 매치 헤더 구분선 */
  --sports-score-panel-overlay: linear-gradient(
    180deg,
    rgba(112, 5, 11, 0.08) 0%,
    rgba(181, 3, 6, 0.24) 100%
  );
  --sports-score-panel-bottom-overlay: linear-gradient(
    180deg,
    rgba(181, 3, 6, 0) 34%,
    rgba(108, 13, 18, 0.42) 100%
  );
  --sports-score-panel-border: rgba(255, 255, 255, 0.28);
  --sports-score-panel-cell-bg: rgba(255, 255, 255, 0.2);
  --sports-score-panel-cell-border: rgba(255, 255, 255, 0.2);
  --sports-score-panel-badge-bg: rgba(30, 54, 70, 0.46);
  --sports-score-panel-badge-border: rgba(214, 232, 244, 0.22);
  --sports-score-panel-badge-shadow:
    0px 14px 30px 0px rgba(5, 11, 16, 0.26),
    inset 0px 1px 0px rgba(255, 255, 255, 0.16);
  --sports-score-panel-badge-text: #f4fbff;
  --sports-score-panel-chip-bg: rgba(21, 39, 51, 0.34);
  --sports-score-panel-chip-border: rgba(214, 232, 244, 0.18);
  --sports-score-panel-chip-shadow:
    0px 14px 32px 0px rgba(4, 9, 14, 0.24),
    inset 0px 1px 0px rgba(255, 255, 255, 0.14);
  --sports-score-panel-chip-label: #c4d7e2;
  --sports-score-panel-chip-value: #ffffff;
  --sports-score-panel-score-text: #ffffff;
  --sports-score-panel-label-text: #ffffff;
  --sports-score-panel-card-icon-border: rgba(14, 22, 29, 0.38);
  --sports-score-panel-card-icon-shadow: 0px 6px 14px 0px rgba(3, 7, 11, 0.28);
  --sports-score-panel-yellow-card: #f5dc4a;
  --sports-score-panel-red-card: #d73b41;
  --sports-score-panel-indicator-active: #8ce974;
  --sports-score-panel-indicator-border: rgba(214, 232, 244, 0.26);

  /* Banner */
  --banner-accent: #24ee89;

  /* Signup/Auth */
  --auth-step-complete: #24ee89;
  --auth-step-active: #24ee89;
  --auth-step-active-ring: rgba(36, 238, 137, 0.3);

  /* Games (only unique values) */
  --games-active: #24ee89;
  --games-filter-shell-bg: linear-gradient(
    180deg,
    rgba(23, 24, 27, 0.96) 0%,
    rgba(23, 24, 27, 0.86) 76%,
    rgba(23, 24, 27, 0) 100%
  );
  --games-filter-shell-border: rgba(255, 255, 255, 0.05);
  --games-filter-tab-active-bg: #1e2121;
  --games-filter-tab-active-border: #49713f;
  --games-filter-tab-active-text: #8ce974;
  --games-filter-tab-active-shadow:
    0px 0px 30px 0px rgba(140, 233, 116, 0.3),
    inset 0px 0px 20px 0px rgba(140, 233, 116, 0.2);
  --games-filter-tab-bg: rgba(0, 0, 0, 0.3);
  --games-filter-tab-border: rgba(255, 255, 255, 0.3);
  --games-filter-tab-hover-border: rgba(255, 255, 255, 0.45);
  --games-filter-tab-text: rgba(255, 255, 255, 0.5);
  --games-filter-tab-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  --games-filter-input-bg: #1e2121;
  --games-filter-input-border: rgba(255, 255, 255, 0.3);
  --games-filter-input-text: #ffffff;
  --games-filter-input-placeholder: rgba(255, 255, 255, 0.5);
  --games-filter-input-icon: rgba(255, 255, 255, 0.5);
  --games-filter-input-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  --games-filter-input-focus-shadow: 0px 0px 24px 0px
    rgba(140, 233, 116, 0.18);

  /* Sidebar */
  --sidebar-badge-bg: #3a4142;

  /* Sidebar Banner Brand Colors */
  --sidebar-banner-pragmatic-text: #f9d9bd;
  --sidebar-banner-pragmatic-accent: #f7941e;
  --sidebar-banner-dot-text: #03f682;
  --sidebar-banner-dot-accent: #def3e0;

  /* Icons */
  --icon-user-online: #24ee89;

  /* Casino Icons */
  --casino-icon-stroke: #fc3c3c;
  --casino-icon-gradient-start: #ff6b6b;
  --casino-icon-gradient-mid: #fc3c3c;
  --casino-icon-gradient-end: #d10000;

  /* Event Card Colors */
  --event-signup: #2c5040;
  --event-deposit: #2e4a5c;
  --event-attendance: #2c5040;
  --event-referral: #5c2e4a;
  --event-casino: #4a2e5c;
  --event-sports: #5c5c2e;
  --event-vip: #5c2e2e;
  --event-slot: #2e5c5c;
  --event-loyalty: #3d5c2e;
  --event-birthday: #5c2e3d;
  --event-cashback: #2e3d5c;
  --event-special: #5c4a2e;
  --event-mobile: #2e5c4a;
  --event-live: #4a2e5c;
  --event-lottery: #5c2e4a;
  --event-tutorial: #2e4a5c;
  --event-login: #5c5c2e;
  --event-seasonal: #5c3d3d;
  --event-levelup: #3d5c3d;
  --event-survey: #3d3d5c;
  --event-default: #3a4142;
  --event-text: #ffffff;

  /* Toast Colors */
  --toast-icon-bg: #292d2e;
  --toast-success-from: #24ee89;
  --toast-success-to: #9fe871;
  --toast-warning-from: #f5a623;
  --toast-warning-to: #ffd477;
  --toast-info-from: #24b8ee;
  --toast-info-to: #71d4f8;
  --toast-muted-from: #5e6a73;
  --toast-muted-to: #98a7b5;

  /* Coupon Card */
  --coupon-bg: #323738;
  --coupon-bg-disabled: #252828;
  --coupon-border: #464f50;
  --coupon-badge-bg: #464f50;
  --coupon-accent: #8ce974;

  /* Coupon Game Type Colors */
  --coupon-color-all: #464f50;
  --coupon-color-casino: #ffe074;
  --coupon-color-slot: #37acff;
  --coupon-color-sports: #70ff57;
  --coupon-color-minigame: #ff787a;

  /* Minigame Bet Colors */
  --bet-blue: #3B82F6;
  --bet-red: #EF4444;

  /* Sports Tab Colors (9-color cycle by display order) */
  --sport-tab-container-bg: #17181b;
  --sport-tab-container-border: #3c4041;
  --sport-tab-bg: #1e2121;
  --sport-tab-all-border: #3c4041;
  --sport-tab-count: #b3bec1;
  --sport-tab-label: #6b7475;
  --sport-tab-active-border: #49713f;
  --sport-tab-active-text: #8ce974;
  --sport-tab-active-shadow:
    0px 0px 10px 0px rgba(140, 233, 116, 0.3),
    inset 0px 0px 20px 0px rgba(140, 233, 116, 0.2);
  --sport-tab-color-1: #32d6ff;
  --sport-tab-color-2: #5479ff;
  --sport-tab-color-3: #a941ff;
  --sport-tab-color-4: #ff76df;
  --sport-tab-color-5: #ff5053;
  --sport-tab-color-6: #ffb14c;
  --sport-tab-color-7: #d5ff4c;
  --sport-tab-color-8: #4cff52;
  --sport-tab-color-9: #ffffff;

  /* SubTitle Component */
  --subtitle-bar-color: rgba(43, 139, 69, 1);
  --subtitle-bar-glow: rgba(43, 139, 69, 0.4);
  --subtitle-watermark: #14301d;

  /* Sports Group Header */
  --sport-group-bg: #1e2121;
  --sport-group-bg-from: rgba(0, 0, 0, 1);
  --sport-group-bg-to: rgba(17, 17, 17, 1);
  --sport-group-border-from: #24ee89;
  --sport-group-border-via: #0088ff;
  --sport-group-border-to: #24ee89;
  --sport-group-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
  --sport-group-radius: 5px;
  --sport-group-country: #fff264;
  --sport-group-league: #21b9ff;
  --sport-group-separator: #838383;
  --sport-group-badge-bg: #1f362c;
  --sport-group-badge-text: #24ee71;
  --sports-list-toolbar-active: #ffffff;
  --sports-list-toolbar-inactive: #767676;
  --sports-list-toolbar-accent: #8ce974;
  --sports-list-shell-bg: #292d2e;
  --sports-list-shell-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  --sports-asian-group-bg: #262b2d;
  --sports-asian-group-text: #ffffff;
  --sports-asian-group-meta: #9aa2a4;
  --sports-asian-row-bg: #2d3234;
  --sports-asian-row-divider: #3c4243;
  --sports-asian-team-text: #ffffff;
  --sports-asian-center-text: #d7d7d7;
  --sports-asian-handicap-indicator: #eaff00;
  --sports-list-group-bg: #1e2121;
  --sports-list-group-border: rgba(140, 233, 116, 0.5);
  --sports-list-group-ellipse:
    linear-gradient(
      90deg,
      rgba(140, 233, 116, 0) 0%,
      rgba(140, 233, 116, 0.01) 18%,
      rgba(140, 233, 116, 0.045) 34%,
      rgba(140, 233, 116, 0.085) 50%,
      rgba(140, 233, 116, 0.045) 66%,
      rgba(140, 233, 116, 0.01) 82%,
      rgba(140, 233, 116, 0) 100%
    ),
    radial-gradient(
      34% 150% at 50% 0%,
      rgba(140, 233, 116, 0.14) 0%,
      rgba(140, 233, 116, 0.06) 36%,
      rgba(140, 233, 116, 0) 100%
    );
  --sports-list-group-label: #a4a4a4;
  --sports-list-row-divider: #3c4243;
  --sports-list-row-meta: #909090;
  --sports-list-row-cell-bg: #313a3c;
  --sports-list-row-cell-active-border: #8ce974;
  --sports-list-row-more-bg: #1c2224;
  --sports-list-row-icon-bg: #242b2d;
  --sports-list-row-icon-text: #dfe7ea;
  --sports-live-period-text: #668E5B;
  --sports-live-score: #4DBBFF;
  --sports-live-score-diff: #FFEA00;
  --sports-selection-label: #657B66;

  /* Util Sidebar (Dark) */
  --util-sidebar-group-active-from: #425559;
  --util-sidebar-group-active-to: #323738;
  --util-sidebar-subitem-from: #53686c;
  --util-sidebar-subitem-to: #323738;
  --util-sidebar-balance-bg: #393e3f;
  --util-sidebar-shadow: 0px 6px 0px 0px #304b29;
}
