/* =============================================================
   2027 Conference — Placeholder styles
   Shared chrome is in /css/shared/topbar-bottombar.css
   ============================================================= */
.container { max-width: var(--container-max); margin: 0 auto; padding: var(--section-pad-v) 2rem; }
.placeholder-page { display: flex; align-items: center; justify-content: center; height: 60vh; color: var(--color-text-muted); font-size: 1.3rem; }
