/**
 * sellmate-design-system-react — 디자인 토큰 (자동 생성)
 * 생성: node scripts/generate-tokens.mjs  (원본: 모노레포 루트 ../tokens/token.json)
 * ⚠️ 직접 수정 금지 — token.json 을 고치고 재생성할 것. 다크모드 미지원.
 *
 * 소비 앱: (자체 @import "tailwindcss" 뒤에) @import "sellmate-design-system-react/theme.css";
 * ※ 이 파일은 tailwindcss 를 import 하지 않는다 — 소비자가 먼저 import 하는 것을 전제로 한다.
 */
/* static: 유틸 클래스로 쓰이지 않아도 전 토큰을 :root 에 출력한다.
   lib/color.ts 의 resolveColor 가 var(--color-*) 를 런타임에 조립하므로
   Tailwind 스캐너가 사용을 감지할 수 없어, 기본 트리셰이킹 시 변수가 누락된다. */
@theme static {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-grey-10: #F6F6F6;
  --color-grey-20: #EEEEEE;
  --color-grey-25: #E5E5E5;
  --color-grey-30: #E1E1E1;
  --color-grey-35: #D8D8D8;
  --color-grey-45: #CCCCCC;
  --color-grey-50: #BBBBBB;
  --color-grey-55: #AAAAAA;
  --color-grey-60: #999999;
  --color-grey-65: #888888;
  --color-grey-70: #737373;
  --color-grey-80: #555555;
  --color-grey-85: #444444;
  --color-grey-90: #333333;
  --color-grey-95: #222222;
  --color-grey-05: #F9F9F9;
  --color-red-15: #FCEFEF;
  --color-red-20: #FCE6E6;
  --color-red-30: #FFD3D3;
  --color-red-45: #FFB5B5;
  --color-red-60: #FF7C7C;
  --color-red-70: #FB4444;
  --color-red-75: #E30000;
  --color-red-80: #AD0000;
  --color-red-85: #820000;
  --color-red-90: #5E0000;
  --color-red-95: #440000;
  --color-red-99: #220000;
  --color-orange-10: #FEF1EA;
  --color-orange-20: #FFEAD7;
  --color-orange-35: #FFD5AF;
  --color-orange-45: #FFBC81;
  --color-orange-55: #FFA452;
  --color-orange-60: #FF7F22;
  --color-orange-65: #FF6B00;
  --color-orange-75: #CE4900;
  --color-orange-85: #9B3700;
  --color-orange-90: #752A00;
  --color-orange-95: #4D1B00;
  --color-orange-99: #2F1100;
  --color-yellow-10: #FFF7DD;
  --color-yellow-20: #FEF1C4;
  --color-yellow-25: #FFE99E;
  --color-yellow-30: #FEE17C;
  --color-yellow-40: #FFD643;
  --color-yellow-45: #FFC700;
  --color-yellow-50: #EBB110;
  --color-yellow-60: #CA9612;
  --color-yellow-70: #916C0D;
  --color-yellow-80: #6C5002;
  --color-yellow-90: #453602;
  --color-yellow-95: #322700;
  --color-olive-10: #FBFBBF;
  --color-olive-15: #FAFAA1;
  --color-olive-20: #F6F65F;
  --color-olive-30: #EEEE37;
  --color-olive-45: #DDDD12;
  --color-olive-55: #C7C700;
  --color-olive-65: #A5A500;
  --color-olive-70: #838300;
  --color-olive-80: #636300;
  --color-olive-90: #454500;
  --color-olive-95: #2C2C00;
  --color-olive-05: #FEFED9;
  --color-green-15: #E8F9EF;
  --color-green-25: #D4FAE3;
  --color-green-45: #ACF4C9;
  --color-green-55: #6DE39C;
  --color-green-65: #2BCE6C;
  --color-green-70: #12B553;
  --color-green-75: #00973C;
  --color-green-80: #007B31;
  --color-green-85: #006629;
  --color-green-90: #00461C;
  --color-green-95: #003013;
  --color-green-99: #001D0B;
  --color-steelblue-10: #ECF8FD;
  --color-steelblue-25: #D9F2FD;
  --color-steelblue-45: #A4E2FD;
  --color-steelblue-60: #50BFF0;
  --color-steelblue-65: #229FD7;
  --color-steelblue-70: #128FC7;
  --color-steelblue-75: #066D9B;
  --color-steelblue-80: #06587D;
  --color-steelblue-85: #033F59;
  --color-steelblue-90: #032D40;
  --color-steelblue-95: #02212F;
  --color-steelblue-99: #021A25;
  --color-oceanblue-15: #EAF5FE;
  --color-oceanblue-25: #D5EBFE;
  --color-oceanblue-50: #9CD1FC;
  --color-oceanblue-60: #5CB0F3;
  --color-oceanblue-65: #1F8AE1;
  --color-oceanblue-70: #006AC1;
  --color-oceanblue-75: #025497;
  --color-oceanblue-80: #004177;
  --color-oceanblue-85: #07284A;
  --color-oceanblue-90: #051D36;
  --color-oceanblue-95: #03172D;
  --color-oceanblue-99: #011428;
  --color-brilliantblue-10: #EFF6FF;
  --color-brilliantblue-20: #E6F1FF;
  --color-brilliantblue-25: #D9EAFF;
  --color-brilliantblue-40: #BBDAFF;
  --color-brilliantblue-50: #93C4FF;
  --color-brilliantblue-60: #64ABFF;
  --color-brilliantblue-70: #2D8DFF;
  --color-brilliantblue-75: #0075FF;
  --color-brilliantblue-80: #005CC9;
  --color-brilliantblue-85: #004290;
  --color-brilliantblue-90: #002B5E;
  --color-brilliantblue-95: #001B39;
  --color-brilliantblue-99: #001226;
  --color-brilliantblue-05: #F5FAFF;
  --color-bg-screen: #EEEEEE;
  --color-bg-frame: #FFFFFF;
  --color-bg-brand: #025497;
  --color-bg-subtle: #1F8AE1;
  --color-bg-accent: #0075FF;
  --color-bg-accentLight: #2D8DFF;
  --color-bg-accentBright: #D9EAFF;
  --color-bg-accentFaint: #EFF6FF;
  --color-bg-deep: #07284A;
  --color-bg-danger: #E30000;
  --color-bg-dangerLight: #FB4444;
  --color-bg-warning: #FF6B00;
  --color-bg-caution: #FFC700;
  --color-bg-progress: #0075FF;
  --color-bg-success: #00973C;
  --color-bg-successLight: #12B553;
  --color-bg-neutralLight: #F6F6F6;
  --color-bg-neutralBright: #F9F9F9;
  --color-bg-tableHeader: #F5FAFF;
  --color-fg-primary: #222222;
  --color-fg-secondary: #555555;
  --color-fg-tertiary: #888888;
  --color-fg-quaternary: #AAAAAA;
  --color-fg-brand: #005CC9;
  --color-fg-subtleWarm: #066D9B;
  --color-fg-subtleCool: #025497;
  --color-fg-deep: #004290;
  --color-fg-success: #00973C;
  --color-fg-dangerLight: #FB4444;
  --color-fg-accent: #0075FF;
  --color-fg-accentLight: #64ABFF;
  --color-fg-danger: #E30000;
  --color-fg-warning: #FF6B00;
  --color-fg-inverse: #FFFFFF;
  --color-border-default: #E1E1E1;
  --color-border-strong: #AAAAAA;
  --color-border-bold: #555555;
  --color-border-accent: #0075FF;
  --color-border-accentLight: #93C4FF;
  --color-border-danger: #FB4444;
  --color-border-warning: #FF6B00;
  --color-border-success: #12B553;
  --color-disabled-bg: #E1E1E1;
  --color-disabled-text: #888888;
  --color-disabled-icon: #BBBBBB;
  --color-disabled-border: #CCCCCC;
  --color-link-accent: #006AC1;
  --color-divider-default: #E1E1E1;
  --color-red-strong: #FB4444;
  --color-red-subtle: #FCEFEF;
  --color-orange-strong: #FF6B00;
  --color-orange-subtle: #FEF1EA;
  --color-yellow-strong: #916C0D;
  --color-yellow-moderate: #FFC700;
  --color-yellow-subtle: #FFF7DD;
  --color-green-strong: #00973C;
  --color-green-subtle: #E8F9EF;
  --color-lightblue-strong: #64ABFF;
  --color-lightblue-subtle: #EFF6FF;
  --color-blue-strong: #0075FF;
  --color-blue-subtle: #E6F1FF;
  --color-darkblue-strong: #006AC1;
  --color-darkblue-subtle: #EAF5FE;
  --color-indigo-strong: #004290;
  --color-indigo-subtle: #EFF6FF;
  --color-grey-strong: #737373;
  --color-grey-subtle: #EEEEEE;
  --color-field-bg-default: #FFFFFF;
  --color-field-bg-hover: #0075FF;
  --color-field-bg-readOnly: #EEEEEE;
  --color-field-border-default: #AAAAAA;
  --color-field-border-focus: #0075FF;
  --color-field-border-hover: #0075FF;
  --color-field-border-danger: #FB4444;
  --color-field-border-success: #12B553;
  --color-field-text-default: #222222;
  --color-field-text-placeholder: #AAAAAA;
  --color-field-text-readOnly: #555555;
  --color-field-icon-default: #888888;
  --color-control-bg-inverseHover: #0075FF;
  --color-navigation-gnb-bg-dark: #001B39;
  --color-primary-10: #EFF6FF;
  --color-primary-20: #E6F1FF;
  --color-primary-25: #D9EAFF;
  --color-primary-40: #BBDAFF;
  --color-primary-50: #93C4FF;
  --color-primary-60: #64ABFF;
  --color-primary-70: #2D8DFF;
  --color-primary-75: #0075FF;
  --color-primary-80: #005CC9;
  --color-primary-85: #004290;
  --color-primary-90: #002B5E;
  --color-primary-95: #001B39;
  --color-primary-99: #001226;
  --color-primary-05: #F5FAFF;
  --color-danger-15: #FCEFEF;
  --color-danger-20: #FCE6E6;
  --color-danger-30: #FFD3D3;
  --color-danger-45: #FFB5B5;
  --color-danger-60: #FF7C7C;
  --color-danger-70: #FB4444;
  --color-danger-75: #E30000;
  --color-danger-80: #AD0000;
  --color-danger-85: #820000;
  --color-danger-90: #5E0000;
  --color-danger-95: #440000;
  --color-danger-99: #220000;
  --color-danger-strong: #FB4444;
  --color-danger-subtle: #FCEFEF;
  --color-success-15: #E8F9EF;
  --color-success-25: #D4FAE3;
  --color-success-45: #ACF4C9;
  --color-success-55: #6DE39C;
  --color-success-65: #2BCE6C;
  --color-success-70: #12B553;
  --color-success-75: #00973C;
  --color-success-80: #007B31;
  --color-success-85: #006629;
  --color-success-90: #00461C;
  --color-success-95: #003013;
  --color-success-99: #001D0B;
  --color-success-strong: #00973C;
  --color-success-subtle: #E8F9EF;
  --color-warning-10: #FEF1EA;
  --color-warning-20: #FFEAD7;
  --color-warning-35: #FFD5AF;
  --color-warning-45: #FFBC81;
  --color-warning-55: #FFA452;
  --color-warning-60: #FF7F22;
  --color-warning-65: #FF6B00;
  --color-warning-75: #CE4900;
  --color-warning-85: #9B3700;
  --color-warning-90: #752A00;
  --color-warning-95: #4D1B00;
  --color-warning-99: #2F1100;
  --color-warning-strong: #FF6B00;
  --color-warning-subtle: #FEF1EA;
  --spacing-sd-2: 2px;
  --spacing-sd-4: 4px;
  --spacing-sd-6: 6px;
  --spacing-sd-8: 8px;
  --spacing-sd-10: 10px;
  --spacing-sd-12: 12px;
  --spacing-sd-16: 16px;
  --spacing-sd-19: 19px;
  --spacing-sd-20: 20px;
  --spacing-sd-22: 22px;
  --spacing-sd-24: 24px;
  --spacing-sd-28: 28px;
  --spacing-sd-32: 32px;
  --spacing-sd-36: 36px;
  --spacing-sd-40: 40px;
  --spacing-sd-44: 44px;
  --spacing-sd-48: 48px;
  --spacing-sd-56: 56px;
  --spacing-sd-60: 60px;
  --spacing-sd-62: 62px;
  --spacing-sd-80: 80px;
  --radius-2: 2px;
  --radius-4: 4px;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-full: 9999px;
  --radius-control-sm: 4px;
  --radius-control-md: 6px;
  --radius-feedback-xs-square: 6px;
  --radius-feedback-sm-square: 8px;
  --radius-feedback-pill: 9999px;
  --radius-field-sm: 4px;
  --radius-field-md: 6px;
  --radius-navigation: 6px;
  --radius-item-bordered: 8px;
  --text-10: 10px;
  --text-11: 11px;
  --text-12: 12px;
  --text-13: 13px;
  --text-14: 14px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-24: 24px;
  --text-28: 28px;
  --text-32: 32px;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --font-base: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
  --border-width-1: 1px;
  --border-width-4: 4px;
  --border-width-6: 6px;
  --border-width-control-default: 1px;
  --border-width-field-default: 1px;
  --border-width-navigation-default: 1px;
  --border-width-item-default: 1px;
  --opacity-005: 5%;
  --opacity-040: 40%;
  --opacity-060: 60%;
  --z-raised: 1;
  --shadow-normal-xs: 0px 0px 16px -4px rgba(34,34,34,0.12), 2px 4px 6px -2px rgba(34,34,34,0.1);
  --shadow-normal-sm: 0px 0px 24px -6px rgba(34,34,34,0.12), 4px 8px 16px -4px rgba(34,34,34,0.1);
  --shadow-normal-md: 0px 8px 36px -6px rgba(34,34,34,0.16), 4px 12px 16px -4px rgba(34,34,34,0.12);
  --shadow-spread-sm: 0px 0px 8px 0px rgba(34,34,34,0.1);
  --shadow-spread-md: 0px 0px 24px 0px rgba(34,34,34,0.2);
  --shadow-focus: 0px 0px 8px 0px rgba(0,117,255,0.25);
  --shadow-overlay: 0px 0px 16px -4px rgba(34,34,34,0.12), 2px 4px 6px -2px rgba(34,34,34,0.1);
  --shadow-floating: 0px 0px 24px -6px rgba(34,34,34,0.12), 4px 8px 16px -4px rgba(34,34,34,0.1);
  --shadow-dialog: 0px 8px 36px -6px rgba(34,34,34,0.16), 4px 12px 16px -4px rgba(34,34,34,0.12);
}

