*{box-sizing:border-box}body,html{padding:0;margin:0;background:#0e0e10;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100%}.page{min-height:100vh;display:flex;align-items:center;justify-content:center}.card{width:400px;max-width:90vw;background:#18181b;border:1px solid #26262b;border-radius:16px;padding:32px 28px 28px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.5)}.title{font-size:28px;font-weight:800;margin:0 0 4px}.subtitle{font-size:15px;color:#a3a3ad;margin:0 0 20px}.avatar{width:84px;height:84px;border-radius:50%;background:#0e0e10;border:1px solid #26262b;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;overflow:hidden}.avatar img{width:56px;height:56px}.disclosure{font-size:12px;line-height:1.5;color:#7a7a84;background:#101012;border:1px solid #232327;border-radius:10px;padding:10px 12px;margin-bottom:18px;text-align:left}.verify-btn{display:block;width:100%;padding:13px 0;background:#5865f2;color:#fff;font-weight:700;font-size:13px;letter-spacing:.5px;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background .15s ease}.verify-btn:hover{background:#4752c4}.status{font-size:14px;color:#a3a3ad;margin-top:16px}.status.error{color:#f87171}.status.success{color:#4ade80}