*{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}html{min-height:100%}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)}.shield{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:linear-gradient(135deg,#33c579,#18a85f);color:#fff;font-size:42px;font-weight:700;box-shadow:0 9px 25px rgba(24,168,95,.25)}h1{font-size:25px;margin:0 0 10px}.sub{color:#6b7280;margin:0 0 24px}.progress{height:7px;background:#e9eef5;border-radius:999px;overflow:hidden}.progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#33c579,#13a55b);animation:fill 5s linear forwards}@keyframes fill{to{width:100%}}.count{color:#6b7280;margin:14px 0 20px}.count strong{color:#18a85f;font-size:21px}.enter{display:block;width:100%;padding:15px 18px;border-radius:13px;background:#19ae64;color:#fff;text-decoration:none;font-size:18px;font-weight:700;box-shadow:0 7px 18px rgba(25,174,100,.24);touch-action:manipulation}.enter:active{transform:translateY(1px)}.hint{font-size:13px;color:#9ca3af;margin:13px 0 0}.noscript{font-size:12px;color:#6b7280;text-align:center}
.service-link{display:inline-block;margin-top:24px;color:#168b57;text-underline-offset:4px;font-size:16px}.service-link:focus-visible{outline:3px solid #18a85f;outline-offset:4px;border-radius:3px}@media (orientation:landscape) and (max-height:500px){body{padding:12px}.card{padding:16px 22px}.shield{width:52px;height:52px;margin-bottom:8px;font-size:30px}h1{font-size:22px;margin-bottom:5px}.sub{margin-bottom:10px}.count{margin:7px 0 9px}.enter{padding:11px 16px}.hint{margin-top:7px}.service-link{margin-top:9px;font-size:14px}}