:root {
  --yeo-fit-bg: #071820;
  --yeo-fit-bg-2: #0a222d;
  --yeo-fit-surface: #ffffff;
  --yeo-fit-soft: #eef5f7;
  --yeo-fit-line: #d9e6ea;
  --yeo-fit-navy: #123f5a;
  --yeo-fit-blue: #20779c;
  --yeo-fit-mint: #43d3a0;
  --yeo-fit-mint-soft: #dff9ef;
  --yeo-fit-amber: #f2b85b;
  --yeo-fit-text: #102d3e;
  --yeo-fit-muted: #607783;
  --yeo-fit-danger: #c94d4d;
  --yeo-fit-radius: 18px;
}

body.yeo-fit-page {
  min-width: 320px;
  margin: 0 !important;
  background: var(--yeo-fit-bg) !important;
  overscroll-behavior-y: none;
}

.yeo-fit-page .fusion-header-wrapper,
.yeo-fit-page .fusion-tb-header,
.yeo-fit-page .fusion-footer,
.yeo-fit-page .fusion-tb-footer,
.yeo-fit-page .fusion-footer-widget-area,
.yeo-fit-page .fusion-page-title-bar,
.yeo-fit-page .fusion-sliding-bar-wrapper,
.yeo-fit-page .to-top-container,
.yeo-fit-page #toTop,
.yeo-fit-page .joinchat,
.yeo-fit-page .ht-ctc-chat,
.yeo-fit-page .qlwapp,
.yeo-fit-page .floating-wpp {
  display: none !important;
}

.yeo-fit-page #wrapper,
.yeo-fit-page #main,
.yeo-fit-page .fusion-page-title-wrapper,
.yeo-fit-page .post-content,
.yeo-fit-page .fusion-row,
.yeo-fit-page #content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.yeo-fit-page #main .fusion-row {
  max-width: none !important;
}

.yeo-fit-page .post-content > p:empty {
  display: none;
}

.yeo-fit-app,
.yeo-fit-app * {
  box-sizing: border-box;
}

.yeo-fit-app {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  padding: 0 8px calc(92px + env(safe-area-inset-bottom));
  color: var(--yeo-fit-text);
  background:
    radial-gradient(circle at 10% -10%, rgba(32, 119, 156, .24), transparent 34%),
    var(--yeo-fit-bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.yeo-fit-app button,
.yeo-fit-app input,
.yeo-fit-app a {
  font: inherit;
}

.yeo-fit-app button,
.yeo-fit-app a {
  -webkit-tap-highlight-color: transparent;
}

.yeo-fit-app button {
  cursor: pointer;
}

.yeo-fit-app h1,
.yeo-fit-app h2,
.yeo-fit-app h3,
.yeo-fit-app p {
  margin: 0;
}

.yeo-fit-app [hidden] {
  display: none !important;
}

.yeo-fit-shell {
  width: min(100%, 560px);
  min-height: 100dvh;
  margin-inline: auto;
}

.yeo-fit-topbar {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(70px + env(safe-area-inset-top));
  padding: calc(12px + env(safe-area-inset-top)) 4px 12px;
  color: #fff;
  background: linear-gradient(180deg, var(--yeo-fit-bg) 62%, rgba(7, 24, 32, 0));
}

.yeo-fit-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
}

.yeo-fit-brand-mark {
  display: inline-grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  color: var(--yeo-fit-bg);
  background: var(--yeo-fit-mint);
  box-shadow: 0 8px 28px rgba(67, 211, 160, .22);
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.08em;
}

.yeo-fit-brand > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.yeo-fit-brand strong {
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .08em;
}

.yeo-fit-brand small {
  margin-top: 4px;
  color: #88a0aa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .24em;
}

.yeo-fit-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yeo-fit-sync {
  color: #8ba1ab;
  font-size: 11px;
  font-weight: 750;
}

.yeo-fit-sync.is-saving {
  color: var(--yeo-fit-amber);
}

.yeo-fit-sync.is-saved {
  color: var(--yeo-fit-mint);
}

.yeo-fit-sync.is-error {
  color: #ff8d8d;
}

.yeo-fit-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  color: #fff !important;
  background: #14323e;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
}

.yeo-fit-main {
  padding: 6px 0 24px;
}

.yeo-fit-screen {
  animation: yeo-fit-enter .28s ease both;
}

.yeo-fit-greeting {
  padding: 14px 4px 18px;
  color: #fff;
}

.yeo-fit-greeting p,
.yeo-fit-page-heading p {
  margin-bottom: 5px;
  color: #8ca3ad;
  font-size: 13px;
  text-transform: capitalize;
}

.yeo-fit-greeting h1,
.yeo-fit-page-heading h1 {
  color: #fff;
  font-size: clamp(29px, 8vw, 39px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.yeo-fit-weekly-plan {
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(67, 211, 160, .075), transparent 46%),
    rgba(255, 255, 255, .035);
}

.yeo-fit-weekly-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 2px 12px;
}

