@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";:root{--color-bg: #F0F4F8;--color-surface: #FFFFFF;--color-surface-2: #F8FAFC;--color-surface-raised: #F8FAFC;--color-border: #D1DCE8;--color-border-strong: #B0C4D8;--color-border-light: #D1DCE8;--color-text: #0F2340;--color-text-secondary: #3E5C7A;--color-text-muted: #7A96B2;--color-accent: #0096CC;--color-accent-hover: #007AAA;--color-accent-dim: rgba(0, 150, 204, .12);--color-primary: #0F2340;--color-success: #00A878;--color-warning: #D97706;--color-error: #E53E3E;--color-info: #0096CC;--font-heading: "Space Grotesk", sans-serif;--font-body: "DM Sans", sans-serif;--font-mono: "JetBrains Mono", monospace;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--shadow-sm: 0 1px 3px rgba(15, 35, 64, .08);--shadow-md: 0 4px 12px rgba(15, 35, 64, .1);--shadow-lg: 0 8px 24px rgba(15, 35, 64, .12);--shadow-accent: 0 0 20px rgba(0, 150, 204, .12);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeInUp{animation:fadeInUp .2s ease forwards}.animate-fadeIn{animation:fadeIn .15s ease forwards}.animate-slideInLeft{animation:slideInLeft .2s ease forwards}.page-enter{animation:fadeInUp .2s ease forwards}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;letter-spacing:-.02em}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f0f4f8}::-webkit-scrollbar-thumb{background:#b0c4d8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#7a96b2}
