*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080808;--bg2:#111111;--bg3:#1a1a1a;--tx:#e8e8e8;--ac:#ffffff;--br:#1e1e1e}html,body,#root{height:100%;background:#080808;color:#e8e8e8}body{font-family:DM Sans,system-ui,sans-serif;overflow:hidden;letter-spacing:-.01em}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ffffff2a}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes breathe{0%,to{opacity:.5}50%{opacity:1}}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #ffffff1a}50%{box-shadow:0 0 15px #ffffff4d}}.animate-up{animation:slideUp .35s cubic-bezier(.16,1,.3,1) both}.pulse{animation:breathe 1.5s infinite ease-in-out}.glass{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.glow{animation:pulseGlow 3s infinite}
