.status-module__RWYSTW__wrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:72vh;padding:4rem 1.5rem;display:flex}.status-module__RWYSTW__code{letter-spacing:-.04em;background:var(--gradient-text);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,12vw,7rem);font-weight:800;line-height:1}.status-module__RWYSTW__title{font-size:var(--fs-h2);letter-spacing:-.02em;font-weight:800}.status-module__RWYSTW__desc{color:var(--text-muted);line-height:1.7}.status-module__RWYSTW__btn{border-radius:var(--radius);background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-brand);transition:transform .18s var(--ease);align-items:center;margin-top:.75rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.status-module__RWYSTW__btn:hover{transform:translateY(-2px)}.status-module__RWYSTW__actions{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.status-module__RWYSTW__btnGhost{border-radius:var(--radius);border:1px solid var(--border);color:var(--text);transition:border-color .18s var(--ease), color .18s var(--ease);align-items:center;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.status-module__RWYSTW__btnGhost:hover{border-color:var(--brand);color:var(--brand-ink)}.status-module__RWYSTW__spinner{border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:42px;height:42px;animation:.8s linear infinite status-module__RWYSTW__spin}@keyframes status-module__RWYSTW__spin{to{transform:rotate(360deg)}}
