@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--color-primary: #0d1b4a;--color-primary-light: #1b3a8a;--color-primary-dark: #060e2a;--color-accent: #00b4d8;--color-accent-light: #48cae4;--color-accent-dark: #0096c7;--color-secondary: #f77f00;--color-secondary-light: #fcbf49;--color-success: #06d6a0;--color-error: #ef476f;--color-warning: #ffd166;--color-bg: #f8f9fc;--color-bg-dark: #0a0f1e;--color-surface: #ffffff;--color-surface-alt: #f0f2f8;--color-text: #1a1a2e;--color-text-secondary: #5a5f7a;--color-text-light: #8b90a8;--color-text-on-dark: #e8eaf6;--color-text-on-primary: #ffffff;--color-border: #e0e3ef;--color-border-light: #eef0f7;--gradient-hero: linear-gradient(135deg, #0d1b4a 0%, #1b3a8a 40%, #00b4d8 100%);--gradient-accent: linear-gradient(135deg, #00b4d8 0%, #0096c7 100%);--gradient-warm: linear-gradient(135deg, #f77f00 0%, #fcbf49 100%);--gradient-card: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(13,27,74,.03) 100%);--gradient-dark: linear-gradient(135deg, #0a0f1e 0%, #0d1b4a 100%);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem;--font-size-4xl: 3.25rem;--font-size-5xl: 4rem;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.15;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--space-1: .25rem;--space-2: .5rem;--space-3: .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;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(13,27,74,.05);--shadow-md: 0 4px 12px rgba(13,27,74,.08);--shadow-lg: 0 8px 30px rgba(13,27,74,.12);--shadow-xl: 0 16px 50px rgba(13,27,74,.16);--shadow-glow: 0 0 30px rgba(0,180,216,.3);--shadow-card: 0 2px 16px rgba(13,27,74,.06);--shadow-card-hover: 0 8px 32px rgba(13,27,74,.14);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--transition-spring: .5s cubic-bezier(.34, 1.56, .64, 1);--z-dropdown: 100;--z-sticky: 200;--z-modal: 300;--z-toast: 400;--container-max: 1280px;--container-padding: var(--space-6)}@media (max-width: 768px){:root{--font-size-4xl: 2.25rem;--font-size-3xl: 1.875rem;--font-size-2xl: 1.5rem;--container-padding: var(--space-4)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text);background-color:var(--color-bg);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-slide-left{animation:slideInLeft .6s ease forwards}.animate-slide-right{animation:slideInRight .6s ease forwards}
