.status-screen{text-align:center;box-sizing:border-box;justify-content:center;align-items:center;padding:2rem;display:flex}.status-screen--page{z-index:100;background:var(--surface-page);position:fixed;inset:0}.status-screen--inline{width:100%;min-height:calc(100vh - 220px)}.status-screen__container{flex-direction:column;justify-content:center;align-items:center;gap:.85rem;width:100%;max-width:520px;display:flex}.status-screen--page .status-screen__container{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--dash-radius-card,16px);box-shadow:var(--shadow-card);gap:1rem;padding:2.75rem 2rem}.status-screen__icon{width:76px;height:76px;color:var(--accent-indigo);background:var(--accent-indigo-glow-subtle);border:1px solid var(--border-accent);border-radius:20px;justify-content:center;align-items:center;display:flex}.status-screen__icon svg{width:36px;height:36px}.status-screen--danger .status-screen__icon{color:var(--risk);background:var(--risk-soft);border-color:var(--risk-line)}.status-screen--warning .status-screen__icon{color:var(--warn);background:var(--warn-soft);border-color:var(--warn-line)}.status-screen--success .status-screen__icon{color:var(--ok);background:var(--ok-soft);border-color:var(--ok-line)}.status-screen__code{letter-spacing:.04em;color:var(--text-tertiary);opacity:.7;margin:0;font-family:monospace;font-size:3.25rem;font-weight:800;line-height:1}.status-screen__title{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:1.6rem;font-weight:800}.status-screen__message{max-width:460px;color:var(--text-secondary);margin:0;font-size:.98rem;line-height:1.6}.status-screen__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.65rem;display:flex}.status-screen__btn{border-radius:var(--button-radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s,background .2s,box-shadow .2s,border-color .2s;display:inline-flex}.status-screen__btn-icon{width:18px;height:18px}.status-screen__btn--primary{background:var(--gradient-button);color:var(--text-inverse);box-shadow:var(--shadow-accent)}.status-screen__btn--primary:hover{box-shadow:var(--shadow-accent-hover);transform:translateY(-1px)}.status-screen__btn--ghost{background:var(--surface-card);color:var(--text-primary);border-color:var(--border-light)}.status-screen__btn--ghost:hover{background:var(--surface-hover);border-color:var(--border-hover)}.status-screen__btn:active{transform:translateY(0)}@media (max-width:480px){.status-screen{padding:1.25rem}.status-screen--inline{min-height:calc(100vh - 180px)}.status-screen--page .status-screen__container{padding:2rem 1.25rem}.status-screen__icon{border-radius:16px;width:64px;height:64px}.status-screen__icon svg{width:30px;height:30px}.status-screen__code{font-size:2.5rem}.status-screen__title{font-size:1.3rem}.status-screen__message{font-size:.9rem}.status-screen__actions{flex-direction:column;width:100%}.status-screen__btn{width:100%}}
