/* OLO 2.13.26 — Trening PRO */

:root {
  --olo-tp-bg: #0d0a07;
  --olo-tp-panel: rgba(24, 19, 14, 0.88);
  --olo-tp-panel-deep: rgba(13, 10, 7, 0.96);
  --olo-tp-line: rgba(202, 160, 91, 0.22);
  --olo-tp-line-strong: rgba(214, 174, 104, 0.42);
  --olo-tp-gold: #d5ad68;
  --olo-tp-gold-bright: #edd19d;
  --olo-tp-cream: #efe2c9;
  --olo-tp-copy: #b9ab96;
  --olo-tp-muted: #776d5f;
  --olo-tp-green: #79c58b;
  --olo-tp-blue: #76a9cf;
  --olo-tp-violet: #a992ca;
  --olo-tp-shadow: 0 28px 72px rgba(0, 0, 0, 0.35);
}

.olo-training-pro-host {
  position: relative !important;
  overflow: visible !important;
}

.olo-training-pro-host > :not(#olo-training-pro) {
  display: none !important;
}

#olo-training-pro,
#olo-training-pro * {
  box-sizing: border-box;
}

#olo-training-pro {
  position: relative;
  display: block !important;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(54px, 7vw, 112px) 0;
  color: var(--olo-tp-cream);
  background:
    radial-gradient(circle at 12% 14%, rgba(173, 125, 61, 0.11), transparent 31%),
    radial-gradient(circle at 89% 29%, rgba(110, 81, 43, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(12, 9, 6, 0.99), rgba(17, 13, 9, 0.99));
  isolation: isolate;
  overflow: hidden;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

#olo-training-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(221, 184, 116, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 184, 116, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

#olo-training-pro::after {
  content: "TRAINING";
  position: absolute;
  top: clamp(40px, 6vw, 84px);
  right: -0.02em;
  z-index: -1;
  color: rgba(221, 184, 116, 0.026);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(92px, 18vw, 310px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.olo-tp-ambient {
  position: absolute;
  left: 50%;
  top: 8%;
  z-index: -1;
  width: min(76vw, 1100px);
  height: min(76vw, 1100px);
  border: 1px solid rgba(209, 165, 91, 0.035);
  border-radius: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.olo-tp-ambient::before,
.olo-tp-ambient::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(209, 165, 91, 0.025);
  border-radius: inherit;
}

.olo-tp-ambient::after {
  inset: 27%;
}

.olo-tp-shell {
  width: min(1460px, calc(100% - clamp(28px, 7vw, 112px)));
  margin-inline: auto;
}

.olo-tp-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  margin-bottom: clamp(30px, 4vw, 56px);
}

.olo-tp-heading {
  max-width: 930px;
}

.olo-tp-kicker {
  margin: 0 0 13px;
  color: var(--olo-tp-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.27em;
  line-height: 1.4;
  text-transform: uppercase;
}

.olo-tp-heading h2 {
  max-width: 1000px;
  margin: 0;
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(43px, 6.2vw, 94px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.olo-tp-heading h2 span {
  color: var(--olo-tp-gold);
}

.olo-tp-lead {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--olo-tp-copy);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.78;
}

.olo-tp-live-status {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--olo-tp-line);
  border-radius: 999px;
  color: var(--olo-tp-copy);
  background: rgba(10, 8, 6, 0.78);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.olo-tp-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--olo-tp-gold);
  box-shadow: 0 0 0 5px rgba(213, 173, 104, 0.08);
}

.olo-tp-live-status.is-ready .olo-tp-live-dot {
  background: var(--olo-tp-green);
  box-shadow: 0 0 0 5px rgba(121, 197, 139, 0.08);
}

.olo-tp-live-status.is-error .olo-tp-live-dot {
  background: #d78e78;
}

.olo-tp-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--olo-tp-line);
  border-radius: 23px;
  overflow: hidden;
  background: rgba(12, 9, 7, 0.76);
  box-shadow: var(--olo-tp-shadow);
}

.olo-tp-stat {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 18px;
  min-height: 145px;
  padding: 25px 28px;
}

.olo-tp-stat + .olo-tp-stat {
  border-left: 1px solid var(--olo-tp-line);
}

.olo-tp-stat::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--olo-tp-gold), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.olo-tp-stat:hover::after {
  opacity: 0.6;
}

