.actions {
  display: grid;
  gap: 10px;
}

.actions__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--c-ink-faint);
  margin-bottom: 8px;
}

.dashboard-actions {
  padding: 10px;
  border-radius: var(--r-md);
  border: 1px solid rgba(18, 19, 22, 0.07);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 1px 3px rgba(18, 19, 22, 0.04), 0 14px 34px rgba(18, 19, 22, 0.05);
}

.action-location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 9px;
}

.action-location__option {
  min-width: 0;
  min-height: 48px;
  padding: 7px 8px;
  border-radius: var(--r-sm);
  border: 1px solid var(--c-border);
  background: rgba(255, 255, 255, 0.78);
  color: var(--c-ink);
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-location__option--active {
  background: #fff;
  border-color: rgba(18, 19, 22, 0.16);
  box-shadow: inset 0 0 0 1px rgba(18, 19, 22, 0.08);
}

.action-location__option--active[data-action-location="fitnesswerk"] {
  border-color: rgba(143, 22, 50, 0.34);
  box-shadow: 0 0 0 3px rgba(143, 22, 50, 0.1);
}

.action-location__option--active[data-action-location="bella-vitalis"] {
  border-color: rgba(242, 232, 32, 0.86);
  box-shadow: 0 0 0 3px rgba(242, 232, 32, 0.16);
}

.action-location__logo-wrap {
  width: 100%;
  height: 31px;
  display: grid;
  place-items: center;
}

.action-location__option[data-action-location="fitnesswerk"] .action-location__logo-wrap {
  border-radius: 6px;
  background: #8f1632;
}

.action-location__logo {
  display: block;
  max-width: 124px;
  max-height: 29px;
  object-fit: contain;
}

.action-location__name {
  max-width: 100%;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.action-start-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px 52px;
  gap: 8px;
  align-items: stretch;
}

.actions__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.action {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  min-height: 74px;
  padding: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(18, 19, 22, 0.04);
  transition: transform 0.12s ease;
}

.action:active {
  transform: scale(0.98);
}

.action--hero {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  background: var(--c-ink);
  border-color: var(--c-ink);
  color: #fff;
  min-height: 62px;
  padding: 10px 12px;
}

.action--hero.action--bella-vitalis {
  background: #F2E820;
  border-color: #F2E820;
  color: var(--c-ink);
}

.action--hero.action--fitnesswerk {
  background: #8f1632;
  border-color: #8f1632;
  color: #fff;
}

.action--hero.action--locked,
.action--hero.action--locked:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  filter: saturate(0.76);
  box-shadow: none;
}

.action--hero.action--locked .action__chevron {
  display: none;
}

.action--hero .action__sub {
  color: rgba(255, 255, 255, 0.65);
}

.action--hero.action--fitnesswerk .action__sub {
  color: rgba(255, 255, 255, 0.72);
}

.action--hero.action--bella-vitalis .action__sub {
  color: rgba(18, 19, 22, 0.72);
}

.action--hero .action__chevron {
  margin-left: auto;
  opacity: 0.6;
  flex-shrink: 0;
}

.action--hero.action--bella-vitalis .action__chevron {
  opacity: 0.75;
}

.action--hero.action--fitnesswerk .action__chevron {
  opacity: 0.7;
}

