body,html{margin:0;padding:0;min-height:100%}.brand-space-status{min-height:100vh;display:grid;place-items:center;padding:24px;color:var(--bsp-ink);font-family:var(--bsp-font-body);text-align:center}.brand-space-status,.brand-space-status section{box-sizing:border-box;background:var(--bsp-surface)}.brand-space-status section{width:min(100%,520px);max-width:520px;padding:clamp(28px,6vw,48px);border:1px solid color-mix(in srgb,var(--bsp-ink) 12%,transparent);border-radius:var(--bsp-radius)}.brand-space-status h1{margin:0;font-family:var(--bsp-font-heading);line-height:1.12}.brand-space-status p{margin:16px 0 28px;line-height:1.6}.brand-space-status__action{min-height:44px;display:inline-flex;align-items:center;padding:0 20px;border-radius:var(--bsp-radius-button);background:var(--bsp-accent);color:var(--bsp-on-accent);font:inherit;font-weight:600;text-decoration:none;border:1px solid;box-sizing:border-box;justify-content:center}.brand-space-status__action:focus-visible{outline:3px solid currentColor;outline-offset:3px}