*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f2f5;color:#1a1a1a;min-height:100dvh}.screen{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:1.5rem}.card{background:#fff;border-radius:1.25rem;padding:2.5rem 2rem;width:100%;max-width:400px;text-align:center;box-shadow:0 1px 3px #0000000f,0 4px 16px #00000014;display:flex;flex-direction:column;align-items:center;gap:.75rem}.brand{font-size:1.75rem;font-weight:800;color:#25d366;letter-spacing:-.03em;margin-bottom:.5rem}.status-icon{width:3.5rem;height:3.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin:.5rem 0}h2{font-size:1.25rem;font-weight:700;color:#111}p{font-size:.9375rem;color:#555;line-height:1.5}.hint{font-size:.8125rem;color:#999;margin-top:.25rem}.spinner{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-top-color:#25d366;border-radius:50%;animation:spin .7s linear infinite;margin:.5rem 0}@keyframes spin{to{transform:rotate(360deg)}}
