/*
 * Harold SDK ships --harold-panel-width: 380px on :root. apps/web shrinks body
 * width using that variable, but public auth routes never mount HaroldPanel to
 * reset it — leaving a white strip on login/signup/etc.
 */
:root {
  --harold-panel-width: 0px;
}
