.logo{font-size:48px;margin-bottom:20px}
h1{color:#7e57c2;margin-bottom:15px;font-size:24px;font-weight:600}
.spinner{border:5px solid #f3f3f3;border-top:5px solid #7e57c2;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin:30px auto}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
p{color:#666;line-height:1.8;font-size:16px}
.status{margin-top:20px;font-weight:500;color:#7e57c2}