[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: #0b0c10; /* Main App Background */
  --foreground: #fff; /* Primary Text */

  /* Brand Colors (Common) */
  --primary: #e35b20; /* Brand Green (Logo, Links, Accents) */
  --primary-foreground: #ffffff; /* Text on Primary */
  --primary-hover: #ea8052; /* Slightly lighter green */
  --primary-gradient-from: #e35b20;
  --primary-gradient-to: #ff9500;
  --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: #e32028; /* Danger/Error (from coin drop %) */
  --destructive-hover: #c11c23;
  --success-gradient-from: #67b628;
  --success-gradient-to: #a9da2b;
  --error: #ff5252;

  /* Form Components (Dark) */
  --input-bg: #22232f; /* Bg-Layer2 (Inputs) */
  --input-border: #333544; /* Bg-Layer3 (Borders) */
  --input-focus-border: #e35b20;
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.58); /* Text-Disabled */
  --input-disabled-bg: #22232f;
  --input-disabled-text: #9097a3;

  --checkbox-bg: #0b0c10;
  --checkbox-border: #555555;
  --checkbox-checked-bg: #e35b20;
  --checkbox-checked-border: #e35b20;

  /* Table Colors (Dark) */
  --table-header-bg: #1e2130; /* Bg-Layer1 */
  --table-header-text: #ffffff;
  --table-border: #333333; /* 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: #423447;
  --datepicker-text: #e2e2e2;
  --datepicker-label: #c6abd1; /* Text-Secondary */
  --datepicker-label-error: #49b3ff;

  /* UI Elements (Dark) */
  --card-bg: #1e2130; /* Footer, Sidebar */
  --card-border: #333333;
  --muted-foreground: #c7c9cc; /* Text-Muted */
  --border: #333333;
  --ring: #e35b20;

  /* Dialog (Dark) */
  --dialog-bg: #141621;
  --dialog-border: #333333;
  --dialog-text: #f1f3f7;

  /* Main Page (Dark) */
  --main-quickmenu-bg: #483324;
  --main-quickmenu-gradient-from: #2e2035;
  --main-quickmenu-gradient-via: #9b3e3e;
  --main-quickmenu-gradient-to: #2e2035;

  --main-game-card-bg: #23252e; /* Game Cards */
  --main-game-card-border: #4d4d4d;
  --main-game-overlay-from: rgba(35, 37, 46, 0);
  --main-game-overlay-to: rgba(35, 37, 46, 1);
  --main-game-title-shadow: 0px 0px 20px rgba(0, 0, 0, 1);

  --main-provider-bg: #0b0e17;
  /* Game provider action banners — source: Figma 48:5963 */
  --game-provider-action-banner-bg:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 342.5 70' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23grad)' opacity='0.699999988079071'/%3E%3Cdefs%3E%3CradialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(7.5471e-14 5.6875 -27.238 0.000039217 171.25 -4.375)'%3E%3Cstop stop-color='rgba(200,132,255,1)' offset='0'/%3E%3Cstop stop-color='rgba(156,80,204,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),
    linear-gradient(90deg, #1c1424 0%, #1c1424 100%);
  --game-provider-action-banner-bg-soft:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 342.5 70' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Crect x='0' y='0' height='100%25' width='100%25' fill='url(%23grad)' opacity='0.5'/%3E%3Cdefs%3E%3CradialGradient id='grad' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='10' gradientTransform='matrix(7.5471e-14 5.6875 -27.238 0.000039217 171.25 -4.375)'%3E%3Cstop stop-color='rgba(200,132,255,1)' offset='0'/%3E%3Cstop stop-color='rgba(156,80,204,0)' offset='1'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"),
    linear-gradient(90deg, #1c1424 0%, #1c1424 100%);
  --game-provider-action-banner-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
  --game-provider-action-banner-title: #cf93ff;
  --game-provider-action-banner-telegram: #29aaed;
  --game-provider-action-banner-title-base: #b8c1ff;
  --game-provider-action-banner-link: #ffffff;
  --game-provider-action-banner-title-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --game-provider-action-banner-link-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  --game-provider-action-banner-bg-size: 100% 100%, 100% 100%;
  --game-provider-action-banner-bg-position: center top, center;

  /* 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: #e35b20;
  --inquiry-primary-foreground: #ffffff;
  --inquiry-muted: #c8ccd3;
  --inquiry-border: #333333;

  /* 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: #e35b20;
  --message-primary-foreground: #ffffff;
  --message-border: #333333;

  /* MyPage */
  --mypage-primary: #e35b20;
  --mypage-primary-foreground: #ffffff;
  --mypage-border: #333333;
  --mypage-section-bg: #1e2130;

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

  /* 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(255, 255, 255, 0.048);
  --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: #0b0c10;
  --topmenu-button-bg: rgba(255, 255, 255, 0.2); /* Bg-Layer3 */
  --topmenu-button-hover: rgba(255, 255, 255, 0.3);

  /* Layout Colors (Dark) */
  --header-bg: #0b0c10; /* Bg-Layer2 (Header) */
  --header-bg-md: #141621;
  --header-glass-bg: rgba(41, 45, 46, 0.8);
  --header-border: #e35b20;
  --header-nav-border: #2a2c35;
  /* Mobile logged-out auth row (Figma 2226:16241) */
  --header-auth-accent: #ff9422;
  --header-auth-accent-bg: rgba(255, 148, 34, 0.1);
  --header-auth-accent-foreground: #000000;
  --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: #0b0c10;
  --sidebar-tab-bg: #141621;
  --sidebar-tab-hover: #1e2130;

  --content-bg: #141621;
  --content-section-bg: #0b0c10;
  --content-border: #333333;

  /* Text Colors (Dark) */
  --text-primary: #ffffff;
  --text-secondary: #c8ccd3; /* Body Text */
  --text-accent: #fff52f; /* VIP Gold / Warning */
  --text-danger: #ff5252;

  /* Pagination (Dark) */
  --pagination-text: #c8ccd3; /* Text-Tertiary */
  --pagination-active-bg: #fae58f; /* Figma pagination active (pale gold) */
  --pagination-active-text: #131313; /* dark text on pale gold */
  --pagination-hover-bg: rgba(255, 255, 255, 0.08);

  /* Scrollbar (Dark) */
  --scrollbar-size: 8px;
  --scrollbar-radius: 8px;
  --scrollbar-track: rgba(0, 0, 0, 0.08);
  --scrollbar-thumb: rgba(0, 0, 0, 0.35);
  --scrollbar-thumb-hover: rgba(0, 0, 0, 0.5);

  /* Betting Components (only unique values not covered by existing vars) */
  --betting-button-bg: #595964;
  --betting-button-hover: #6e6e7a;
  --betting-text-highlight: #ffc92f;
  --betting-text-label: #617aa2;
  /* Betting/Sports action accent — Revolution Renewal 2026 (blue #2092e3) */
  --betting-action: #2092e3;
  --betting-action-hover: #1c82cc;
  --betting-bonus-gold: #ffd171; /* 폴드 보너스 배율 gold (Figma) */
  --betting-cart-market: #3589ff; /* 배팅카트 마켓명 blue (Figma) */
  --betting-cart-team: #e33f3f; /* 배팅카트 셀렉션 팀명 red (Figma) */
  /* 게임 카드 이미지 플레이스홀더 (Figma 2226:7273) — 로딩/로드 실패 시 노출 */
  --game-placeholder-bg: #121623;

  /* 모바일 베팅카드 금액 영역 (Figma 2226:18244) */
  --betting-amount-field-bg: #24272e; /* 베팅금액 입력 바 */
  --betting-quick-from: #4b4b4b; /* 빠른 금액 버튼 그라디언트 top */
  --betting-quick-to: #2d2d2d; /* 빠른 금액 버튼 그라디언트 bottom */
  --betting-summary-label: #9b9b9b; /* 총 배팅 / 원 라벨 */
  /* 미니게임 베팅카트 (Figma 2226:13302 Right Sidebar) */
  --minigame-cart-bg: #131313; /* 카트 셸 bg */
  --minigame-cart-border: #343a45; /* 카트 테두리 + 헤더 구분선 */
  --minigame-cart-shadow: 0px 0px 10px 0px #000000;
  --minigame-cart-row-bg: #21272a; /* 베팅 픽 행 bg */
  --minigame-pick-blue-bg: #242c3b; /* P / 홀 / 언더 뱃지 */
  --minigame-pick-blue-border: #2e4e85;
  --minigame-pick-red-bg: #362629; /* B / 짝 / 오버 뱃지 */
  --minigame-pick-red-border: #803133;
  --minigame-pick-tie-bg: #223730; /* T / 무 뱃지 */
  --minigame-pick-tie-border: #4c7d4a;
  --betting-quick-amount: #fbe686; /* 빠른 금액 버튼 텍스트 gold */
  --betting-summary-muted: #99a1af; /* 배당 / 베팅금액 / 예상당첨 라벨 */

  /* 모바일 플로팅 카트바 (Figma 2226:17863 Bottom Container) — 바탕은 --betting-action */
  --betting-cart-bar-label: #000000; /* 파란 바 위 라벨 텍스트 */
  --betting-cart-bar-value: #fae58f; /* 선택경기 수 / 합산배당률 값 (pale gold) */
  --betting-cart-bar-btn: #0061a6; /* 카트비우기·카트열기 버튼 bg */
  --betting-cart-bar-btn-hover: #005490; /* 위 버튼 hover — 피그마에 상태 없어 --betting-action-hover와 동일 방식으로 어둡게 파생 */

  /* ── Figma exact accents (2026 pixel-perfect pass) ── */
  --action-blue-bright: #31b7ff; /* form/board action buttons (Figma) */
  --games-slot-accent: #20e385; /* slot filter/banner green (Figma) */
  --games-slot-accent-bg: rgba(32, 227, 133, 0.1);
  --minigame-history-card-bg: #131313;
  --minigame-history-header-bg: #1e1e1e;
  --tt-intro-border: #ea8c21; /* tt-gaming intro box border (Figma golden orange) */
  --tt-banner-accent: #79ff0b; /* tt-gaming banner headline + 입장하기 pill (Figma lime) */
  --tt-banner-note: #b65bff; /* tt-gaming banner 회원가입 안내 문구 (Figma purple) */
  --text-muted-fig: #848484;
  --sports-accent-cross: #e3e320;
  --sports-accent-special: #e37b20;
  --sports-accent-inplay: #e32023;
  --sports-accent-europe: #ff6ed3;
  --sports-accent-live: #7585ff;
  --sports-tab-row-border: #20e385;
  --table-header-bg-fig: #1e1e1e; /* Figma list header bg */
  --table-border-fig: #292929; /* Figma list hairline */
  --table-container-fig: #000000; /* Figma list card bg (pure black) */
  --attendance-amber: #d6942c; /* attendance checkmark / bonus tier (Figma) */
  --weekday-gray: #979797; /* calendar weekday header (Figma) */
  --pagination-active-gold: #fae58f; /* pagination active (Figma pale gold) */
  --rolling-progress-track: #2a271d; /* 롤링 진행바 트랙 (Figma gold-tinted dark) */
  --rolling-progress-fill: #f9df79; /* 롤링 진행바 채움 (Figma gold) */
  --footer-copyright: #616161; /* footer copyright text (Figma) */
  --login-dialog-bg: #131313;
  --login-input-bg: #1e1e1e;
  --login-secondary-btn-bg: #21272a;
  --auth-signup-link-from: #f12a61;
  --auth-signup-link-to: #d30c43;
  --auth-cancel-btn-bg: #acacac; /* register 취소 button (Figma) */
  --auth-cancel-btn-text: #454545;
  --mypage-profile-border: #31b7ff;
  --mypage-row-bg: #1e1e1e;
  --mypage-label: #6a7282;
  --mypage-userid: #8c929e; /* 내정보 유저 카드 아이디 (Figma) */
  --mypage-filter-inactive-bg: #0f374c; /* 내정보 머니/포인트 필터 비활성 (Figma) */
  --mypage-point-gold: #fdc700; /* 내정보 보유 포인트 값 (Figma) */
  --mypage-divider: #2a2120; /* 내정보 보유머니/포인트 구분선 (Figma) */

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

  /* Odds Direction */
  --odds-up: #ff4d4f;
  --odds-down: #2d6bff;
  --odds-neutral: #a0aec0;
  --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; /* 매치 헤더 구분선 */
  --options-header-competition: #8ce974; /* 옵션스패널 헤더 리그명 */
  --options-market-count-active: #3cfff5; /* 마켓 카운트 버튼 활성 색상 */
  --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: #2fbaff;

  /* Signup/Auth */
  --auth-step-complete: #79d324;
  --auth-step-active: #6c2da6;
  --auth-step-active-ring: rgba(108, 45, 166, 0.3);

  /* Games (only unique values) */
  --games-active: #ff4d4d;
  --games-filter-shell-bg: linear-gradient(
    180deg,
    color-mix(in srgb, var(--content-bg) 96%, transparent) 0%,
    color-mix(in srgb, var(--content-bg) 86%, transparent) 76%,
    color-mix(in srgb, var(--content-bg) 0%, transparent) 100%
  );
  --games-filter-shell-border: color-mix(
    in srgb,
    var(--text-primary) 5%,
    transparent
  );
  /* Casino filter accent — Figma purple (per-screen, distinct from orange primary) */
  --games-casino-accent: #af20e3;
  --games-filter-tab-active-bg: color-mix(
    in srgb,
    var(--primary) 5%,
    transparent
  );
  --games-filter-tab-active-border: var(--primary);
  --games-filter-tab-active-text: var(--primary);
  --games-filter-tab-active-shadow:
    0px 0px 30px 0px color-mix(in srgb, var(--primary) 10%, transparent),
    inset 0px 0px 20px 0px color-mix(in srgb, var(--primary) 10%, transparent);
  --games-filter-tab-bg: color-mix(in srgb, var(--background) 10%, transparent);
  --games-filter-tab-border: color-mix(
    in srgb,
    var(--text-primary) 30%,
    transparent
  );
  --games-filter-tab-hover-border: color-mix(
    in srgb,
    var(--primary) 45%,
    var(--text-primary)
  );
  --games-filter-tab-text: color-mix(
    in srgb,
    var(--text-primary) 50%,
    transparent
  );
  --games-filter-tab-shadow: 0px 0px 20px 0px
    color-mix(in srgb, var(--background) 50%, transparent);
  --games-filter-input-bg: var(--input-bg);
  --games-filter-input-border: var(--input-border);
  --games-filter-input-text: var(--input-text);
  --games-filter-input-placeholder: var(--input-placeholder);
  --games-filter-input-icon: var(--input-placeholder);
  --games-filter-input-shadow: 0px 0px 20px 0px
    color-mix(in srgb, var(--background) 40%, transparent);
  --games-filter-input-focus-shadow: 0px 0px 24px 0px
    color-mix(in srgb, var(--primary) 18%, transparent);

  /* Sidebar */
  --sidebar-badge-bg: #353b46;
  --sidebar-menu-label: #9ca1c2; /* Left sidebar nav/menu label (Figma) */
  --sidebar-menu-panel: #222535; /* Left sidebar account-menu panel bg (Figma) */
  --sidebar-profile-money: #b6e94f; /* 게임머니 value (Figma lime-green) */
  --sidebar-cta-pink: #f857c0; /* 입금/출금 gradient bottom (Figma) */

  /* Popup shell — 이벤트/공지사항/쪽지 상세 (Figma 2226:11854 / 2226:12240 / 2226:12466) */
  --popup-bg: #000000;
  --popup-border: #292929;
  --popup-row-bg: #1e1e1e; /* 라벨 행 컨테이너 */
  --popup-field-bg: #131313; /* 행 내부 값 필드 */
  --popup-field-text: #9ca1c2;
  --popup-btn-text: #000000; /* accent 버튼 위 텍스트 */

  /* Mobile sidebar (Figma 2226:15944) */
  --msidebar-overlay-bg: rgba(0, 0, 0, 0.9);
  --msidebar-field-bg: #000000; /* balance/info/menu surface (Figma pure black) */
  --msidebar-level-divider: #5c5c5c;
  --msidebar-logout-bg: #24272e;
  --msidebar-logout-border: #494949;
  --msidebar-money-value: #ff5353;
  --msidebar-point-value: #fff569;
  --msidebar-point-badge-bg: #282828;
  --msidebar-cash-accent: #ff9422; /* 입금/출금 outlined pill */

  /* Mobile sidebar game buttons — gradient bottom stop per category (Figma) */
  --game-btn-from: #0b0e17;
  --game-btn-casino-to: #9a0400;
  --game-btn-slot-to: #870097;
  --game-btn-minigame-to: #67cdf4;
  --game-btn-europe-to: #3b77a3;
  --game-btn-domestic-to: #73522a;
  --game-btn-neutral-to: #32374f;

  /* 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: #a3e635;

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

  /* Event Card Colors */
  --event-signup: #ffe5cc;
  --event-deposit: #e5f3ff;
  --event-attendance: #e5ffe5;
  --event-referral: #ffe5f3;
  --event-casino: #f3e5ff;
  --event-sports: #ffffe5;
  --event-vip: #ffe5e5;
  --event-slot: #e5ffff;
  --event-loyalty: #f0ffe5;
  --event-birthday: #ffe5f0;
  --event-cashback: #e5f0ff;
  --event-special: #ffe5b3;
  --event-mobile: #b3ffe5;
  --event-live: #e5b3ff;
  --event-lottery: #ffb3e5;
  --event-tutorial: #b3e5ff;
  --event-login: #ffffb3;
  --event-seasonal: #ffb3b3;
  --event-levelup: #b3ffb3;
  --event-survey: #b3b3ff;
  --event-default: #d9d9d9;
  --event-text: #333333;

  /* Toast Colors */
  --toast-icon-bg: #1a1f2e;
  --toast-success-from: #22c55e;
  --toast-success-to: #4ade80;
  --toast-warning-from: #f59e0b;
  --toast-warning-to: #fcd34d;
  --toast-info-from: #3b82f6;
  --toast-info-to: #60a5fa;
  --toast-muted-from: #6b7280;
  --toast-muted-to: #9ca3af;

  /* Coupon Card */
  --coupon-bg: #0b0e17; /* Figma coupon card near-black */
  --coupon-bg-disabled: #252828;
  --coupon-border: #464f50;
  --coupon-badge-bg: #464f50;
  --coupon-accent: #8ce974;

  /* Coupon Game Type Colors (Figma exact hues) */
  --coupon-color-all: #66c407; /* generic green */
  --coupon-color-casino: #476fff; /* periwinkle blue */
  --coupon-color-slot: #37acff;
  --coupon-color-sports: #fd9900; /* orange */
  --coupon-color-minigame: #8e4eff; /* purple */

  /* 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);
  /* 밝은 채움색(시안/주황/노랑/초록) 알약 위에서는 흰 글씨가 안 읽혀서 검정을 쓴다. */
  --header-nav-pill-dark-text: #000000;

  --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;

  /* Sports Filter Bar V2 Colors */
  --filter-v2-sort-active: #3cfff5;
  --filter-v2-sort-inactive: #a4a4a4;
  --filter-v2-search-bg: #303448;
  --filter-v2-search-placeholder: #8f8f8f;

  /* Sports Tab V2 Colors */
  --sport-tab-v2-wrap-bg: #222535;
  --sport-tab-v2-label: #9ca1c2;
  --sport-tab-v2-count: #9ca1c2;
  --sport-tab-v2-active-text: #ffffff;
  --sport-tab-v2-active-bg: #e35a20;
  --sport-tab-v2-active-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

  /* 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: #3cfff5;
  --sports-list-shell-bg: #141621;
  --sports-list-shell-shadow: 0px 0px 10px 0px black;
  --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: #2d3250;
  --sports-list-group-border: #454f83;
  --sports-list-group-ellipse: none;
  --sports-list-group-label: #ffffff;
  --sports-list-row-divider: rgba(255, 255, 255, 0.1);
  --sports-list-row-meta: rgba(255, 255, 255, 0.5);
  --sports-list-row-cell-bg: #222535;
  --sports-list-row-cell-active-border: #358985;
  --sports-list-row-cell-active-bg: #358985;
  --sports-list-row-more-bg: #1c2224;
  --sports-list-row-icon-bg: #242b2d;
  --sports-list-row-icon-text: #dfe7ea;
  --sports-live-period-text: #3cfff5;
  --sports-live-score: #4dbbff;
  --sports-live-score-diff: #ffea00;
  --sports-selection-label: #657b66;
  --sports-asian-odds: #3cfff5;

  /* 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;
}