/* 시맨틱 토큰 (별칭 해석값) — var()로 참조 */
:root {
  --sys-size-control-xs-height: 24px;
  --sys-size-control-sm-height: 28px;
  --sys-size-control-md-height: 36px;
  --sys-size-control-lg-height: 62px;
  --sys-size-icon-xxxs: 8px;
  --sys-size-icon-xxs: 10px;
  --sys-size-icon-xs: 12px;
  --sys-size-icon-sm: 16px;
  --sys-size-icon-md: 20px;
  --sys-size-icon-lg: 24px;
  --sys-size-icon-xl: 32px;
  --sys-size-feedback-arrow-width: 16px;
  --sys-size-feedback-arrow-height: 12px;
  --sys-size-feedback-xs-height: 20px;
  --sys-size-feedback-sm-height: 24px;
  --sys-size-feedback-md-height: 28px;
  --sys-size-field-control: 16px;
  --sys-size-field-icon: 12px;
  --sys-size-field-sm-height: 28px;
  --sys-size-field-md-height: 36px;
  --sys-size-navigation-lg-height: 44px;
  --sys-size-navigation-md-height: 36px;
  --sys-size-table-height-xs: 32px;
  --sys-size-table-height-sm: 36px;
  --sys-size-table-height-md: 44px;
  --sys-size-item-accentStripe-width: 2px;
  --sys-space-control-xs-paddingX: 8px;
  --sys-space-control-xs-gap: 4px;
  --sys-space-control-sm-paddingX: 12px;
  --sys-space-control-sm-gap: 6px;
  --sys-space-control-md-paddingX: 20px;
  --sys-space-control-md-gap: 8px;
  --sys-space-control-lg-paddingX: 28px;
  --sys-space-control-lg-gap: 12px;
  --sys-space-feedback-xs-paddingX: 6px;
  --sys-space-feedback-xs-gap: 4px;
  --sys-space-feedback-sm-paddingX: 8px;
  --sys-space-feedback-sm-gap: 6px;
  --sys-space-feedback-md-paddingX: 12px;
  --sys-space-feedback-md-gap: 8px;
  --sys-space-feedback-lg-paddingX: 16px;
  --sys-space-feedback-lg-gap: 12px;
  --sys-space-stack-gap-text-tight: 2px;
  --sys-space-stack-gap-text-normal: 4px;
  --sys-space-stack-gap-text-relaxed: 8px;
  --sys-space-stack-gap-element-tight: 4px;
  --sys-space-stack-gap-element-normal: 8px;
  --sys-space-stack-gap-element-relaxed: 12px;
  --sys-space-stack-gap-element-wide: 16px;
  --sys-space-stack-gap-element-spacious: 24px;
  --sys-space-field-sm-paddingX: 12px;
  --sys-space-field-sm-paddingY: 4px;
  --sys-space-field-sm-container-gap: 8px;
  --sys-space-field-sm-gap: 12px;
  --sys-space-field-md-paddingX: 16px;
  --sys-space-field-md-paddingY: 8px;
  --sys-space-field-md-container-gap: 12px;
  --sys-space-field-md-gap: 16px;
  --sys-space-navigation-lg-paddingX: 32px;
  --sys-space-navigation-md-paddingX: 24px;
  --sys-space-table-padding-sm: 8px;
  --sys-space-table-padding-md: 16px;
  --sys-space-action-gap: 16px;
  --sys-space-overlay-paddingX-sm: 20px;
  --sys-space-overlay-paddingX-md: 24px;
  --sys-space-overlay-paddingY-sm: 8px;
  --sys-space-panel-gap: 12px;
  --sys-space-panel-padding-default: 16px;
  --sys-space-panel-padding-wide: 24px;
  --sys-space-item-paddingX: 16px;
  --sys-space-item-paddingY-normal: 10px;
  --sys-space-item-paddingY-dense: 6px;
  --sys-space-item-gap: 12px;
  --sys-radius-control-sm: 4px;
  --sys-radius-control-md: 6px;
  --sys-radius-feedback-xs-square: 6px;
  --sys-radius-feedback-sm-square: 8px;
  --sys-radius-feedback-pill: 9999px;
  --sys-radius-field-sm: 4px;
  --sys-radius-field-md: 6px;
  --sys-radius-item-bordered: 8px;
  --sys-border-width-control-default: 1px;
  --sys-border-width-field-default: 1px;
  --sys-border-width-navigation-default: 1px;
  --sys-border-width-item-default: 1px;
  --sys-color-bg-screen: #EEEEEE;
  --sys-color-bg-frame: #FFFFFF;
  --sys-color-bg-brand: #025497;
  --sys-color-bg-subtle: #1F8AE1;
  --sys-color-bg-accent: #0075FF;
  --sys-color-bg-accentLight: #2D8DFF;
  --sys-color-bg-accentBright: #D9EAFF;
  --sys-color-bg-accentFaint: #EFF6FF;
  --sys-color-bg-deep: #07284A;
  --sys-color-bg-danger: #E30000;
  --sys-color-bg-dangerLight: #FB4444;
  --sys-color-bg-warning: #FF6B00;
  --sys-color-bg-caution: #FFC700;
  --sys-color-bg-progress: #0075FF;
  --sys-color-bg-success: #00973C;
  --sys-color-bg-successLight: #12B553;
  --sys-color-bg-neutralLight: #F6F6F6;
  --sys-color-bg-neutralBright: #F9F9F9;
  --sys-color-bg-tableHeader: #F5FAFF;
  --sys-color-fg-primary: #222222;
  --sys-color-fg-secondary: #555555;
  --sys-color-fg-tertiary: #888888;
  --sys-color-fg-quaternary: #AAAAAA;
  --sys-color-fg-brand: #005CC9;
  --sys-color-fg-subtleWarm: #066D9B;
  --sys-color-fg-subtleCool: #025497;
  --sys-color-fg-deep: #004290;
  --sys-color-fg-success: #00973C;
  --sys-color-fg-dangerLight: #FB4444;
  --sys-color-fg-accent: #0075FF;
  --sys-color-fg-accentLight: #64ABFF;
  --sys-color-fg-danger: #E30000;
  --sys-color-fg-warning: #FF6B00;
  --sys-color-fg-inverse: #FFFFFF;
  --sys-color-border-default: #E1E1E1;
  --sys-color-border-strong: #AAAAAA;
  --sys-color-border-bold: #555555;
  --sys-color-border-accent: #0075FF;
  --sys-color-border-accentLight: #93C4FF;
  --sys-color-border-danger: #FB4444;
  --sys-color-border-warning: #FF6B00;
  --sys-color-border-success: #12B553;
  --sys-color-disabled-bg: #E1E1E1;
  --sys-color-disabled-text: #888888;
  --sys-color-disabled-icon: #BBBBBB;
  --sys-color-disabled-border: #CCCCCC;
  --sys-color-link-accent: #006AC1;
  --sys-color-divider-default: #E1E1E1;
  --sys-color-lightblue-strong: #64ABFF;
  --sys-color-lightblue-subtle: #EFF6FF;
  --sys-color-blue-strong: #0075FF;
  --sys-color-blue-subtle: #E6F1FF;
  --sys-color-darkblue-strong: #006AC1;
  --sys-color-darkblue-subtle: #EAF5FE;
  --sys-color-indigo-strong: #004290;
  --sys-color-indigo-subtle: #EFF6FF;
  --sys-color-field-bg-default: #FFFFFF;
  --sys-color-field-bg-hover: #0075FF;
  --sys-color-field-bg-readOnly: #EEEEEE;
  --sys-color-field-border-default: #AAAAAA;
  --sys-color-field-border-focus: #0075FF;
  --sys-color-field-border-hover: #0075FF;
  --sys-color-field-border-danger: #FB4444;
  --sys-color-field-border-success: #12B553;
  --sys-color-field-text-default: #222222;
  --sys-color-field-text-placeholder: #AAAAAA;
  --sys-color-field-text-readOnly: #555555;
  --sys-color-field-icon-default: #888888;
  --sys-color-control-bg-inverseHover: #0075FF;
  --sys-color-navigation-gnb-bg-dark: #001B39;

  /* 컴포넌트 토큰 */
  --cmp-button-xs-height: 24px;
  --cmp-button-xs-paddingX: 8px;
  --cmp-button-xs-gap: 4px;
  --cmp-button-xs-icon: 12px;
  --cmp-button-sm-height: 28px;
  --cmp-button-sm-paddingX: 12px;
  --cmp-button-sm-gap: 6px;
  --cmp-button-sm-icon: 16px;
  --cmp-button-md-height: 36px;
  --cmp-button-md-paddingX: 20px;
  --cmp-button-md-gap: 8px;
  --cmp-button-md-icon: 20px;
  --cmp-button-lg-height: 62px;
  --cmp-button-lg-paddingX: 28px;
  --cmp-button-lg-gap: 12px;
  --cmp-button-lg-icon: 24px;
  --cmp-button-radius-sm: 4px;
  --cmp-button-radius-md: 6px;
  --cmp-button-border-width-default: 1px;
  --cmp-button-border-disabled: #CCCCCC;
  --cmp-button-iconOnly-xs-width: 24px;
  --cmp-button-iconOnly-sm-width: 28px;
  --cmp-button-iconOnly-md-width: 36px;
  --cmp-button-iconOnly-lg-width: 62px;
  --cmp-button-bg-disabled: #E1E1E1;
  --cmp-button-text-disabled: #888888;
  --cmp-button-icon-disabled: #BBBBBB;
  --cmp-button-brand-strong-bg-default: #025497;
  --cmp-button-brand-strong-bg-hover: #004177;
  --cmp-button-brand-strong-content: #FFFFFF;
  --cmp-button-brand-subtle-bg-default: #1F8AE1;
  --cmp-button-brand-subtle-bg-hover: #006AC1;
  --cmp-button-brand-subtle-content: #FFFFFF;
  --cmp-button-brand-outline-bg-default: #FFFFFF;
  --cmp-button-brand-outline-bg-hover: #EAF5FE;
  --cmp-button-brand-outline-border: #025497;
  --cmp-button-brand-outline-content: #025497;
  --cmp-button-dropdown-brand-strong-split: #006AC1;
  --cmp-button-dropdown-brand-subtle-split: #5CB0F3;
  --cmp-button-dropdown-danger-strong-split: #FF7C7C;
  --cmp-button-dropdown-xs-arrow: 12px;
  --cmp-button-dropdown-xs-gap: 6px;
  --cmp-button-dropdown-sm-arrow: 12px;
  --cmp-button-dropdown-sm-gap: 8px;
  --cmp-button-dropdown-md-arrow: 16px;
  --cmp-button-dropdown-md-gap: 16px;
  --cmp-button-neutral-outline-bg-default: #FFFFFF;
  --cmp-button-neutral-outline-bg-hover: #EEEEEE;
  --cmp-button-neutral-outline-border: #888888;
  --cmp-button-neutral-outline-text: #222222;
  --cmp-button-neutral-outline-icon: #555555;
  --cmp-button-danger-strong-bg-default: #E30000;
  --cmp-button-danger-strong-bg-hover: #AD0000;
  --cmp-button-danger-strong-content: #FFFFFF;
  --cmp-button-danger-outline-bg-default: #FFFFFF;
  --cmp-button-danger-outline-bg-hover: #FCEFEF;
  --cmp-button-danger-outline-border: #E30000;
  --cmp-button-danger-outline-content: #E30000;
  --cmp-button-group-gap-normal: 8px;
  --cmp-button-group-gap-wide: 12px;
  --cmp-ghostButton-xxs-size: 16px;
  --cmp-ghostButton-xxs-icon: 12px;
  --cmp-ghostButton-xs-size: 24px;
  --cmp-ghostButton-xs-icon: 16px;
  --cmp-ghostButton-sm-size: 28px;
  --cmp-ghostButton-sm-icon: 20px;
  --cmp-ghostButton-md-size: 36px;
  --cmp-ghostButton-md-icon: 24px;
  --cmp-ghostButton-lg-size: 62px;
  --cmp-ghostButton-lg-icon: 32px;
  --cmp-ghostButton-radius-sm: 4px;
  --cmp-ghostButton-radius-md: 6px;
  --cmp-ghostButton-hover-opacity: 5%;
  --cmp-ghostButton-icon-disabled: #BBBBBB;
  --cmp-ghostButton-default-content: #888888;
  --cmp-ghostButton-default-hover-bg: #222222;
  --cmp-ghostButton-danger-content: #E30000;
  --cmp-ghostButton-danger-hover-bg: #E30000;
  --cmp-ghostButton-action-content: #025497;
  --cmp-ghostButton-action-hover-bg: #0075FF;
  --cmp-ghostButton-inverse-content: #FFFFFF;
  --cmp-ghostButton-inverse-disabled: #E1E1E1;
  --cmp-ghostButton-inverse-hover-bg: #FFFFFF;
  --cmp-ghostButton-group-gap: 4px;
  --cmp-ghostButton-subAction-content: #5CB0F3;
  --cmp-ghostButton-subAction-hover-bg: #5CB0F3;
  --cmp-textLink-sm-gap: 4px;
  --cmp-textLink-sm-icon: 16px;
  --cmp-textLink-md-gap: 8px;
  --cmp-textLink-md-icon: 16px;
  --cmp-textLink-content-default: #222222;
  --cmp-textLink-content-disabled: #888888;
  --cmp-textLink-icon-default: #006AC1;
  --cmp-textLink-icon-disabled: #BBBBBB;
  --cmp-textLink-lg-gap: 8px;
  --cmp-textLink-lg-icon: 20px;
  --cmp-textLink-group-horizontal-normal: 16px;
  --cmp-textLink-group-horizontal-wide: 24px;
  --cmp-textLink-group-vertical-normal: 4px;
  --cmp-switch-width: 32px;
  --cmp-switch-height: 20px;
  --cmp-switch-paddingXY: 2px;
  --cmp-switch-radius: 9999px;
  --cmp-switch-knob-size: 16px;
  --cmp-switch-knob-default: #FFFFFF;
  --cmp-switch-knob-disabled: #EEEEEE;
  --cmp-switch-bg-on: #0075FF;
  --cmp-switch-bg-off: #CCCCCC;
  --cmp-switch-bg-disabled-on: #BBDAFF;
  --cmp-switch-bg-disabled-off: #E1E1E1;
  --cmp-switch-gap: 6px;
  --cmp-toggle-height: 28px;
  --cmp-toggle-paddingX: 12px;
  --cmp-toggle-radius: 9999px;
  --cmp-toggle-border-width: 1px;
  --cmp-toggle-border-default: #CCCCCC;
  --cmp-toggle-border-select: #0075FF;
  --cmp-toggle-border-disabled: #CCCCCC;
  --cmp-toggle-bg-default: #FFFFFF;
  --cmp-toggle-bg-hover: #0075FF;
  --cmp-toggle-bg-select: #FFFFFF;
  --cmp-toggle-bg-disabled: #E1E1E1;
  --cmp-toggle-content-default: #555555;
  --cmp-toggle-content-hover: #FFFFFF;
  --cmp-toggle-content-select: #0075FF;
  --cmp-toggle-content-disabled: #888888;
  --cmp-toggle-group-gap: 8px;
  --cmp-checkbox-size: 16px;
  --cmp-checkbox-radius: 2px;
  --cmp-checkbox-borderWidth: 1px;
  --cmp-checkbox-gap: 8px;
  --cmp-checkbox-icon: 12px;
  --cmp-checkbox-unchecked-bg-default: #FFFFFF;
  --cmp-checkbox-unchecked-bg-hover: #D9EAFF;
  --cmp-checkbox-unchecked-border-default: #AAAAAA;
  --cmp-checkbox-unchecked-border-hover: #0075FF;
  --cmp-checkbox-checked-bg-default: #0075FF;
  --cmp-checkbox-checked-icon-default: #FFFFFF;
  --cmp-checkbox-checked-icon-disabled: #BBBBBB;
  --cmp-checkbox-checked-icon-inverse: #FFFFFF;
  --cmp-checkbox-checked-border-inverse: #FFFFFF;
  --cmp-checkbox-label-default: #222222;
  --cmp-checkbox-label-inverse: #FFFFFF;
  --cmp-checkbox-label-disabled: #888888;
  --cmp-checkbox-bg-disabled: #E1E1E1;
  --cmp-checkbox-border-disabled: #CCCCCC;
  --cmp-checkbox-group-gap-horizontal: 24px;
  --cmp-checkbox-group-gap-vertical: 8px;
  --cmp-radio-size: 16px;
  --cmp-radio-radius: 9999px;
  --cmp-radio-borderWidth: 1px;
  --cmp-radio-gap: 8px;
  --cmp-radio-bg-default: #FFFFFF;
  --cmp-radio-bg-disabled: #E1E1E1;
  --cmp-radio-bg-hover: #D9EAFF;
  --cmp-radio-border-default: #AAAAAA;
  --cmp-radio-border-hover: #0075FF;
  --cmp-radio-border-active: #0075FF;
  --cmp-radio-border-disabled: #CCCCCC;
  --cmp-radio-dot-default: #0075FF;
  --cmp-radio-dot-disabled: #CCCCCC;
  --cmp-radio-dot-size: 10px;
  --cmp-radio-label-default: #222222;
  --cmp-radio-label-disabled: #888888;
  --cmp-radio-group-gap-horizontal: 24px;
  --cmp-radio-group-gap-vertical: 8px;
  --cmp-radioButton-xs-height: 24px;
  --cmp-radioButton-xs-paddingX: 8px;
  --cmp-radioButton-sm-height: 28px;
  --cmp-radioButton-sm-paddingX: 12px;
  --cmp-radioButton-radius: 4px;
  --cmp-radioButton-border-width: 1px;
  --cmp-radioButton-border-default: #CCCCCC;
  --cmp-radioButton-border-select: #0075FF;
  --cmp-radioButton-border-disabled: #CCCCCC;
  --cmp-radioButton-bg-default: #FFFFFF;
  --cmp-radioButton-bg-hover: #0075FF;
  --cmp-radioButton-bg-select: #FFFFFF;
  --cmp-radioButton-bg-disabled: #E1E1E1;
  --cmp-radioButton-content-default: #555555;
  --cmp-radioButton-content-hover: #FFFFFF;
  --cmp-radioButton-content-select: #0075FF;
  --cmp-radioButton-content-disabled: #888888;
  --cmp-radioButton-group-gap: -1px;
  --cmp-listBoxItem-paddingY: 4px;
  --cmp-listBoxItem-paddingRight: 12px;
  --cmp-listBoxItem-gap: 8px;
  --cmp-listBoxItem-paddingLeft-depth1: 12px;
  --cmp-listBoxItem-paddingLeft-depth2: 20px;
  --cmp-listBoxItem-paddingLeft-depth3: 28px;
  --cmp-listBoxItem-bg-default: #FFFFFF;
  --cmp-listBoxItem-bg-hover: #0075FF;
  --cmp-listBoxItem-content-default: #222222;
  --cmp-listBoxItem-content-hover: #FFFFFF;
  --cmp-listBoxItem-content-disabled: #888888;
  --cmp-listBoxItem-content-selected: #0075FF;
  --cmp-listBoxItem-depth1-bg-default: #EFF6FF;
  --cmp-listBoxItem-depth1-bg-disabled: #EEEEEE;
  --cmp-listBoxItem-depth1-border-color: #E1E1E1;
  --cmp-listBoxItem-depth1-border-width: 1px;
  --cmp-listBoxItem-depth2-middle-bg: #F6F6F6;
  --cmp-listBoxItem-count-color: #888888;
  --cmp-listBox-radius: 4px;
  --cmp-listBox-bg: #FFFFFF;
  --cmp-listBox-chip-paddingXY: 8px;
  --cmp-listBox-chip-gap: 8px;
  --cmp-select-sm-height: 28px;
  --cmp-select-sm-radius: 4px;
  --cmp-select-sm-borderWidth: 1px;
  --cmp-select-sm-paddingX: 12px;
  --cmp-select-sm-gap: 8px;
  --cmp-select-sm-icon: 16px;
  --cmp-select-md-height: 36px;
  --cmp-select-md-radius: 6px;
  --cmp-select-md-borderWidth: 1px;
  --cmp-select-md-paddingX: 16px;
  --cmp-select-md-gap: 12px;
  --cmp-select-md-icon: 16px;
  --cmp-select-icon-default: #888888;
  --cmp-select-icon-disabled: #BBBBBB;
  --cmp-select-border-default: #AAAAAA;
  --cmp-select-border-hover: #0075FF;
  --cmp-select-border-danger: #FB4444;
  --cmp-select-border-disabled: #CCCCCC;
  --cmp-select-bg-default: #FFFFFF;
  --cmp-select-bg-disabled: #E1E1E1;
  --cmp-select-text-default: #222222;
  --cmp-select-text-disabled: #888888;
  --cmp-field-label-sm-height: 28px;
  --cmp-field-label-sm-gap: 6px;
  --cmp-field-label-sm-icon: 16px;
  --cmp-field-label-md-height: 36px;
  --cmp-field-label-md-gap: 8px;
  --cmp-field-label-md-icon: 16px;
  --cmp-field-addonLabel-height: 28px;
  --cmp-field-addonLabel-gap: 6px;
  --cmp-field-addonLabel-paddingX: 12px;
  --cmp-field-addonLabel-bg: #F6F6F6;
  --cmp-field-addonLabel-border-default: #AAAAAA;
  --cmp-field-addonLabel-border-disabled: #CCCCCC;
  --cmp-field-addonLabel-border-width: 1px;
  --cmp-field-hint-color: #555555;
  --cmp-field-errorMessage-color: #E30000;
  --cmp-field-contents-gap: 4px;
  --cmp-field-message-paddingX: 8px;
  --cmp-textinput-sm-height: 28px;
  --cmp-textinput-sm-paddingX: 12px;
  --cmp-textinput-sm-paddingY: 4px;
  --cmp-textinput-sm-gap: 8px;
  --cmp-textinput-sm-radius: 4px;
  --cmp-textinput-md-paddingX: 16px;
  --cmp-textinput-md-paddingY: 8px;
  --cmp-textinput-md-height: 36px;
  --cmp-textinput-md-gap: 12px;
  --cmp-textinput-md-radius: 6px;
  --cmp-textinput-borderWidth: 1px;
  --cmp-textinput-border-default: #AAAAAA;
  --cmp-textinput-border-focus: #0075FF;
  --cmp-textinput-border-danger: #FB4444;
  --cmp-textinput-border-success: #12B553;
  --cmp-textinput-border-disabled: #CCCCCC;
  --cmp-textinput-bg-default: #FFFFFF;
  --cmp-textinput-bg-disabled: #E1E1E1;
  --cmp-textinput-bg-barcode: #FAFAA1;
  --cmp-textinput-text-default: #222222;
  --cmp-textinput-text-placeholder: #AAAAAA;
  --cmp-textinput-text-disabled: #888888;
  --cmp-textinput-size-icon: 16px;
  --cmp-textinput-icon-default: #888888;
  --cmp-textinput-unit-color: #888888;
  --cmp-textinput-resizer-size: 12px;
  --cmp-textinput-resizer-color: #AAAAAA;
  --cmp-numberInput-sm-height: 28px;
  --cmp-numberInput-sm-paddingX: 6px;
  --cmp-numberInput-sm-radius: 4px;
  --cmp-numberInput-sm-gap: 4px;
  --cmp-numberInput-md-height: 36px;
  --cmp-numberInput-md-paddingX: 8px;
  --cmp-numberInput-md-radius: 6px;
  --cmp-numberInput-md-gap: 6px;
  --cmp-numberInput-borderWidth: 1px;
  --cmp-numberInput-border-default: #AAAAAA;
  --cmp-numberInput-border-focus: #0075FF;
  --cmp-numberInput-border-danger: #FB4444;
  --cmp-numberInput-border-success: #12B553;
  --cmp-numberInput-border-disabled: #CCCCCC;
  --cmp-numberInput-bg-default: #FFFFFF;
  --cmp-numberInput-bg-disabled: #E1E1E1;
  --cmp-numberInput-text-default: #222222;
  --cmp-numberInput-text-placeholder: #AAAAAA;
  --cmp-numberInput-text-disabled: #888888;
  --cmp-numberInput-stepper-sm-size: 20px;
  --cmp-numberInput-stepper-md-size: 24px;
  --cmp-numberInput-stepper-radius: 4px;
  --cmp-numberInput-stepper-bg-default: #EFF6FF;
  --cmp-numberInput-stepper-bg-disabled: #EEEEEE;
  --cmp-numberInput-stepper-icon-default: #0075FF;
  --cmp-numberInput-stepper-icon-disabled: #BBBBBB;
  --cmp-numberInput-stepper-border-default: #93C4FF;
  --cmp-chipInput-sm-minHeight: 36px;
  --cmp-chipInput-sm-paddingX: 12px;
  --cmp-chipInput-sm-paddingY: 6px;
  --cmp-chipInput-sm-radius: 4px;
  --cmp-chipInput-md-minHeight: 40px;
  --cmp-chipInput-md-paddingX: 16px;
  --cmp-chipInput-md-paddingY: 8px;
  --cmp-chipInput-md-radius: 6px;
  --cmp-chipInput-chip-gap: 8px;
  --cmp-chipInput-borderWidth: 1px;
  --cmp-chipInput-border-default: #AAAAAA;
  --cmp-chipInput-border-focus: #0075FF;
  --cmp-chipInput-border-disabled: #CCCCCC;
  --cmp-chipInput-bg-default: #FFFFFF;
  --cmp-chipInput-bg-disabled: #E1E1E1;
  --cmp-chipInput-text-placeholder: #AAAAAA;
  --cmp-filepicker-sm-height: 28px;
  --cmp-filepicker-sm-paddingX: 12px;
  --cmp-filepicker-sm-gap: 8px;
  --cmp-filepicker-sm-radius: 4px;
  --cmp-filepicker-sm-borderWidth: 1px;
  --cmp-filepicker-sm-icon: 16px;
  --cmp-filepicker-md-height: 36px;
  --cmp-filepicker-md-paddingX: 16px;
  --cmp-filepicker-md-gap: 12px;
  --cmp-filepicker-md-radius: 6px;
  --cmp-filepicker-md-borderWidth: 1px;
  --cmp-filepicker-md-icon: 20px;
  --cmp-filepicker-border-default: #AAAAAA;
  --cmp-filepicker-border-disabled: #CCCCCC;
  --cmp-filepicker-bg-default: #FFFFFF;
  --cmp-filepicker-bg-disabled: #E1E1E1;
  --cmp-filepicker-text-default: #222222;
  --cmp-filepicker-text-placeholder: #AAAAAA;
  --cmp-filepicker-text-disabled: #888888;
  --cmp-filepicker-icon-disabled: #BBBBBB;
  --cmp-datepicker-sm-height: 28px;
  --cmp-datepicker-sm-paddingX: 12px;
  --cmp-datepicker-sm-gap: 8px;
  --cmp-datepicker-sm-icon: 16px;
  --cmp-datepicker-sm-radius: 4px;
  --cmp-datepicker-md-height: 36px;
  --cmp-datepicker-md-paddingX: 16px;
  --cmp-datepicker-md-gap: 12px;
  --cmp-datepicker-md-icon: 20px;
  --cmp-datepicker-md-radius: 6px;
  --cmp-datepicker-border-width: 1px;
  --cmp-datepicker-border-default: #AAAAAA;
  --cmp-datepicker-border-focus: #0075FF;
  --cmp-datepicker-border-disabled: #CCCCCC;
  --cmp-datepicker-bg-default: #FFFFFF;
  --cmp-datepicker-bg-disabled: #E1E1E1;
  --cmp-datepicker-icon-default: #888888;
  --cmp-datepicker-icon-disabled: #BBBBBB;
  --cmp-datepicker-text-default: #222222;
  --cmp-datepicker-text-disabled: #888888;
  --cmp-datepicker-calendar-bg: #FFFFFF;
  --cmp-datepicker-calendar-paddingXY: 24px;
  --cmp-datepicker-calendar-gap: 12px;
  --cmp-datepicker-calendar-radius: 8px;
  --cmp-datepicker-calendar-header-gap: 8px;
  --cmp-datepicker-calendar-header-divider-height: 16px;
  --cmp-datepicker-calendar-week-color: #888888;
  --cmp-datepicker-calendar-grid-rowGap: 4px;
  --cmp-datepicker-calendar-day-width: 40px;
  --cmp-datepicker-calendar-day-circle-size: 32px;
  --cmp-datepicker-calendar-day-circle-radius: 9999px;
  --cmp-datepicker-calendar-day-default-text: #222222;
  --cmp-datepicker-calendar-day-hover-text: #222222;
  --cmp-datepicker-calendar-day-hover-border: #0075FF;
  --cmp-datepicker-calendar-day-select-bg: #0075FF;
  --cmp-datepicker-calendar-day-select-text: #FFFFFF;
  --cmp-datepicker-calendar-day-disabled-text: #BBBBBB;
  --cmp-datepicker-calendar-day-dot-size: 6px;
  --cmp-datepicker-calendar-day-dot-gap: 2px;
  --cmp-datepicker-calendar-day-dot-paddingY: 4px;
  --cmp-datepicker-calendar-range-bg: #D9EAFF;
  --cmp-datepicker-calendar-range-height: 32px;
  --cmp-datepicker-calendar-range-panelGap: 24px;
  --cmp-datepicker-calendar-range-width: 20px;
  --cmp-datepicker-calendar-legend-gap: 4px;
  --cmp-datepicker-calendar-legend-group-gap: 12px;
  --cmp-datepicker-calendar-time-bg-default: #F9F9F9;
  --cmp-datepicker-calendar-time-bg-selected: #F5FAFF;
  --cmp-datepicker-calendar-time-date-label: #222222;
  --cmp-datepicker-calendar-time-date-unit: #888888;
  --cmp-datepicker-calendar-time-date-gap: 6px;
  --cmp-datepicker-calendar-time-radius: 8px;
  --cmp-datepicker-calendar-time-paddingX: 16px;
  --cmp-datepicker-calendar-time-paddingY: 12px;
  --cmp-datepicker-calendar-time-gap: 12px;
  --cmp-datepicker-calendar-time-section-gap: 12px;
  --cmp-datepicker-calendar-time-unit-gap: 2px;
  --cmp-chip-height: 24px;
  --cmp-chip-paddingX: 8px;
  --cmp-chip-gap: 4px;
  --cmp-chip-radius: 9999px;
  --cmp-chip-bg-default: #F6F6F6;
  --cmp-chip-bg-error: #FCEFEF;
  --cmp-chip-bg-focus: #FFFFFF;
  --cmp-chip-bg-disabled: #F6F6F6;
  --cmp-chip-content-default: #222222;
  --cmp-chip-content-error: #E30000;
  --cmp-chip-content-focus: #222222;
  --cmp-chip-content-disabled: #888888;
  --cmp-chip-border-focus: #E1E1E1;
  --cmp-chip-border-width: 1px;
  --cmp-timepicker-sm-height: 28px;
  --cmp-timepicker-sm-paddingX: 12px;
  --cmp-timepicker-sm-gap: 8px;
  --cmp-timepicker-sm-icon: 16px;
  --cmp-timepicker-sm-radius: 4px;
  --cmp-timepicker-md-height: 36px;
  --cmp-timepicker-md-paddingX: 16px;
  --cmp-timepicker-md-gap: 12px;
  --cmp-timepicker-md-icon: 20px;
  --cmp-timepicker-md-radius: 6px;
  --cmp-timepicker-border-width: 1px;
  --cmp-timepicker-border-default: #AAAAAA;
  --cmp-timepicker-border-focus: #0075FF;
  --cmp-timepicker-border-disabled: #CCCCCC;
  --cmp-timepicker-bg-default: #FFFFFF;
  --cmp-timepicker-bg-disabled: #E1E1E1;
  --cmp-timepicker-icon-default: #888888;
  --cmp-timepicker-icon-disabled: #BBBBBB;
  --cmp-timepicker-text-default: #222222;
  --cmp-timepicker-text-disabled: #888888;
  --cmp-timepicker-selector-bg: #FFFFFF;
  --cmp-timepicker-selector-radius: 8px;
  --cmp-timepicker-selector-section-paddingX: 16px;
  --cmp-timepicker-selector-section-paddingY: 12px;
  --cmp-timepicker-selector-time-gap: 4px;
  --cmp-timepicker-selector-time-column-gap: 8px;
  --cmp-timepicker-selector-time-input-width: 40px;
  --cmp-timepicker-selector-colon-size: 16px;
  --cmp-timepicker-selector-range-paddingXY: 24px;
  --cmp-timepicker-selector-range-panelGap: 24px;
  --cmp-timepicker-selector-range-heading-color: #555555;
  --cmp-timepicker-selector-range-heading-gap: 16px;
  --cmp-timepicker-selector-range-section-gap: 12px;
  --cmp-tag-xs-height: 20px;
  --cmp-tag-xs-paddingX: 8px;
  --cmp-tag-xs-gap: 4px;
  --cmp-tag-xs-icon: 12px;
  --cmp-tag-xs-radius: 6px;
  --cmp-tag-sm-height: 24px;
  --cmp-tag-sm-paddingX: 8px;
  --cmp-tag-sm-gap: 4px;
  --cmp-tag-sm-icon: 16px;
  --cmp-tag-sm-radius: 6px;
  --cmp-tag-md-height: 28px;
  --cmp-tag-md-paddingX: 12px;
  --cmp-tag-md-gap: 6px;
  --cmp-tag-md-icon: 16px;
  --cmp-tag-md-radius: 8px;
  --cmp-tag-red-content: #FB4444;
  --cmp-tag-red-bg: #FCEFEF;
  --cmp-tag-orange-content: #FF6B00;
  --cmp-tag-orange-bg: #FEF1EA;
  --cmp-tag-yellow-content: #916C0D;
  --cmp-tag-yellow-bg: #FFF7DD;
  --cmp-tag-green-content: #00973C;
  --cmp-tag-green-bg: #E8F9EF;
  --cmp-tag-blue-content: #0075FF;
  --cmp-tag-blue-bg: #E6F1FF;
  --cmp-tag-darkblue-content: #006AC1;
  --cmp-tag-darkblue-bg: #EAF5FE;
  --cmp-tag-indigo-content: #004290;
  --cmp-tag-indigo-bg: #EFF6FF;
  --cmp-tag-grey-content: #737373;
  --cmp-tag-grey-bg: #EEEEEE;
  --cmp-tag-group-gap: 8px;
  --cmp-badge-size: 6px;
  --cmp-badge-radius: 9999px;
  --cmp-badge-red: #FB4444;
  --cmp-badge-orange: #FF6B00;
  --cmp-badge-yellow: #FFC700;
  --cmp-badge-green: #00973C;
  --cmp-badge-lightblue: #64ABFF;
  --cmp-badge-blue: #0075FF;
  --cmp-badge-darkblue: #006AC1;
  --cmp-badge-indigo: #004290;
  --cmp-badge-grey: #737373;
  --cmp-tooltip-radius: 6px;
  --cmp-tooltip-paddingY: 12px;
  --cmp-tooltip-paddingX: 16px;
  --cmp-tooltip-gap: 12px;
  --cmp-tooltip-arrow-width: 16px;
  --cmp-tooltip-arrow-height: 12px;
  --cmp-tooltip-default-bg: #07284A;
  --cmp-tooltip-default-content: #FFFFFF;
  --cmp-tooltip-danger-bg: #FCEFEF;
  --cmp-tooltip-danger-content: #FB4444;
  --cmp-tooltip-warning-bg: #FEF1EA;
  --cmp-tooltip-warning-content: #FF6B00;
  --cmp-tooltip-accent-bg: #E6F1FF;
  --cmp-tooltip-accent-content: #0075FF;
  --cmp-tooltip-trigger-xxs-size: 16px;
  --cmp-tooltip-trigger-xxs-icon: 12px;
  --cmp-tooltip-trigger-xs-size: 24px;
  --cmp-tooltip-trigger-xs-icon: 16px;
  --cmp-tooltip-trigger-sm-size: 28px;
  --cmp-tooltip-trigger-sm-icon: 20px;
  --cmp-tooltip-trigger-md-size: 36px;
  --cmp-tooltip-trigger-md-icon: 24px;
  --cmp-tooltip-trigger-lg-size: 62px;
  --cmp-tooltip-trigger-lg-icon: 32px;
  --cmp-tooltip-trigger-radius-sm: 4px;
  --cmp-tooltip-trigger-radius-md: 6px;
  --cmp-tooltip-trigger-hover-opacity: 5%;
  --cmp-tooltip-trigger-hover-bg: #00973C;
  --cmp-tooltip-trigger-content: #00973C;
  --cmp-popover-radius: 6px;
  --cmp-popover-paddingX: 20px;
  --cmp-popover-paddingY: 16px;
  --cmp-popover-gap: 12px;
  --cmp-popover-contents-gap: 4px;
  --cmp-popover-arrow-width: 16px;
  --cmp-popover-arrow-height: 12px;
  --cmp-popover-default-bg: #07284A;
  --cmp-popover-default-title: #FFFFFF;
  --cmp-popover-default-description: #FFFFFF;
  --cmp-popover-default-subAction: #D8D8D8;
  --cmp-popover-title-leadingIcon: 16px;
  --cmp-popover-title-gap: 8px;
  --cmp-popover-danger-bg: #FCEFEF;
  --cmp-popover-danger-title: #FB4444;
  --cmp-popover-warning-bg: #FEF1EA;
  --cmp-popover-warning-title: #FF6B00;
  --cmp-popover-accent-bg: #E6F1FF;
  --cmp-popover-accent-title: #0075FF;
  --cmp-popover-light-description: #555555;
  --cmp-popover-light-subAction: #888888;
  --cmp-toast-radius: 8px;
  --cmp-toast-paddingX: 24px;
  --cmp-toast-paddingY: 12px;
  --cmp-toast-gap: 16px;
  --cmp-toast-icon: 16px;
  --cmp-toast-default-bg: #07284A;
  --cmp-toast-default-content: #FFFFFF;
  --cmp-toast-danger-bg: #FB4444;
  --cmp-toast-danger-content: #FFFFFF;
  --cmp-toast-caution-bg: #FFC700;
  --cmp-toast-caution-content: #222222;
  --cmp-toast-complete-bg: #00973C;
  --cmp-toast-complete-content: #FFFFFF;
  --cmp-toast-accent-bg: #005CC9;
  --cmp-toast-accent-content: #FFFFFF;
  --cmp-toast-info-bg: #E6F1FF;
  --cmp-toast-info-icon: #0075FF;
  --cmp-toast-info-text: #222222;
  --cmp-toast-info-textLink: #555555;
  --cmp-overlay-header-bg: #FFFFFF;
  --cmp-overlay-header-paddingX: 24px;
  --cmp-overlay-header-paddingY: 20px;
  --cmp-overlay-header-gap: 12px;
  --cmp-overlay-header-title-color: #033F59;
  --cmp-overlay-footer-bg-default: #FFFFFF;
  --cmp-overlay-footer-bg-neutral: #F6F6F6;
  --cmp-overlay-footer-paddingX: 20px;
  --cmp-overlay-footer-paddingY: 8px;
  --cmp-overlay-footer-gap: 16px;
  --cmp-modal-radius: 8px;
  --cmp-modal-confirm-paddingX: 32px;
  --cmp-modal-confirm-paddingY: 40px;
  --cmp-modal-confirm-gap: 40px;
  --cmp-modal-confirm-body-gap: 20px;
  --cmp-modal-confirm-title-gap: 12px;
  --cmp-modal-confirm-title-color: #222222;
  --cmp-modal-confirm-title-icon: 32px;
  --cmp-modal-confirm-button-gap: 8px;
  --cmp-modal-confirm-message-color: #222222;
  --cmp-modal-confirm-positive-icon: #0075FF;
  --cmp-modal-confirm-negative-icon: #E30000;
  --cmp-modal-bg: #FFFFFF;
  --cmp-modal-action-body-paddingX: 20px;
  --cmp-modal-action-body-paddingBottom: 20px;
  --cmp-modal-action-footer-paddingX: 20px;
  --cmp-modal-action-footer-paddingY: 8px;
  --cmp-modal-action-footer-gap: 16px;
  --cmp-modal-action-footer-bg: #F6F6F6;
  --cmp-modal-action-footer-border: #E1E1E1;
  --cmp-modal-loading-width: 520px;
  --cmp-modal-loading-height: 320px;
  --cmp-modal-loading-gap: 20px;
  --cmp-modal-loading-content: 80px;
  --cmp-modal-loading-message-color: #888888;
  --cmp-popup-header-bg-default: #07284A;
  --cmp-popup-header-bg-inverse: #FFFFFF;
  --cmp-popup-header-title-default: #FFFFFF;
  --cmp-popup-header-title-inverse: #004290;
  --cmp-popup-header-paddingX: 16px;
  --cmp-popup-header-paddingY: 12px;
  --cmp-popup-bg: #EEEEEE;
  --cmp-drawer-bg: #F6F6F6;
  --cmp-drawer-body-border: #E1E1E1;
  --cmp-callout-radius: 8px;
  --cmp-callout-border-width: 1px;
  --cmp-callout-body-gap: 2px;
  --cmp-callout-body-paddingX: 12px;
  --cmp-callout-body-paddingY: 8px;
  --cmp-callout-default-bg: #F9F9F9;
  --cmp-callout-default-border: #E1E1E1;
  --cmp-callout-default-content: #555555;
  --cmp-callout-danger-bg: #FCEFEF;
  --cmp-callout-danger-border: #FFB5B5;
  --cmp-callout-danger-content: #222222;
  --cmp-callout-danger-title-bg: #FB4444;
  --cmp-callout-danger-title-paddingX: 24px;
  --cmp-callout-danger-title-gap: 2px;
  --cmp-callout-danger-title-color: #FFFFFF;
  --cmp-callout-danger-title-icon: 24px;
  --cmp-guide-gap: 4px;
  --cmp-guide-button-height: 28px;
  --cmp-guide-button-paddingX: 12px;
  --cmp-guide-button-radius: 9999px;
  --cmp-guide-button-gap: 6px;
  --cmp-guide-button-icon-size: 16px;
  --cmp-guide-button-icon-default: #00973C;
  --cmp-guide-button-icon-active: #FFFFFF;
  --cmp-guide-button-border-width: 1px;
  --cmp-guide-button-border-default: #E1E1E1;
  --cmp-guide-button-bg-default: #FFFFFF;
  --cmp-guide-button-bg-tip: #00973C;
  --cmp-guide-button-bg-notion: #1F8AE1;
  --cmp-guide-button-text-default: #222222;
  --cmp-guide-button-text-active: #FFFFFF;
  --cmp-guide-contents-paddingX: 24px;
  --cmp-guide-contents-paddingY: 20px;
  --cmp-guide-contents-gap: 12px;
  --cmp-guide-contents-title-gap: 8px;
  --cmp-guide-contents-body-gap: 2px;
  --cmp-guide-contents-typography-color: #222222;
  --cmp-guide-contents-icon: #00973C;
  --cmp-guide-contents-radius: 8px;
  --cmp-guide-contents-depth-paddingLeft: 32px;
  --cmp-progress-linear-height: 20px;
  --cmp-progress-linear-radius: 9999px;
  --cmp-progress-linear-gap: 12px;
  --cmp-progress-circular-size: 80px;
  --cmp-progress-circular-gap: 8px;
  --cmp-progress-color-track: #EEEEEE;
  --cmp-progress-color-label: #555555;
  --cmp-progress-active-color: #2D8DFF;
  --cmp-progress-success-color: #12B553;
  --cmp-progress-error-color: #FB4444;
  --cmp-progress-bar-text: #FFFFFF;
  --cmp-progress-inverse-color: #FFFFFF;
  --cmp-progress-inverse-opacity: 40%;
  --cmp-table-header-height: 36px;
  --cmp-table-header-paddingX: 16px;
  --cmp-table-header-gap: 4px;
  --cmp-table-header-bg: #F5FAFF;
  --cmp-table-header-resizingBar-color: #CCCCCC;
  --cmp-table-header-resizingBar-height: 16px;
  --cmp-table-body-default-height: 44px;
  --cmp-table-body-dense-height: 32px;
  --cmp-table-body-paddingY-default: 8px;
  --cmp-table-body-paddingY-dense: 6px;
  --cmp-table-body-paddingX-default: 8px;
  --cmp-table-body-paddingX-wide: 16px;
  --cmp-table-border-color: #E1E1E1;
  --cmp-table-border-width: 1px;
  --cmp-table-content-gap: 8px;
  --cmp-table-bar-section-gap: 12px;
  --cmp-table-bar-divider-height: 20px;
  --cmp-table-bar-height: 44px;
  --cmp-table-bar-count-total: #066D9B;
  --cmp-table-bar-count-null: #888888;
  --cmp-table-radius: 8px;
  --cmp-table-keyValue-body-paddingY: 8px;
  --cmp-table-keyValue-body-paddingX-default: 8px;
  --cmp-table-keyValue-body-paddingX-wide: 16px;
  --cmp-table-keyValue-height: 44px;
  --cmp-table-keyValue-search-paddingX: 32px;
  --cmp-table-keyValue-search-bg: #F9F9F9;
  --cmp-table-separator-color: #EEEEEE;
  --cmp-table-separator-width-default: 6px;
  --cmp-table-separator-width-dense: 4px;
  --cmp-pagination-height: 24px;
  --cmp-pagination-paddingX: 6px;
  --cmp-pagination-radius: 6px;
  --cmp-pagination-gap: 12px;
  --cmp-pagination-move-gap: 4px;
  --cmp-pagination-icon: 12px;
  --cmp-pagination-item-bg-hover: #EEEEEE;
  --cmp-pagination-item-bg-selected: #E6F1FF;
  --cmp-pagination-item-content-default: #555555;
  --cmp-pagination-item-content-hover: #004290;
  --cmp-pagination-item-content-selected: #004290;
  --cmp-pagination-simple-gap: 8px;
  --cmp-stepper-sm-sequence-size: 20px;
  --cmp-stepper-lg-sequence-size: 24px;
  --cmp-stepper-horizontal-dash-width: 20px;
  --cmp-stepper-horizontal-dash-color: #888888;
  --cmp-stepper-horizontal-gap: 12px;
  --cmp-stepper-item-gap: 8px;
  --cmp-stepper-sequence-radius: 9999px;
  --cmp-stepper-sequence-border-active: #93C4FF;
  --cmp-stepper-sequence-border-default: #E1E1E1;
  --cmp-stepper-sequence-border-completed: #93C4FF;
  --cmp-stepper-sequence-border-width: 1px;
  --cmp-stepper-sequence-icon: 12px;
  --cmp-stepper-sequence-bg-active: #FFFFFF;
  --cmp-stepper-sequence-bg-default: #FFFFFF;
  --cmp-stepper-sequence-bg-completed: #EFF6FF;
  --cmp-stepper-sequence-text-active: #0075FF;
  --cmp-stepper-sequence-text-default: #AAAAAA;
  --cmp-stepper-text-active: #0075FF;
  --cmp-stepper-text-default: #555555;
  --cmp-stepper-text-completed: #888888;
  --cmp-stepper-vertical-item-bg-default: #FFFFFF;
  --cmp-stepper-vertical-item-bg-hover: #F6F6F6;
  --cmp-stepper-vertical-item-bg-selected: #EFF6FF;
  --cmp-stepper-vertical-item-gap: 12px;
  --cmp-stepper-vertical-item-paddingX: 16px;
  --cmp-stepper-vertical-item-paddingY: 10px;
  --cmp-stepper-vertical-item-accentStripe-width: 2px;
  --cmp-stepper-vertical-item-accentStripe-color: #64ABFF;
  --cmp-stepper-vertical-title-bg: #FFFFFF;
  --cmp-stepper-vertical-title-paddingTop: 12px;
  --cmp-stepper-vertical-title-paddingBottom: 6px;
  --cmp-stepper-vertical-title-text: #004290;
  --cmp-tab-main-lg-height: 44px;
  --cmp-tab-main-lg-paddingX: 32px;
  --cmp-tab-main-md-height: 36px;
  --cmp-tab-main-md-paddingX: 24px;
  --cmp-tab-main-gap: 8px;
  --cmp-tab-main-container-gap: 4px;
  --cmp-tab-main-radius: 6px;
  --cmp-tab-main-border-width: 1px;
  --cmp-tab-main-selected-bg: #FFFFFF;
  --cmp-tab-main-selected-text: #0075FF;
  --cmp-tab-main-selected-border: #0075FF;
  --cmp-tab-main-default-bg: #F6F6F6;
  --cmp-tab-main-default-text: #888888;
  --cmp-tab-main-default-border: #CCCCCC;
  --cmp-tab-sub-selected-text: #0075FF;
  --cmp-tab-sub-selected-line: #0075FF;
  --cmp-tab-sub-default-text: #222222;
  --cmp-tab-sub-border-width: 1px;
  --cmp-tab-sub-gap-horizontal: 24px;
  --cmp-tab-sub-gap-vertical: 16px;
  --cmp-tab-sub-content-gap: 4px;
  --cmp-tab-sub-item-height: 20px;
  --cmp-gnb-light-bg: #FFFFFF;
  --cmp-gnb-light-divider: #E1E1E1;
  --cmp-gnb-light-item-bg-default: #FFFFFF;
  --cmp-gnb-light-item-bg-hover: #F6F6F6;
  --cmp-gnb-light-item-bg-selected: #EFF6FF;
  --cmp-gnb-light-item-fg-default: #222222;
  --cmp-gnb-light-item-fg-hover: #222222;
  --cmp-gnb-light-item-fg-selected: #0075FF;
  --cmp-gnb-light-item-chevron: #555555;
  --cmp-gnb-light-top-icon: #888888;
  --cmp-gnb-light-rail-fg-default: #888888;
  --cmp-gnb-dark-bg: #001B39;
  --cmp-gnb-dark-divider: #004177;
  --cmp-gnb-dark-item-bg-default: #001B39;
  --cmp-gnb-dark-item-bg-hover: #07284A;
  --cmp-gnb-dark-item-bg-selected: #002B5E;
  --cmp-gnb-dark-item-fg-default: #FFFFFF;
  --cmp-gnb-dark-item-fg-hover: #FFFFFF;
  --cmp-gnb-dark-item-fg-selected: #93C4FF;
  --cmp-gnb-dark-item-chevron: #AAAAAA;
  --cmp-gnb-dark-top-icon: #FFFFFF;
  --cmp-gnb-dark-rail-fg-default: #AAAAAA;
  --cmp-gnb-top-height: 56px;
  --cmp-gnb-top-paddingX: 16px;
  --cmp-gnb-top-gap: 16px;
  --cmp-gnb-logo-height: 32px;
  --cmp-gnb-fold-width: 48px;
  --cmp-gnb-body-padding: 12px;
  --cmp-gnb-item-paddingY: 6px;
  --cmp-gnb-item-chevron-size: 12px;
  --cmp-gnb-box-item-paddingRight: 12px;
  --cmp-gnb-box-item-gap: 8px;
  --cmp-gnb-box-item-radius: 8px;
  --cmp-gnb-box-item-depth1-paddingLeft: 12px;
  --cmp-gnb-box-item-depth1-icon: 20px;
  --cmp-gnb-box-item-depth2-paddingLeft: 24px;
  --cmp-gnb-box-item-depth3-paddingLeft: 36px;
  --cmp-gnb-belt-item-paddingRight: 20px;
  --cmp-gnb-belt-item-gap: 8px;
  --cmp-gnb-belt-item-depth1-paddingLeft: 20px;
  --cmp-gnb-belt-item-depth1-icon: 16px;
  --cmp-gnb-belt-item-depth2-paddingLeft: 32px;
  --cmp-gnb-belt-item-depth3-paddingLeft: 44px;
  --cmp-gnb-rail-padding: 12px;
  --cmp-gnb-rail-gap: 16px;
  --cmp-gnb-rail-item-paddingTop: 4px;
  --cmp-gnb-rail-item-paddingBottom: 2px;
  --cmp-gnb-rail-item-radius: 8px;
  --cmp-gnb-rail-item-icon: 24px;
  --cmp-gnb-rail-item-width: 44px;
  --cmp-list-group-gap: 8px;
  --cmp-list-group-padding: 16px;
  --cmp-listItem-paddingX: 16px;
  --cmp-listItem-paddingY-normal: 10px;
  --cmp-listItem-paddingY-dense: 6px;
  --cmp-listItem-gap: 12px;
  --cmp-listItem-radius-bordered: 8px;
  --cmp-listItem-bg-default: #FFFFFF;
  --cmp-listItem-bg-hover: #F6F6F6;
  --cmp-listItem-bg-selected: #EFF6FF;
  --cmp-listItem-bordered-border-selected: #93C4FF;
  --cmp-listItem-bordered-border-hover: #AAAAAA;
  --cmp-listItem-border-default: #E1E1E1;
  --cmp-listItem-border-width-default: 1px;
  --cmp-listItem-text-default: #222222;
  --cmp-listItem-text-selected: #0075FF;
  --cmp-listItem-accentStripe-width: 2px;
  --cmp-listItem-accentStripe-color: #64ABFF;
  --cmp-listExpansionItem-title-paddingX: 16px;
  --cmp-listExpansionItem-title-paddingY-normal: 10px;
  --cmp-listExpansionItem-title-paddingY-dense: 6px;
  --cmp-listExpansionItem-title-gap: 12px;
  --cmp-listExpansionItem-title-icon: 12px;
  --cmp-listExpansionItem-title-border: #E1E1E1;
  --cmp-listExpansionItem-title-bg-default: #FFFFFF;
  --cmp-listExpansionItem-title-bg-hover: #F9F9F9;
  --cmp-listExpansionItem-title-bg-expanded: #EFF6FF;
  --cmp-listExpansionItem-title-text-default: #222222;
  --cmp-listExpansionItem-title-text-expanded: #0075FF;
  --cmp-listExpansionItem-body-bg: #FFFFFF;
  --cmp-listExpansionItem-body-padding: 16px;
  --cmp-listExpansionItem-border-default: #E1E1E1;
  --cmp-listExpansionItem-border-hover: #AAAAAA;
  --cmp-listExpansionItem-border-expanded: #93C4FF;
  --cmp-listExpansionItem-bordered-radius: 8px;
  --cmp-listExpansionItem-accentStripe-width: 2px;
  --cmp-listExpansionItem-accentStripe-color: #64ABFF;
  --cmp-listDraggableItem-paddingX: 16px;
  --cmp-listDraggableItem-paddingY-sm-normal: 8px;
  --cmp-listDraggableItem-paddingY-sm-dense: 4px;
  --cmp-listDraggableItem-paddingY-md-normal: 10px;
  --cmp-listDraggableItem-paddingY-md-dense: 6px;
  --cmp-listDraggableItem-gap: 12px;
  --cmp-listDraggableItem-radius-bordered: 8px;
  --cmp-listDraggableItem-bg-default: #FFFFFF;
  --cmp-listDraggableItem-bg-hover: #F6F6F6;
  --cmp-listDraggableItem-bg-selected: #EFF6FF;
  --cmp-listDraggableItem-bordered-bg-selected: #EFF6FF;
  --cmp-listDraggableItem-bordered-border-selected: #93C4FF;
  --cmp-listDraggableItem-bordered-border-hover: #AAAAAA;
  --cmp-listDraggableItem-bordered-dragging-bg: #EFF6FF;
  --cmp-listDraggableItem-bordered-dragging-border-color: #2D8DFF;
  --cmp-listDraggableItem-bordered-dragging-border-width: 2px;
  --cmp-listDraggableItem-border-default: #E1E1E1;
  --cmp-listDraggableItem-border-width-default: 1px;
  --cmp-listDraggableItem-text-default: #222222;
  --cmp-listDraggableItem-text-selected: #0075FF;
  --cmp-listDraggableItem-accentStripe-width: 2px;
  --cmp-listDraggableItem-accentStripe-color: #64ABFF;
  --cmp-listDraggableItem-dragging-content-opacity: 60%;
  --cmp-pageBody-padding-default: 16px;
  --cmp-pageBody-padding-scrollEnd: 80px;
  --cmp-sectionHeaderCard-radius: 8px;
  --cmp-sectionHeaderCard-border: #E1E1E1;
  --cmp-sectionHeaderCard-topBorder-thickness: 2px;
  --cmp-sectionHeaderCard-topBorder-color-accent: #005CC9;
  --cmp-sectionHeaderCard-topBorder-color-default: #AAAAAA;
  --cmp-sectionHeaderCard-header-bg: #FFFFFF;
  --cmp-sectionHeaderCard-header-border: #E1E1E1;
  --cmp-sectionHeaderCard-header-minHeight: 40px;
  --cmp-sectionHeaderCard-header-paddingX: 16px;
  --cmp-sectionHeaderCard-header-paddingY: 4px;
  --cmp-sectionHeaderCard-header-gap: 8px;
  --cmp-sectionHeaderCard-title-gap: 4px;
  --cmp-sectionHeaderCard-title-color: #005CC9;
  --cmp-sectionHeaderCard-required-icon: 16px;
  --cmp-sectionHeaderCard-subtitle-color: #555555;
  --cmp-sectionHeaderCard-body-bg: #FFFFFF;
  --cmp-tree-item-bg-default: #FFFFFF;
  --cmp-tree-item-bg-hover: #F9F9F9;
  --cmp-tree-item-border-default: #E1E1E1;
  --cmp-tree-item-border-width-default: 1px;
  --cmp-tree-item-paddingX: 16px;
  --cmp-tree-item-paddingY: 4px;
  --cmp-tree-item-rowGap: 8px;
  --cmp-tree-item-contentGap: 12px;
  --cmp-tree-item-text-default: #222222;
  --cmp-tree-item-text-selected: #0075FF;
  --cmp-tree-item-arrow-icon: 16px;
  --cmp-tree-connector-line-color: #AAAAAA;
  --cmp-pageHeader-paddingX: 16px;
  --cmp-pageHeader-gap: 12px;
  --cmp-pageHeader-title-paddingLeft: 4px;
  --cmp-pageHeader-title-text: #222222;
  --cmp-pageHeader-subtitle-text: #555555;
  --cmp-pageHeader-bar-height: 56px;
  --cmp-pageHeader-bar-paddingY: 12px;
  --cmp-pageHeader-bar-bg: #FFFFFF;
  --cmp-pageHeader-bar-border: #E1E1E1;
  --cmp-pageHeader-plain-paddingTop: 20px;
  --cmp-pageHeader-plain-paddingBottom: 16px;
  --cmp-pageHeader-plain-title-gap: 4px;
  --cmp-chipFilter-bar-bg: #FFFFFF;
  --cmp-chipFilter-bar-border: #E1E1E1;
  --cmp-chipFilter-bar-paddingX: 16px;
  --cmp-chipFilter-bar-paddingY: 12px;
  --cmp-chipFilter-bar-gap: 12px;
  --cmp-chipFilter-divider-height: 20px;
  --cmp-chipFilter-chip-height: 24px;
  --cmp-chipFilter-chip-radius: 4px;
  --cmp-chipFilter-chip-paddingX: 8px;
  --cmp-chipFilter-chip-gap: 6px;
  --cmp-chipFilter-chip-icon-caret: 12px;
  --cmp-chipFilter-chip-icon-essential: 12px;
  --cmp-chipFilter-chip-default-bg: #FFFFFF;
  --cmp-chipFilter-chip-default-border: #AAAAAA;
  --cmp-chipFilter-chip-default-text: #222222;
  --cmp-chipFilter-chip-active-border: #555555;
  --cmp-chipFilter-chip-warning-border: #FF6B00;
  --cmp-chipFilter-chip-applied-bg: #EFF6FF;
  --cmp-chipFilter-chip-applied-border: #93C4FF;
  --cmp-chipFilter-chip-applied-text-label: #222222;
  --cmp-chipFilter-chip-applied-text-data: #005CC9;
  --cmp-chipFilter-chip-disabled-bg: #F6F6F6;
  --cmp-chipFilter-chip-disabled-border: #CCCCCC;
  --cmp-chipFilter-chip-disabled-text: #888888;
  --cmp-chipFilter-chip-group: 6px;
  --cmp-chipFilter-chip-hover-bg: #F6F6F6;
  --cmp-chipFilter-addButton-height: 24px;
  --cmp-chipFilter-addButton-radius: 4px;
  --cmp-chipFilter-addButton-paddingX: 8px;
  --cmp-chipFilter-addButton-gap: 4px;
  --cmp-chipFilter-addButton-icon: 12px;
  --cmp-chipFilter-addButton-bg: #F9F9F9;
  --cmp-chipFilter-addButton-border-default: #888888;
  --cmp-chipFilter-addButton-border-disabled: #CCCCCC;
  --cmp-chipFilter-addButton-text-default: #222222;
  --cmp-chipFilter-addButton-text-disabled: #888888;
  --cmp-chipFilter-listbox-bg: #FFFFFF;
  --cmp-chipFilter-listbox-border-color: #E1E1E1;
  --cmp-chipFilter-listbox-radius: 8px;
  --cmp-chipFilter-listbox-top-paddingX: 12px;
  --cmp-chipFilter-listbox-top-paddingY: 8px;
  --cmp-chipFilter-listbox-top-gap: 8px;
  --cmp-chipFilter-listbox-top-label-color: #222222;
  --cmp-chipFilter-listbox-list-paddingY: 4px;
  --cmp-chipFilter-listbox-bottom-paddingX: 16px;
  --cmp-chipFilter-listbox-bottom-paddingY: 8px;
  --cmp-chipFilter-listbox-bottom-gap: 8px;
  --cmp-chipFilter-listbox-bottom-divider-height: 12px;
  --cmp-chipFilter-item-paddingLeft: 16px;
  --cmp-chipFilter-item-paddingRight: 12px;
  --cmp-chipFilter-item-paddingY: 4px;
  --cmp-chipFilter-item-multi-paddingX: 12px;
  --cmp-chipFilter-item-text-default: #222222;
  --cmp-chipFilter-item-text-selected: #0075FF;
  --cmp-splitter-border-width: 4px;
  --cmp-splitter-border-padding: 4px;
  --cmp-splitter-border-color: #64ABFF;
}

