/* Unified iOS liquid-glass system for the Home dashboard. */
.home-screen-mode {
  --home-glass-border: rgba(226, 244, 250, .22);
  --home-glass-highlight: rgba(255, 255, 255, .18);
  --home-glass-shadow: 0 18px 38px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .13), inset 0 -1px 0 rgba(0, 0, 0, .22);
  --home-glass-surface: rgba(11, 20, 28, .68);
}

/* One surface language, while each existing image remains visible beneath it. */
.home-screen-mode .home-dashboard-v2 > .home-card,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget {
  border-color: var(--home-glass-border);
  border-radius: 26px;
  background-color: var(--home-glass-surface);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  backdrop-filter: blur(24px) saturate(135%);
  box-shadow: var(--home-glass-shadow);
}

.home-screen-mode .home-dashboard-v2 > .home-plan-card,
.home-screen-mode .home-dashboard-v2 > .home-coach-card,
.home-screen-mode .home-dashboard-v2 > .home-meals-card,
.home-screen-mode .home-dashboard-v2 > .home-recipe-card,
.home-screen-mode .home-dashboard-v2 > .home-workout-widget,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget {
  position: relative;
  isolation: isolate;
}

/* Frosted highlight, intentionally neutral so the background photography is
   still visible and the cards do not turn into neon panels. */
.home-screen-mode .home-dashboard-v2 > .home-plan-card::after,
.home-screen-mode .home-dashboard-v2 > .home-coach-card::before,
.home-screen-mode .home-dashboard-v2 > .home-meals-card::after,
.home-screen-mode .home-dashboard-v2 > .home-recipe-card::after,
.home-screen-mode .home-dashboard-v2 > .home-workout-widget::after,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget::after {
  position: absolute;
  inset: 1px;
  z-index: -1;
  content: '';
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 31%, rgba(255, 255, 255, .025) 72%, transparent);
  pointer-events: none;
}

.home-screen-mode .home-dashboard-v2 > .home-plan-card,
.home-screen-mode .home-dashboard-v2 > .home-coach-card {
  border-color: rgba(183, 255, 0, .28);
}

.home-screen-mode .home-dashboard-v2 > .home-meals-card,
.home-screen-mode .home-dashboard-v2 > .home-recipe-card,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget {
  border-color: rgba(151, 218, 240, .28);
}

.home-screen-mode .home-dashboard-v2 > .home-workout-widget {
  border-color: rgba(255, 68, 190, .62);
}

.home-screen-mode .home-card-head,
.home-screen-mode .home-plan-content,
.home-screen-mode .home-coach-content,
.home-screen-mode .home-coach-side,
.home-screen-mode .home-meals-visual,
.home-screen-mode .home-recipe-actions,
.home-screen-mode .home-workout-head,
.home-screen-mode .home-workout-actions,
.home-screen-mode .home-today-card > *,
.home-screen-mode .fasting-home-widget > * {
  position: relative;
  z-index: 1;
}

/* Shared icon language: translucent tile, double rim and a quiet top shine. */
.home-screen-mode .home-stat-icon,
.home-screen-mode .home-workout-icon,
.home-screen-mode .home-meals-visual span,
.home-screen-mode .home-meals-visual > i,
.home-screen-mode .home-recipe-action > i {
  border: 1px solid rgba(255, 255, 255, .34);
  background: linear-gradient(145deg, rgba(255, 255, 255, .17), rgba(255, 255, 255, .045));
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -1px 0 rgba(0, 0, 0, .22), 0 8px 20px rgba(0, 0, 0, .18);
}

.home-screen-mode .home-stat-icon::after,
.home-screen-mode .home-workout-icon::after,
.home-screen-mode .home-recipe-action > i::after {
  position: absolute;
  inset: 5px;
  content: '';
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: inherit;
  pointer-events: none;
}

.home-screen-mode .home-today-card .home-stat {
  border-color: rgba(255, 255, 255, .25);
  background-color: rgba(18, 28, 36, .58);
}

.home-screen-mode .home-today-card .home-stat-icon {
  width: 56px;
  height: 56px;
  flex-basis: 56px;
  margin-bottom: 12px;
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 rgba(0, 0, 0, .22), 0 8px 20px rgba(0, 0, 0, .2);
}

.home-screen-mode .home-today-card .home-stat-icon::after {
  inset: 5px;
  border-radius: 14px;
  opacity: .75;
}

.home-screen-mode .home-today-card .home-stat-icon i {
  position: relative;
  z-index: 1;
  filter: none;
}

