:root{--bg: #0f1b33;--ink: #14233f;--sub: #667085;--green: #15a34a;--red: #dc2626;font-family:Zen Kaku Gothic New,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:#eef1f5;color:var(--ink);-webkit-font-smoothing:antialiased}.screen{min-height:100dvh;display:grid;place-items:center;padding:20px}.card{width:100%;max-width:380px;background:#fff;border-radius:22px;box-shadow:0 18px 50px #0f1b3324;padding:34px 26px;text-align:center}.brand{font-size:12px;font-weight:900;letter-spacing:.18em;color:#2563eb;margin-bottom:22px}.mock{display:inline-block;margin-left:8px;font-size:10px;font-weight:900;background:#ffd866;color:#0f1b33;border-radius:5px;padding:1px 7px}.hello{font-size:20px;font-weight:900;margin:6px 0}.cls{font-size:26px;font-weight:900;margin-top:18px}.store{font-size:14px;font-weight:700;color:var(--sub);margin-top:4px;margin-bottom:26px}.primary{width:100%;border:0;border-radius:14px;padding:18px;font-size:18px;font-weight:900;color:#fff;background:linear-gradient(180deg,#2f7d4f,var(--green));cursor:pointer;font-family:inherit}.primary:disabled{opacity:.6}.ghost{margin-top:18px;border:1px solid #d0d5dd;background:#fff;border-radius:12px;padding:12px 22px;font-weight:800;font-family:inherit;cursor:pointer}.muted{color:var(--sub);font-weight:700}.note{margin-top:16px;font-size:12px;color:var(--sub);font-weight:700}.err{color:var(--red);font-weight:800;margin:8px 0 4px}.icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:6px auto 12px;font-size:34px;font-weight:900}.icon.ok{background:#15a34a24;color:var(--green)}.icon.warn{background:#dc26261f;color:var(--red)}
