/* generated by scripts/build-brand-tokens.py */
:root[data-brand-mode='dark'], :root {
  --bg: #111111;
  --surface: #1A1A1A;
  --surface2: #222222;
  --surface3: #242424;
  --card: #202020;
  --text: #E8E8E8;
  --muted: #888888;
  --faint: #555555;
  --text-on-accent: #0E1210;
  --accent: #6C8578;
  --accent-h: #8BAF9E;
  --accent-d: #3D5249;
  --accent-muted: #7A9687;
  --coral: #E07B5B;
  --coral-light: #F0A184;
  --danger: #E07B5B;
  --danger-bg: rgba(224, 123, 91, 0.10);
  --danger-border: rgba(224, 123, 91, 0.20);
  --success: #A3B5AE;
  --success-bg: rgba(108, 133, 120, 0.12);
  --success-border: rgba(108, 133, 120, 0.45);
  --warning: #FDE68A;
  --warning-bg: rgba(251, 191, 36, 0.12);
  --warning-border: rgba(251, 191, 36, 0.35);
  --info: #8BAF9E;
  --info-bg: rgba(139, 175, 158, 0.12);
  --info-border: rgba(139, 175, 158, 0.38);
  --border: rgba(255, 255, 255, 0.10);
  --border-hover: rgba(255, 255, 255, 0.20);
  --border-focus: rgba(108, 133, 120, 0.50);
  --accent-bg: rgba(108, 133, 120, 0.12);
  --accent-border: rgba(108, 133, 120, 0.25);
  --accent-soft: rgba(108, 133, 120, 0.15);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 24px;
  --font-size-2xl: 32px;
  --font-size-3xl: 40px;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.1;
  --line-height-base: 1.45;
  --line-height-relaxed: 1.65;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --motion-fast: 120ms;
  --motion-base: 200ms;
  --motion-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --category-1: #6C8578;
  --category-2: #E07B5B;
  --category-3: #5B82E0;
  --category-4: #C76FC4;
  --category-5: #D9A03A;
  --category-6: #3FA8A8;
}

.font-display { font-family: var(--font-display); }
.font-heading { font-family: var(--font-heading); }
.font-body { font-family: var(--font-body); }

/* estado de foco consistente cross-surface (F6 BRAND-DS-UNIFY-001) */
:focus-visible {
  outline: 2px solid var(--border-focus);
  outline-offset: 2px;
}
