/* Home fasting widget: centered reference-card treatment with the interval photo. */
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle {
  box-sizing: border-box;
  min-height: 360px;
  padding: 34px clamp(22px, 5vw, 54px) 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  border: 2px solid rgba(174, 255, 26, .78);
  background:
    linear-gradient(180deg, rgba(6, 17, 22, .38), rgba(5, 14, 20, .76)),
    linear-gradient(90deg, rgba(5, 14, 20, .7), rgba(5, 14, 20, .24) 52%, rgba(5, 14, 20, .62)),
    url('https://nutriguru.cloud/interval.jpg') center / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 -1px 0 rgba(0, 0, 0, .3),
    0 0 18px rgba(157, 252, 84, .14),
    0 18px 42px rgba(0, 0, 0, .28);
}

.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-home-copy {
  width: min(100%, 820px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-home-slogan-kicker,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle h2,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-home-subtitle {
  width: 100%;
  text-align: center;
}

.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-home-slogan-kicker {
  margin-bottom: 10px;
  color: #c8ff00;
  font-size: clamp(16px, 2.4vw, 26px);
  line-height: 1.25;
}

.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.12;
}

.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-home-subtitle {
  max-width: 820px;
  margin: 16px 0 0;
  color: #dce8ec;
  font-size: clamp(17px, 2.8vw, 29px);
  line-height: 1.35;
}

.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-cta {
  box-sizing: border-box;
  width: min(220px, 100%);
  height: 54px;
  min-height: 54px;
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 18px;
  padding: 12px 20px;
  color: #241303 !important;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-shadow: none;
}

.home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-cta > i {
  color: #241303 !important;
  font-size: 17px;
}

@media (max-width: 600px) {
  .home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle {
    min-height: 300px;
    padding: 28px 18px;
    gap: 20px;
  }

  .home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-cta {
    width: min(210px, 100%);
    height: 52px;
    min-height: 52px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-screen-mode .home-dashboard-v2 > .fasting-home-widget.fasting-home-idle .fasting-cta {
    transition: none;
  }
}