.action__icon {
  width: 34px;
  height: 34px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.quick-cheat {
  min-width: 0;
  width: 82px;
  min-height: 62px;
  border-radius: var(--r-md);
  border: 1px solid rgba(18, 19, 22, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: #b45309;
  display: grid;
  place-items: center;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 1px 3px rgba(18, 19, 22, 0.04);
  transition: transform 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}

.quick-cheat:active {
  transform: scale(0.97);
}

.quick-cheat:disabled {
  opacity: 0.44;
  color: var(--c-ink-faint);
  background: rgba(242, 243, 245, 0.86);
}

.quick-cheat--active {
  border-color: rgba(245, 158, 11, 0.46);
  background: #fffbeb;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.14);
}

.quick-cheat__icon {
  width: 34px;
  height: 34px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: rgba(245, 158, 11, 0.13);
}

.quick-cheat__icon svg {
  width: 20px;
  height: 20px;
}

.action__icon svg {
  width: 19px;
  height: 19px;
}

.action__icon--hero {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.action--fitnesswerk .action__icon--hero {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.action--bella-vitalis .action__icon--hero {
  background: rgba(18, 19, 22, 0.1);
  color: var(--c-ink);
}

.action__icon--green { background: #ecfdf5; color: #059669; }
.action__icon--blue { background: #eff6ff; color: #2563eb; }
.action__icon--amber { background: #fffbeb; color: #d97706; }
.action__icon--violet { background: #f5f3ff; color: #7c3aed; }
.action__icon--rose { background: #fff1f2; color: #e11d48; }
.action__icon--slate { background: #f1f5f9; color: #475569; }
.action__icon--cheat { background: #fffbeb; color: #b45309; }
.action__icon--weight { background: #eef2ff; color: #4f46e5; }

.action--weight {
  width: 52px;
  min-height: 62px;
  margin-top: 0;
  padding: 0;
  border-radius: var(--r-md);
  background: rgba(242, 243, 245, 0.78);
  display: grid;
  place-items: center;
  box-shadow: none;
}

.action--weight .action__icon {
  width: 34px;
  height: 34px;
}

.weight-entry-panel {
  margin-top: 9px;
  padding: 10px;
  border-radius: var(--r-md);
  border: 1px solid rgba(79, 70, 229, 0.14);
  background: rgba(238, 242, 255, 0.72);
  display: grid;
  gap: 9px;
}

.weight-entry-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.weight-entry-panel__head span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4338ca;
}

.weight-entry-panel__head strong {
  font-size: 12px;
  font-weight: 800;
  color: var(--c-ink-muted);
}

.weight-entry-panel__row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  gap: 7px;
}

.weight-entry-panel__step,
.weight-entry-panel__save {
  min-height: 40px;
  border-radius: var(--r-sm);
  font-size: 12px;
  font-weight: 900;
}

.weight-entry-panel__step {
  background: #fff;
  border: 1px solid rgba(79, 70, 229, 0.12);
  color: #4338ca;
}

.weight-entry-panel__input {
  min-width: 0;
  min-height: 40px;
  padding: 0 10px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(79, 70, 229, 0.16);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.weight-entry-panel__input input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--c-ink);
  font: inherit;
  font-size: 18px;
  font-weight: 900;
}

.weight-entry-panel__input span {
  color: var(--c-ink-faint);
  font-size: 12px;
  font-weight: 900;
}

.weight-entry-panel__save {
  width: 100%;
  background: #4f46e5;
  color: #fff;
}

.action--cheat-active {
  border-color: #f59e0b;
  background: #fffbeb;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.16);
}

.action--cheat-active .action__title {
  color: #92400e;
}

.action--cheat-active .action__sub {
  color: #b45309;
}

.cheatday-toggle {
  width: 100%;
  min-height: 46px;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  background: rgba(255, 255, 255, 0.72);
  color: var(--c-ink);
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  box-shadow: 0 1px 3px rgba(18, 19, 22, 0.04);
}

.cheatday-toggle:disabled {
  opacity: 0.62;
}

.cheatday-toggle--active {
  border-color: #f59e0b;
  background: #fffbeb;
}

.cheatday-toggle__icon {
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: #fef3c7;
  color: #b45309;
}

.cheatday-toggle__icon svg {
  width: 18px;
  height: 18px;
}

.cheatday-toggle strong {
  display: block;
  font-size: 13px;
  line-height: 1.1;
}

.cheatday-toggle small {
  display: block;
  margin-top: 2px;
  color: var(--c-ink-muted);
  font-size: 11px;
  font-weight: 700;
}

.latest-training {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 2px;
}

.latest-training-card {
  padding: 11px;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 1px 3px rgba(18, 19, 22, 0.03);
}

.latest-training-card--upper {
  border-color: rgba(79, 70, 229, 0.13);
  background: rgba(255, 255, 255, 0.76);
}

.latest-training-card--lower {
  border-color: rgba(5, 150, 105, 0.13);
  background: rgba(255, 255, 255, 0.76);
}

.latest-training-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}

.latest-training-card__head small,
.latest-training-card__label {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-ink-faint);
}

.latest-training-card__head strong {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  line-height: 1.1;
}

.latest-training-card__head em {
  flex-shrink: 0;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  color: var(--c-ink-muted);
}

.latest-training-card__chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.latest-training-card__chips > span {
  min-width: 0;
  padding: 7px 8px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
}

.latest-training-card__exercise {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.latest-training-card__machine {
  min-width: 24px;
  height: 20px;
  padding: 0 5px;
  border-radius: 6px;
  background: #F2E820;
  color: #121316;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.latest-training-card__chips strong {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 900;
}

.action__body {
  flex: 1;
  min-width: 0;
}

.action__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.action__sub {
  font-size: 12px;
  color: var(--c-ink-muted);
  margin-top: 2px;
  font-weight: 500;
}
