@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#080808;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}input,select,textarea,button{font-family:Poppins,sans-serif}:root{--purple:#8b5cf6;--purple-dark:#6d28d9;--bg:#080808;--card:#111;--border:#1e1e1e;--text:#fff;--muted:#666}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