/* Preserve the dashboard's color coding, but keep the same glass construction. */
.home-screen-mode .home-today-card .home-stat-calories .home-stat-icon {
  border-color: rgba(255, 180, 220, .58);
  background: linear-gradient(145deg, rgba(255, 105, 177, .36), rgba(119, 29, 86, .22));
}
.home-screen-mode .home-today-card .home-stat-calories-burned .home-stat-icon {
  border-color: rgba(255, 213, 157, .62);
  background: linear-gradient(145deg, rgba(255, 177, 78, .38), rgba(137, 57, 23, .22));
}
.home-screen-mode .home-today-card .home-stat-water .home-stat-icon {
  border-color: rgba(168, 239, 255, .62);
  background: linear-gradient(145deg, rgba(69, 214, 255, .34), rgba(13, 91, 122, .23));
}
.home-screen-mode .home-today-card .home-stat-steps .home-stat-icon {
  border-color: rgba(214, 201, 255, .64);
  background: linear-gradient(145deg, rgba(157, 126, 255, .38), rgba(61, 38, 133, .23));
}

/* Workout icon keeps the requested fuchsia palette, without the removed glow. */
.home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon {
  width: 72px;
  height: 72px;
  flex-basis: 72px;
  border-color: rgba(255, 205, 243, .58);
  border-radius: 22px;
  color: #ffc1ed;
  background: linear-gradient(145deg, rgba(255, 61, 190, .25), rgba(117, 51, 161, .18));
  box-shadow: inset 0 1px 0 rgba(255, 240, 252, .36), inset 0 -1px 0 rgba(20, 4, 29, .3), 0 10px 24px rgba(0, 0, 0, .22);
}
.home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon::after {
  inset: 6px;
  border-color: rgba(255, 225, 248, .27);
  border-radius: 16px;
}
.home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon i {
  position: relative;
  z-index: 1;
  color: #ffc1ed;
  filter: none;
}

