*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100vh;background:#04040a;color:#ffffffd9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0e0e14}::-webkit-scrollbar-thumb{background:#3cffd04d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3cffd080}input:focus,button:focus,textarea:focus,select:focus{outline:none}::selection{background:#3cffd04d;color:#fff}a,button{transition:all .2s ease}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.02em;line-height:1.2}p{line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow{0%,to{box-shadow:0 0 20px #3cffd066}50%{box-shadow:0 0 40px #3cffd099}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .3s ease}.fade-up{animation:fadeUp .4s ease}@media (max-width: 768px){html{font-size:14px}}@media print{body{background:#fff;color:#000}}
