*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f7fa;color:#333}#app{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}#app>div{display:flex;flex-direction:column;align-items:center;max-width:320px}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#4a90d9;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.spinner-sm{width:24px;height:24px;border-width:3px;margin-bottom:.75rem}@keyframes spin{to{transform:rotate(360deg)}}.status-text{font-size:1.1rem;font-weight:500;color:#333;margin-top:.5rem;line-height:1.5}.status-sub{font-size:.85rem;color:#999;margin-top:.4rem}.icon-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.icon-green{background:#34c759}.icon-red{background:#e53935}.icon-orange{background:#f57c00}.icon-blue{background:#007aff}.icon-gray{background:#8e8e93}.dot-loading{margin-left:.3em}.dot-loading span{animation:dotColor 1.4s infinite;font-weight:700}.dot-loading span:nth-child(1){animation-delay:0s}.dot-loading span:nth-child(2){animation-delay:.2s}.dot-loading span:nth-child(3){animation-delay:.4s}@keyframes dotColor{0%,to{color:#9999994d}50%{color:#999}}.hidden{display:none!important}
