/* Glamour 风格主题色 — 玫瑰粉暖色调 */
:root,
[data-sx-theme='light'] {
  --sx-blue: #1890FF;
  --sx-indigo: #6610f2;
  --sx-purple: #6f42c1;
  --sx-pink: #D4A5A5;
  --sx-red: #c62828;
  --sx-orange-red: #c62828;
  --sx-orange: #D4A5A5;
  --sx-yellow: #f9a825;
  --sx-green: #198754;
  --sx-teal: #65B85D;
  --sx-cyan: #0dcaf0;
  --sx-black: #000;
  --sx-white: #fff;
  --sx-gray: #9e8e99;
  --sx-gray-dark: #3d2e38;
  --sx-gray-100: #fdf5f8;
  --sx-gray-200: #f5e6ec;
  --sx-gray-300: #e8d0da;
  --sx-gray-400: #c4a8b5;
  --sx-gray-500: #a08694;
  --sx-gray-600: #7d6573;
  --sx-gray-700: #5e4a55;
  --sx-gray-800: #3d2e38;
  --sx-gray-900: #2a1d26;
  --sx-primary: linear-gradient(270deg, #D4A5A5 0%, #e0b8b8 100%);
  --sx-primary-from: #D4A5A5;
  --sx-primary-to: #e0b8b8;
  --sx-promotion-bg-from: #fdf5f8;
  --sx-promotion-bg-to: #f5e6ec;
  --sx-promotion-text: #2a1d26;
  --sx-promotion-icon-from: #D4A5A5;
  --sx-promotion-icon-to: #c49090;
  --sx-price-off: #8c0000;
  --sx-secondary: #9e8e99;
  --sx-home-primary: #D4A5A5;
  --sx-home-secondary: #9e8e99;
  --sx-success: #198754;
  --sx-info: #0dcaf0;
  --sx-warning: #f9a825;
  --sx-danger: #c62828;
  --sx-light: #fdf5f8;
  --sx-dark: #2a1d26;
  --sx-primary-rgb: 212, 165, 165;
  --sx-secondary-rgb: 158, 142, 153;
  --sx-success-rgb: 25, 135, 84;
  --sx-info-rgb: 13, 202, 240;
  --sx-warning-rgb: 249, 168, 37;
  --sx-danger-rgb: 198, 40, 40;
  --sx-light-rgb: 253, 245, 248;
  --sx-dark-rgb: 42, 29, 38;
  --sx-bind-from: #fdf5f8;
  --sx-bind-to: #f5e6ec;
  --sx-primary-text: #D4A5A5;
  --sx-account-text: #D4A5A5;
  --sx-secondary-text: #9e8e99;
  --sx-success-text: #198754;
  --sx-info-text: #087990;
  --sx-warning-text: #f9a825;
  --sx-danger-text: #c62828;
  --sx-light-text: #7d6573;
  --sx-dark-text: #2a1d26;
  --sx-primary-bg-subtle: #f5e6ec;
  --sx-secondary-bg-subtle: #fdf5f8;
  --sx-success-bg-subtle: #d1e7dd;
  --sx-info-bg-subtle: #cff4fc;
  --sx-warning-bg-subtle: #fff8e1;
  --sx-danger-bg-subtle: #fce4e4;
  --sx-light-bg-subtle: #fefafb;
  --sx-dark-bg-subtle: #e8d0da;
  --sx-primary-border-subtle: #e8d0da;
  --sx-secondary-border-subtle: #f5e6ec;
  --sx-success-border-subtle: #a3cfbb;
  --sx-info-border-subtle: #9eeaf9;
  --sx-warning-border-subtle: #ffe082;
  --sx-danger-border-subtle: #f5b8b8;
  --sx-light-border-subtle: #f5e6ec;
  --sx-dark-border-subtle: #c4a8b5;
  --sx-white-rgb: 255, 255, 255;
  --sx-black-rgb: 0, 0, 0;
  --sx-body-color-rgb: 42, 29, 38;
  --sx-body-bg-rgb: 255, 255, 255;
  --sx-font-sans-serif: 'Cormorant Garamond', serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --sx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --sx-body-font-family: var(--sx-font-sans-serif);
  --sx-body-font-size: 1rem;
  --sx-body-font-weight: 400;
  --sx-body-line-height: 1.5;
  --sx-body-color: #2a1d26;
  --sx-body-bg: #fff;
  --sx-body-bg-gray: #f5e6ec;
  --sx-home-body-bg-gray: #ffffff;
  --sx-emphasis-color: #000;
  --sx-emphasis-color-rgb: 0, 0, 0;
  --sx-secondary-color: rgba(42, 29, 38, 0.75);
  --sx-secondary-color-rgb: 42, 29, 38;
  --sx-secondary-bg: #f5e6ec;
  --sx-secondary-bg-rgb: 245, 230, 236;
  --sx-tertiary-color: rgba(42, 29, 38, 0.5);
  --sx-tertiary-color-rgb: 42, 29, 38;
  --sx-tertiary-bg: #fdf5f8;
  --sx-tertiary-bg-rgb: 253, 245, 248;
  --sx-link-color: #2a1d26;
  --sx-link-color-rgb: 42, 29, 38;
  --sx-link-decoration: none;
  --sx-link-hover-color: #D4A5A5;
  --sx-link-hover-color-rgb: 212, 165, 165;
  --sx-code-color: #d63384;
  --sx-highlight-bg: #fff8e1;
  --sx-border-width: 1px;
  --sx-border-style: solid;
  --sx-border-color: #e8d0da;
  --sx-border-color-translucent: rgba(0, 0, 0, 0.1);
  --sx-border-radius: 0.5rem;
  --sx-border-radius-sm: 0.25rem;
  --sx-border-radius-lg: 0.5rem;
  --sx-border-radius-xl: 1rem;
  --sx-border-radius-2xl: 2rem;
  --sx-border-radius-pill: 50rem;
  --sx-box-shadow: 0 0.5rem 1rem rgba(var(--sx-body-color-rgb), 0.08);
  --sx-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--sx-body-color-rgb), 0.04);
  --sx-box-shadow-lg: 0 1rem 3rem rgba(var(--sx-body-color-rgb), 0.1);
  --sx-box-shadow-inset: inset 0 1px 2px rgba(var(--sx-body-color-rgb), 0.05);
  --sx-form-control-bg: var(--sx-body-bg);
  --sx-form-control-disabled-bg: var(--sx-secondary-bg);
  --sx-breakpoint-xs: 0;
  --sx-breakpoint-sm: 576px;
  --sx-breakpoint-md: 768px;
  --sx-breakpoint-lg: 992px;
  --sx-breakpoint-xl: 1200px;
  --sx-breakpoint-xxl: 1400px;
}
