.uc{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;text-align:center;background:radial-gradient(circle at 50% 0%,#1e293b,#0f172a 60%);color:#e2e8f0}.uc__card{max-width:460px;width:100%;padding:3rem 2rem;border-radius:20px;background:#1e293b8c;border:1px solid rgba(148,163,184,.15);box-shadow:0 20px 60px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.uc__loader{display:flex;gap:.6rem;justify-content:center;margin-bottom:2rem}.uc__loader span{width:14px;height:14px;border-radius:50%;background:#38bdf8;animation:uc-bounce 1.2s infinite ease-in-out}.uc__loader span:nth-child(2){animation-delay:.15s}.uc__loader span:nth-child(3){animation-delay:.3s}@keyframes uc-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.uc__title{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;letter-spacing:-.02em}.uc__subtitle{margin:0 0 .75rem;font-size:1.15rem;font-weight:500;color:#7dd3fc}.uc__text{margin:0 0 2rem;color:#94a3b8;line-height:1.6}.uc__bar{height:6px;border-radius:999px;background:#94a3b833;overflow:hidden}.uc__bar-fill{height:100%;width:40%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#818cf8);animation:uc-slide 1.8s infinite ease-in-out}@keyframes uc-slide{0%{transform:translate(-120%)}to{transform:translate(320%)}}.uc__footer{font-size:.85rem;color:#64748b}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
