*{box-sizing:border-box}html,body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;background:#f5f7fb;color:#1f2937}body{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:24px}.card{width:100%;max-width:430px;background:#fff;border-radius:22px;padding:34px 26px;text-align:center;box-shadow:0 14px 44px rgba(25,45,80,.12)}.mark{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:42px;font-weight:700;box-shadow:0 9px 25px rgba(37,99,235,.25)}h1{font-size:23px;margin:0 0 10px}.sub{color:#6b7280;margin:0 0 22px}.progress{height:7px;background:#e9eef5;border-radius:999px;overflow:hidden}.progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);animation:fill .5s linear forwards}@keyframes fill{to{width:100%}}.enter{display:block;width:100%;padding:15px 18px;border-radius:13px;background:#2563eb;color:#fff;text-decoration:none;font-size:18px;font-weight:700;box-shadow:0 7px 18px rgba(37,99,235,.24);touch-action:manipulation;margin-top:14px}.enter:active{transform:translateY(1px)}.noscript{font-size:12px;color:#6b7280;text-align:center}