/* Tribble Design System — Generated 2026-04-25 09:04 UTC */
/* Source: tokens.json v2.0.0 */
/* DO NOT EDIT — regenerate with build_tokens_css.py */

@layer reset, tokens, base, components, utilities, overrides;

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,300..700,0..100,0..1;1,9..144,300..700,0..100,0..1&family=Inter:opsz,wght@14..32,300..600&family=Space+Grotesk:wght@400..700&display=swap');

/* Preload: <link rel="preload" href="...fraunces..." as="font" crossorigin> */
/* Preload: <link rel="preload" href="...inter..." as="font" crossorigin> */

@layer tokens {
:root, [data-theme='light'] {
  --color-blue-50: #f0f4ff;
  --color-blue-100: #dce8ff;
  --color-blue-200: #b8d1ff;
  --color-blue-300: #85aff7;
  --color-blue-400: #6b8cf0;
  --color-blue-500: #4a6fe8;
  --color-blue-600: #3658d4;
  --color-blue-700: #2a47b0;
  --color-blue-800: #1e3380;
  --color-blue-900: #0f1d4d;
  --color-teal-50: #f0fdfa;
  --color-teal-100: #ccfbf1;
  --color-teal-400: #2dd4bf;
  --color-teal-500: #14b8a6;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-navy-900: #0a1628;
  --color-navy-800: #111d33;
  --color-navy-700: #1a2f5e;
  --color-gray-50: #FAFAFA;
  --color-gray-100: #F5F5F5;
  --color-gray-200: #E5E7EB;
  --color-gray-300: #D1D5DB;
  --color-gray-400: #9CA3AF;
  --color-gray-500: #6B7280;
  --color-gray-600: #4B5563;
  --color-gray-700: #374151;
  --color-gray-800: #1F2937;
  --color-gray-900: #111827;
  --color-white: #FFFFFF;
  --color-black: #111111;

  --bg: #FFFFFF;
  --bg-alt: #FAFAFA;
  --bg-glow: rgba(74,111,232,0.06);
  --text-primary: #111111;
  --text-secondary: #4B5563;
  --text-muted: #6B7280;
  --text-disabled: #D1D5DB;
  --brand-primary: #4a6fe8;
  --brand-hover: #3658d4;
  --brand-light: #dce8ff;
  --surface-card: #FFFFFF;
  --surface-nav: rgba(255,255,255,0.92);
  --border-default: #E5E7EB;
  --border-brand: rgba(74,111,232,0.15);
  --overlay: rgba(0,0,0,0.75);

  --accent-finserv: #0d9488;
  --accent-finserv-light: #ccfbf1;
  --accent-healthcare: #7c3aed;
  --accent-healthcare-light: #ede9fe;
  --accent-enterprise: #4a6fe8;
  --accent-enterprise-light: #dce8ff;

  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, sans-serif;
  --font-stat: 'Space Grotesk', 'Inter', -apple-system, sans-serif;

  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;
  --section-sm: 6rem;
  --section-md: 8rem;
  --section-lg: 10rem;
  --gutter: 3rem;
  --container: 75rem;

  --shadow-xs: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.04), 0 2px 4px rgba(0,0,0,0.03);
  --shadow-lg: 0 10px 15px rgba(0,0,0,0.04), 0 4px 6px rgba(0,0,0,0.02);
  --shadow-xl: 0 20px 25px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.02);
  --shadow-brand-sm: 0 4px 16px rgba(74,111,232,0.15);
  --shadow-brand-md: 0 8px 32px rgba(74,111,232,0.2);
  --shadow-brand-lg: 0 12px 40px rgba(74,111,232,0.25);

  --radius-none: 0;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.5rem;
  --radius-pill: 9999px;

  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 800ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-reveal: 800ms cubic-bezier(0.16, 1, 0.3, 1);

  color-scheme: light;
}

[data-theme='dark'] {
  --bg: #0a1628;
  --bg-alt: #111d33;
  --bg-glow: rgba(74,111,232,0.1);
  --text-primary: #F0F2F5;
  --text-secondary: #B8C2D8;
  --text-muted: #8894B0;
  --text-disabled: #556A84;
  --brand-primary: #6b8cf0;
  --brand-hover: #4a6fe8;
  --brand-light: rgba(74,111,232,0.15);
  --surface-card: #111d33;
  --surface-nav: rgba(10,22,40,0.92);
  --border-default: #1a2f5e;
  --border-brand: rgba(74,111,232,0.25);
  --overlay: rgba(0,0,0,0.85);
  color-scheme: dark;
}
} /* end @layer tokens */

@layer base {
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-weight: 300;
  line-height: 1.6;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background var(--transition-slow), color var(--transition-slow);
}
body { font-feature-settings: 'calt' 1, 'liga' 1; }

.text-hero {
  font-family: var(--font-serif);
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.text-h1 {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.text-h2 {
  font-family: var(--font-serif);
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.text-h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.text-h4 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.text-body-lg {
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75;
}
.text-body {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.text-body-sm {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.text-caption {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.text-overline {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.text-stat-hero {
  font-family: var(--font-stat);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
.text-stat-lg {
  font-family: var(--font-stat);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
.text-stat-md {
  font-family: var(--font-stat);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.text-stat-sm {
  font-family: var(--font-stat);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.text-nav {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.text-btn {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
} /* end @layer base */

@layer components {
/* Scroll reveal — CSS-first with JS fallback */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity var(--transition-reveal), transform var(--transition-reveal);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal.from-left { transform: translateX(-60px); }
.reveal.from-right { transform: translateX(60px); }
.reveal.from-scale { transform: scale(0.92); }
.stagger .reveal { transition-delay: calc(var(--i, 0) * 120ms); }
} /* end @layer components */