*{box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;margin:0;color:#1a1a1a;background:#f6f7f9}header{border-bottom:1px solid #e2e4e8;background:#fff}nav{display:flex;align-items:center;gap:1rem;max-width:760px;margin:0 auto;padding:.75rem 1.5rem}nav button{background:none;border:none;font-size:1rem;font-weight:600;color:#5a6573;padding:.4rem .2rem;cursor:pointer}nav button.active{color:#0b66c3;border-bottom:2px solid #0b66c3}nav .code{margin-left:auto;display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#5a6573}nav .code input{width:110px;padding:.35rem .5rem;border:1px solid #c8ccd2;border-radius:6px}main{max-width:760px;margin:0 auto;padding:2rem 1.5rem}h1{font-size:1.6rem}.muted{color:#5a6573}.warning{background:#fff6e0;border:1px solid #f0d48a;padding:.75rem 1rem;border-radius:8px}form{display:flex;flex-direction:column;gap:1.25rem;background:#fff;padding:1.5rem;border:1px solid #e2e4e8;border-radius:12px}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-weight:600;font-size:.9rem}.field input{padding:.6rem .75rem;border:1px solid #c8ccd2;border-radius:8px;font-size:1rem}form button[type=submit]{align-self:flex-start;padding:.7rem 1.5rem;background:#0b66c3;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}form button[type=submit]:disabled{background:#9bb6d4;cursor:not-allowed}.hint{font-size:.8rem;color:#5a6573}.otp-help{font-size:.85rem}.otp-help summary{color:#0b66c3;cursor:pointer;width:fit-content;font-weight:600}.otp-help-body{margin-top:.5rem;color:#5a6573}.otp-help-body p{margin:0 0 .5rem}.otp-help-note{font-size:.78rem}.otp-help svg{max-width:100%;height:auto}.hint.error{color:#c0392b}.otp{display:flex;gap:.5rem}.otp input{width:3rem;height:3.25rem;padding:0;text-align:center;font-size:1.5rem;font-variant-numeric:tabular-nums;border:1px solid #c8ccd2;border-radius:8px}.otp input:focus{outline:none;border-color:#0b66c3;box-shadow:0 0 0 2px #0b66c340}.result{margin:1rem 0 0;padding:.75rem 1rem;border-radius:8px}.result.ok,tr.ok{background:#e7f6ec}.result.fail,tr.fail{background:#fdeaea}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e4e8;border-radius:12px;overflow:hidden;font-size:.9rem}th,td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid #eef0f3}th{background:#f0f2f5}
