/* 22Media Premium Pro v6.52 — homepage empty-state brand geometry hotfix */
.m22-home-v7 .m22-empty-premium{
  position:relative!important;
  overflow:hidden!important;
  min-height:0!important;
  padding:34px 38px!important;
  border-radius:28px!important;
  background:
    radial-gradient(circle at 90% 16%,rgba(18,113,255,.10),transparent 28%),
    linear-gradient(145deg,#ffffff 0%,#f8fbff 100%)!important;
}
.m22-home-v7 .m22-empty-brand{
  display:grid!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:28px!important;
  align-items:center!important;
  min-height:132px!important;
  max-width:1040px!important;
}
.m22-home-v7 .m22-empty-brand-mark{
  width:132px!important;
  height:132px!important;
  min-width:132px!important;
  min-height:132px!important;
  max-width:132px!important;
  max-height:132px!important;
  display:grid!important;
  place-items:center!important;
  align-self:center!important;
  justify-self:start!important;
  overflow:hidden!important;
  border-radius:28px!important;
  padding:10px!important;
  background:linear-gradient(145deg,#ffffff,#edf4ff)!important;
  border:1px solid #dbe7f7!important;
  box-shadow:0 18px 42px rgba(15,54,112,.12)!important;
  box-sizing:border-box!important;
}
.m22-home-v7 .m22-empty-brand-mark .m22-square-logo,
.m22-home-v7 .m22-empty-brand .m22-square-logo{
  width:108px!important;
  height:108px!important;
  min-width:108px!important;
  min-height:108px!important;
  max-width:108px!important;
  max-height:108px!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  border-radius:22px!important;
  align-self:center!important;
  justify-self:center!important;
  transform:none!important;
}
.m22-home-v7 .m22-empty-brand>div{
  min-width:0!important;
  align-self:center!important;
}
.m22-home-v7 .m22-empty-brand h1{
  margin:6px 0 8px!important;
  font-size:clamp(30px,3vw,43px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
}
.m22-home-v7 .m22-empty-brand p{
  max-width:820px!important;
  font-size:13px!important;
  line-height:1.72!important;
}
body.m22-dark .m22-home-v7 .m22-empty-premium{
  background:radial-gradient(circle at 90% 16%,rgba(37,117,255,.16),transparent 28%),linear-gradient(145deg,#0d1424,#101a2c)!important;
  border-color:#22304a!important;
}
body.m22-dark .m22-home-v7 .m22-empty-brand-mark{
  background:#0b1322!important;
  border-color:#2a3a57!important;
  box-shadow:0 18px 42px rgba(0,0,0,.25)!important;
}
@media(max-width:760px){
  .m22-home-v7 .m22-empty-premium{padding:22px!important;border-radius:22px!important}
  .m22-home-v7 .m22-empty-brand{grid-template-columns:84px minmax(0,1fr)!important;gap:16px!important;min-height:84px!important}
  .m22-home-v7 .m22-empty-brand-mark{width:84px!important;height:84px!important;min-width:84px!important;min-height:84px!important;max-width:84px!important;max-height:84px!important;padding:7px!important;border-radius:20px!important}
  .m22-home-v7 .m22-empty-brand-mark .m22-square-logo,.m22-home-v7 .m22-empty-brand .m22-square-logo{width:68px!important;height:68px!important;min-width:68px!important;min-height:68px!important;max-width:68px!important;max-height:68px!important;border-radius:16px!important}
  .m22-home-v7 .m22-empty-brand h1{font-size:25px!important;line-height:1.12!important}
  .m22-home-v7 .m22-empty-brand p{font-size:11px!important;line-height:1.6!important}
}
@media(max-width:480px){
  .m22-home-v7 .m22-empty-brand{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important}
  .m22-home-v7 .m22-empty-brand-mark{justify-self:center!important}
  .m22-home-v7 .m22-empty-brand p{margin-left:auto!important;margin-right:auto!important}
}
