body.prop-live-tool {
  background:
    linear-gradient(rgba(4, 7, 9, 0.62), rgba(4, 7, 9, 0.88)),
    url('/images/propagatie.webp') center / cover fixed !important;
}

body.prop-live-tool .live-tool-shell {
  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  padding-inline: clamp(14px, 2.2vw, 28px) !important;
  box-sizing: border-box;
}

body.prop-live-tool .live-tool-head p {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.82) !important;
}

.prop-live-tool .live-tool-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px;
}

.prop-live-tool .live-card,
.prop-live-tool .live-stat {
  border-color: rgba(255, 208, 0, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.84), rgba(0, 0, 0, 0.7));
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.36),
    inset 0 1px rgba(255, 255, 255, 0.04);
}

.prop-live-tool .live-stat {
  min-height: 132px !important;
}

.prop-live-tool .live-stat b {
  color: #ffd000;
  text-shadow: 0 0 14px rgba(255, 208, 0, 0.18);
}

.prop-live-tool .propa-grid {
  grid-template-columns: minmax(0, 2.1fr) minmax(340px, 0.9fr);
}

.prop-live-tool .muf-frame {
  min-height: 430px;
  border-color: rgba(255, 208, 0, 0.22);
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.34);
}

.prop-live-tool .analysis-line {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.prop-live-tool #bandGrid,
.prop-live-tool .quick-grid {
  gap: 14px;
}

@media (max-width: 1100px) {
  .prop-live-tool .live-tool-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .prop-live-tool .propa-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.prop-live-tool {
    background-attachment: scroll !important;
  }

  body.prop-live-tool .live-tool-shell {
    left: auto;
    width: 100% !important;
    margin-left: 0 !important;
    padding-inline: 10px !important;
  }

  .prop-live-tool .muf-frame {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .prop-live-tool .live-tool-stats {
    grid-template-columns: 1fr !important;
  }
}

/* mobile-nav-flow-offset:propagatie */
@media (max-width: 900px) {
  body.prop-live-tool {
    padding-top: 0 !important;
  }
}
