#root{min-height:100vh}.shell{justify-content:center;align-items:center;min-height:100vh;padding:28px 18px;display:flex}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;width:min(100%,400px);padding:20px;box-shadow:0 14px 48px #0000004d}.stack{gap:12px;display:grid}.status{color:#a1a1a6;white-space:pre-wrap;background:#ffffff0f;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.45}.status.error{color:#ff6961;background:#ff3b301f}button{appearance:none;color:#fff;cursor:pointer;background:#0a84ff;border:0;border-radius:12px;padding:14px 18px;font-size:16px;font-weight:600}button.secondary{color:#a1a1a6;background:#ffffff14}button:disabled{opacity:.55;cursor:default}.spinner-wrap{justify-content:center;align-items:center;display:flex}.spinner{border:3px solid #ffffff1f;border-top-color:#0a84ff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
