@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#060d1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--coral: #E05B28;--coral-light: #FF7040;--coral-dark: #B84520;--blue-deep: #060D1A;--blue-dark: #0A1525;--blue-mid: #0F1E38;--blue-card: #111E38;--blue-border: #1A2E55;--blue-hover: #162440;--text-1: #EEF2FF;--text-2: #8AA0CC;--text-3: #4A6088}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a1525}::-webkit-scrollbar-thumb{background:#1e3060;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2a4080}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes glow{0%,to{box-shadow:0 0 20px #e05b284d}50%{box-shadow:0 0 40px #e05b2899}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.fade-in{animation:fadeIn .3s ease forwards}
