:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1f2a37;background-color:#f2f5fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f2f5fb}#root{min-height:100vh}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.app__card{background:#ffffff;border-radius:16px;box-shadow:0 12px 24px #0f172a14;padding:32px;max-width:420px;width:100%;text-align:center;display:flex;flex-direction:column;gap:16px}.app__text{margin:0;white-space:pre-line;font-size:18px}.app__button{align-self:center;padding:10px 20px;border:none;border-radius:12px;background:#2563eb;color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:background .2s ease}.app__button:hover{background:#1d4ed8}.app__button:active{background:#1e40af}
