@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;600;700;800&display=swap");body,html{margin:0;padding:0;background-color:#000a1e;min-height:100vh;font-family:Inter Tight,Roboto,Arial,sans-serif}*{box-sizing:border-box}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}