/* pages/register.css */

/* .page-head, .page-title, .page-subtitle are defined in school.css */
/* This file only adds register-specific overrides */

.empty-state {
  border: 1px dashed rgba(201, 150, 58, 0.22);
  border-radius: var(--radius-16);
  padding: var(--space-20);
  background-color: var(--color-surface);
  font-family: var(--font-family-ar);
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-muted);
  text-align: center;
}

.anchor-offset {
  scroll-margin-top: 120px;
}
