*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--theme-background);color:var(--theme-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 1.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.4}to{transform:scale(1.6);opacity:0}}.animate-fade-up{animation:fadeUp .7s ease both}.animate-float{animation:float 4s ease-in-out infinite}:root{--color-primary: #319795;--color-secondary: #6B46C1;--color-accent: #ED8936;--color-success: #38A169;--color-warning: #D69E2E;--color-error: #E53E3E;--color-info: #3182CE;--color-neutral-50: #F7FAFC;--color-neutral-100: #EDF2F7;--color-neutral-200: #E2E8F0;--color-neutral-300: #CBD5E0;--color-neutral-400: #A0AEC0;--color-neutral-500: #718096;--color-neutral-600: #4A5568;--color-neutral-700: #2D3748;--color-neutral-800: #1A202C;--color-neutral-900: #171923;--theme-background: #F7FAFC;--theme-surface: #FFFFFF;--theme-surface-variant: #EDF2F7;--theme-text: #1A202C;--theme-text-secondary: #4A5568;--theme-text-muted: #718096;--theme-border: #E2E8F0;--theme-border-focus: #319795;--font-sans: Inter, system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--radius-none: 0;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--gradient-primary: linear-gradient(135deg, #319795 0%, #6B46C1 100%);--gradient-hero: linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.dark,[data-theme=dark]{--theme-background: #171923;--theme-surface: #1A202C;--theme-surface-variant: #2D3748;--theme-text: #F7FAFC;--theme-text-secondary: #CBD5E0;--theme-text-muted: #A0AEC0;--theme-border: #4A5568;--theme-border-focus: #4FD1C5}
