.screen{color:#f8fafc;background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;font-family:system-ui,-apple-system,Segoe UI,sans-serif;display:flex}.screen__card{text-align:center;width:100%;max-width:28rem}.screen__title{margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.screen__subtitle{color:#94a3b8;margin:0 0 2rem;line-height:1.5}.screen__actions{flex-direction:column;gap:.75rem;display:flex}.screen__button{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-block}.screen__button:disabled{cursor:not-allowed;opacity:.5}.screen__button:not(:disabled):hover{opacity:.9}.screen__button--primary{color:#fff;background:#6366f1}.screen__button--secondary{color:#e2e8f0;background:0 0;border:1px solid #334155}.screen__error{color:#fca5a5;margin:0 0 1rem;font-size:.875rem}.screen__note{color:#64748b;margin-top:1.5rem;font-size:.8125rem}