.yeo-fit-weekly-head span {
  display: block;
  color: var(--yeo-fit-mint);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.yeo-fit-weekly-head h2 {
  margin-top: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.025em;
}

.yeo-fit-weekly-head p {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #9bafb7;
  background: rgba(255, 255, 255, .045);
  font-size: 9px;
  font-weight: 800;
}

.yeo-fit-weekly-head p strong {
  color: #fff;
  font-size: 11px;
}

.yeo-fit-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.yeo-fit-week > span {
  display: flex;
  min-width: 0;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #8ba1aa;
  background: rgba(255, 255, 255, .035);
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.yeo-fit-week small {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.yeo-fit-week strong {
  margin-top: 2px;
  color: #d4e0e4;
  font-size: 16px;
  line-height: 1;
}

.yeo-fit-week em {
  margin-top: 7px;
  padding: 3px 5px;
  border-radius: 999px;
  color: #82979f;
  background: rgba(255, 255, 255, .055);
  font-size: 7px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1;
}

.yeo-fit-week .is-training {
  border-color: rgba(67, 211, 160, .16);
  background: rgba(67, 211, 160, .09);
}

.yeo-fit-week .is-training em {
  color: #063528;
  background: var(--yeo-fit-mint);
}

.yeo-fit-week .is-today {
  border-color: var(--yeo-fit-mint);
  box-shadow: 0 6px 20px rgba(67, 211, 160, .19);
  transform: translateY(-2px);
}

.yeo-fit-week .is-today small,
.yeo-fit-week .is-today strong {
  color: #fff;
}

.yeo-fit-week .is-today.is-off {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
}

.yeo-fit-workout-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 23px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 15%, rgba(67, 211, 160, .2), transparent 34%),
    linear-gradient(145deg, #164d68, #0e3448 67%, #0b2b3b);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .23);
}

.yeo-fit-workout-hero::after {
  position: absolute;
  right: -42px;
  top: -55px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  content: "";
}

.yeo-fit-workout-hero--off {
  background:
    radial-gradient(circle at 92% 15%, rgba(255, 191, 92, .13), transparent 34%),
    linear-gradient(145deg, #273d46, #172f39 67%, #102630);
}

.yeo-fit-workout-hero--off .yeo-fit-kicker {
  color: #ffc36c;
}

.yeo-fit-workout-hero--off .yeo-fit-workout-orb {
  border-color: rgba(255, 195, 108, .28);
  background: rgba(255, 195, 108, .08);
}

.yeo-fit-workout-hero--off .yeo-fit-workout-orb span {
  color: #ffc36c;
  font-size: 17px;
}

.yeo-fit-kicker,
.yeo-fit-page-heading > span,
.yeo-fit-section-title span,
.yeo-fit-plan-heading small {
  display: block;
  color: var(--yeo-fit-mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.yeo-fit-workout-hero-copy {
  position: relative;
  z-index: 2;
  padding-right: 86px;
}

.yeo-fit-workout-hero h2 {
  margin-top: 8px;
  font-size: clamp(28px, 8vw, 40px);
  font-weight: 920;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.yeo-fit-workout-hero-copy p {
  margin-top: 7px;
  color: #b8d0d9;
  font-size: 13px;
}

.yeo-fit-workout-orb {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 23px;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(7, 24, 32, .3);
  backdrop-filter: blur(8px);
}

.yeo-fit-workout-orb span {
  font-size: 21px;
  font-weight: 900;
}

.yeo-fit-workout-orb small {
  color: #b8ccd4;
  font-size: 8px;
  text-transform: uppercase;
}

.yeo-fit-summary-line {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 7px;
  margin: 24px 0 15px;
}

.yeo-fit-summary-line span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  color: #d3e2e7;
  background: rgba(7, 24, 32, .22);
  font-size: 10px;
  font-weight: 750;
}

.yeo-fit-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 18px;
  border: 0;
  border-radius: 14px;
  font-weight: 880;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.yeo-fit-button:hover {
  transform: translateY(-1px);
}

.yeo-fit-button:active {
  transform: translateY(1px);
}

.yeo-fit-button[disabled] {
  cursor: wait;
  opacity: .62;
}

.yeo-fit-button--primary {
  width: 100%;
  color: #06231b !important;
  background: var(--yeo-fit-mint);
  box-shadow: 0 10px 26px rgba(67, 211, 160, .2);
}

.yeo-fit-button--primary span {
  font-size: 22px;
}

.yeo-fit-button--secondary {
  width: 100%;
  color: #fff !important;
  background: var(--yeo-fit-navy);
}

.yeo-fit-button--off {
  width: 100%;
  border: 1px solid rgba(255, 195, 108, .32);
  color: #fff !important;
  background: rgba(255, 195, 108, .11);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
}

.yeo-fit-button--off span {
  color: #ffc36c;
  font-size: 22px;
}

.yeo-fit-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 4px 12px;
}

.yeo-fit-section-title h2 {
  margin-top: 3px;
  color: #fff;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -.025em;
}

.yeo-fit-section-title button,
.yeo-fit-section-title > small {
  padding: 0;
  border: 0;
  color: #91a6af;
  background: transparent;
  font-size: 11px;
}

.yeo-fit-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 28px;
}

.yeo-fit-stats article {
  min-width: 0;
  padding: 14px 11px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
}

.yeo-fit-stat-icon {
  display: grid;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 8px;
  color: var(--yeo-fit-bg);
  background: var(--yeo-fit-mint);
  font-size: 11px;
  font-weight: 900;
}

.yeo-fit-stats strong,
.yeo-fit-stats small {
  display: block;
}

.yeo-fit-stats strong {
  overflow: hidden;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
}

.yeo-fit-stats small {
  overflow: hidden;
  margin-top: 6px;
  color: #8ea4ad;
  font-size: 9px;
  white-space: nowrap;
}

.yeo-fit-preview-list,
.yeo-fit-plan-list,
.yeo-fit-history-list {
  display: grid;
  gap: 8px;
}

.yeo-fit-preview-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
}

.yeo-fit-preview-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  color: var(--yeo-fit-mint);
  background: rgba(67, 211, 160, .1);
  font-size: 13px;
  font-weight: 900;
}

.yeo-fit-preview-row span {
  color: var(--yeo-fit-mint);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.yeo-fit-preview-row h3 {
  margin: 2px 0 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.yeo-fit-preview-row p {
  color: #8da3ac;
  font-size: 10px;
}

.yeo-fit-page-heading {
  padding: 20px 4px 23px;
}

.yeo-fit-page-heading p {
  margin-top: 10px;
  text-transform: none;
}

.yeo-fit-plan-heading {
  display: grid;
  grid-template-columns: 43px 1fr auto;
  align-items: center;
  gap: 11px;
  margin: 4px 3px 11px;
}

.yeo-fit-plan-heading--supplement {
  margin-top: 28px;
}

.yeo-fit-plan-heading--cardio,
.yeo-fit-plan-heading--abs {
  margin-top: 28px;
}

.yeo-fit-page-heading + .yeo-fit-plan-heading--cardio,
.yeo-fit-page-heading + .yeo-fit-plan-heading--abs {
  margin-top: 4px;
}

.yeo-fit-plan-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  color: #08241b;
  background: var(--yeo-fit-mint);
  font-weight: 900;
}

.yeo-fit-plan-heading h2 {
  color: #fff;
  font-size: 19px;
}

.yeo-fit-plan-heading > strong {
  color: #8ca2ac;
  font-size: 10px;
}

.yeo-fit-plan-heading--cardio .yeo-fit-plan-icon {
  color: #062b37;
  background: #55d4dd;
  box-shadow: 0 8px 24px rgba(85, 212, 221, .2);
}

.yeo-fit-plan-heading--abs .yeo-fit-plan-icon {
  color: #211650;
  background: #9c8cff;
  box-shadow: 0 8px 24px rgba(156, 140, 255, .2);
}

.yeo-fit-plan-heading--supplement .yeo-fit-plan-icon {
  color: #3c2704;
  background: var(--yeo-fit-amber);
  box-shadow: 0 8px 24px rgba(242, 184, 91, .18);
}

.yeo-fit-plan-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  padding: 17px;
  border: 1px solid var(--yeo-fit-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
}

.yeo-fit-plan-index {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: var(--yeo-fit-blue);
  background: #e8f5f8;
  font-size: 12px;
  font-weight: 900;
}

.yeo-fit-plan-card small {
  display: block;
  margin-bottom: 2px;
  color: var(--yeo-fit-blue);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.yeo-fit-plan-card h3 {
  color: var(--yeo-fit-text);
  font-size: 17px;
  font-weight: 850;
}

.yeo-fit-plan-card p {
  margin-top: 8px;
  color: var(--yeo-fit-muted);
  font-size: 12px;
  line-height: 1.58;
}

.yeo-fit-cardio-grid,
.yeo-fit-abs-grid {
  display: grid;
  gap: 10px;
}

.yeo-fit-cardio-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--yeo-fit-line);
  border-top: 3px solid #3abac4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
}

.yeo-fit-cardio-card > div {
  min-width: 0;
}

.yeo-fit-cardio-card-head {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.yeo-fit-cardio-card-head > div {
  min-width: 0;
}

.yeo-fit-cardio-card-head small {
  display: block;
  margin-bottom: 2px;
  color: #187a87;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.yeo-fit-cardio-card h3 {
  color: var(--yeo-fit-text);
  font-size: 18px;
  font-weight: 880;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.yeo-fit-cardio-card-head > strong {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 9px;
  color: #0f6671;
  background: #e3f7f8;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.yeo-fit-cardio-detail {
  padding: 9px 10px;
  border-left: 3px solid #3abac4;
  border-radius: 0 9px 9px 0;
  color: var(--yeo-fit-muted);
  background: #f5f9fa;
  font-size: 12px;
  line-height: 1.5;
}

.yeo-fit-cardio-detail strong {
  display: block;
  margin-bottom: 2px;
  color: var(--yeo-fit-navy);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.yeo-fit-cardio-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.yeo-fit-cardio-meta > span {
  display: grid;
  min-width: 0;
  gap: 2px;
  padding: 8px 9px;
  border-radius: 10px;
  color: var(--yeo-fit-navy);
  background: #edf8fa;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.yeo-fit-cardio-meta > span:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.yeo-fit-cardio-meta small {
  color: #5a7f89;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.yeo-fit-cardio-meta strong {
  min-width: 0;
  color: var(--yeo-fit-navy);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.yeo-fit-cardio-supplements {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 13px;
  border: 1px solid rgba(242, 184, 91, .34);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(242, 184, 91, .12), rgba(255, 255, 255, .055));
}

.yeo-fit-cardio-supplements > h3,
.yeo-fit-cardio-supplements > header h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.yeo-fit-cardio-supplements > p,
.yeo-fit-cardio-supplements > header p {
  color: #a9bac1;
  font-size: 10px;
  line-height: 1.45;
}

.yeo-fit-cardio-supplements-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 1px 2px 3px;
}

.yeo-fit-cardio-supplements-heading small {
  display: block;
  color: var(--yeo-fit-amber);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .11em;
}

.yeo-fit-cardio-supplements-heading h3 {
  margin-top: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 880;
}

.yeo-fit-cardio-supplements-heading > strong {
  color: #b7c4c9;
  font-size: 9px;
}

.yeo-fit-cardio-supplements .yeo-fit-plan-list {
  gap: 7px;
}

.yeo-fit-cardio-supplements .yeo-fit-plan-card {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  border-color: #ecd9b3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .09);
}

.yeo-fit-cardio-supplements .yeo-fit-plan-index {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #875814;
  background: #fff1d8;
  font-size: 10px;
}

.yeo-fit-cardio-supplements .yeo-fit-plan-card h3 {
  font-size: 15px;
}

.yeo-fit-cardio-supplements .yeo-fit-plan-card p {
  margin-top: 6px;
  font-size: 11px;
}

.yeo-fit-cardio-supplements .yeo-fit-pill-row {
  margin-top: 7px;
}

.yeo-fit-cardio-supplements .yeo-fit-pill-row span {
  padding: 6px 8px;
  background: #fff7e8;
  font-size: 10px;
}

.yeo-fit-abs-card {
  display: grid;
  grid-template-columns: minmax(104px, 34%) minmax(0, 1fr);
  min-width: 0;
  min-height: 164px;
  overflow: hidden;
  border: 1px solid var(--yeo-fit-line);
  border-top: 3px solid #7b67de;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .1);
}

.yeo-fit-abs-media {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 161px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-right: 1px solid #e8eef1;
  background: #fff;
}

.yeo-fit-app .yeo-fit-abs-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: contain !important;
  object-position: center;
  background: #fff;
}

.yeo-fit-abs-media .yeo-fit-media-placeholder {
  padding: 8px;
  font-size: 9px;
  text-align: center;
}

.yeo-fit-abs-media .yeo-fit-media-placeholder span {
  width: 45px;
  height: 45px;
  font-size: 16px;
}

.yeo-fit-abs-media > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #7b67de;
  font-size: 16px;
  font-weight: 950;
}

.yeo-fit-abs-content {
  align-self: center;
  min-width: 0;
  padding: 13px;
}

.yeo-fit-abs-content > small,
.yeo-fit-abs-content > span {
  display: block;
  color: #6f5bd0;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.yeo-fit-abs-content h3 {
  margin-top: 3px;
  color: var(--yeo-fit-text);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.yeo-fit-abs-content .yeo-fit-pill-row {
  gap: 4px;
  margin-top: 9px;
}

.yeo-fit-abs-content .yeo-fit-pill-row span {
  padding: 6px 7px;
  border-radius: 8px;
  font-size: 9px;
  line-height: 1.2;
}

.yeo-fit-abs-content .yeo-fit-pill-row small {
  display: block;
  margin: 0 0 1px;
  font-size: 7px;
}

.yeo-fit-abs-content > p {
  margin-top: 8px;
  color: var(--yeo-fit-muted);
  font-size: 10px;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.yeo-fit-abs-content > p strong {
  display: block;
  margin-bottom: 1px;
  color: var(--yeo-fit-navy);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.yeo-fit-cardio-grid + .yeo-fit-plan-heading,
.yeo-fit-cardio-supplements + .yeo-fit-plan-heading,
.yeo-fit-abs-grid + .yeo-fit-plan-heading,
.yeo-fit-plan-list + .yeo-fit-plan-heading {
  margin-top: 28px;
}

.yeo-fit-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.yeo-fit-pill-row span {
  padding: 7px 9px;
  border-radius: 9px;
  color: var(--yeo-fit-text);
  background: var(--yeo-fit-soft);
  font-size: 11px;
  font-weight: 750;
}

.yeo-fit-pill-row small {
  display: inline;
  margin-right: 4px;
  font-size: 8px;
}

.yeo-fit-health-note {
  margin: 12px 4px 0 !important;
  color: #8299a3;
  font-size: 10px;
  line-height: 1.5;
}

.yeo-fit-history-list article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 17px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
}

.yeo-fit-history-check {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #05241a;
  background: var(--yeo-fit-mint);
  font-weight: 900;
}

.yeo-fit-history-list article > div small {
  color: var(--yeo-fit-mint);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yeo-fit-history-list h2 {
  margin: 2px 0;
  color: #fff;
  font-size: 15px;
}

.yeo-fit-history-list p {
  color: #8da3ac;
  font-size: 10px;
}

.yeo-fit-history-list article > strong {
  color: #fff;
  font-size: 20px;
}

.yeo-fit-history-list article > strong small {
  display: block;
  color: #8199a3;
  font-size: 8px;
  text-align: right;
}

.yeo-fit-empty-card {
  padding: 34px 25px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 19px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
  text-align: center;
}

.yeo-fit-empty-card > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--yeo-fit-mint);
  background: rgba(67, 211, 160, .11);
  font-size: 25px;
}

.yeo-fit-empty-card h2 {
  color: #fff;
  font-size: 20px;
}

.yeo-fit-empty-card p {
  max-width: 330px;
  margin: 7px auto 0;
  color: #8ca2ac;
  font-size: 12px;
}

.yeo-fit-bottom-nav {
  position: fixed;
  z-index: 40;
  left: 50%;
  bottom: 0;
  display: grid;
  width: min(calc(100% - 16px), 560px);
  min-height: calc(70px + env(safe-area-inset-bottom));
  grid-template-columns: repeat(3, 1fr);
  padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  border: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  background: rgba(11, 34, 44, .96);
  box-shadow: 0 -15px 40px rgba(0, 0, 0, .24);
  backdrop-filter: blur(17px);
  transform: translateX(-50%);
}

.yeo-fit-bottom-nav button {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  border: 0;
  border-radius: 13px;
  color: #78919b;
  background: transparent;
}

.yeo-fit-bottom-nav button span {
  font-size: 21px;
  line-height: 1;
}

.yeo-fit-bottom-nav button small {
  font-size: 9px;
  font-weight: 750;
}

.yeo-fit-bottom-nav button.is-active {
  color: var(--yeo-fit-mint);
  background: rgba(67, 211, 160, .08);
}

/* Active workout */
.yeo-fit-workout-screen {
  padding-bottom: 30px;
}

.yeo-fit-workout-top {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.yeo-fit-icon-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: 20px;
}

.yeo-fit-workout-progress-copy {
  color: #fff;
  text-align: center;
}

.yeo-fit-workout-progress-copy small {
  display: block;
  color: #829ba5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yeo-fit-workout-progress-copy strong {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}

.yeo-fit-progress-track {
  height: 5px;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
}

.yeo-fit-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--yeo-fit-mint);
  transition: width .25s ease;
}

.yeo-fit-exercise-card {
  overflow: hidden;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .25);
}

