.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-accent{color:var(--h-accent)}.text-muted{color:var(--h-text-muted)}.text-secondary{color:var(--h-text-secondary)}.uppercase{text-transform:uppercase}.hidden{display:none!important}.surface-soft{background-color:var(--h-surface-soft)}.surface-dark{background-color:var(--h-dark-surface);color:var(--h-on-dark)}.flow>*+*{margin-top:var(--h-space-md)}.full-bleed{margin-left:50%;transform:translateX(-50%);width:100vw}.mt-0{margin-top:0}.mt-sm{margin-top:var(--h-space-sm)}.mt-md{margin-top:var(--h-space-md)}.mt-lg{margin-top:var(--h-space-lg)}.mt-xl{margin-top:var(--h-space-xl)}.mt-2xl{margin-top:var(--h-space-2xl)}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:var(--h-space-sm)}.mb-md{margin-bottom:var(--h-space-md)}.mb-lg{margin-bottom:var(--h-space-lg)}.mb-xl{margin-bottom:var(--h-space-xl)}.mb-2xl{margin-bottom:var(--h-space-2xl)}.h-status-pill{align-items:center;background-color:var(--h-surface-soft);border:var(--h-hairline) solid var(--h-border);border-radius:var(--h-radius-pill);display:inline-flex;font-size:var(--h-fs-small);gap:var(--h-space-xs);padding:6px var(--h-space-sm)}.h-status-pill__dot{background-color:var(--h-text-muted);border-radius:var(--h-radius-round);height:8px;width:8px}.h-status-pill--open .h-status-pill__dot{background-color:var(--h-success)}