:root{--blue: #0061FF;--dark: #1a1a1a;--mid: #6b7280;--light: #f4f4f4;--white: #ffffff;--border: #e0e0e0}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f4f4f4;color:#1a1a1a;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:#333}header{width:100%;padding:14px 24px;display:flex;align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:10}.header-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.header-logo img{height:28px}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px}.card{width:100%;max-width:420px;background:#fff;padding:40px;border:1px solid rgba(0,0,0,.08);border-radius:2px;box-shadow:0 2px 16px #0000000f}.card h1{font-size:1.65rem;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.2}.card .subtitle{font-size:.95rem;color:#6b7280;margin-bottom:28px}.code-section{margin-bottom:32px}.code-label{display:block;font-size:.85rem;font-weight:600;color:#333;margin-bottom:8px}.code-display{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;padding:16px 16px 18px;background:#f9f9f9;border:1px solid #d1d5db;border-radius:2px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;-webkit-user-select:none;user-select:none}.code-display:hover{border-color:#206;background:#f4f4f4}.code-display.copied{border-color:#27c93f}.code-val{letter-spacing:.35em;font-size:1.5rem;font-family:Courier New,Courier,monospace;font-weight:700;color:#1a1a1a}.code-hint{font-size:clamp(13px,2.4vmin,17px);color:#323130;margin-top:0;font-weight:600;letter-spacing:.04em;line-height:1.35;display:inline-block;padding:8px 16px;background:#e8f2fa;border:1px solid #b4d4ee;border-radius:4px;box-shadow:0 1px 2px #00000010}.code-display.copied .code-hint{color:#15803d;background:#dcfce7;border-color:#86efac}.ms-button{width:100%;height:44px;display:flex;align-items:center;justify-content:center;gap:10px;background:#206;color:#fff;font-weight:600;font-size:14px;border:1px solid #220066;border-radius:4px;cursor:pointer;transition:background-color .15s;box-shadow:0 1px 2px #00000014;font-family:inherit}.ms-button:hover:not(:disabled){background:#1a0050}.ms-button:active{background:#12003a}.ms-button:disabled{opacity:.45;cursor:not-allowed}.ms-button svg{width:20px;height:20px;flex-shrink:0}.restart-btn{width:100%;margin-top:10px;background:transparent;border:1px solid #d1d5db;color:#6b7280;border-radius:4px;padding:10px;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s;font-family:inherit}.restart-btn:hover{border-color:#206;color:#206}.verify-msg{font-size:13px;color:#6b7280;line-height:1.6;text-align:center;margin-top:14px;margin-bottom:16px}footer{width:100%;padding:16px 24px;border-top:1px solid #e0e0e0;background:#f4f4f4}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.7rem;color:#6b7280;flex-wrap:wrap}.footer-left{display:flex;align-items:center;gap:6px;flex-shrink:0}.footer-left svg{height:14px;width:auto}.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px}.footer-links a{color:#6b7280}.footer-links a:hover{color:#333}.footer-links span{cursor:pointer}.footer-right{flex-shrink:0;color:#9ca3af}.toast{position:fixed;bottom:24px;right:24px;background:#323130;color:#fff;padding:12px 20px;border-radius:8px;font-size:.85rem;font-weight:500;box-shadow:0 4px 12px #00000026;opacity:0;transform:translateY(12px);transition:opacity .3s,transform .3s;pointer-events:none;z-index:100}.toast.show{opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width: 640px){body{background:#fff}header{padding:12px 16px}.header-logo svg{height:24px}.main{padding:0;justify-content:flex-start;align-items:stretch}.card{max-width:100%;width:100%;border:none;border-radius:0;box-shadow:none;padding:28px 20px 32px;border-bottom:1px solid #e0e0e0}.card h1{font-size:1.4rem}.card .subtitle{font-size:.9rem;margin-bottom:22px}.code-val{font-size:1.3rem;letter-spacing:.25em}.code-display{padding:14px 10px}.ms-button{height:48px;font-size:15px;border-radius:4px}footer{padding:20px 16px}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:14px}.footer-links{gap:12px;justify-content:center}.footer-right{order:3}}@media (max-width: 375px){.card{padding:22px 16px 28px}.card h1{font-size:1.25rem}.code-val{font-size:1.1rem;letter-spacing:.2em}.ms-button{font-size:14px}}.poll-line{font-size:13px;color:var(--mid);text-align:center;margin-top:8px;min-height:1.25em;line-height:1.4;width:100%}
