:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1b1b1b;background:#f4f4f4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{margin:0}.screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;padding:24px;display:flex}.screen h1{margin:0;font-size:20px}.screen p{color:#5f5f5f;margin:0}.screen button{color:#fff;cursor:pointer;background:#ff5b00;border:0;border-radius:8px;margin-top:8px;padding:10px 20px;font-size:15px}.spinner{border:3px solid #ddd;border-top-color:#ff5b00;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
