@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&family=Syne:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}:root{--electric: #0EA5E9;--electric-dim: #38BDF8;--electric-light: #E0F2FE;--navy: #1E3A5F;--navy-mid: #2D5282;--surface: #F8FAFC;--surface-2: #F1F5F9;--border: #E2E8F0;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--success: #10B981;--success-bg: #ECFDF5;--warning: #F59E0B;--warning-bg: #FFFBEB;--error: #EF4444;--error-bg: #FEF2F2}body{background-color:var(--surface);color:var(--text-primary);font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{to{transform:translate(200%)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes wavePulse{0%{transform:scaleY(.2)}to{transform:scaleY(1)}}.animate-fade-up{animation:fadeUp .4s cubic-bezier(.22,1,.36,1) both}.animate-fade-up-1{animation:fadeUp .4s .05s cubic-bezier(.22,1,.36,1) both}.animate-fade-up-2{animation:fadeUp .4s .1s cubic-bezier(.22,1,.36,1) both}.animate-fade-up-3{animation:fadeUp .4s .15s cubic-bezier(.22,1,.36,1) both}.animate-fade-up-4{animation:fadeUp .4s .2s cubic-bezier(.22,1,.36,1) both}.font-syne{font-family:Syne,sans-serif}