.yeo-fit-media {
  position: relative;
  display: grid;
  min-height: 250px;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--yeo-fit-line);
  background: #fff;
}

.yeo-fit-app .yeo-fit-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: contain !important;
  object-position: center;
  background: #fff;
}

.yeo-fit-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  color: var(--yeo-fit-muted);
  font-size: 12px;
  font-weight: 800;
}

.yeo-fit-media-placeholder span {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--yeo-fit-navy);
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(18, 63, 90, .25);
}

.yeo-fit-exercise-copy {
  padding: 20px 18px 15px;
}

.yeo-fit-exercise-copy > span {
  color: var(--yeo-fit-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.yeo-fit-app .yeo-fit-exercise-copy h1 {
  margin-top: 4px;
  color: var(--yeo-fit-text);
  font-size: clamp(29px, 8vw, 38px);
  font-weight: 920;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.yeo-fit-target-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 13px;
}

.yeo-fit-target-row span {
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--yeo-fit-navy);
  background: var(--yeo-fit-soft);
  font-size: 11px;
  font-weight: 850;
}

.yeo-fit-coach-note {
  margin-top: 14px;
  padding: 12px 13px;
  border-left: 3px solid var(--yeo-fit-blue);
  border-radius: 0 10px 10px 0;
  background: #f4f8f9;
}

.yeo-fit-coach-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--yeo-fit-navy);
  font-size: 11px;
}

