/* READABILITY: index-only widget composition. Shared chrome→lux-layout-primitives.css.
 * SECTIONS: embedded-grid | builder
 */
#page-home .lux-dashboard-section { padding: 18px; }
.lux-quick-grid--embedded { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
@media (max-width: 1200px) {
  #page-home .lux-quick-grid--embedded { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  #page-home .lux-quick-grid--embedded { grid-template-columns: 1fr; }
}
/* --- builder --- */
#page-home .lux-builder-card, #page-home .lux-builder-section, #page-home .lux-builder-hero {
  min-height: 100%;
  height: auto;
}
#page-home #lux-home-shell .lux-builder-card .lux-list {
  flex: 0 1 auto;
  min-height: 0;
  overflow: visible;
}