/* 전역 스크롤바 — overflow(auto/scroll)로 스크롤이 생기는 모든 요소에 SScrollArea 기본 스크롤바를 자동 적용.
   lib/scrollbar.ts 의 SCROLLBAR_CLASS 와 단일 기준(트랙 12px / 썸 grey-45, 2px 인셋, radius full).
   base 레이어에 둬야 컴포넌트가 붙이는 SCROLLBAR_* 유틸(background·bordered)이 utilities 레이어로 이 규칙을 덮는다.
   Chrome 121+/WebKit 는 scrollbar-width·scrollbar-color 계산값이 auto 가 아니면 ::-webkit-scrollbar-* 를 통째로
   무시하므로, 표준 속성은 webkit 유사요소가 없는 브라우저(Firefox)에서만 켠다. */
@layer base {
  /* 전역 기본 텍스트 색 — 본문은 grey_95(= fg.primary). 요소마다 색을 지정하지 않아도
     브라우저 기본 검정(#000)이 아니라 디자인 시스템 색으로 렌더된다.
     보조·비활성 텍스트만 text-fg-tertiary(grey_65)로 내려 쓴다.
     base 레이어라 소비 앱의 text-* 유틸리티(utilities)가 언제든 덮어쓴다. */
  body {
    color: var(--color-fg-primary);
  }

  *::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: transparent;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--color-grey-45);
    border: 2px solid transparent;
    border-radius: 9999px;
    background-clip: padding-box;
  }
  @supports not selector(::-webkit-scrollbar) {
    * {
      scrollbar-width: thin;
      scrollbar-color: var(--color-grey-45) transparent;
    }
  }
}