.olo-tp-stat-mark {
  grid-row: 1 / 4;
  display: grid;
  place-items: center;
  align-self: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--olo-tp-line-strong);
  border-radius: 50%;
  color: var(--olo-tp-gold-bright);
  background: rgba(188, 139, 68, 0.09);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.olo-tp-stat.status-mastered .olo-tp-stat-mark {
  color: var(--olo-tp-green);
  border-color: rgba(121, 197, 139, 0.28);
  background: rgba(121, 197, 139, 0.07);
}

.olo-tp-stat.status-training .olo-tp-stat-mark {
  color: var(--olo-tp-blue);
  border-color: rgba(118, 169, 207, 0.28);
  background: rgba(118, 169, 207, 0.07);
}

.olo-tp-stat.status-unknown .olo-tp-stat-mark {
  color: var(--olo-tp-violet);
  border-color: rgba(169, 146, 202, 0.25);
  background: rgba(169, 146, 202, 0.06);
}

.olo-tp-stat-value {
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.olo-tp-stat-label {
  margin-top: 7px;
  color: var(--olo-tp-gold-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.olo-tp-stat-helper {
  margin-top: 5px;
  color: var(--olo-tp-muted);
  font-size: 11px;
  line-height: 1.4;
}

.olo-tp-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.8fr);
  gap: 22px;
  margin-top: 22px;
}

.olo-tp-mastery,
.olo-tp-focus,
.olo-tp-map {
  border: 1px solid var(--olo-tp-line);
  background:
    linear-gradient(145deg, rgba(28, 22, 16, 0.94), rgba(13, 10, 7, 0.97));
  box-shadow: var(--olo-tp-shadow);
}

.olo-tp-mastery {
  min-height: 430px;
  padding: clamp(28px, 4vw, 54px);
  border-radius: 30px;
}

.olo-tp-mastery-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.olo-tp-mastery h3,
.olo-tp-focus h3,
.olo-tp-section-head h3,
.olo-tp-map-head h3 {
  margin: 0;
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.olo-tp-mastery h3 {
  max-width: 560px;
  font-size: clamp(31px, 3.4vw, 54px);
  line-height: 1.08;
}

.olo-tp-mastery-copy {
  max-width: 550px;
  margin: 17px 0 0;
  color: var(--olo-tp-copy);
  font-size: 14px;
  line-height: 1.65;
}

.olo-tp-master-ring {
  --ring-size: clamp(132px, 14vw, 188px);
  display: grid;
  place-items: center;
  width: var(--ring-size);
  height: var(--ring-size);
  border-radius: 50%;
  background:
    radial-gradient(circle, #15100b 0 55%, transparent 56%),
    conic-gradient(
      from -90deg,
      var(--olo-tp-gold) calc(var(--olo-tp-progress, 0) * 1%),
      rgba(213, 173, 104, 0.09) 0
    );
  box-shadow:
    inset 0 0 0 1px rgba(213, 173, 104, 0.18),
    0 0 44px rgba(179, 126, 54, 0.08);
}

.olo-tp-master-ring-inner {
  display: grid;
  place-items: center;
  align-content: center;
  width: 74%;
  height: 74%;
  border: 1px solid rgba(213, 173, 104, 0.17);
  border-radius: 50%;
  background: rgba(9, 7, 5, 0.82);
}

.olo-tp-master-ring strong {
  color: var(--olo-tp-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 400;
  line-height: 1;
}

.olo-tp-master-ring span {
  margin-top: 7px;
  color: var(--olo-tp-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.olo-tp-mastery-track {
  height: 5px;
  margin-top: 42px;
  border-radius: 999px;
  background: rgba(213, 173, 104, 0.08);
  overflow: hidden;
}

.olo-tp-mastery-track span {
  display: block;
  width: calc(var(--olo-tp-progress, 0) * 1%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #9e7137, var(--olo-tp-gold-bright));
  box-shadow: 0 0 20px rgba(213, 173, 104, 0.24);
  transition: width 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.olo-tp-mastery-stages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.olo-tp-stage {
  position: relative;
  display: grid;
  gap: 5px;
  color: var(--olo-tp-muted);
}

.olo-tp-stage:not(:first-child) {
  padding-left: 18px;
}

.olo-tp-stage-dot {
  position: absolute;
  top: -25px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #15100b;
  border-radius: 50%;
  background: #3d3327;
  box-shadow: 0 0 0 1px rgba(213, 173, 104, 0.15);
}

.olo-tp-stage.is-reached {
  color: var(--olo-tp-gold-bright);
}

.olo-tp-stage.is-reached .olo-tp-stage-dot {
  background: var(--olo-tp-gold);
}

.olo-tp-stage strong {
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.olo-tp-stage small {
  color: var(--olo-tp-muted);
  font-size: 9px;
}

.olo-tp-focus {
  position: relative;
  min-height: 430px;
  padding: clamp(27px, 3vw, 40px);
  border-radius: 30px;
  overflow: hidden;
}

.olo-tp-focus::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -110px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(213, 173, 104, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(213, 173, 104, 0.018),
    0 0 0 60px rgba(213, 173, 104, 0.012);
}

.olo-tp-focus[data-status="mastered"] {
  border-color: rgba(121, 197, 139, 0.24);
}

.olo-tp-focus[data-status="training"] {
  border-color: rgba(118, 169, 207, 0.28);
}

.olo-tp-focus-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.olo-tp-focus-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--olo-tp-line);
  border-radius: 999px;
  color: var(--olo-tp-gold-bright);
  background: rgba(213, 173, 104, 0.06);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.olo-tp-focus-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border: 1px solid var(--olo-tp-line-strong);
  border-radius: 50%;
  color: var(--olo-tp-gold-bright);
  background: rgba(213, 173, 104, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.olo-tp-focus h3 {
  position: relative;
  max-width: 360px;
  margin-top: 26px;
  font-size: clamp(31px, 3vw, 47px);
  line-height: 1.04;
}

.olo-tp-focus-note {
  position: relative;
  min-height: 44px;
  margin: 16px 0 0;
  color: var(--olo-tp-copy);
  font-size: 13px;
  line-height: 1.65;
}

.olo-tp-session-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid var(--olo-tp-line);
}

.olo-tp-session-label span {
  color: var(--olo-tp-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.olo-tp-session-label small {
  color: var(--olo-tp-muted);
  font-size: 9px;
}

.olo-tp-session-sequence {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.olo-tp-sequence-row {
  display: grid;
  grid-template-columns: 28px 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 7px 10px;
  border: 1px solid rgba(213, 173, 104, 0.1);
  border-radius: 12px;
  background: rgba(7, 6, 4, 0.36);
}

.olo-tp-sequence-number {
  color: var(--olo-tp-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
}

.olo-tp-sequence-icon {
  color: var(--olo-tp-gold);
  text-align: center;
}

.olo-tp-sequence-row strong {
  min-width: 0;
  overflow: hidden;
  color: var(--olo-tp-cream);
  font-size: 11px;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.olo-tp-sequence-row small {
  color: var(--olo-tp-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.olo-tp-sequence-empty {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 10px 13px;
  border: 1px solid rgba(121, 197, 139, 0.13);
  border-radius: 14px;
  color: var(--olo-tp-copy);
  background: rgba(121, 197, 139, 0.035);
}

.olo-tp-sequence-empty span {
  color: var(--olo-tp-green);
}

.olo-tp-sequence-empty p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}

.olo-tp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
  align-items: end;
  gap: 30px;
  margin: clamp(58px, 7vw, 96px) 0 24px;
}

.olo-tp-section-head h3,
.olo-tp-map-head h3 {
  font-size: clamp(31px, 3vw, 46px);
}

.olo-tp-section-head > p {
  justify-self: end;
  max-width: 480px;
  margin: 0;
  color: var(--olo-tp-muted);
  font-size: 12px;
  line-height: 1.65;
  text-align: right;
}

.olo-tp-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.olo-tp-metric {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--olo-tp-line);
  border-radius: 22px;
  background: rgba(18, 14, 10, 0.82);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
}

.olo-tp-metric-ring {
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  width: 88px;
  height: 88px;
  padding: 15px 8px 10px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #15100c 0 59%, transparent 60%),
    conic-gradient(
      from -90deg,
      var(--olo-tp-gold) calc(var(--olo-tp-metric, 0) * 1%),
      rgba(213, 173, 104, 0.08) 0
    );
  box-shadow: inset 0 0 0 1px rgba(213, 173, 104, 0.12);
}

.olo-tp-metric-icon {
  color: var(--olo-tp-gold-bright);
  font-size: 20px;
}

.olo-tp-metric-value {
  color: var(--olo-tp-copy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
}

.olo-tp-metric-copy h4 {
  margin: 0;
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}

.olo-tp-metric-copy p {
  display: -webkit-box;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--olo-tp-muted);
  font-size: 10px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.olo-tp-metrics-empty {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 132px;
  padding: 27px 31px;
  border: 1px dashed var(--olo-tp-line);
  border-radius: 24px;
  background: rgba(15, 12, 9, 0.7);
}

.olo-tp-metrics-empty > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid var(--olo-tp-line);
  border-radius: 50%;
  color: var(--olo-tp-gold);
  font-size: 23px;
}

.olo-tp-metrics-empty strong {
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.olo-tp-metrics-empty p {
  margin: 7px 0 0;
  color: var(--olo-tp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.olo-tp-map {
  margin-top: clamp(58px, 7vw, 96px);
  padding: clamp(25px, 4vw, 48px);
  border-radius: 30px;
}

.olo-tp-map-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.olo-tp-map-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.olo-tp-command-count {
  color: var(--olo-tp-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.olo-tp-refresh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--olo-tp-line);
  border-radius: 999px;
  color: var(--olo-tp-copy);
  background: rgba(8, 6, 4, 0.62);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.olo-tp-refresh:hover {
  border-color: var(--olo-tp-line-strong);
  color: var(--olo-tp-gold-bright);
}

.olo-tp-refresh:active {
  transform: translateY(1px);
}

.olo-tp-refresh.is-loading > span:first-child {
  animation: olo-tp-spin 700ms linear infinite;
}

@keyframes olo-tp-spin {
  to { transform: rotate(360deg); }
}

.olo-tp-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 27px;
  padding: 7px;
  border: 1px solid rgba(213, 173, 104, 0.13);
  border-radius: 18px;
  background: rgba(7, 6, 4, 0.52);
}

.olo-tp-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--olo-tp-muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.olo-tp-filter:hover {
  color: var(--olo-tp-copy);
}

.olo-tp-filter.is-active {
  border-color: var(--olo-tp-line);
  color: var(--olo-tp-gold-bright);
  background: rgba(213, 173, 104, 0.095);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.olo-tp-commands {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 23px;
}

.olo-tp-command {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 19px;
  min-height: 215px;
  padding: 22px;
  border: 1px solid rgba(213, 173, 104, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(27, 21, 15, 0.83), rgba(10, 8, 6, 0.9));
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.olo-tp-command::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--command-color, var(--olo-tp-gold)), transparent);
  opacity: 0.55;
}

.olo-tp-command:hover {
  transform: translateY(-3px);
  border-color: rgba(213, 173, 104, 0.3);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.23);
}

.olo-tp-command.status-mastered {
  --command-color: var(--olo-tp-green);
}

.olo-tp-command.status-training {
  --command-color: var(--olo-tp-blue);
}

.olo-tp-command.status-unknown {
  --command-color: var(--olo-tp-violet);
}

.olo-tp-command-top {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.olo-tp-command-number {
  color: var(--olo-tp-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.olo-tp-command-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--command-color) 28%, transparent);
  border-radius: 999px;
  color: var(--command-color);
  background: color-mix(in srgb, var(--command-color) 6%, transparent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.olo-tp-command-symbol {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid color-mix(in srgb, var(--command-color) 26%, transparent);
  border-radius: 19px;
  color: var(--command-color);
  background: color-mix(in srgb, var(--command-color) 6%, transparent);
  font-size: 22px;
}

.olo-tp-command-copy {
  min-width: 0;
}

.olo-tp-command-copy h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 400;
  line-height: 1.05;
}

.olo-tp-command-copy p {
  display: -webkit-box;
  margin: 12px 0 0;
  overflow: hidden;
  color: var(--olo-tp-muted);
  font-size: 11px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.olo-tp-commands-empty {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 270px;
  padding: 40px 25px;
  border: 1px dashed rgba(213, 173, 104, 0.17);
  border-radius: 24px;
  background: rgba(8, 7, 5, 0.43);
  text-align: center;
}

.olo-tp-commands-empty > span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid var(--olo-tp-line);
  border-radius: 50%;
  color: var(--olo-tp-gold);
  font-size: 25px;
}

.olo-tp-commands-empty h3 {
  margin: 21px 0 0;
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.olo-tp-commands-empty p {
  max-width: 570px;
  margin: 11px 0 0;
  color: var(--olo-tp-muted);
  font-size: 12px;
  line-height: 1.6;
}

.olo-tp-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  border: 1px solid var(--olo-tp-line);
  border-radius: 23px;
  background: rgba(11, 9, 7, 0.75);
  overflow: hidden;
}

.olo-tp-principles > div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 13px;
  min-height: 95px;
  align-content: center;
  padding: 20px 25px;
}

.olo-tp-principles > div + div {
  border-left: 1px solid var(--olo-tp-line);
}

.olo-tp-principles span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--olo-tp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.olo-tp-principles strong {
  color: var(--olo-tp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.olo-tp-principles small {
  margin-top: 5px;
  color: var(--olo-tp-muted);
  font-size: 9px;
  letter-spacing: 0.04em;
}

@media (max-width: 1180px) {
  .olo-tp-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .olo-tp-stat:nth-child(3) {
    border-left: 0;
  }

  .olo-tp-stat:nth-child(n + 3) {
    border-top: 1px solid var(--olo-tp-line);
  }

  .olo-tp-dashboard {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.8fr);
  }

  .olo-tp-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .olo-tp-commands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #olo-training-pro {
    padding-top: 50px;
  }

  .olo-tp-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .olo-tp-live-status {
    justify-self: start;
  }

  .olo-tp-dashboard {
    grid-template-columns: 1fr;
  }

  .olo-tp-mastery,
  .olo-tp-focus {
    min-height: 0;
  }

  .olo-tp-section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .olo-tp-section-head > p {
    justify-self: start;
    text-align: left;
  }

  .olo-tp-principles {
    grid-template-columns: 1fr;
  }

  .olo-tp-principles > div + div {
    border-top: 1px solid var(--olo-tp-line);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .olo-tp-shell {
    width: min(100% - 24px, 1460px);
  }

  .olo-tp-heading h2 {
    font-size: clamp(39px, 12vw, 57px);
  }

  .olo-tp-lead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .olo-tp-live-status {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .olo-tp-stats {
    grid-template-columns: 1fr 1fr;
    border-radius: 19px;
  }

  .olo-tp-stat {
    grid-template-columns: 34px 1fr;
    min-height: 125px;
    column-gap: 10px;
    padding: 19px 14px;
  }

  .olo-tp-stat + .olo-tp-stat {
    border-left: 1px solid var(--olo-tp-line);
  }

  .olo-tp-stat:nth-child(3) {
    border-left: 0;
  }

  .olo-tp-stat-mark {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .olo-tp-stat-value {
    font-size: 29px;
  }

  .olo-tp-stat-label {
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .olo-tp-stat-helper {
    font-size: 8px;
  }

  .olo-tp-mastery,
  .olo-tp-focus,
  .olo-tp-map {
    border-radius: 22px;
  }

  .olo-tp-mastery {
    padding: 25px 19px 28px;
  }

  .olo-tp-mastery-head {
    grid-template-columns: 1fr;
  }

  .olo-tp-master-ring {
    justify-self: center;
    --ring-size: 150px;
  }

  .olo-tp-mastery-track {
    margin-top: 35px;
  }

  .olo-tp-stage:not(:first-child) {
    padding-left: 8px;
  }

  .olo-tp-stage strong {
    font-size: 7px;
    letter-spacing: 0.05em;
  }

  .olo-tp-stage small {
    font-size: 7px;
  }

  .olo-tp-focus {
    padding: 25px 20px;
  }

  .olo-tp-focus-icon {
    width: 54px;
    height: 54px;
  }

  .olo-tp-sequence-row {
    grid-template-columns: 24px 24px minmax(0, 1fr);
  }

  .olo-tp-sequence-row small {
    display: none;
  }

  .olo-tp-section-head {
    margin-top: 58px;
  }

  .olo-tp-metrics {
    grid-template-columns: 1fr;
  }

  .olo-tp-metric {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 126px;
    padding: 17px;
  }

  .olo-tp-metric-ring {
    width: 76px;
    height: 76px;
  }

  .olo-tp-map {
    margin-top: 58px;
    padding: 24px 14px;
  }

  .olo-tp-map-head {
    display: grid;
    align-items: start;
  }

  .olo-tp-map-meta {
    justify-content: space-between;
    width: 100%;
  }

  .olo-tp-filters {
    grid-template-columns: 1fr 1fr;
  }

  .olo-tp-filter {
    min-height: 43px;
    padding-inline: 8px;
    font-size: 8px;
  }

  .olo-tp-commands {
    grid-template-columns: 1fr;
  }

  .olo-tp-command {
    min-height: 190px;
  }

  .olo-tp-principles > div {
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #olo-training-pro *,
  #olo-training-pro *::before,
  #olo-training-pro *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
