/* ALPHA embed mode: hide local sidebar when loaded inside shell iframe */
html.alpha-embed .sidebar,
html.alpha-embed .side,
html.alpha-embed aside.sidebar,
html.alpha-embed .sidebar-toggle,
html.alpha-embed .side-note,
html.alpha-embed .side-card {
  display: none !important;
}
html.alpha-embed .app,
html.alpha-embed .shell {
  display: block !important;
  grid-template-columns: 1fr !important;
  min-height: 100vh !important;
}
html.alpha-embed .main,
html.alpha-embed main,
html.alpha-embed .wrap {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: clamp(12px, 1.2vw, 22px) !important;
}
html.alpha-embed body {
  overflow: auto !important;
}
