.StatusScreen-module__M8GYPq__page{background:var(--bg);min-height:100vh;font-family:var(--sans);justify-content:center;align-items:center;padding:24px;display:flex}.StatusScreen-module__M8GYPq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-card);text-align:center;padding:36px 32px}.StatusScreen-module__M8GYPq__code{font-family:var(--mono);font-size:var(--text-sm);letter-spacing:.04em;color:var(--text-3);margin:0 0 10px;font-weight:600}.StatusScreen-module__M8GYPq__title{color:var(--text);margin:0 0 10px;font-size:22px;font-weight:600;line-height:1.3}.StatusScreen-module__M8GYPq__message{font-size:var(--text-sm);color:var(--text-2);margin:0;line-height:1.6}.StatusScreen-module__M8GYPq__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}.StatusScreen-module__M8GYPq__primary{background:var(--control-dark);height:42px;color:var(--surface);border-radius:var(--radius);font-family:var(--sans);font-size:var(--text-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 20px;font-weight:600;text-decoration:none;transition:background .15s,box-shadow .15s,transform .15s;display:inline-flex}.StatusScreen-module__M8GYPq__primary:hover{background:var(--control-dark-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.StatusScreen-module__M8GYPq__secondary{height:42px;color:var(--text-2);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--sans);font-size:var(--text-sm);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0 20px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.StatusScreen-module__M8GYPq__secondary:hover{background:var(--surface-subtle);border-color:var(--border-hover);color:var(--text)}