/* Public landing page styles */

/* Override .page-shell from public_base to be a column flex (not centered) */
.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
}

@media (prefers-color-scheme: dark) {
  .page-shell {
    background: #0f172a;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
