/* Homepage hero: artwork is loaded from the saved Supabase setting by home-live.js. */
body{background:var(--bg)}
.app-shell{background:transparent}
.hero-main{
  padding:0!important;
  min-height:0!important;
  aspect-ratio:16/9;
  background-color:#f2f4f7!important;
  background-image:none!important;
  background-position:center center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.hero-main>*{display:none!important}
.home-hero-banner{display:none!important}
@media(max-width:980px){
  .hero-main{aspect-ratio:16/9;min-height:0!important}
}
@media(max-width:760px){
  .hero-main{border-radius:16px;aspect-ratio:16/9}
}
