*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:#0a0a0a;overflow:hidden}#app{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:#0a0a0a}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}html,body{width:100%;height:100%;font-family:-apple-system,PingFang SC,Helvetica Neue,Roboto,sans-serif;background:#0a0a0a;color:#f0f0f0;overflow:hidden}#app{width:100%;height:100%;display:flex;justify-content:center;align-items:center}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.hidden{display:none!important}.text-center{text-align:center}.flex-center{display:flex;justify-content:center;align-items:center}.flex-col{display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}.fade-in{animation:fadeIn .4s ease forwards}.slide-up{animation:slideUp .4s ease forwards}.pulse-dot{width:10px;height:10px;border-radius:50%;background:#4cd964;animation:pulse 1.2s infinite ease-in-out;display:inline-block}