/* Small meal and recipe icons use the same nested-glass treatment. */
.home-screen-mode .home-meals-visual {
  justify-content: flex-start;
  gap: 9px;
}
.home-screen-mode .home-meals-visual span,
.home-screen-mode .home-meals-visual > i {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #ffb9e7;
  font-size: 17px;
}
.home-screen-mode .home-meals-visual > i { color: #ffbd68; font-size: 16px; }
.home-screen-mode .home-meals-visual span { font-size: 16px; }
.home-screen-mode .home-meals-visual span > i {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: inherit;
}
.home-screen-mode .home-recipe-action {
  border-color: rgba(210, 241, 255, .23);
  background: rgba(255, 255, 255, .065);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 10px 24px rgba(0, 0, 0, .16);
}
.home-screen-mode .home-recipe-action > i {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #b9ecff;
  background: linear-gradient(145deg, rgba(92, 207, 255, .25), rgba(255, 255, 255, .06));
  font-size: 18px;
}
.home-screen-mode .home-recipe-action > i::after { inset: 5px; border-radius: 11px; }
.home-screen-mode .home-recipe-action:nth-child(2) > i {
  color: #e4c6ff;
  background: linear-gradient(145deg, rgba(174, 116, 255, .3), rgba(255, 255, 255, .06));
}

/* Buttons become translucent controls instead of unrelated solid surfaces. */
.home-screen-mode .home-plan-button,
.home-screen-mode .home-meals-cta,
.home-screen-mode .home-coach-action,
.home-screen-mode .fasting-cta,
.home-screen-mode .fasting-link {
  border: 1px solid rgba(255, 255, 255, .28);
  -webkit-backdrop-filter: blur(15px) saturate(145%);
  backdrop-filter: blur(15px) saturate(145%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 10px 24px rgba(0, 0, 0, .18);
}
.home-screen-mode .home-plan-button,
.home-screen-mode .home-meals-cta,
.home-screen-mode .fasting-cta {
  color: #fff1d8;
  background: linear-gradient(145deg, rgba(255, 173, 50, .32), rgba(255, 138, 0, .12));
}
.home-screen-mode .home-coach-action {
  color: #fff1d8;
  background: linear-gradient(145deg, rgba(255, 173, 50, .28), rgba(255, 138, 0, .1));
}
.home-screen-mode .fasting-link { color: #d8ff8c; background: rgba(200, 255, 0, .07); }
.home-screen-mode .home-plan-button:hover,
.home-screen-mode .home-meals-cta:hover,
.home-screen-mode .home-coach-action:hover,
.home-screen-mode .fasting-cta:hover,
.home-screen-mode .fasting-link:hover,
.home-screen-mode .home-plan-button:focus-visible,
.home-screen-mode .home-meals-cta:focus-visible,
.home-screen-mode .home-coach-action:focus-visible,
.home-screen-mode .fasting-cta:focus-visible,
.home-screen-mode .fasting-link:focus-visible {
  border-color: rgba(255, 255, 255, .54);
  filter: brightness(1.05);
}

.home-screen-mode .home-coach-context,
.home-screen-mode .home-coach-capabilities li i,
.home-screen-mode .home-coach-example,
.home-screen-mode .home-coach-tip,
.home-screen-mode .home-plan-meta {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
}
.home-screen-mode .home-coach-capabilities li i { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2); }

/* Fasting is part of the same Home stack, including its compact CTA. */
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget {
  min-height: 116px;
  padding: 20px;
}
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget .fasting-widget-main,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget .fasting-home-copy {
  position: relative;
  z-index: 1;
}

@media (max-width: 600px) {
  .home-screen-mode .home-dashboard-v2 > .home-card,
  .home-screen-mode .home-dashboard-v2 > .fasting-home-widget { border-radius: 22px; }
  .home-screen-mode .home-dashboard-v2 > .home-plan-card::after,
  .home-screen-mode .home-dashboard-v2 > .home-coach-card::before,
  .home-screen-mode .home-dashboard-v2 > .home-meals-card::after,
  .home-screen-mode .home-dashboard-v2 > .home-recipe-card::after,
  .home-screen-mode .home-dashboard-v2 > .home-workout-widget::after,
  .home-screen-mode .home-dashboard-v2 > .fasting-home-widget::after { border-radius: 21px; }
  .home-screen-mode .home-today-card .home-stat-icon { width: 52px; height: 52px; flex-basis: 52px; border-radius: 17px; }
  .home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon { width: 64px; height: 64px; flex-basis: 64px; border-radius: 20px; }
}

@media (max-width: 390px) {
  .home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon { width: 60px; height: 60px; flex-basis: 60px; border-radius: 19px; }
  .home-screen-mode .home-meals-visual span,
  .home-screen-mode .home-meals-visual > i { width: 38px; height: 38px; border-radius: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-screen-mode .home-plan-button,
  .home-screen-mode .home-meals-cta,
  .home-screen-mode .home-coach-action,
  .home-screen-mode .fasting-cta,
  .home-screen-mode .fasting-link { transition: none; }
}

/* NG brand pass: one orange glass language for every Home widget action. */
.home-screen-mode {
  --ng-orange: #ffad32;
  --ng-orange-deep: #ff8a00;
  --ng-orange-soft: rgba(255, 173, 50, .18);
  --ng-orange-line: rgba(255, 190, 92, .58);
}

.home-screen-mode .home-dashboard-v2 > .home-card,
.home-screen-mode .home-dashboard-v2 > .fasting-home-widget {
  border-color: rgba(255, 173, 50, .3);
}

/* Identical icon geometry keeps the visual rhythm stable across cards. */
.home-screen-mode .home-stat-icon,
.home-screen-mode .home-recipe-action > i,
.home-screen-mode .home-meals-visual span,
.home-screen-mode .home-meals-visual > i,
.home-screen-mode .home-coach-capabilities li i,
.home-screen-mode .home-workout-action > i {
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 223, 177, .55);
  color: #ffe2b0;
  background: linear-gradient(145deg, rgba(255, 173, 50, .28), rgba(255, 255, 255, .07));
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -1px 0 rgba(0, 0, 0, .2), 0 8px 20px rgba(0, 0, 0, .18);
}

.home-screen-mode .home-stat-icon::after,
.home-screen-mode .home-recipe-action > i::after,
.home-screen-mode .home-meals-visual span::after,
.home-screen-mode .home-meals-visual > i::after,
.home-screen-mode .home-coach-capabilities li i::after,
.home-screen-mode .home-workout-action > i::after {
  position: absolute;
  inset: 4px;
  content: '';
  border: 1px solid rgba(255, 240, 214, .24);
  border-radius: inherit;
  pointer-events: none;
}

.home-screen-mode .home-stat-icon i,
.home-screen-mode .home-recipe-action > i,
.home-screen-mode .home-meals-visual span > i,
.home-screen-mode .home-meals-visual > i,
.home-screen-mode .home-coach-capabilities li i,
.home-screen-mode .home-workout-action > i {
  color: #ffd28a;
  filter: none;
}

/* Recipe actions use one fixed icon column, so both tiles line up exactly. */
.home-screen-mode .home-recipe-action {
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 16px 18px;
  border-color: var(--ng-orange-line);
  color: #fff1dc;
  background: linear-gradient(145deg, rgba(255, 173, 50, .2), rgba(255, 255, 255, .055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 10px 24px rgba(0, 0, 0, .18);
}

.home-screen-mode .home-recipe-action > i {
  width: 56px;
  height: 56px;
  margin: 0;
  align-self: center;
  justify-self: center;
  border-radius: 18px;
  color: #ffd28a;
  background: linear-gradient(145deg, rgba(255, 173, 50, .3), rgba(255, 255, 255, .07));
  font-size: 21px;
}

.home-screen-mode .home-recipe-action:nth-child(2) > i {
  color: #ffd28a;
  background: linear-gradient(145deg, rgba(255, 173, 50, .3), rgba(255, 255, 255, .07));
}

.home-screen-mode .home-recipe-action strong {
  color: #fff4e3;
  font-size: 16px;
}

.home-screen-mode .home-recipe-action span {
  color: rgba(255, 239, 215, .72);
}

/* Every primary/secondary Home action shares the same orange glass control. */
.home-screen-mode .home-plan-button,
.home-screen-mode .home-meals-cta,
.home-screen-mode .home-coach-action,
.home-screen-mode .home-recipe-action,
.home-screen-mode .home-workout-action,
.home-screen-mode .fasting-cta,
.home-screen-mode .fasting-link,
.home-screen-mode .fasting-outline-button {
  border-color: var(--ng-orange-line);
  color: #fff0d7;
  background: linear-gradient(145deg, rgba(255, 173, 50, .28), rgba(255, 138, 0, .1));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 -1px 0 rgba(0, 0, 0, .16), 0 10px 24px rgba(0, 0, 0, .18);
}

.home-screen-mode .home-plan-button,
.home-screen-mode .home-meals-cta,
.home-screen-mode .home-coach-action,
.home-screen-mode .home-workout-action,
.home-screen-mode .fasting-cta,
.home-screen-mode .fasting-outline-button {
  min-height: 52px;
}

.home-screen-mode .home-plan-button:hover,
.home-screen-mode .home-plan-button:focus-visible,
.home-screen-mode .home-meals-cta:hover,
.home-screen-mode .home-meals-cta:focus-visible,
.home-screen-mode .home-coach-action:hover,
.home-screen-mode .home-coach-action:focus-visible,
.home-screen-mode .home-recipe-action:hover,
.home-screen-mode .home-recipe-action:focus-visible,
.home-screen-mode .home-workout-action:hover,
.home-screen-mode .home-workout-action:focus-visible,
.home-screen-mode .fasting-cta:hover,
.home-screen-mode .fasting-cta:focus-visible,
.home-screen-mode .fasting-link:hover,
.home-screen-mode .fasting-link:focus-visible,
.home-screen-mode .fasting-outline-button:hover,
.home-screen-mode .fasting-outline-button:focus-visible {
  border-color: rgba(255, 224, 177, .86);
  background: linear-gradient(145deg, rgba(255, 190, 76, .36), rgba(255, 138, 0, .16));
  filter: none;
}

.home-screen-mode .home-workout-action-add,
.home-screen-mode .home-workout-action-create {
  border-color: var(--ng-orange-line);
  color: #fff0d7;
  background: linear-gradient(145deg, rgba(255, 173, 50, .24), rgba(255, 138, 0, .1));
}

.home-screen-mode .home-workout-action > i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 173, 50, .2);
}

.home-screen-mode .home-meals-visual {
  justify-content: center;
  gap: 10px;
}

.home-screen-mode .home-meals-visual span,
.home-screen-mode .home-meals-visual > i {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #ffd28a;
  background: linear-gradient(145deg, rgba(255, 173, 50, .27), rgba(255, 255, 255, .07));
}

@media (max-width: 600px) {
  .home-screen-mode .home-recipe-action {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-screen-mode .home-plan-button,
  .home-screen-mode .home-meals-cta,
  .home-screen-mode .home-coach-action,
  .home-screen-mode .home-recipe-action,
  .home-screen-mode .home-workout-action,
  .home-screen-mode .fasting-cta,
  .home-screen-mode .fasting-link,
  .home-screen-mode .fasting-outline-button { transition: none; }
}

/* Override the former per-widget accent colors after the shared pass. */
.home-screen-mode .home-today-card .home-stat .home-stat-icon,
.home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon,
.home-screen-mode .home-coach-capabilities li i,
.home-screen-mode .home-meals-visual span,
.home-screen-mode .home-meals-visual > i {
  border-color: rgba(255, 223, 177, .55);
  color: #ffd28a;
  background: linear-gradient(145deg, rgba(255, 173, 50, .28), rgba(255, 255, 255, .07));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 -1px 0 rgba(0, 0, 0, .2), 0 8px 20px rgba(0, 0, 0, .18);
  filter: none;
}

.home-screen-mode .home-today-card .home-stat .home-stat-icon i,
.home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon i,
.home-screen-mode .home-coach-capabilities li i,
.home-screen-mode .home-meals-visual span > i,
.home-screen-mode .home-meals-visual > i {
  color: #ffd28a;
  filter: none;
}

.home-screen-mode .home-dashboard-v2 > .home-workout-widget .home-workout-icon::after {
  border-color: rgba(255, 240, 214, .24);
}

.home-screen-mode .home-plan-meta i,
.home-screen-mode .home-coach-context > i,
.home-screen-mode .home-coach-example i,
.home-screen-mode .home-coach-action > i,
.home-screen-mode .home-plan-button > i,
.home-screen-mode .home-meals-cta > i,
.home-screen-mode .fasting-link > i,
.home-screen-mode .fasting-cta > i,
.home-screen-mode .fasting-outline-button > i {
  color: #ffd28a;
}

/* Final CTA palette: match the orange Home tab while keeping the glass surface. */
.home-screen-mode .home-plan-button,
.home-screen-mode .home-meals-cta,
.home-screen-mode .home-coach-action,
.home-screen-mode .home-recipe-action,
.home-screen-mode .home-workout-action-add,
.home-screen-mode .fasting-cta,
.home-screen-mode .fasting-link,
.home-screen-mode .fasting-outline-button {
  border-color: rgba(255, 205, 128, .7);
  color: #241403;
  background: linear-gradient(135deg, rgba(255, 173, 50, .82), rgba(255, 138, 0, .58));
  -webkit-backdrop-filter: blur(16px) saturate(155%);
  backdrop-filter: blur(16px) saturate(155%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), inset 0 -1px 0 rgba(116, 48, 0, .2), 0 10px 24px rgba(0, 0, 0, .2);
}

/* Two-action widgets: the secondary AI action is the bright NG lime. */
.home-screen-mode .home-workout-action-create,
.home-screen-mode .home-recipe-actions .home-recipe-action:nth-child(2) {
  border-color: rgba(190, 242, 72, .78);
  color: #101500;
  background: linear-gradient(135deg, rgba(200, 255, 0, .88), rgba(157, 252, 84, .6));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .42), inset 0 -1px 0 rgba(44, 92, 0, .2), 0 10px 24px rgba(0, 0, 0, .2);
}

.home-screen-mode .home-recipe-actions .home-recipe-action:nth-child(2) strong {
  color: #101500;
}

.home-screen-mode .home-recipe-actions .home-recipe-action:nth-child(2) span {
  color: rgba(16, 21, 0, .72);
}

.home-screen-mode .home-plan-button:hover,
.home-screen-mode .home-plan-button:focus-visible,
.home-screen-mode .home-meals-cta:hover,
.home-screen-mode .home-meals-cta:focus-visible,
.home-screen-mode .home-coach-action:hover,
.home-screen-mode .home-coach-action:focus-visible,
.home-screen-mode .home-recipe-action:hover,
.home-screen-mode .home-recipe-action:focus-visible,
.home-screen-mode .home-workout-action-add:hover,
.home-screen-mode .home-workout-action-add:focus-visible,
.home-screen-mode .fasting-cta:hover,
.home-screen-mode .fasting-cta:focus-visible,
.home-screen-mode .fasting-link:hover,
.home-screen-mode .fasting-link:focus-visible,
.home-screen-mode .fasting-outline-button:hover,
.home-screen-mode .fasting-outline-button:focus-visible {
  border-color: rgba(255, 229, 180, .95);
  background: linear-gradient(135deg, rgba(255, 190, 76, .92), rgba(255, 138, 0, .68));
}

.home-screen-mode .home-workout-action-create:hover,
.home-screen-mode .home-workout-action-create:focus-visible,
.home-screen-mode .home-recipe-actions .home-recipe-action:nth-child(2):hover,
.home-screen-mode .home-recipe-actions .home-recipe-action:nth-child(2):focus-visible {
  border-color: rgba(224, 255, 150, .98);
  background: linear-gradient(135deg, rgba(214, 255, 38, .96), rgba(157, 252, 84, .72));
}
