@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #2E6FC7;--secondary: #1A4F8B;--accent: #E74C3C;--success: #27AE60;--background: #F5F7FA;--surface: #FFFFFF;--text-main: #1A1A2E;--text-muted: #6B7280}@layer base{body{@apply bg-background text-text-main antialiased;font-feature-settings:"cv02","cv03","cv04","cv11"}}@keyframes gradient-slow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient-slow{animation:gradient-slow 15s ease infinite}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}
