:root{font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}.ms-body{min-height:100%;display:flex;flex-direction:column;background:#f5f5f5}.ms-top{display:flex;align-items:center;gap:8px;padding:16px 24px;background:#fff;border-bottom:1px solid #e1e1e1}.ms-brand{font-size:15px;font-weight:600;color:#201f1e;letter-spacing:.3px}.ms-card{width:100%;max-width:440px;margin:48px auto 24px;background:#fff;box-shadow:0 2px 6px #0003;padding:44px 40px 40px;flex:0 0 auto}.ms-h1{font-size:24px;font-weight:600;color:#201f1e;line-height:1.3;margin-bottom:12px}.ms-h1-busy{font-size:20px;margin:20px 0 8px}.ms-sub{font-size:14px;color:#605e5c;line-height:1.5;margin-bottom:24px}.ms-codebox{display:flex;align-items:center;gap:12px;background:#faf9f8;border:1px solid #edebe9;border-radius:2px;padding:18px 16px;margin-bottom:16px}.ms-code{font-family:Cascadia Mono,Consolas,Courier New,monospace;font-size:28px;font-weight:700;letter-spacing:4px;color:#201f1e;flex:1;-webkit-user-select:all;user-select:all}.ms-btn{background:#0067b8;color:#fff;border:none;border-radius:2px;padding:10px 24px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .1s}.ms-btn:hover{background:#005ba1}.ms-btn:active{background:#004e8c}.ms-btn-inline{padding:8px 20px;white-space:nowrap}.ms-note{font-size:14px;color:#201f1e;margin-bottom:8px}.ms-note b{font-weight:600}.ms-timer{font-size:12px;color:#605e5c;font-variant-numeric:tabular-nums;margin-bottom:8px}.ms-timer b{color:#201f1e}.ms-copied{font-size:13px;color:#107c10;font-weight:600}.ms-center{display:flex;flex-direction:column;align-items:center;text-align:center;padding:8px 0}.ms-check{width:56px;height:56px;border-radius:50%;background:#107c10;color:#fff;font-size:30px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.ms-spin{display:inline-block}.ms-spin svg{width:100%;height:100%;animation:msrot 1.2s linear infinite}.ms-spin circle{fill:none;stroke:#0078d4;stroke-width:4;stroke-dasharray:90;stroke-dashoffset:20;stroke-linecap:round}@keyframes msrot{to{transform:rotate(360deg)}}.ms-foot{display:flex;gap:24px;padding:12px 24px;font-size:12px;color:#605e5c;margin-top:auto}.ms-foot span{cursor:pointer}.ms-foot span:hover{text-decoration:underline}@media (max-width: 380px){.ms-card{padding:32px 20px;margin-top:24px}.ms-code{font-size:22px;letter-spacing:2px}}