.yeo-fit-coach-note p {
  color: var(--yeo-fit-muted);
  font-size: 11px;
}

.yeo-fit-set-area {
  margin-top: 11px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
}

.yeo-fit-set-area-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 11px;
}

.yeo-fit-set-area-head span {
  color: var(--yeo-fit-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.yeo-fit-set-area-head h2 {
  color: var(--yeo-fit-text);
  font-size: 19px;
}

.yeo-fit-set-area-head small {
  color: var(--yeo-fit-muted);
  font-size: 9px;
}

.yeo-fit-set-list {
  display: grid;
  gap: 7px;
}

.yeo-fit-set-row {
  display: grid;
  grid-template-columns: 36px 1fr 1fr 72px;
  align-items: end;
  gap: 7px;
  padding: 9px;
  border: 1px solid var(--yeo-fit-line);
  border-radius: 13px;
  background: #f9fbfc;
}

.yeo-fit-set-row--strength {
  grid-template-columns: 34px minmax(60px, 1fr) minmax(54px, .9fr) minmax(44px, .68fr) 72px;
}

.yeo-fit-set-row.is-complete {
  border-color: #36b989;
  background: var(--yeo-fit-mint-soft);
  box-shadow: inset 4px 0 #36b989;
}

.yeo-fit-set-number {
  align-self: center;
  color: var(--yeo-fit-navy);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.yeo-fit-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.yeo-fit-field span {
  color: var(--yeo-fit-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.yeo-fit-field input {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 7px 8px;
  border: 1px solid #cfdee3;
  border-radius: 9px;
  color: var(--yeo-fit-text);
  background: #fff;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  outline: 0;
}

.yeo-fit-field input:focus {
  border-color: var(--yeo-fit-blue);
  box-shadow: 0 0 0 3px rgba(32, 119, 156, .13);
}

.yeo-fit-set-done {
  display: flex;
  width: 72px;
  min-height: 48px;
  padding: 5px 6px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  border: 2px solid var(--yeo-fit-navy);
  border-radius: 12px;
  color: var(--yeo-fit-navy);
  background: #fff;
  box-shadow: 0 4px 10px rgba(16, 45, 62, .14);
  cursor: pointer;
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.yeo-fit-set-done-icon {
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}

.yeo-fit-set-done-text {
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.yeo-fit-set-done:hover {
  border-color: var(--yeo-fit-blue);
  background: #edf7fa;
  box-shadow: 0 6px 14px rgba(16, 45, 62, .18);
}

.yeo-fit-set-done:active {
  transform: scale(.97);
}

.yeo-fit-set-done:disabled {
  opacity: .58;
  cursor: wait;
  transform: none;
}

.yeo-fit-set-row.is-complete .yeo-fit-set-done {
  color: #06251a;
  border-color: #15916a;
  background: var(--yeo-fit-mint);
}

.yeo-fit-set-row.is-complete .yeo-fit-set-done:hover {
  background: #55ddb0;
}

.yeo-fit-previous {
  grid-column: 2 / 4;
  color: var(--yeo-fit-muted);
  font-size: 9px;
}

.yeo-fit-set-row--strength .yeo-fit-previous {
  grid-column: 2 / 5;
}

.yeo-fit-workout-actions {
  position: relative;
  z-index: 2;
  bottom: auto;
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 8px;
  margin-top: 12px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(7, 24, 32, .92);
  box-shadow: 0 13px 35px rgba(0, 0, 0, .25);
  backdrop-filter: blur(14px);
}

.yeo-fit-workout-actions .yeo-fit-button {
  min-height: 50px;
}

.yeo-fit-workout-actions .yeo-fit-icon-button {
  width: 50px;
  height: 50px;
}

.yeo-fit-rest {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.yeo-fit-rest-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 13, 18, .78);
  backdrop-filter: blur(5px);
}

.yeo-fit-rest-sheet {
  position: relative;
  width: min(100%, 560px);
  max-height: calc(100dvh - env(safe-area-inset-top));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 27px 20px calc(20px + env(safe-area-inset-bottom));
  border-radius: 26px 26px 0 0;
  color: #fff;
  background: #0c2a37;
  box-shadow: 0 -30px 70px rgba(0, 0, 0, .42);
  text-align: center;
  animation: yeo-fit-sheet .25s ease both;
}

.yeo-fit-rest-sheet h2 {
  margin-top: 7px;
  color: #fff;
  font-size: 23px;
}

.yeo-fit-timer {
  display: grid;
  width: 172px;
  height: 172px;
  margin: 22px auto 14px;
  place-items: center;
  border: 10px solid rgba(67, 211, 160, .15);
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, rgba(67, 211, 160, .1), transparent 68%);
  box-shadow: inset 0 0 0 2px rgba(67, 211, 160, .42), 0 15px 35px rgba(0, 0, 0, .2);
}

.yeo-fit-timer span {
  font-size: 42px;
  font-weight: 950;
  letter-spacing: -.055em;
}

.yeo-fit-rest-sheet > p {
  min-height: 18px;
  color: #91aab4;
  font-size: 11px;
}

.yeo-fit-timer-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 16px 0 10px;
}

.yeo-fit-timer-actions button {
  min-width: 92px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 800;
}

.yeo-fit-complete-screen {
  min-height: calc(100dvh - 100px);
  padding: 50px 10px 30px;
  color: #fff;
  text-align: center;
}

.yeo-fit-complete-mark {
  display: grid;
  width: 96px;
  height: 96px;
  margin: 0 auto 25px;
  place-items: center;
  border: 1px solid rgba(67, 211, 160, .42);
  border-radius: 50%;
  color: #05251a;
  background: var(--yeo-fit-mint);
  box-shadow: 0 15px 50px rgba(67, 211, 160, .22);
  font-size: 42px;
  font-weight: 950;
}

.yeo-fit-complete-screen h1 {
  max-width: 390px;
  margin: 8px auto 10px;
  color: #fff;
  font-size: 38px;
  font-weight: 930;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.yeo-fit-complete-screen > p {
  max-width: 360px;
  margin: 0 auto;
  color: #91a6af;
  font-size: 13px;
}

.yeo-fit-complete-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 27px 0 18px;
}

.yeo-fit-complete-stats article {
  padding: 20px 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
}

.yeo-fit-complete-stats strong,
.yeo-fit-complete-stats small {
  display: block;
}

.yeo-fit-complete-stats strong {
  font-size: 25px;
}

.yeo-fit-complete-stats small {
  margin-top: 5px;
  color: #8ca2ac;
  font-size: 9px;
}

.yeo-fit-app--gate {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: 22px;
}

.yeo-fit-app--login {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding: max(14px, env(safe-area-inset-top)) 8px max(14px, env(safe-area-inset-bottom));
}

.yeo-fit-login-layout {
  display: grid;
  width: min(100%, 920px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.yeo-fit-login-brand {
  padding: 35px 27px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 5%, rgba(67, 211, 160, .22), transparent 34%),
    linear-gradient(145deg, #174e67, #0a2734);
}

.yeo-fit-login-brand .yeo-fit-brand-mark {
  margin-bottom: 25px;
}

.yeo-fit-login-brand h1 {
  max-width: 520px;
  margin: 10px 0 13px;
  color: #fff;
  font-size: clamp(38px, 10vw, 58px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.06em;
}

.yeo-fit-login-brand > p {
  max-width: 480px;
  color: #b3c9d1;
  font-size: 13px;
  line-height: 1.6;
}

.yeo-fit-login-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.yeo-fit-login-points span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  color: #d4e5ea;
  background: rgba(255, 255, 255, .055);
  font-size: 9px;
  font-weight: 750;
}

.yeo-fit-login-card {
  padding: 31px 25px;
  background: #fff;
}

.yeo-fit-login-card .yeo-fit-kicker {
  color: var(--yeo-fit-blue);
}

.yeo-fit-login-card h2 {
  margin: 6px 0 6px;
  color: var(--yeo-fit-text);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.yeo-fit-login-card > p {
  margin-bottom: 20px;
  color: var(--yeo-fit-muted);
  font-size: 11px;
}

.yeo-fit-login-error {
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid #f0bcbc;
  border-radius: 10px;
  color: #853737;
  background: #fff0f0;
  font-size: 11px;
  font-weight: 700;
}

.yeo-fit-login-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--yeo-fit-text);
  font-size: 11px;
  font-weight: 800;
}

.yeo-fit-login-form .login-username,
.yeo-fit-login-form .login-password {
  margin: 0 0 13px;
}

.yeo-fit-login-form input[type="text"],
.yeo-fit-login-form input[type="password"] {
  width: 100%;
  min-height: 49px;
  padding: 10px 12px;
  border: 1px solid #ccdde3;
  border-radius: 11px;
  color: var(--yeo-fit-text);
  background: #f9fbfc;
  outline: 0;
}

.yeo-fit-login-form input[type="text"]:focus,
.yeo-fit-login-form input[type="password"]:focus {
  border-color: var(--yeo-fit-blue);
  box-shadow: 0 0 0 3px rgba(32, 119, 156, .13);
}

.yeo-fit-login-form .login-remember {
  margin: 5px 0 15px;
}

.yeo-fit-login-form .login-remember label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--yeo-fit-muted);
  font-weight: 650;
}

.yeo-fit-login-form .login-submit {
  margin: 0;
}

.yeo-fit-login-form input[type="submit"] {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 13px;
  color: #06251a;
  background: var(--yeo-fit-mint);
  box-shadow: 0 10px 25px rgba(67, 211, 160, .21);
  font-weight: 900;
  cursor: pointer;
}

.yeo-fit-forgot {
  display: block;
  margin-top: 15px;
  color: var(--yeo-fit-blue) !important;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
  text-decoration: none !important;
}

.yeo-fit-gate-card {
  width: min(100%, 430px);
  padding: 34px 26px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(145deg, rgba(25, 74, 94, .78), rgba(10, 37, 49, .9));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  text-align: center;
}

.yeo-fit-gate-card .yeo-fit-brand-mark {
  margin: 0 auto 23px;
}

.yeo-fit-gate-card h1 {
  margin: 9px 0 11px;
  color: #fff;
  font-size: 37px;
  font-weight: 930;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.yeo-fit-gate-card p {
  margin: 0 auto 24px;
  color: #a6bbc4;
  font-size: 13px;
  line-height: 1.6;
}

.yeo-fit-sr-only {
  position: absolute !important;
  overflow: hidden;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.yeo-fit-toast {
  position: fixed;
  z-index: 100000;
  left: 50%;
  bottom: calc(88px + env(safe-area-inset-bottom));
  width: min(calc(100% - 28px), 520px);
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  color: #fff;
  background: #173d4d;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .28);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
  transform: translateX(-50%);
  animation: yeo-fit-enter .22s ease both;
}

.yeo-fit-toast--error {
  border-color: rgba(255, 141, 141, .3);
  background: #5c2930;
}

.yeo-fit-toast--success {
  color: #06251a;
  background: var(--yeo-fit-mint);
}

.yeo-fit-app :focus-visible {
  outline: 3px solid var(--yeo-fit-amber);
  outline-offset: 3px;
}

@keyframes yeo-fit-enter {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes yeo-fit-sheet {
  from { transform: translateY(35px); opacity: .65; }
  to { transform: translateY(0); opacity: 1; }
}

@media (min-width: 760px) {
  .yeo-fit-app {
    padding-inline: 18px;
  }

  .yeo-fit-cardio-grid,
  .yeo-fit-abs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yeo-fit-cardio-card,
  .yeo-fit-abs-card {
    height: 100%;
  }

  .yeo-fit-cardio-card {
    padding: 15px;
  }

  .yeo-fit-abs-card {
    grid-template-columns: minmax(106px, 34%) minmax(0, 1fr);
  }

  .yeo-fit-shell,
  .yeo-fit-bottom-nav,
  .yeo-fit-rest-sheet {
    width: min(100%, 680px);
    max-width: 680px;
  }

  .yeo-fit-app:not(.yeo-fit-app--gate) {
    border-inline: 1px solid rgba(255, 255, 255, .05);
  }

  .yeo-fit-workout-screen > div {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .yeo-fit-login-layout {
    grid-template-columns: 1.15fr .85fr;
  }

  .yeo-fit-login-brand {
    display: flex;
    min-height: 580px;
    justify-content: center;
    flex-direction: column;
    padding: 52px;
  }

  .yeo-fit-login-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 44px 38px;
  }
}

@media (max-width: 759px) {
  .yeo-fit-login-layout {
    width: 100%;
    border-radius: 20px;
  }

  .yeo-fit-login-brand {
    padding: 27px 20px;
  }

  .yeo-fit-login-card {
    padding: 27px 18px;
  }
}

@media (max-width: 370px) {
  .yeo-fit-app {
    padding-inline: 5px;
  }

  .yeo-fit-plan-heading {
    grid-template-columns: 39px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .yeo-fit-plan-icon {
    width: 39px;
    height: 39px;
    border-radius: 11px;
  }

  .yeo-fit-plan-heading h2 {
    font-size: 17px;
  }

  .yeo-fit-cardio-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 12px;
  }

  .yeo-fit-cardio-card h3 {
    font-size: 16px;
  }

  .yeo-fit-cardio-meta {
    gap: 5px;
  }

  .yeo-fit-cardio-meta > span {
    padding: 7px;
  }

  .yeo-fit-cardio-supplements {
    padding: 10px;
  }

  .yeo-fit-abs-card {
    grid-template-columns: minmax(96px, 33%) minmax(0, 1fr);
    min-height: 154px;
  }

  .yeo-fit-abs-media {
    min-height: 151px;
  }

  .yeo-fit-abs-content {
    padding: 10px;
  }

  .yeo-fit-abs-content h3 {
    font-size: 15px;
  }

  .yeo-fit-abs-content .yeo-fit-pill-row span {
    padding: 5px 6px;
  }

  .yeo-fit-app--login {
    padding-inline: 8px;
  }

  .yeo-fit-workout-hero {
    padding: 20px 16px;
  }

  .yeo-fit-summary-line span {
    padding-inline: 7px;
    font-size: 9px;
  }

  .yeo-fit-set-row {
    grid-template-columns: 31px 1fr 1fr 72px;
    gap: 5px;
    padding: 7px 5px;
  }

  .yeo-fit-set-row--strength {
    grid-template-columns: 28px minmax(54px, 1fr) minmax(48px, .9fr) minmax(40px, .7fr) 72px;
  }

  .yeo-fit-set-row--strength .yeo-fit-set-done {
    width: 72px;
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yeo-fit-app *,
  .yeo-fit-app *::before,
  .yeo-fit-app *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
