.restfeed-design-page {
  min-height: 100dvh;
  background: linear-gradient(180deg, #020403 0%, #050907 42%, #010101 100%), #020403;
}

.restfeed-design-wrap {
  padding-bottom: calc(var(--tab-h, 50px) + env(safe-area-inset-bottom) + 34px);
}

.restfeed-design-main {
  width: min(100%, 560px);
  margin: 0 auto;
  padding-inline: 12px;
}

.restfeed-design-progress {
  margin-bottom: 10px;
}

.restfeed-design-logger {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-bottom: 10px;
  box-shadow: 0 12px 22px rgb(0 0 0 / 58%);
}

.restfeed-pane {
  display: grid;
  gap: 8px;
  max-width: 503px;
}

.runner-rest-feed-pane-view.restfeed-pane {
  display: flex;
  flex-direction: column;
  width: min(100%, 503px);
  margin-inline: auto;
  box-shadow: -11px 0px 27px #00000047;
  overflow-anchor: none;
}

.runner-rest-feed-pane-view--set-log-exiting {
  pointer-events: none;
  animation: runner-rest-feed-set-log-fade-out 300ms ease-out forwards;
}

@keyframes runner-rest-feed-set-log-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.runner-panel {
  overflow-anchor: none;
}

.runner-rest-feed-start-anchor {
  width: 100%;
  height: 0;
  overflow-anchor: none;
}

.runner-rest-feed-pane-view.restfeed-pane > .runner-rest-feed-stack.restfeed-stack {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.restfeed-stack {
  display: grid;
}

.runner-rest-feed-forward-sentinel {
  min-height: 1px;
}

.runner-rest-feed-forward-status {
  padding: 0 16px;
  color: rgb(144 179 164 / 88%);
  font-size: 0.875rem;
  text-align: center;
}

.runner-rest-feed-forward-status:has(p:not(:empty)) {
  padding-block: 22px 28px;
}

.runner-rest-feed-forward-status p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.runner-rest-feed-forward-status button {
  margin-top: 12px;
}

.runner-rest-feed-forward-spinner {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: runner-rest-feed-forward-spin 0.8s linear infinite;
}

@keyframes runner-rest-feed-forward-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .runner-rest-feed-forward-spinner {
    animation: none;
  }
}

.runner-rest-feed-caught-up {
  margin: auto 0 0;
  padding: 22px 16px 28px;
  color: rgb(144 179 164 / 88%);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.runner-rest-feed-item-shell {
  min-width: 0;
}

.runner-rest-feed-item-shell--primary-ready .restfeed-card__actions {
  animation: runner-rest-feed-ready-text-fade-in 0.3s ease both;
}

.runner-rest-feed-item-shell--cascade {
  opacity: 0;
  animation: runner-rest-feed-card-cascade-fade-in 0.3s ease both;
  animation-delay: var(--runner-rest-feed-card-delay, 0ms);
}

@keyframes runner-rest-feed-ready-text-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes runner-rest-feed-card-cascade-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.restfeed-card {
  --restfeed-state-accent: #32f0a2;
  --restfeed-card-pad: 16px;

  position: relative;
  z-index: 0;
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 19px var(--restfeed-card-pad) 9px;
  background-image: radial-gradient(circle at 100% 0, #212121 0%, #10101000 100%);

  border: 1px;
  border-image: linear-gradient(to right, #262626ad 28%, #000) 1;
  border-bottom-style: solid;
}

article.restfeed-card[data-rest-feed-eyebrow='Exercise Instruction' i] {
  margin-bottom: -20px;
}

.restfeed-card--muted,
.restfeed-card--blocked {
  --restfeed-state-accent: #7f8984;

  border-color: rgb(103 112 108 / 58%);
  background: linear-gradient(180deg, rgb(24 27 26 / 92%) 0%, rgb(8 9 9 / 98%) 100%), #080909;
}

.restfeed-card--error {
  --restfeed-state-accent: #ff6b6b;

  border-color: rgb(255 107 107 / 62%);
}

.restfeed-card--sponsored {
  --restfeed-state-accent: #ffca5c;

  border-color: rgb(255 202 92 / 62%);
}

.restfeed-card--ux-tip-no-action {
  padding-bottom: 0;
}

.restfeed-card--ux-tip-no-action .restfeed-media {
  margin-bottom: 0;
}

.restfeed-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  margin-bottom: 12px;
}

.restfeed-author {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.restfeed-author__avatar {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  overflow: hidden;
  place-items: center;
  border-radius: 30px;
  background: #101614;
  color: #47ffae;
  font-family: 'transducer', sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.restfeed-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restfeed-author__avatar--system {
  border-color: rgb(141 200 255 / 52%);
  color: #729e8a;
}

.restfeed-author__text {
  min-width: 0;
}

.restfeed-author__name {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #14ffaae0;
  font-family: 'transducer', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.restfeed-author__name > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.restfeed-author__badge {
  flex: 0 0 auto;
  padding: 3px 5px;
  border-radius: 4px;
  color: #45ffaaad;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid #45ffaa80;
}

.restfeed-author__verified {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.restfeed-author__meta {
  overflow: hidden;
  margin-top: 3px;
  color: #74ffbf9c;
  font-family: neue-haas-unica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.restfeed-card__controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.restfeed-author-follow {
  display: grid;
  justify-items: end;
  gap: 3px;
}

.restfeed-author-follow__button {
  min-width: 0;
  min-height: 0;
  padding: 7px;
  border: 1px solid rgb(69 255 170 / 50%);
  border-color: #71d79387;
  border-radius: 5px;
  background: transparent;
  color: #70d490ba;
  cursor: pointer;
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.restfeed-author-follow__button[aria-pressed='true'] {
  background: rgb(69 255 170 / 12%);
}

.restfeed-author-follow__button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.restfeed-author-follow__button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.restfeed-author-follow__error {
  max-width: 130px;
  color: #ff9b9b;
  font-family: neue-haas-unica, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}

.restfeed-author-follow__status {
  max-width: 180px;
  font-family: neue-haas-unica, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}

.restfeed-icon-button {
  appearance: none;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: none;
  border-radius: 6px;
  background: url('/images/3-dot-feed.svg') center / 18px auto no-repeat;
  color: rgb(173 205 192);
  cursor: pointer;
  font-family: 'transducer', sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.3s ease;
}

.restfeed-overflow > summary {
  list-style: none;
}

.restfeed-overflow > summary::-webkit-details-marker {
  display: none;
}

.restfeed-overflow:not([open]) > .restfeed-overflow-panel,
.restfeed-overflow:not([open]) > .restfeed-overflow-backdrop {
  display: none;
}

.restfeed-overflow-backdrop {
  position: fixed;
  z-index: 39;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: default;
}

.restfeed-overflow[open] > .restfeed-icon-button {
  border-color: rgb(82 255 181 / 86%);
  background:
    url('/images/3-dot-feed.svg') center / 18px auto no-repeat,
    rgb(82 255 181 / 10%);
  color: #52ffb5;
}

.restfeed-icon-button:hover {
  background-color: #0000006e;
}

.restfeed-icon-button--active {
  border-color: rgb(82 255 181 / 86%);
  background:
    url('/images/3-dot-feed.svg') center / 18px auto no-repeat,
    rgb(82 255 181 / 10%);
  color: #52ffb5;
}

.restfeed-overflow-panel {
  z-index: 40;
  background: #020605f0;
  border: 1px solid #57776c47;
  border-radius: 4px;
  gap: 0px;
  width: auto;
  padding: 18px 16px 13px 20px;
  display: grid;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 10px 18px #0000008a;
  background-image: radial-gradient(circle at 100% 0, #212121 0%, #10101000 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.restfeed-overflow-close {
  appearance: none;
  position: absolute;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  background: url('/images/icon-hamburger-x.svg') center / 15px 15px no-repeat;
  top: 19px;
  right: 14px;
}

.restfeed-overflow-action {
  appearance: none;
  display: grid;
  justify-self: end;
  min-height: 31px;
  align-items: center;
  justify-items: end;
  margin-right: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgb(222 234 229);
  cursor: pointer;
  line-height: 1.15;
  text-align: right;
  white-space: nowrap;
  font-family: neue-haas-unica, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.restfeed-overflow-action:hover {
  color: #52ffb5;
}

.restfeed-overflow-action--pending,
.restfeed-action--pending {
  animation: restfeed-action-pending-pulse 0.82s ease-in-out infinite;
}

@keyframes restfeed-action-pending-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.48;
  }
}

@media (prefers-reduced-motion: reduce) {
  .restfeed-overflow-action--pending,
  .restfeed-action--pending {
    animation: none;
  }
}

.restfeed-overflow-action--danger {
  border-color: #a0a0a0;
  color: #a0a0a0;
}

.restfeed-overflow-action--danger:hover {
  color: #ffb7b7;
}

.restfeed-icon-button:focus-visible,
.restfeed-action:focus-visible,
.restfeed-overflow-close:focus-visible,
.restfeed-overflow-action:focus-visible {
  outline: 1px solid #52ffb5;
  outline-offset: 2px;
}

.restfeed-card__body {
  display: grid;
}

.restfeed-card__title {
  margin: 0 0 7px;
  color: rgb(250 252 251);
  font-family: 'neue-haas-grotesk-display';
  text-transform: none;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.restfeed-card__copy--typewriter .restfeed-card__title {
  margin: 7px 0 0px;
}

.restfeed-card__content-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.restfeed-card__content-button:focus-visible {
  outline: 1px solid #52ffb5;
  outline-offset: 3px;
}

.restfeed-card__content-button--body {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
}

.restfeed-card__loading-title {
  min-height: 1em;
}

.restfeed-card__loading-title .train-coach-commentary-loading-text {
  display: inline-block;
  min-height: 1em;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: normal;
  opacity: 1;
  transition: opacity 300ms ease-out;
}

.restfeed-card__loading-title .train-coach-commentary-loading-text.is-fading {
  opacity: 0;
}

.restfeed-card__loading-copy {
  min-height: 1.42em;
  font-size: var(--program-session-small-copy-size, 0.875rem);
  font-weight: 600;
  line-height: 1.42;
}

.restfeed-card__loading-copy .train-coach-commentary-loading-text,
.runner-panel .restfeed-card__loading-copy .train-coach-commentary-loading-text {
  display: inline-block;
  min-height: 1.42em;
  color: inherit;
  font-family: neue-haas-unica, sans-serif;
  font-size: var(--program-session-small-copy-size, 0.875rem);
  font-weight: 600;
  line-height: 1.42;
  white-space: normal;
  opacity: 1;
  transition: opacity 300ms ease-out;
}

.restfeed-card__loading-copy .train-coach-commentary-loading-text.is-fading {
  opacity: 0;
}

.restfeed-card__copy {
  --restfeed-card-copy-paragraph-gap: 8px;

  margin: 0;
  color: rgb(220 230 225 / 88%);
  font-family: neue-haas-unica, sans-serif;
  font-size: var(--program-session-card-copy-size, 0.9375rem);
  font-weight: 100;
  line-height: 1.42;
  letter-spacing: 0;
  white-space: pre-line;
  margin-bottom: 20px;
}

.restfeed-card__copy--paragraphs {
  display: grid;
  gap: var(--restfeed-card-copy-paragraph-gap);
}

.restfeed-card__copy--actionable {
  position: relative;
}

.restfeed-card__copy-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: var(--restfeed-card-copy-paragraph-gap);
  pointer-events: none;
}

.restfeed-card__copy-content a {
  pointer-events: auto;
}

.restfeed-card__more-link {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #52ffb5;
  cursor: pointer;
  font: inherit;
  pointer-events: auto;
}

.restfeed-card__more-link:hover,
.restfeed-card__more-link:focus-visible {
  text-decoration: underline;
}

.restfeed-card__copy-paragraph {
  margin: 0;
}

[data-rest-feed-content-action-kind='comment'],
[data-rest-feed-content-action-kind='open_details'] {
  cursor: pointer;
}

.restfeed-card__copy--reserved {
  min-height: 1.23em;
}

.restfeed-quote {
  padding: 16px;
  border: 0;
  color: rgb(236 244 250);
  font-family: neue-haas-unica, sans-serif;
  font-size: var(--program-session-small-copy-size, 0.875rem);
  font-weight: 600;
  line-height: 1.38;
}

.restfeed-quote,
.restfeed-media,
.restfeed-form-tip,
.restfeed-metrics,
.restfeed-bars {
  width: calc(100% + (var(--restfeed-card-pad) * 2));
  margin-inline: calc(var(--restfeed-card-pad) * -1);
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 0;
  background: #000;
}

.restfeed-media {
  position: relative;
  min-height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  border-inline-width: 0;
}

.restfeed-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.restfeed-media--hero {
  width: 100%;
  margin: 0;
  aspect-ratio: 4 / 5;
  background: #000;
}

.restfeed-media--hero[data-aspect-ratio='16:9'] {
  aspect-ratio: 16 / 9;
}

.restfeed-media--hero[data-aspect-ratio='1:1'] {
  aspect-ratio: 1 / 1;
}

.restfeed-media--hero[data-aspect-ratio='4:5'] {
  aspect-ratio: 4 / 5;
}

.restfeed-media--hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restfeed-media--green {
  border-color: rgb(82 255 181 / 58%);
}
.restfeed-media--blue {
  border-color: rgb(141 200 255 / 58%);
}
.restfeed-media--amber {
  border-color: rgb(255 202 92 / 58%);
}
.restfeed-media--red {
  border-color: rgb(255 107 107 / 58%);
}
.restfeed-media--violet {
  border-color: rgb(177 151 255 / 58%);
}
.restfeed-media--steel {
  border-color: rgb(157 176 190 / 58%);
}
.restfeed-media--pink {
  border-color: rgb(255 109 138 / 58%);
}

.restfeed-form-tip {
  display: grid;
  gap: 8px;
  padding: 18px var(--restfeed-card-pad);
  border-top: 1px solid rgb(82 255 181 / 24%);
  border-bottom: 1px solid rgb(82 255 181 / 16%);
}

.restfeed-form-tip__label {
  color: #52ffb5;
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.restfeed-form-tip__copy {
  margin: 0;
  color: rgb(229 238 233 / 90%);
  font-family: neue-haas-unica, sans-serif;
  font-size: var(--program-session-card-copy-size, 0.9375rem);
  font-weight: 400;
  line-height: 1.3;
}

.restfeed-media__label {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 6px;
  background: rgb(0 0 0 / 72%);
  color: #fff;
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.restfeed-media__play {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #52ffb5;
}

.restfeed-media--placeholder {
  display: grid;
  place-items: center;
  background: #000;
}

.restfeed-media__placeholder {
  display: grid;
  width: calc(100% - 44px);
  min-height: 92px;
  place-items: center;
  border: 1px dashed rgb(255 255 255 / 28%);
  border-radius: 8px;
  color: rgb(220 230 226 / 72%);
  font-family: 'transducer', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.restfeed-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 40px 20px;
}

.restfeed-recipe-macro-comparison {
  width: calc(100% + (var(--restfeed-card-pad) * 2));
  margin-inline: calc(var(--restfeed-card-pad) * -1);
  margin-bottom: 20px;
  padding: 16px var(--restfeed-card-pad);
  border-block: 1px solid rgb(82 255 181 / 22%);
  background: rgb(0 18 11 / 76%);
}

.restfeed-recipe-macro-comparison__fit {
  margin-bottom: 10px;
  color: #52ffb5;
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.restfeed-recipe-macro-comparison table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.restfeed-recipe-macro-comparison thead th,
.restfeed-recipe-macro-comparison tbody th,
.restfeed-recipe-macro-comparison td {
  padding: 5px 2px;
  font-family: 'transducer', sans-serif;
  line-height: 1.15;
  text-align: right;
}

.restfeed-recipe-macro-comparison thead th {
  color: rgb(177 193 186 / 72%);
  font-size: 9px;
  font-weight: 600;
}

.restfeed-recipe-macro-comparison thead th:first-child,
.restfeed-recipe-macro-comparison tbody th {
  width: 42%;
  text-align: left;
}

.restfeed-recipe-macro-comparison tbody th {
  overflow-wrap: anywhere;
  color: rgb(220 230 225 / 80%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.restfeed-recipe-macro-comparison td {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.restfeed-metric {
  display: grid;
  gap: 4px;
  min-height: 62px;
  align-content: center;
  padding: 9px;
  border: 1px solid rgb(92 124 113 / 54%);
  border-radius: 8px;
  background: rgb(255 255 255 / 4%);
}

.restfeed-metric--green {
  border-color: rgb(82 255 181 / 48%);
}
.restfeed-metric--blue {
  border-color: rgb(141 200 255 / 48%);
}
.restfeed-metric--amber {
  border-color: rgb(255 202 92 / 52%);
}
.restfeed-metric--red {
  border-color: rgb(255 107 107 / 52%);
}
.restfeed-metric--violet {
  border-color: rgb(177 151 255 / 52%);
}
.restfeed-metric--steel {
  border-color: rgb(157 176 190 / 46%);
}
.restfeed-metric--pink {
  border-color: rgb(255 109 138 / 52%);
}

.restfeed-metric__label {
  color: rgb(177 193 186 / 82%);
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.restfeed-metric__value {
  overflow-wrap: anywhere;
  color: #fff;
  font-family: 'transducer-extended', 'transducer', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.restfeed-bars {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.restfeed-bar {
  display: grid;
  gap: 5px;
}

.restfeed-bar__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: rgb(228 238 234 / 88%);
  font-family: 'transducer', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.restfeed-bar__track {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgb(255 255 255 / 10%);
}

.restfeed-bar__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0a693d 0%, #56ffb2 100%);
}

.restfeed-personal-trend-chart {
  width: calc(100% + (var(--restfeed-card-pad) * 2));
  margin: 0 calc(var(--restfeed-card-pad) * -1) 20px;
}

.restfeed-personal-trend-chart.progress-page {
  display: block;
  min-height: 0;
}

.restfeed-personal-trend-chart.progress-page
  .progress-lift-trend-card.card.wrapup-power-card.dashboard-power-card {
  width: 100%;
  max-width: none;
}

.restfeed-personal-trend-chart .progress-lift-trend-card .wrapup-power-history {
  margin-top: 0;
}

.restfeed-personal-trend-chart
  .progress-lift-trend-card
  .wrapup-power-history.has-visible-peak-label {
  margin-top: 43px;
}

.restfeed-card__actions {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  margin: 0;
  padding: 2px 0 3px;
  justify-content: flex-start;
  align-items: flex-start;
  justify-self: stretch;
  align-self: flex-start;
}

.restfeed-action[data-rest-feed-action-kind='open_delta_plan'] {
  margin-right: 9px;
}

.restfeed-card__expansion {
  display: grid;
  grid-template-rows: 0fr;
  width: calc(100% + (var(--restfeed-card-pad) * 2));
  margin: 0 calc(var(--restfeed-card-pad) * -1) calc(var(--restfeed-card-pad) * -1);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    grid-template-rows 0.3s ease,
    opacity 0.2s ease;
}

.restfeed-card__expansion.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

.restfeed-card__expansion-inner {
  min-height: 0;
  overflow: hidden;
}

.restfeed-action {
  appearance: none;
  border: 1px solid rgb(95 129 117 / 68%);
  background: rgb(255 255 255 / 4%);
  color: rgb(219 233 227);
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: 'transducer', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
  min-height: 31px;
  padding: 0 9px;
  font-family: transducer, sans-serif;
  font-size: 10px;
}

.restfeed-action--primary {
  border-color: rgb(82 255 181 / 72%);
  background: rgb(82 255 181 / 12%);
  color: #52ffb5;
}

.restfeed-action:hover,
.restfeed-icon-button:hover {
  border-color: rgb(82 255 181 / 82%);
  color: #52ffb5;
}

.restfeed-action:disabled,
.restfeed-action[aria-disabled='true'] {
  cursor: default;
  opacity: 0.52;
}

.restfeed-action--acknowledged,
.restfeed-action--acknowledged:disabled,
.restfeed-action--acknowledged[aria-disabled='true'] {
  border-color: rgb(82 255 181 / 72%);
  background: rgb(82 255 181 / 12%);
  color: #52ffb5;
  opacity: 0.5;
}

.restfeed-action__check {
  width: 11px;
  height: 9px;
  flex: 0 0 auto;
  background: url('/images/check-green.svg') center / contain no-repeat;
}

.restfeed-action--icon {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
}

.restfeed-action--icon.restfeed-action--icon-chat {
  width: 40px;
  min-width: 40px;
  height: 33px;
  min-height: 33px;
  border: none;
  border-radius: 7px;
  color: #52ffb5;
  background: #00000000;
}

.restfeed-action__icon-glyph {
  display: block;
  flex: 0 0 auto;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.restfeed-action--icon-chat .restfeed-action__icon-glyph {
  width: 25px;
  height: 25px;
  opacity: 0.6;
  mask-image: url('/images/icon-card-chat.svg');
  -webkit-mask-image: url('/images/icon-card-chat.svg');
}

.restfeed-action--icon-chat:hover .restfeed-action__icon-glyph,
.restfeed-action--icon-chat:active .restfeed-action__icon-glyph {
  opacity: 1;
}

.restfeed-action--icon.restfeed-action--icon-share {
  width: 40px;
  min-width: 40px;
  height: 33px;
  min-height: 33px;
  border: none;
  border-radius: 7px;
  color: #52ffb5;
  background: #00000000;
}

.restfeed-action--icon-share .restfeed-action__icon-glyph {
  width: 21px;
  height: 22px;
  opacity: 0.6;
  mask-image: url('/images/icon-card-share.svg');
  -webkit-mask-image: url('/images/icon-card-share.svg');
}

.restfeed-action--icon-share:hover .restfeed-action__icon-glyph,
.restfeed-action--icon-share:active .restfeed-action__icon-glyph {
  opacity: 1;
}

.restfeed-action--thumbs-up {
  min-width: 35px;
  padding: 0 8px;
}

.restfeed-action--thumbs-up-active {
  border-color: rgb(82 255 181 / 72%);
  background: rgb(82 255 181 / 12%);
  color: #52ffb5;
}

.restfeed-action__thumbs-up-icon {
  width: 12px;
  height: 14px;
  flex: 0 0 auto;
  object-fit: contain;
}

.restfeed-action__thumbs-up-count {
  min-width: 1ch;
  font-variant-numeric: tabular-nums;
}

.restfeed-card__actions [data-share-composer-launcher='set_result'] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
}

.restfeed-card--sponsored .restfeed-action--primary {
  border-color: rgb(255 202 92 / 74%);
  background: rgb(255 202 92 / 12%);
  color: #ffca5c;
}

.runner-rest-feed-post-detail {
  display: grid;
  gap: 12px;
  width: min(100%, 524px);
  margin: 0 auto;
}

.runner-rest-feed-post-detail__topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.runner-rest-feed-post-detail__close {
  display: grid;
  justify-self: end;
  width: 33px;
  height: 33px;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 50%;
  background: transparent;
  color: #e5ebe8;
  cursor: pointer;
  font-family: 'transducer', sans-serif;
  font-size: 14px;
  line-height: 1;
}

body:has(.runner-rest-feed-add-post-overlay),
body:has(.runner-rest-feed-post-detail-overlay),
body:has(.runner-rest-feed-safety-overlay) {
  overflow: hidden;
}

body:has(.runner-rest-feed-add-post-overlay) nav.bottom-tabs,
body:has(.runner-rest-feed-post-detail-overlay) nav.bottom-tabs,
body:has(.runner-rest-feed-safety-overlay) nav.bottom-tabs {
  z-index: 3100;
}

.runner-rest-feed-add-post-overlay,
.runner-rest-feed-post-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  overflow: auto;
  overscroll-behavior: contain;
  padding: max(14px, env(safe-area-inset-top)) clamp(16px, 4vw, 34px)
    calc(76px + env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 100% 0, rgb(33 33 33 / 88%) 0%, rgb(16 16 16 / 0%) 54%),
    radial-gradient(ellipse at 50% 115%, rgb(0 59 37 / 48%) 0%, rgb(0 0 0 / 0%) 58%), #080a09;
}

.runner-rest-feed-post-detail-overlay {
  --runner-rest-feed-comment-composer-clearance: calc(
    var(--tab-h, 42px) + env(safe-area-inset-bottom) + var(--pwa-bottom-nav-clearance, 0px) +
      var(--program-visual-viewport-bottom-offset, 0px) + 104px
  );

  padding-bottom: var(--runner-rest-feed-comment-composer-clearance);
  scroll-padding-bottom: var(--runner-rest-feed-comment-composer-clearance);
}

.runner-rest-feed-safety-overlay {
  position: fixed;
  inset: 0;
  z-index: 3090;
  display: grid;
  align-items: end;
  overflow: auto;
  overscroll-behavior: contain;
  padding: max(18px, env(safe-area-inset-top)) clamp(14px, 4vw, 28px)
    calc(
      var(--tab-h, 42px) + env(safe-area-inset-bottom) + var(--pwa-bottom-nav-clearance, 0px) + 18px
    );
  background: rgb(0 0 0 / 76%);
}

.runner-rest-feed-safety-overlay__sheet,
.runner-rest-feed-safety-confirmation {
  width: min(100%, 560px);
  margin: 0 auto;
}

.runner-rest-feed-safety-confirmation {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgb(82 255 181 / 22%);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgb(33 33 33 / 86%) 0%, rgb(16 16 16 / 0%) 58%), #0d100f;
  color: #e5ebe8;
  box-shadow: 0 18px 48px rgb(0 0 0 / 55%);
}

.runner-rest-feed-safety-confirmation h2,
.runner-rest-feed-safety-confirmation p {
  margin: 0;
}

.runner-rest-feed-safety-confirmation h2 {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-size: 24px;
}

.runner-rest-feed-safety-confirmation p {
  color: rgb(222 234 229 / 82%);
  font-family: neue-haas-unica, sans-serif;
  font-size: var(--program-session-small-copy-size, 0.875rem);
  line-height: 1.4;
}

.runner-rest-feed-safety-confirmation .runner-rest-feed-safety-confirmation__eyebrow {
  color: #ff9d9d;
  font-family: 'transducer', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.runner-rest-feed-safety-confirmation .runner-rest-feed-safety-confirmation__error {
  color: #ff9d9d;
}

.runner-rest-feed-safety-confirmation__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.runner-rest-feed-safety-confirmation__actions button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 4px;
  background: transparent;
  color: #e5ebe8;
  cursor: pointer;
  font-family: 'transducer', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.runner-rest-feed-safety-confirmation__actions .runner-rest-feed-safety-confirmation__primary {
  border-color: rgb(255 107 107 / 64%);
  color: #ffb7b7;
}

.runner-rest-feed-safety-confirmation__actions button:disabled {
  cursor: wait;
  opacity: 0.52;
}

.runner-rest-feed-add-post-composer {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(24px, 6vh, 58px);
  width: min(100%, 720px);
  min-height: calc(100dvh - 104px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  margin: 0 auto;
}

.runner-rest-feed-add-post-composer__topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.runner-rest-feed-add-post-composer__commands {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.runner-rest-feed-add-post-composer select,
.runner-rest-feed-add-post-composer input,
.runner-rest-feed-add-post-composer textarea,
.runner-rest-feed-add-post-composer__body-editor {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f4f4f4;
  font: inherit;
  outline: none;
}

.runner-rest-feed-add-post-composer select {
  appearance: none;
  width: auto;
  max-width: 133px;
  padding: 9px 40px 9px 13px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  background-color: rgb(255 255 255 / 5%);
  background-image: url('/images/caret.svg');
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  color: #e5ebe8;
  font-family: 'transducer', sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
}

#runner-rest-feed-add-post-title {
  font-size: 20px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.runner-rest-feed-overlay__countdown {
  justify-self: center;
  color: #e5ebe8;
  font-family: 'transducer', sans-serif;
  font-size: 22px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
}

.runner-rest-feed-overlay__countdown--expired {
  animation: bottom-tabs-return-workout-background-pulse 1.3s infinite;
}

.runner-rest-feed-add-post-composer__fields {
  display: grid;
  align-content: start;
  gap: 22px;
}

.runner-rest-feed-add-post-composer__fields > input,
.runner-rest-feed-add-post-composer__fields > textarea,
.runner-rest-feed-add-post-composer__fields > .runner-rest-feed-add-post-composer__body-editor {
  padding: 15px 0;
  border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.runner-rest-feed-add-post-composer textarea,
.runner-rest-feed-add-post-composer__body-editor {
  min-height: clamp(190px, 34dvh, 360px);
  resize: vertical;
  color: #d1d1d1;
  font-family: neue-haas-unica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 100;
  line-height: 1.4;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.runner-rest-feed-add-post-composer__body-editor:empty::before {
  color: rgb(209 209 209 / 58%);
  content: attr(data-placeholder);
  pointer-events: none;
}

.runner-rest-feed-add-post-composer__body-editor b,
.runner-rest-feed-add-post-composer__body-editor strong {
  font-weight: 700 !important;
}

.runner-rest-feed-add-post-composer__body-editor a,
.restfeed-card__copy a {
  color: #52ffb5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.restfeed-card__copy strong {
  font-weight: 600;
}

.restfeed-card__copy em {
  font-style: italic;
}

.runner-rest-feed-add-post-composer input[aria-label='Link'] {
  color: #bfc8c4;
  font-size: 14px;
}

.runner-rest-feed-add-post-composer__footer {
  display: grid;
  gap: 12px;
}

.runner-rest-feed-add-post-composer__media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.runner-rest-feed-add-post-composer__media-control,
.runner-rest-feed-add-post-composer__media-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid rgb(82 255 181 / 42%);
  border-radius: 4px;
  background: rgb(82 255 181 / 8%);
  color: #52ffb5;
  font-family: 'transducer', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.runner-rest-feed-add-post-composer__media-control {
  cursor: pointer;
}

.runner-rest-feed-add-post-composer__media-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.runner-rest-feed-add-post-composer__media-pill {
  max-width: 100%;
  border-color: rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 4%);
  color: #e5ebe8;
}

.runner-rest-feed-add-post-composer__media-pill > span {
  overflow: hidden;
  max-width: 210px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runner-rest-feed-add-post-composer__media-pill button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #52ffb5;
  font: inherit;
  cursor: pointer;
}

.runner-rest-feed-add-post-composer__close {
  position: relative;
  width: 33px;
  height: 33px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 50%;
  background: transparent;
  color: #e5ebe8;
  cursor: pointer;
}

.runner-rest-feed-add-post-composer__close::before,
.runner-rest-feed-add-post-composer__close::after {
  position: absolute;
  top: 15px;
  right: 9px;
  left: 9px;
  height: 2px;
  background: currentColor;
  content: '';
}

.runner-rest-feed-add-post-composer__close::before {
  transform: rotate(45deg);
}

.runner-rest-feed-add-post-composer__close::after {
  transform: rotate(-45deg);
}

.runner-rest-feed-add-post-composer__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(229 235 232 / 48%);
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.runner-rest-feed-add-post-composer__toolbar > :is(span, button) {
  display: grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 999px;
  background: transparent;
  color: inherit;
}

.runner-rest-feed-add-post-composer__format-icon {
  font-family: neue-haas-unica, sans-serif;
  font-size: 14px;
}

.runner-rest-feed-add-post-composer__format-icon--bold {
  font-weight: 800;
}

.runner-rest-feed-add-post-composer__format-icon--italic {
  font-style: italic;
  font-weight: 600;
}

.runner-rest-feed-add-post-composer__toolbar button {
  min-width: 28px;
  cursor: pointer;
}

.runner-rest-feed-add-post-composer__link-icon {
  display: block;
  width: 17px;
  height: 9px;
  background: currentColor;
  -webkit-mask: url('/images/icon-link.svg') center / contain no-repeat;
  mask: url('/images/icon-link.svg') center / contain no-repeat;
}

.runner-rest-feed-add-post-composer__toolbar button.is-active {
  border-color: rgb(82 255 181 / 52%);
  background: rgb(82 255 181 / 10%);
  color: #52ffb5;
}

.runner-rest-feed-add-post-composer__error {
  margin: 0;
  color: #ff7a7a;
  font-size: 13px;
  line-height: 1.25;
}

@media (prefers-reduced-motion: reduce) {
  .runner-rest-feed-overlay__countdown--expired {
    animation: none;
    opacity: 1;
  }
}

.runner-rest-feed-comments {
  display: grid;
  gap: 16px;
}

.runner-rest-feed-comments__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 15px 0;
  color: rgb(228 238 234 / 88%);
  font-family: 'transducer', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.runner-rest-feed-comments__empty {
  padding-left: 14px;
}

.runner-rest-feed-comments__header h3 {
  margin: 0;
  font: inherit;
}

.runner-rest-feed-comments__list,
.runner-rest-feed-comment-thread {
  display: grid;
  gap: 12px;
}

.runner-rest-feed-comment-thread__replies {
  display: grid;
  gap: 10px;
}

.runner-rest-feed-comment-thread--nested {
  margin-left: 12px;
  padding-left: 10px;
  border-left: 1px solid rgb(82 255 181 / 20%);
}

.runner-rest-feed-comment-thread--deep {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.runner-rest-feed-comment {
  display: grid;
  gap: 13px;
  margin-bottom: 16px;
}

.runner-rest-feed-comment__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgb(165 180 174 / 88%);
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.runner-rest-feed-comment__author-text {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.runner-rest-feed-comment__author-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.runner-rest-feed-comment__author-meta {
  min-width: 0;
  text-transform: none;
}

.runner-rest-feed-comment .restfeed-author__name {
  font-size: 12px;
}

.runner-rest-feed-comment .restfeed-author__meta {
  margin-top: 0;
}

.runner-rest-feed-comment__coach-disclosure summary {
  cursor: pointer;
  list-style: none;
}

.runner-rest-feed-comment__coach-disclosure summary::-webkit-details-marker {
  display: none;
}

.runner-rest-feed-comment__coach-disclosure[open] {
  flex-basis: 100%;
}

.runner-rest-feed-comment .runner-rest-feed-comment__coach-disclosure-copy {
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: none;
}

.runner-rest-feed-comment p {
  margin: 0;
}

.runner-rest-feed-comment .runner-rest-feed-comment__copy {
  margin-bottom: 0;
}

.runner-rest-feed-comment__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 5px;
}

.runner-rest-feed-comment__reply,
.runner-rest-feed-comment__delete,
.runner-rest-feed-comment__thumbs-up,
.runner-rest-feed-comment__hide,
.runner-rest-feed-comment__report,
.runner-rest-feed-comment__mute,
.runner-rest-feed-comment__block {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgb(165 180 174 / 76%);
  cursor: pointer;
  font-family: 'transducer', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.runner-rest-feed-comment__reply {
    color: #35e7a0c2;}

.runner-rest-feed-comment__hide,
.runner-rest-feed-comment__report,
.runner-rest-feed-comment__mute,
.runner-rest-feed-comment__block {
  color: rgb(255 157 157 / 82%);
}

.runner-panel .runner-chat-composer-shell.runner-rest-feed-comment-composer-shell {
  display: block;
  position: fixed;
  left: 50%;
  bottom: calc(
    var(--tab-h, 42px) + env(safe-area-inset-bottom) + var(--pwa-bottom-nav-clearance, 0px) +
      var(--program-visual-viewport-bottom-offset, 0px)
  );
  z-index: 3050;
  width: 100%;
  max-width: 473px;
  margin: 0;
  padding: 8px 13px 0;
  transform: translateX(-50%);
  background: linear-gradient(0deg, #000000ad, #00000000);
  animation: runner-composer-slide-up 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.restfeed-card--muted .restfeed-card__title,
.restfeed-card--blocked .restfeed-card__title,
.restfeed-card--muted .restfeed-card__copy,
.restfeed-card--blocked .restfeed-card__copy {
  color: rgb(202 211 207 / 72%);
}

.runner-rest-feed-exercise-drawer {
  display: grid;
  gap: 8px;
  padding: 14px var(--restfeed-card-pad, 22px) var(--restfeed-card-pad, 22px);
  scroll-margin-bottom: calc(
    var(--tab-h, 50px) + env(safe-area-inset-bottom) + var(--pwa-bottom-nav-clearance, 0px) + 16px
  );
  border-top: 1px solid rgb(255 255 255 / 7%);
  background: linear-gradient(180deg, rgb(0 0 0 / 18%), rgb(0 0 0 / 8%));
}

.runner-rest-feed-exercise-drawer__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.runner-rest-feed-exercise-drawer__slot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 58px;
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(136 162 180 / 42%);
  border-radius: 4px;
  background: rgb(0 0 0 / 28%);
  color: #fff;
  text-align: left;
}

.runner-rest-feed-exercise-drawer__slot-select {
  appearance: none;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.runner-rest-feed-exercise-drawer__slot-select:disabled {
  cursor: default;
}

.runner-rest-feed-exercise-drawer__row.is-selected .runner-rest-feed-exercise-drawer__slot {
  border-color: rgb(82 255 181 / 72%);
  background: rgb(82 255 181 / 8%);
}

.runner-rest-feed-exercise-drawer__row.is-locked .runner-rest-feed-exercise-drawer__slot {
  cursor: default;
  color: rgb(202 211 207 / 58%);
}

.runner-rest-feed-exercise-drawer__slot-key {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(82 255 181 / 44%);
  border-radius: 999px;
  color: #52ffb5;
  font-family: transducer, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.runner-rest-feed-exercise-drawer__slot-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.runner-rest-feed-exercise-drawer__slot-current,
.runner-rest-feed-exercise-drawer__slot-note {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runner-rest-feed-exercise-drawer__slot-current {
  color: #51ffb5;
  font-family: transducer, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  overflow: visible;
  text-transform: uppercase;
  white-space: normal;
}

.runner-rest-feed-exercise-drawer__slot-note {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffffff9e;
  font-size: 12px;
  line-height: 1.2;
}

.runner-rest-feed-exercise-drawer__slot-lock {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  opacity: 0.75;
}

.runner-rest-feed-exercise-drawer__save {
  align-self: center;
  min-width: 56px;
}

.runner-rest-feed-exercise-drawer__save-icon {
  display: block;
  width: 18px;
  height: 10px;
  flex: 0 0 auto;
  background: #51ffb5;
  mask: url('/images/button-setlogger-swap.svg') no-repeat center / contain;
  -webkit-mask: url('/images/button-setlogger-swap.svg') no-repeat center / contain;
}

.runner-rest-feed-pr-share-drawer {
  display: grid;
  gap: 12px;
  padding: 14px var(--restfeed-card-pad, 22px) var(--restfeed-card-pad, 22px);
  scroll-margin-bottom: calc(
    var(--tab-h, 50px) + env(safe-area-inset-bottom) + var(--pwa-bottom-nav-clearance, 0px) + 16px
  );
  border-top: 1px solid rgb(255 255 255 / 7%);
  background: linear-gradient(180deg, rgb(0 0 0 / 18%), rgb(0 0 0 / 8%));
}

.runner-rest-feed-pr-share-drawer__fields {
  display: grid;
  gap: 10px;
}

.runner-rest-feed-pr-share-drawer input,
.runner-rest-feed-pr-share-drawer textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgb(136 162 180 / 42%);
  border-radius: 4px;
  background: rgb(0 0 0 / 28%);
  color: #f4f4f4;
  outline: none;
}

.runner-rest-feed-pr-share-drawer
  input:not([type='checkbox']):not([type='radio']):not([type='range']):not([type='file']):not(
    [type='color']
  ) {
  min-height: 42px;
  padding: 0 12px;
  font-family: transducer, sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1;
}

.runner-rest-feed-pr-share-drawer textarea {
  min-height: calc(2lh + 20px);
  padding: 10px 12px;
  resize: none;
  color: #d1d1d1;
  font-family: neue-haas-unica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.runner-rest-feed-pr-share-drawer input::placeholder,
.runner-rest-feed-pr-share-drawer textarea::placeholder {
  color: rgb(209 209 209 / 58%);
}

.runner-rest-feed-pr-share-drawer__post {
  justify-self: start;
}

.runner-rest-feed-pr-share-drawer__error {
  margin: 0;
  color: #ff8f8f;
  font-size: 12px;
  line-height: 1.3;
}

.runner-rest-feed-pr-share-capture-host {
  position: fixed;
  top: 0;
  left: -10000px;
  width: 390px;
  pointer-events: none;
  z-index: -1;
}

.runner-rest-feed-pr-share-image {
  width: 390px;
  max-width: 390px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.runner-rest-feed-pr-share-image,
.runner-rest-feed-pr-share-image * {
  animation: none !important;
  transition: none !important;
}

.runner-rest-feed-pr-share-image [data-immediate-performance-kind='set_analytics'] {
  grid-template-rows: 1fr;
}

@media (max-width: 420px) {
  .restfeed-design-main {
    padding-inline: 8px;
  }

  .restfeed-design-logger {
    margin-inline: -2px;
  }

  .restfeed-card {
    --restfeed-card-pad: 20px;
  }

  .restfeed-card__header {
    gap: 8px;
  }

  .restfeed-author {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .restfeed-author__avatar {
    width: 38px;
    height: 38px;
  }

  .restfeed-author__name {
    font-size: 13px;
  }

  .restfeed-author__meta {
    font-size: 11px;
  }

  .restfeed-card__title {
    font-size: 24px;
  }

  .restfeed-card__copy {
    font-size: var(--program-session-card-copy-size, 0.9375rem);
  }

  .restfeed-metric__value {
    font-size: 17px;
  }
}

@media (min-width: 720px) {
  .restfeed-design-wrap {
    padding-top: 12px;
  }

  .restfeed-design-logger {
    top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .runner-rest-feed-pane-view--set-log-exiting {
    animation: none;
    opacity: 0;
  }

  .runner-rest-feed-item-shell,
  .runner-rest-feed-item-shell--primary-ready .restfeed-card__actions,
  .restfeed-card__expansion,
  .runner-rest-feed-item-shell--cascade {
    animation: none;
    opacity: 1;
    transition: none;
  }
}
