/* 00 - Tokens: CSS custom properties for glamour-theme */
[data-theme="glamour-theme"] {
  /* Text colors */
  --color-text-primary: #831843;
  --color-text-secondary: #9d174d;
  --color-text-tertiary: #5e0e2e;
  --color-text-disabled: #4f0c27;
  --color-text-contrast: #ffffff;
  --color-text-accent: #ec4899;
  --color-text-on-accent: #ffffff;
  --color-text-success: #22c55e;
  --color-text-on-success: #ffffff;
  --color-text-warning: #f59e0b;
  --color-text-error: #ef4444;
  --color-text-info: #3b82f6;

  /* Background colors */
  --color-bg-primary: #fdf2f8;
  --color-bg-secondary: #ffffff;
  --color-bg-tertiary: #f7f7f7;
  --color-bg-surface: #ffffff;
  --color-bg-hover: #f2f2f2;
  --color-bg-disabled: #e6e6e6;

  /* Accent backgrounds */
  --color-bg-accent: #fce7f3;
  --color-bg-accent-solid: #ec4899;
  --color-bg-accent-light: #fce7f3;
  --color-bg-accent-hover: #d4418a;
  --color-bg-accent-glow: rgba(236, 72, 153, 0.15);

  /* Semantic backgrounds */
  --color-bg-success: #22c55e;
  --color-bg-success-light: #e9f9ef;
  --color-bg-success-hover: #1fb155;
  --color-bg-warning: #f59e0b;
  --color-bg-warning-light: #fef5e7;
  --color-bg-warning-hover: #dd8e0a;
  --color-bg-error: #ef4444;
  --color-bg-error-light: #fdecec;
  --color-bg-error-hover: #d73d3d;
  --color-bg-info: #3b82f6;
  --color-bg-info-light: #ebf3fe;
  --color-bg-info-hover: #3575dd;

  /* Border colors */
  --color-border-primary: #fbcfe8;
  --color-border-secondary: #fce7f3;
  --color-border-tertiary: #fde7f4;
  --color-border-disabled: #fde2f1;
  --color-border-focus: #fbcfe8;
  --color-border-error: #ef4444;
  --color-border-info: #3b82f6;
  --color-border-success: #22c55e;
  --color-border-warning: #f59e0b;

  /* Ring colors */
  --color-ring-focus: rgba(236, 72, 153, 0.5);
  --color-ring-error: rgba(239, 68, 68, 0.5);
  --color-ring-offset: #fdf2f8;

  /* Accent colors */
  --color-accent-primary: #ec4899;
  --color-accent-secondary: #d4418a;

  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  --spacing-4xl: 6rem;
  --spacing-5xl: 8rem;

  /* Component spacing */
  --input-padding: 0.75rem 1rem;
  --button-padding: 0.75rem 1.5rem;
  --card-padding: 1.75rem;

  /* Border radius */
  --radius-sm: calc(0.75rem * 0.5);
  --radius-md: 0.75rem;
  --radius-lg: calc(0.75rem * 1.5);
  --radius-xl: calc(0.75rem * 2);
  --radius-full: 9999px;
  --radius-button: 2rem;
  --radius-card: 1.25rem;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(236, 72, 153, 0.08);
  --shadow-md: 0 4px 16px rgba(236, 72, 153, 0.12);
  --shadow-lg: 0 8px 32px rgba(236, 72, 153, 0.15);
  --shadow-xl: none;
  --shadow-accent: 0 4px 20px rgba(236, 72, 153, 0.15);

  /* Typography */
  --font-family-base: "Playfair Display", Georgia, serif;
  --font-family-heading: "Playfair Display", Georgia, serif;
  --font-family-mono: 'JetBrains Mono', monospace;
  --font-size-base: 1rem;
  --line-height-base: 1.5;
  --font-weight-heading: 500;

  /* Component settings */
  --focus-ring-width: 2px;
  --card-border-width: 1px;
  --input-border-width: 1px;
  --component-outline-text: #831843;
  --component-outline-bg: #ffffff;
  --component-outline-border: #fbcfe8;
  --component-outline-hover-bg: #fce7f3;
  --component-outline-hover-border: #ec4899;
  --component-checkbox-border: #fce7f3;
  --component-checkbox-border-checked: #ec4899;
  --component-checkbox-fill: transparent;
  --component-checkbox-fill-checked: #ec4899;
  --component-input-background: #ffffff;
  --component-input-border: #fce7f3;

  /* Transitions */
  --transition-fast: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);

  /* Interaction effects */
  --hover-scale: 1;
  --hover-brightness: 1;
  --hover-translate-y: 0;

  /* Gradient controls */
  --button-primary-fill: #ec4899;
  --button-secondary-fill: #ffffff;
  --button-gradient-active: 0;
  --card-surface-fill: #ffffff;
  --card-gradient-active: 0;
  --app-background-fill: #fdf2f8;
  --app-background-gradient-active: 0;
  --button-gradient-intensity: 1;
  --card-gradient-intensity: 1;
  --button-gloss-gradient: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.45), transparent 55%), radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.15), transparent 65%), linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
  --button-gloss-opacity: 0.35;
  --button-gloss-hover-opacity: 0.55;
  --button-gloss-active-opacity: 0.25;
  --button-gloss-enabled: 1;

  /* Glassmorphism - computed CSS values */
  --glass-blur: 0px;
  --glass-opacity: 1;
  --glass-gradient: none;
  --glass-gradient-strength: 0;
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-shadow: none;
  --glass-card-overlay: linear-gradient(150deg, rgba(275, 275, 275, 0.08), rgba(295, 295, 295, 0.02));
  --card-backdrop: none;
  --card-bg-opacity: 1;
  --glow-intensity: 0;
  --glass-apply-to-cards: 0;
  --glass-apply-to-shell: 0;
  --color-bg-secondary-glass: rgba(255, 255, 255, 1);
  --color-bg-primary-glass: rgba(253, 242, 248, 1);

  /* Effect flags (0 = disabled, 1 = enabled) */
  --effect-neon: 0;
  --effect-shimmer: 0;
  --effect-tilt: 0;
  --effect-magnetic: 0;
  --effect-glow-badges: 0;
  --effect-neon-scrollbar: 0;
  --effect-link-glow: 0;
  --effect-table-glow: 0;
  --effect-progress-glow: 0;
  --effect-input-glow: 0;
  --effect-modal-glass: 0;
  --effect-dropdown-glass: 0;
  --effect-checkbox-glow: 0;
  --effect-heading-glow: 0;
  --effect-button-glow: 0;

  /* Effect colors */
  --neon-primary: rgba(96, 165, 250, 0.5);
  --neon-secondary: rgba(167, 139, 250, 0.5);
}
