/* v49 — home cleanup/centering, use user catalog, calculator O/C visibility */

/* HOME: remove left sidebar blocks and center content fully */
body[data-view='home'] .sidebar{
  display:none!important;
}
body[data-view='home'] .app-layout{
  grid-template-columns:1fr!important;
  width:min(100% - 24px, 1680px)!important;
}
body[data-view='home'] .main{
  min-height:calc(100vh - 24px)!important;
  display:grid!important;
  align-content:center!important;
  justify-items:center!important;
}
body[data-view='home'] #homeView{
  width:min(980px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  gap:16px!important;
  justify-items:center!important;
}
body[data-view='home'] .home-v40-hero,
body[data-view='home'] .home-v40-grid{
  width:100%!important;
}
body[data-view='home'] .home-v40-hero{
  grid-template-columns:1fr 220px!important;
  padding:34px 40px!important;
  border-radius:34px!important;
}
body[data-view='home'] .home-v40-copy{
  display:grid!important;
  justify-items:center!important;
  text-align:center!important;
  gap:12px!important;
}
body[data-view='home'] .home-v40-copy .catalog-label,
body[data-view='home'] .home-v40-actions{display:none!important}
body[data-view='home'] .home-v40-copy h1{
  margin:0!important;
  font-size:clamp(2.8rem,6vw,5.1rem)!important;
  line-height:.98!important;
}
body[data-view='home'] .home-v42-credits{margin-top:0!important}
body[data-view='home'] .home-v40-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:16px!important;
}
body[data-view='home'] .home-v40-card{
  min-height:102px!important;
  border-radius:28px!important;
}
body[data-view='home'] .home-v40-card div{justify-self:center!important;text-align:center!important}
body[data-view='home'] .home-v40-card small{max-width:320px!important}

/* Calculator: make item cards breathe more */
body[data-view='calculator'] .trade-v40-items{
  grid-template-columns:repeat(3,minmax(186px,186px))!important;
  gap:16px!important;
}
body[data-view='calculator'] .trade-item-v40,
body[data-view='calculator'] .trade-add-v40{
  width:186px!important;
  min-height:256px!important;
  padding:14px!important;
}
body[data-view='calculator'] .trade-item-art-v40{
  height:136px!important;
}
body[data-view='calculator'] .trade-item-art-v40 img{
  width:116px!important;
  height:116px!important;
  max-width:116px!important;
  max-height:116px!important;
}
body[data-view='calculator'] .trade-item-copy-v40 strong{
  font-size:1.05rem!important;
}
body[data-view='calculator'] .trade-item-copy-v40 span{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  white-space:nowrap!important;
}

@media (max-width: 1360px){
  body[data-view='calculator'] .trade-v40-items{grid-template-columns:repeat(2,minmax(186px,186px))!important}
}
@media (max-width: 900px){
  body[data-view='home'] .home-v40-hero{grid-template-columns:1fr!important;padding:28px 22px!important}
  body[data-view='home'] .home-v40-grid{grid-template-columns:1fr!important}
  body[data-view='calculator'] .trade-v40-items{grid-template-columns:repeat(2,minmax(150px,1fr))!important}
  body[data-view='calculator'] .trade-item-v40,
  body[data-view='calculator'] .trade-add-v40{width:auto!important;min-height:228px!important}
  body[data-view='calculator'] .trade-item-art-v40 img{width:96px!important;height:96px!important}
}
