body{
font-family:system-ui;
background:linear-gradient(135deg,#4f46e5,#9333ea);
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
color:#111;
}
.verify-card{
background:#fff;
padding:30px;
border-radius:16px;
width:100%;
max-width:420px;
box-shadow:0 20px 40px rgba(0,0,0,.2);
}
input,button{
width:100%;
padding:14px;
margin:12px 0;
border-radius:10px;
border:1px solid #ddd;
}
button{
background:#4f46e5;
color:#fff;
border:none;
font-size:16px;
cursor:pointer;
}
.loading{color:#555}
.success{
background:#ecfdf5;
padding:15px;
border-radius:12px;
}
.error{
background:#fee2e2;
padding:12px;
border-radius:10px;
color:#991b1b;
}
ul{padding-left:18px}
