
/* V6.1.5 - CACHEFIX VISUAL */

/* Mesma caixa dos atalhos Campanhas / Instantâneos / Ganhadores */
.v6-quick-nav > .v6-install-card{
  min-height:72px!important;
  margin:0!important;
  padding:8px 5px!important;
  border:1px solid #e6e6eb!important;
  border-radius:13px!important;
  background:#fff!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  text-align:center!important;
  color:#17171c!important;
  text-decoration:none!important;
  box-shadow:0 4px 14px rgba(20,20,30,.035)!important;
}
.v6-quick-nav > .v6-install-card > span{
  width:36px!important;height:36px!important;
  border-radius:10px!important;
  display:grid!important;place-items:center!important;
  background:color-mix(in srgb,var(--brand) 8%,#f4f4f6)!important;
  color:var(--brand)!important;
  font-size:17px!important;font-weight:950!important;line-height:1!important;
}
.v6-quick-nav > .v6-install-card > b{
  display:block!important;margin:0!important;
  font-size:10px!important;line-height:1.15!important;font-weight:900!important;
  color:#2f2f35!important;
}

/* Rodapé novo: não herda nenhuma regra antiga */
.mz-footer-v615{
  width:100%!important;height:auto!important;min-height:0!important;
  margin:22px 0 0!important;padding:15px 0 17px!important;
  background:#17171c!important;color:#fff!important;
}
.mz-footer-v615 .mz-footer-inner{
  width:min(100% - 24px,960px)!important;
  margin:0 auto!important;padding:0!important;
  display:flex!important;flex-direction:column!important;
  align-items:center!important;justify-content:center!important;
  gap:4px!important;text-align:center!important;
}
.mz-footer-v615 .mz-footer-brand{
  width:100%!important;height:auto!important;min-height:0!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  margin:0!important;padding:0!important;
}
.mz-footer-v615 .mz-footer-brand img{
  display:block!important;width:auto!important;height:auto!important;
  max-width:180px!important;max-height:42px!important;
  object-fit:contain!important;margin:0 auto!important;padding:0!important;
}
.mz-footer-v615 .mz-footer-brand strong{
  color:#fff!important;font-size:14px!important;font-weight:950!important;
}
.mz-footer-v615 .mz-footer-legal{
  display:flex!important;align-items:center!important;justify-content:center!important;
  flex-wrap:wrap!important;gap:3px 7px!important;
  width:100%!important;margin:0!important;padding:0!important;
  color:#9b9ba4!important;font-size:8.5px!important;line-height:1.3!important;
  text-align:center!important;
}
.mz-footer-v615 .mz-footer-legal span{color:inherit!important;font-size:inherit!important;margin:0!important}
.mz-footer-v615 .mz-footer-dot{opacity:.5!important}
.mz-footer-v615 .mz-footer-dev{
  margin:2px 0 0!important;padding:4px 0 0!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
  color:#888891!important;font-size:8.5px!important;line-height:1.25!important;
  text-align:center!important;
}
.mz-footer-v615 .mz-footer-dev b{color:#fff!important;font-weight:900!important}

@media(max-width:700px){
  .v6-quick-nav > .v6-install-card{min-height:62px!important;border-radius:11px!important;padding:6px 4px!important}
  .v6-quick-nav > .v6-install-card > span{width:34px!important;height:34px!important;font-size:15px!important}
  .v6-quick-nav > .v6-install-card > b{font-size:9px!important}

  .mz-footer-v615{
    margin-top:18px!important;
    padding:12px 0 calc(84px + env(safe-area-inset-bottom))!important;
  }
  .mz-footer-v615 .mz-footer-brand img{max-width:175px!important;max-height:40px!important}
  .mz-footer-v615 .mz-footer-legal,.mz-footer-v615 .mz-footer-dev{font-size:8px!important}
}
@media(max-width:420px){
  .mz-footer-v615 .mz-footer-legal{flex-direction:column!important;gap:1px!important}
  .mz-footer-v615 .mz-footer-dot{display:none!important}
}
