#scr-plan {
  background: #fdfbf7;
  display: block !important;
  height: 100%;
  min-height: 0;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
}

#scr-plan.active {
  transform: none !important;
}

#scr-plan > .scr-hdr-v2 {
  position: sticky !important;
  top: 0;
  z-index: 80;
}

.my-plan-scroll {
  display: block;
  height: auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: visible;
  background:
    linear-gradient(180deg, rgba(217, 182, 113, 0.18), rgba(253, 251, 247, 0) 210px),
    #fdfbf7;
  padding: 12px 12px 190px;
  box-sizing: border-box;
  touch-action: pan-y;
}

.my-plan-native {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.mp-card {
  background: #fffefa;
  border: 1px solid rgba(96, 37, 55, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(26, 40, 48, 0.08);
  color: #1a2830;
  padding: 15px;
}

.mp-hero {
  background:
    linear-gradient(135deg, rgba(26, 40, 48, 0.94), rgba(96, 37, 55, 0.9)),
    url("/images/series-fitness-cover.png") center/cover;
  color: #fdfbf7;
  min-height: 190px;
  overflow: hidden;
  position: relative;
}

.mp-kicker {
  color: #d9b671;
  font: 800 10.5px/1 "DM Sans", sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.mp-hero h2,
.mp-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}

.mp-hero h2 {
  color: #e9ba61 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.mp-hero p,
.mp-card p {
  font-size: 13px;
  line-height: 1.45;
  margin: 8px 0 0;
}

.mp-hero p {
  color: #e9ba61 !important;
  max-width: 320px;
}

.mp-hero-actions {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.mp-primary-link {
  align-items: center;
  background: #d9b671;
  border-radius: 999px;
  color: #1a2830;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.6px;
  min-height: 38px;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.mp-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  max-width: 100%;
}

.mp-stats article {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 9px;
}

.mp-stats span {
  color: rgba(233, 186, 97, 0.72) !important;
  display: block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.mp-stats strong {
  color: #fff3c6 !important;
  display: block;
  font-size: 18px;
  margin-top: 3px;
}

.mp-section-title {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.mp-section-title > span {
  color: rgba(26, 40, 48, 0.58);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.mp-btn {
  background: #1a2830;
  border: none;
  border-radius: 999px;
  color: #fdfbf7;
  cursor: pointer;
  font: 900 12px/1 "DM Sans", sans-serif;
  letter-spacing: 0.7px;
  min-height: 42px;
  padding: 0 15px;
  text-transform: uppercase;
}

.mp-btn[disabled] {
  cursor: progress;
  opacity: 0.62;
}

.mp-btn-gold {
  background: #d9b671;
  color: #1a2830;
}

.mp-btn-light {
  background: rgba(96, 37, 55, 0.08);
  color: #602537;
}

.mp-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.mp-empty {
  border: 1px dashed rgba(96, 37, 55, 0.25);
  border-radius: 14px;
  color: rgba(26, 40, 48, 0.62);
  font-size: 13px;
  line-height: 1.4;
  padding: 14px;
  text-align: center;
}

.mp-session,
.mp-workout-row {
  background: #fdfbf7;
  border: 1px solid rgba(26, 40, 48, 0.1);
  border-radius: 14px;
}

.mp-item-top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.mp-item-top h4,
.mp-session h4 {
  color: #1a2830;
  font: 900 17px/1.12 "DM Sans", sans-serif;
  margin: 0;
}

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

.mp-pill {
  background: rgba(217, 182, 113, 0.26);
  border-radius: 999px;
  color: #602537;
  font-size: 11px;
  font-weight: 900;
  padding: 6px 8px;
}

.mp-mini-exercises {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.mp-mini-exercises span {
  background: rgba(26, 40, 48, 0.06);
  border-radius: 999px;
  color: rgba(26, 40, 48, 0.72);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 9px;
}

.mp-workout-row {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 54px 1fr auto;
  padding: 9px;
  text-align: left;
  width: 100%;
}

.mp-workout-row.active {
  border-color: rgba(217, 182, 113, 0.78);
  box-shadow: 0 0 0 2px rgba(217, 182, 113, 0.18);
}

.mp-workout-row img {
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
  width: 54px;
}

.mp-workout-row strong,
.mp-workout-row small {
  display: block;
}

.mp-workout-row strong {
  color: #1a2830;
  font-size: 13px;
  font-weight: 900;
}

.mp-workout-row small,
.mp-workout-row em {
  color: rgba(26, 40, 48, 0.62);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.mp-log-row {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(26, 40, 48, 0.1);
  border-radius: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: 54px 1fr auto;
  padding: 10px;
}

.mp-log-badge {
  align-items: center;
  background: rgba(217, 182, 113, 0.24);
  border-radius: 12px;
  color: #602537;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  text-transform: uppercase;
  width: 54px;
}

.mp-log-row.is-complete .mp-log-badge {
  background: #d9b671;
  color: #1a2830;
}

.mp-log-row strong,
.mp-log-row span {
  display: block;
}

.mp-log-row strong {
  color: #1a2830;
  font-size: 13px;
  font-weight: 900;
}

.mp-log-row span,
.mp-log-row em {
  color: rgba(26, 40, 48, 0.58);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.mp-memory-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mp-memory-chip {
  background: rgba(217, 182, 113, 0.16);
  border: 1px solid rgba(217, 182, 113, 0.38);
  border-radius: 999px;
  color: #602537;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 7px 9px;
  text-transform: uppercase;
}

.mp-goal-group {
  border-top: 1px solid rgba(26, 40, 48, 0.08);
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.mp-goal-group-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mp-goal-group-head span {
  color: #d29a35;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mp-goal-group-head strong {
  color: rgba(26, 40, 48, 0.56);
  font-size: 11px;
  font-weight: 900;
}

.mp-goal-row {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(217, 182, 113, 0.48);
  border-radius: 14px;
  display: grid;
  gap: 10px;
  grid-template-columns: 46px 1fr;
  padding: 11px;
}

.mp-goal-mark {
  align-items: center;
  background: linear-gradient(135deg, #d9b671, #fff3c6);
  border-radius: 50%;
  color: #1a2830;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  text-transform: uppercase;
  width: 46px;
}

.mp-goal-row span,
.mp-goal-row strong {
  display: block;
}

.mp-goal-row span {
  color: #d29a35;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mp-goal-row strong {
  color: #1a2830;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 3px;
}

.mp-session {
  background: #fffefa;
  overflow: hidden;
}

.mp-saved-strip {
  align-items: center;
  background: rgba(86, 183, 170, 0.12);
  border-bottom: 1px solid rgba(86, 183, 170, 0.22);
  color: #1a2830;
  display: grid;
  gap: 9px;
  grid-template-columns: 28px 1fr auto;
  padding: 10px 12px;
}

.mp-saved-check {
  align-items: center;
  background: #56b7aa;
  border-radius: 50%;
  color: #fffefa;
  display: flex;
  font-size: 15px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.mp-saved-strip strong,
.mp-saved-strip small {
  display: block;
}

.mp-saved-strip strong {
  color: #1a2830;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.mp-saved-strip small {
  color: rgba(26, 40, 48, 0.62);
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}

.mp-saved-strip em {
  background: rgba(217, 182, 113, 0.18);
  border-radius: 999px;
  color: #602537;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  padding: 7px 9px;
  text-transform: uppercase;
}

.mp-session-head {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 66px;
  padding: 14px 14px 10px;
}

.mp-session-head h4 {
  color: #1a2830 !important;
  font-size: 18px;
  line-height: 1.16;
}

.mp-session-head p {
  color: rgba(26, 40, 48, 0.68) !important;
  display: -webkit-box;
  font-size: 12.5px;
  line-height: 1.38;
  margin-top: 6px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mp-session-score {
  align-items: center;
  background: #1a2830;
  border-radius: 14px;
  color: #d9b671;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 66px;
}

.mp-session-score strong {
  color: #e9ba61;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.mp-session-score span {
  color: rgba(253, 251, 247, 0.68);
  font-size: 10px;
  font-weight: 900;
  margin-top: 5px;
  text-transform: uppercase;
}

.mp-session-pills {
  padding: 0 14px 10px;
}

.mp-karamo-note {
  align-items: center;
  background: rgba(96, 37, 55, 0.06);
  display: flex;
  gap: 10px;
  margin: 0 12px 12px;
  padding: 10px;
  border-radius: 12px;
}

.mp-karamo-note strong {
  color: #602537;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.mp-karamo-note span {
  color: rgba(26, 40, 48, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.mp-progress-line {
  background: rgba(26, 40, 48, 0.08);
  height: 8px;
  margin: 0 12px 12px;
  overflow: hidden;
  border-radius: 999px;
}

.mp-progress-line i {
  background: linear-gradient(90deg, #d9b671, #602537);
  display: block;
  height: 100%;
}

.mp-start-actions,
.mp-session-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0 12px 12px;
}

.mp-session-actions {
  padding-top: 0;
}

.mp-session .mp-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.46;
}

.mp-exercise-toolbar,
.mp-feedback-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.mp-exercise-toolbar {
  padding: 0 12px 10px;
}

.mp-exercise-toolbar span,
.mp-feedback-head h5 {
  color: #1a2830 !important;
  font-size: 13px;
  font-weight: 900;
}

.mp-exercise-toolbar em,
.mp-feedback-head span {
  color: rgba(26, 40, 48, 0.5);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.mp-exercise-list {
  display: grid;
  gap: 12px;
  padding: 0 12px 12px;
}

.mp-exercise-card {
  background: #fffefa;
  border: 1px solid rgba(26, 40, 48, 0.12);
  border-radius: 12px;
  overflow: hidden;
}

.mp-exercise-card.is-preview {
  box-shadow: 0 8px 22px rgba(26, 40, 48, 0.04);
}

.mp-exercise-summary {
  align-items: center;
  background: #fdfbf7;
  display: block;
  padding: 10px;
}

.mp-exercise-body {
  min-width: 0;
}

.mp-exercise-order {
  color: rgba(96, 37, 55, 0.55);
  display: block;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.mp-exercise-body h5,
.mp-feedback h5 {
  color: #1a2830 !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.mp-exercise-body p {
  color: rgba(26, 40, 48, 0.62) !important;
  display: -webkit-box;
  font-size: 11.5px;
  line-height: 1.32;
  margin: 4px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mp-exercise-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.mp-exercise-meta span {
  background: rgba(217, 182, 113, 0.2);
  border-radius: 999px;
  color: #602537;
  font-size: 10.5px;
  font-weight: 900;
  padding: 5px 7px;
}

.mp-set-grid {
  display: grid;
  gap: 0;
  padding: 0 10px 10px;
}

.mp-set-labels,
.mp-set-row {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 45px 1fr 58px 58px 48px;
}

.mp-set-labels {
  border-top: 1px solid rgba(26, 40, 48, 0.08);
  color: rgba(26, 40, 48, 0.48);
  font-size: 10px;
  font-weight: 900;
  padding: 10px 0 7px;
  text-transform: uppercase;
}

.mp-set-num {
  color: rgba(26, 40, 48, 0.62);
  font-size: 11px;
  font-weight: 900;
}

.mp-set-target {
  color: rgba(26, 40, 48, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.mp-set-row label {
  display: grid;
  gap: 2px;
}

.mp-set-row label span {
  display: none;
}

.mp-set-row input {
  background: #ffffff;
  border: 1px solid rgba(26, 40, 48, 0.14);
  border-radius: 8px;
  box-sizing: border-box;
  color: #1a2830;
  font-size: 12px;
  font-weight: 800;
  height: 32px;
  padding: 0 7px;
  width: 100%;
}

.mp-set-check {
  background: rgba(26, 40, 48, 0.08);
  border: none;
  border-radius: 8px;
  color: #1a2830;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  height: 32px;
}

.mp-set-check.is-done {
  background: #d9b671;
  color: #1a2830;
}

.mp-feedback {
  border-top: 1px solid rgba(26, 40, 48, 0.1);
  padding: 12px;
}

.mp-feedback-locked {
  background: #fffaf4;
  border: 1px dashed rgba(96, 37, 55, 0.22);
  border-radius: 13px;
  color: rgba(26, 40, 48, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 12px 12px;
  text-align: center;
}

.mp-effort-row {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}

.mp-effort-row button {
  background: rgba(26, 40, 48, 0.06);
  border: 1px solid rgba(26, 40, 48, 0.08);
  border-radius: 999px;
  color: #1a2830;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  min-height: 34px;
}

.mp-effort-row button.active {
  background: #602537;
  color: #fdfbf7;
}

.mp-feedback-notes {
  background: #f7f0e8;
  border: 1px solid rgba(96, 37, 55, 0.16);
  border-radius: 12px;
  box-sizing: border-box;
  color: #1a2830;
  font: 600 13px/1.35 "DM Sans", sans-serif;
  margin-top: 10px;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.mp-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.mp-actions.mp-start-actions,
.mp-actions.mp-session-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  padding: 0 12px 12px;
}

.mp-karamo-chat {
  bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  position: fixed !important;
  right: max(14px, calc((100vw - 760px) / 2 + 14px));
  z-index: 900;
}

#scr-plan:not(.active) .mp-karamo-chat {
  display: none;
}

.mp-karamo-bubble {
  align-items: center;
  background: #fdfbf7;
  border: 3px solid #d9b671;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(26, 40, 48, 0.24);
  cursor: pointer;
  display: flex;
  height: 66px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 66px;
}

.mp-karamo-bubble:focus-visible {
  box-shadow:
    0 0 0 3px rgba(253, 251, 247, 0.96),
    0 0 0 6px rgba(217, 182, 113, 0.64),
    0 14px 30px rgba(26, 40, 48, 0.24);
  outline: none;
}

.mp-karamo-bubble img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mp-karamo-panel {
  background: #fffefa;
  border: 1px solid rgba(96, 37, 55, 0.15);
  border-radius: 18px;
  bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 22px 60px rgba(26, 40, 48, 0.26);
  display: flex;
  flex-direction: column;
  height: auto;
  left: max(10px, calc((100vw - 760px) / 2 + 10px));
  max-height: none;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: max(10px, calc((100vw - 760px) / 2 + 10px));
  top: calc(10px + env(safe-area-inset-top, 0px));
  transform: translateY(10px);
  transform-origin: bottom right;
  transition: opacity 160ms ease, transform 160ms ease;
  visibility: hidden;
  width: auto;
  z-index: 901;
}

.mp-karamo-chat.is-open .mp-karamo-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mp-karamo-chat.is-open .mp-karamo-bubble {
  opacity: 0;
  pointer-events: none;
}

.mp-karamo-panel-head {
  align-items: center;
  background: #1a2830;
  border-bottom: 1px solid rgba(217, 182, 113, 0.24);
  color: #fdfbf7;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 10px 12px 10px 14px;
}

.mp-karamo-panel-head span,
.mp-karamo-panel-head strong {
  display: block;
}

.mp-karamo-panel-head span {
  color: #d9b671;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mp-karamo-panel-head strong {
  color: #fdfbf7;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 3px;
}

.mp-karamo-close {
  align-items: center;
  background: rgba(253, 251, 247, 0.1);
  border: none;
  border-radius: 50%;
  color: #fdfbf7;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}

.mp-karamo-context {
  background: #f7f0e8;
  border-bottom: 1px solid rgba(96, 37, 55, 0.12);
  color: #1a2830;
  padding: 10px 14px;
}

.mp-karamo-context[hidden] {
  display: none;
}

.mp-karamo-context strong,
.mp-karamo-context span {
  display: block;
}

.mp-karamo-context strong {
  color: #602537;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.mp-karamo-context span {
  color: rgba(26, 40, 48, 0.66);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 3px;
}

.mp-chat-body {
  background: #fffefa;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 14px;
  -webkit-overflow-scrolling: touch;
}

.mp-chat-empty,
.mp-chat-msg {
  color: #1a2830;
  font-size: 13px;
  line-height: 1.42;
}

.mp-chat-empty {
  align-self: center;
  background: rgba(217, 182, 113, 0.14);
  border: 1px dashed rgba(96, 37, 55, 0.2);
  border-radius: 14px;
  margin-top: 18px;
  max-width: 280px;
  padding: 12px;
  text-align: center;
}

.mp-chat-msg {
  border-radius: 15px;
  max-width: 88%;
  padding: 11px 12px;
  white-space: pre-wrap;
  word-break: break-word;
}

.mp-chat-msg.is-user {
  align-self: flex-end;
  background: #1a2830;
  color: #fdfbf7;
}

.mp-chat-msg.is-karamo {
  align-self: flex-start;
  background: #f3eee7;
  color: #1a2830;
}

.mp-chat-msg.is-system {
  align-self: center;
  background: rgba(86, 183, 170, 0.13);
  color: #1a2830;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.mp-chat-actions {
  background: #fffefa;
  border-top: 1px solid rgba(26, 40, 48, 0.08);
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 12px;
}

.mp-chat-chip {
  background: rgba(217, 182, 113, 0.22);
  border: 1px solid rgba(217, 182, 113, 0.36);
  border-radius: 999px;
  color: #602537;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  padding: 0 12px;
}

.mp-chat-chip[disabled] {
  cursor: progress;
  opacity: 0.62;
}

.mp-chat-form {
  align-items: flex-end;
  background: #fffefa;
  border-top: 1px solid rgba(26, 40, 48, 0.1);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
}

.mp-chat-form textarea {
  background: #f7f0e8;
  border: 1px solid rgba(96, 37, 55, 0.16);
  border-radius: 14px;
  box-sizing: border-box;
  color: #1a2830;
  font: 700 14px/1.35 "DM Sans", sans-serif;
  max-height: 92px;
  min-height: 42px;
  padding: 11px 12px;
  resize: none;
  width: 100%;
}

.mp-chat-form button {
  background: #d9b671;
  border: none;
  border-radius: 14px;
  color: #1a2830;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  padding: 0 14px;
  text-transform: uppercase;
}

.mp-chat-form button[disabled] {
  cursor: progress;
  opacity: 0.62;
}

@media (max-width: 560px) {
  .my-plan-scroll {
    padding: 10px 10px 190px;
  }

  .mp-card {
    border-radius: 14px;
    padding: 13px;
  }

  .mp-actions {
    flex-direction: column;
  }

  .mp-session-head {
    grid-template-columns: 1fr 60px;
  }

  .mp-session-score {
    min-height: 60px;
  }

  .mp-set-labels,
  .mp-set-row {
    grid-template-columns: 45px 1fr 52px 52px 42px;
  }

  .mp-karamo-chat {
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    right: 12px;
  }

  .mp-karamo-panel {
    border-radius: 16px;
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
    left: 8px;
    right: 8px;
    top: calc(8px + env(safe-area-inset-top, 0px));
    width: auto;
  }
}
