/* SHARED_PORTAL shell base styles (external; strict-CSP style-src 'self' safe). The shared
   header injects a fixed bar at the top of <body>; leave room for it. Rem-only sizing. */
body {
  margin: 0;
  padding-top: 3.75rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

#portal-root {
  max-width: 64rem;
  margin: 0 auto;
  padding: 1.5rem;
}

.portal-landing h1 {
  font-size: 1.75rem;
  margin: 0 0 0.5rem;
}

.portal-landing p {
  color: #475569;
  font-size: 1rem;
}