/* 타이포그래피 프리셋 */
@layer components {
  .typo-heading-xs {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-heading-xxs {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
  }
  .typo-heading-sm {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  .typo-heading-md {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }
  .typo-heading-lg {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  .typo-body-xs-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
  }
  .typo-body-sm-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .typo-body-sm-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .typo-body-sm-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-body-md-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .typo-body-md-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .typo-body-md-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  .typo-body-lg-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .typo-body-lg-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .typo-body-lg-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }
  .typo-control-xs-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .typo-control-xs-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .typo-control-xs-underline {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
  }
  .typo-control-xs-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-control-sm-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .typo-control-sm-underline {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: underline;
  }
  .typo-control-md-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .typo-control-md-underline {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: underline;
  }
  .typo-control-lg {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  .typo-feedback-xs {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
  }
  .typo-feedback-sm-regular {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .typo-feedback-sm-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .typo-feedback-sm-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-feedback-sm-underline {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: underline;
  }
  .typo-feedback-md-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  .typo-feedback-md-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .typo-feedback-md-underline {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
  }
  .typo-field-xs-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
  }
  .typo-field-sm-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .typo-field-sm-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .typo-field-sm-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-field-md-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .typo-field-md-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .typo-field-md-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  .typo-field-lg-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .typo-field-lg-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .typo-field-lg-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }
  .typo-navigation-xs-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
  }
  .typo-navigation-xs-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
  }
  .typo-navigation-sm-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .typo-navigation-sm-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .typo-navigation-sm-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-navigation-md-bold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
  }
  .typo-navigation-lg-medium {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .typo-navigation-lg-semibold {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
  .typo-table-header {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .typo-table-body {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  .typo-table-accent {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-item-sm-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .typo-item-sm-selected {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .typo-item-md-default {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
  .typo-item-md-selected {
    font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
}

/* 컴포넌트 공용 애니메이션 (progress 등) */
@theme {
  --animate-linear-indeterminate: linear-indeterminate 1.2s linear infinite;
  --animate-circle-spin: circle-spin 2s linear infinite;
  --animate-circle-arc: circle-arc 1.5s ease-in-out infinite;

  /* 모달 열림/닫힘 (sd-modal-container 애니메이션 포팅) */
  --animate-overlay-in: overlay-in 0.3s ease-out;
  --animate-overlay-out: overlay-out 0.3s ease-out;
  --animate-modal-in: modal-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  --animate-modal-out: modal-out 0.2s ease-in;
  --animate-modal-shake: modal-shake 0.3s ease-out;
  --animate-drawer-shake: drawer-shake 0.22s ease-out;

  /* floating(툴팁·팝오버) placement 방향별 슬라이드+페이드 (sd-floating-portal 포팅) */
  --animate-floating-in-top: floating-in-top 0.35s ease-out;
  --animate-floating-in-bottom: floating-in-bottom 0.35s ease-out;
  --animate-floating-in-left: floating-in-left 0.35s ease-out;
  --animate-floating-in-right: floating-in-right 0.35s ease-out;
  --animate-floating-out-top: floating-out-top 0.15s ease-in forwards;
  --animate-floating-out-bottom: floating-out-bottom 0.15s ease-in forwards;
  --animate-floating-out-left: floating-out-left 0.15s ease-in forwards;
  --animate-floating-out-right: floating-out-right 0.15s ease-in forwards;
}
@keyframes linear-indeterminate {
  0% { transform: translateX(-100%) scaleX(0.2); }
  50% { transform: translateX(20%) scaleX(0.6); }
  100% { transform: translateX(120%) scaleX(0.2); }
}
@keyframes circle-spin { to { transform: rotate(360deg); } }
@keyframes circle-arc {
  0% { stroke-dasharray: 1 340; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 151 340; stroke-dashoffset: -60; }
  100% { stroke-dasharray: 151 340; stroke-dashoffset: -211; }
}
@keyframes overlay-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes overlay-out { from { opacity: 1; } to { opacity: 0; } }
/* 중앙정렬은 flex 래퍼가 담당하므로 애니메이션은 scale만 (원본 sd-modal-container 와 동일) */
@keyframes modal-in {
  from { opacity: 0; transform: scale(0); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes modal-out {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(0); }
}
/* persistent 모달에서 백드롭/ESC 닫기 시도 시 흔들림 (sd-modal-container--shake 포팅) */
@keyframes modal-shake {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.01); }
  50% { transform: scale(0.99); }
  75% { transform: scale(1); }
}
/* persistent Drawer에서 닫기 시도 시 사용하는 낮은 진폭의 흔들림 */
@keyframes drawer-shake {
  0%, 100% { transform: translateX(0); }
  40% { transform: translateX(-1.5px); }
  70% { transform: translateX(1px); }
}
/* floating(툴팁·팝오버): placement 방향에서 4px 슬라이드 + 페이드 (sd-floating-slide-* 포팅) */
@keyframes floating-in-top { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floating-in-bottom { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floating-in-left { from { opacity: 0; transform: translateX(4px); } to { opacity: 1; transform: translateX(0); } }
@keyframes floating-in-right { from { opacity: 0; transform: translateX(-4px); } to { opacity: 1; transform: translateX(0); } }
@keyframes floating-out-top { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(4px); } }
@keyframes floating-out-bottom { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-4px); } }
@keyframes floating-out-left { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(4px); } }
@keyframes floating-out-right { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-4px); } }
