/* OLO 2.13.24 — Tractive / Spacer PRO */
#olo-tractive-spacer-pro {
  --tsp-bg: #0d0b08;
  --tsp-panel: rgba(24, 20, 15, 0.92);
  --tsp-panel-soft: rgba(38, 31, 22, 0.72);
  --tsp-line: rgba(186, 143, 70, 0.25);
  --tsp-line-strong: rgba(217, 174, 99, 0.48);
  --tsp-gold: #d8b36d;
  --tsp-gold-soft: #a88348;
  --tsp-cream: #f3e5c9;
  --tsp-text: #c9bda8;
  --tsp-muted: #8e8475;
  --tsp-green: #80ca8f;
  position: relative;
  isolation: isolate;
  width: min(100% - 40px, 1600px);
  margin: clamp(64px, 8vw, 120px) auto;
  color: var(--tsp-text);
  font-family: inherit;
}

#olo-tractive-spacer-pro *,
#olo-tractive-spacer-pro *::before,
#olo-tractive-spacer-pro *::after {
  box-sizing: border-box;
}

#olo-tractive-spacer-pro .olo-tsp-ambient {
  position: absolute;
  z-index: -1;
  inset: -120px -40px;
  overflow: hidden;
  pointer-events: none;
}

#olo-tractive-spacer-pro .olo-tsp-ambient::before,
#olo-tractive-spacer-pro .olo-tsp-ambient::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.42;
}

#olo-tractive-spacer-pro .olo-tsp-ambient::before {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -180px;
  background: radial-gradient(circle, rgba(136, 96, 38, 0.2), transparent 66%);
}

#olo-tractive-spacer-pro .olo-tsp-ambient::after {
  width: 420px;
  height: 420px;
  bottom: -90px;
  left: -170px;
  background: radial-gradient(circle, rgba(109, 82, 43, 0.15), transparent 69%);
}

#olo-tractive-spacer-pro .olo-tsp-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--tsp-line);
  border-radius: 32px;
  padding: clamp(24px, 4vw, 64px);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.018), transparent 28%),
    radial-gradient(circle at 83% 13%, rgba(151, 106, 43, 0.1), transparent 31%),
    var(--tsp-bg);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 242, 208, 0.025);
}

#olo-tractive-spacer-pro .olo-tsp-shell::before {
  content: "TRASA";
  position: absolute;
  top: -0.15em;
  right: -0.04em;
  color: rgba(213, 173, 101, 0.025);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(90px, 16vw, 260px);
  line-height: 1;
  letter-spacing: 0.03em;
  pointer-events: none;
}

#olo-tractive-spacer-pro .olo-tsp-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

#olo-tractive-spacer-pro .olo-tsp-heading {
  max-width: 860px;
}

#olo-tractive-spacer-pro .olo-tsp-kicker,
#olo-tractive-spacer-pro .olo-tsp-latest-label {
  margin: 0 0 12px;
  color: var(--tsp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.4;
  text-transform: uppercase;
}

#olo-tractive-spacer-pro .olo-tsp-heading h2 {
  margin: 0;
  color: var(--tsp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

#olo-tractive-spacer-pro .olo-tsp-heading h2 span {
  color: var(--tsp-gold);
}

#olo-tractive-spacer-pro .olo-tsp-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--tsp-text);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.72;
}

#olo-tractive-spacer-pro .olo-tsp-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid var(--tsp-line);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(9, 8, 6, 0.7);
  color: var(--tsp-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#olo-tractive-spacer-pro .olo-tsp-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tsp-gold);
  box-shadow: 0 0 0 5px rgba(216, 179, 109, 0.08);
}

#olo-tractive-spacer-pro .olo-tsp-status.is-ready .olo-tsp-status-dot {
  background: var(--tsp-green);
  box-shadow: 0 0 0 5px rgba(128, 202, 143, 0.08), 0 0 16px rgba(128, 202, 143, 0.3);
}

#olo-tractive-spacer-pro .olo-tsp-status.is-error .olo-tsp-status-dot {
  background: #c97c68;
  box-shadow: 0 0 0 5px rgba(201, 124, 104, 0.08);
}

#olo-tractive-spacer-pro .olo-tsp-toolbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  border: 1px solid var(--tsp-line);
  border-radius: 18px;
  padding: 8px;
  background: rgba(7, 6, 5, 0.62);
}

#olo-tractive-spacer-pro .olo-tsp-periods {
  display: flex;
  align-items: center;
  gap: 6px;
}

#olo-tractive-spacer-pro button {
  font: inherit;
}

#olo-tractive-spacer-pro .olo-tsp-period,
#olo-tractive-spacer-pro .olo-tsp-refresh {
  border: 0;
  color: var(--tsp-muted);
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

#olo-tractive-spacer-pro .olo-tsp-period {
  min-width: 92px;
  min-height: 42px;
  border-radius: 12px;
  padding: 0 16px;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#olo-tractive-spacer-pro .olo-tsp-period:hover,
#olo-tractive-spacer-pro .olo-tsp-period:focus-visible {
  color: var(--tsp-cream);
  background: rgba(216, 179, 109, 0.07);
}

#olo-tractive-spacer-pro .olo-tsp-period.is-active {
  color: #171109;
  background: linear-gradient(135deg, #ecd093, #b98a42);
  box-shadow: 0 10px 28px rgba(126, 84, 27, 0.19);
}

#olo-tractive-spacer-pro .olo-tsp-toolbar-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 6px;
}

#olo-tractive-spacer-pro .olo-tsp-period-count {
  color: var(--tsp-muted);
  font-size: 12px;
  letter-spacing: 0.05em;
}

#olo-tractive-spacer-pro .olo-tsp-refresh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid var(--tsp-line);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(30, 25, 18, 0.72);
  font-size: 11px;
  letter-spacing: 0.06em;
}

#olo-tractive-spacer-pro .olo-tsp-refresh:hover,
#olo-tractive-spacer-pro .olo-tsp-refresh:focus-visible {
  color: var(--tsp-cream);
  border-color: var(--tsp-line-strong);
}

#olo-tractive-spacer-pro .olo-tsp-refresh.is-loading > span:first-child {
  animation: olo-tsp-spin 800ms linear infinite;
}

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

#olo-tractive-spacer-pro .olo-tsp-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid var(--tsp-line);
  border-radius: 22px;
  background: var(--tsp-panel);
}

#olo-tractive-spacer-pro .olo-tsp-stat {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "icon value unit"
    "icon label label";
  align-items: baseline;
  gap: 3px 10px;
  min-width: 0;
  padding: 25px 28px;
}

#olo-tractive-spacer-pro .olo-tsp-stat + .olo-tsp-stat::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: var(--tsp-line);
}

#olo-tractive-spacer-pro .olo-tsp-stat-icon {
  grid-area: icon;
  align-self: center;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid var(--tsp-line);
  border-radius: 50%;
  color: var(--tsp-gold);
  font-size: 17px;
}

#olo-tractive-spacer-pro .olo-tsp-stat-value {
  grid-area: value;
  overflow: hidden;
  color: var(--tsp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.5vw, 37px);
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#olo-tractive-spacer-pro .olo-tsp-stat-unit {
  grid-area: unit;
  color: var(--tsp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

#olo-tractive-spacer-pro .olo-tsp-stat-label {
  grid-area: label;
  color: var(--tsp-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#olo-tractive-spacer-pro .olo-tsp-feature {
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
}

#olo-tractive-spacer-pro .olo-tsp-latest {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(400px, 1.18fr);
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--tsp-line);
  border-radius: 28px;
  background: var(--tsp-panel);
}

#olo-tractive-spacer-pro .olo-tsp-latest-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(30px, 4.2vw, 62px);
  background:
    linear-gradient(150deg, rgba(181, 128, 53, 0.1), transparent 48%),
    rgba(17, 14, 10, 0.88);
}

#olo-tractive-spacer-pro .olo-tsp-latest-title {
  margin: 0;
  color: var(--tsp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

#olo-tractive-spacer-pro .olo-tsp-latest-date {
  margin: 15px 0 0;
  color: var(--tsp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

#olo-tractive-spacer-pro .olo-tsp-story {
  max-width: 570px;
  margin: 28px 0;
  color: var(--tsp-text);
  font-size: 15px;
  line-height: 1.75;
}

#olo-tractive-spacer-pro .olo-tsp-latest-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
}

#olo-tractive-spacer-pro .olo-tsp-latest-metrics > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-top: 1px solid var(--tsp-line);
  padding-top: 17px;
}

#olo-tractive-spacer-pro .olo-tsp-latest-metrics span {
  color: var(--tsp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.8vw, 36px);
}

#olo-tractive-spacer-pro .olo-tsp-latest-metrics small {
  color: var(--tsp-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

#olo-tractive-spacer-pro .olo-tsp-route {
  display: grid;
  min-width: 0;
  min-height: 100%;
  border-left: 1px solid var(--tsp-line);
  background:
    radial-gradient(circle at 56% 48%, rgba(186, 137, 62, 0.11), transparent 36%),
    linear-gradient(135deg, rgba(15, 13, 10, 0.42), rgba(5, 5, 4, 0.9));
}

#olo-tractive-spacer-pro .olo-tsp-route-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 44px 34px 66px;
}

#olo-tractive-spacer-pro .olo-tsp-route-svg {
  display: block;
  width: 100%;
  max-height: 350px;
  overflow: visible;
}

#olo-tractive-spacer-pro .olo-tsp-route-grid {
  fill: none;
  stroke: rgba(213, 176, 107, 0.055);
  stroke-width: 1;
  stroke-dasharray: 3 10;
}

#olo-tractive-spacer-pro .olo-tsp-route-line,
#olo-tractive-spacer-pro .olo-tsp-route-glow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#olo-tractive-spacer-pro .olo-tsp-route-glow {
  stroke: rgba(222, 181, 105, 0.16);
  stroke-width: 16;
}

#olo-tractive-spacer-pro .olo-tsp-route-line {
  stroke: url("#olo-tsp-route-gradient");
  stroke-width: 4;
}

#olo-tractive-spacer-pro .olo-tsp-route-fallback {
  opacity: 0.56;
  stroke-dasharray: 8 12;
}

#olo-tractive-spacer-pro .olo-tsp-route-start {
  fill: #17120b;
  stroke: var(--tsp-gold);
  stroke-width: 3;
}

#olo-tractive-spacer-pro .olo-tsp-route-end {
  fill: var(--tsp-gold);
  stroke: #f5e5bd;
  stroke-width: 3;
}

#olo-tractive-spacer-pro .olo-tsp-privacy {
  position: absolute;
  right: 24px;
  bottom: 21px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--tsp-line);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(7, 6, 5, 0.73);
  color: var(--tsp-muted);
  font-size: 10px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

#olo-tractive-spacer-pro .olo-tsp-privacy-icon {
  color: var(--tsp-gold);
}

#olo-tractive-spacer-pro .olo-tsp-journal-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

#olo-tractive-spacer-pro .olo-tsp-journal-head h3 {
  margin: 0;
  color: var(--tsp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 400;
}

#olo-tractive-spacer-pro .olo-tsp-journal-head > p {
  max-width: 420px;
  margin: 0 0 5px;
  color: var(--tsp-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
}

#olo-tractive-spacer-pro .olo-tsp-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#olo-tractive-spacer-pro .olo-tsp-trip {
  position: relative;
  min-width: 0;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--tsp-line);
  border-radius: 20px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(190, 137, 57, 0.045), transparent 48%),
    rgba(19, 16, 12, 0.78);
  transition:
    border-color 200ms ease,
    transform 200ms ease,
    background 200ms ease;
}

#olo-tractive-spacer-pro .olo-tsp-trip::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(216, 179, 109, 0.07);
  border-radius: 50%;
}

#olo-tractive-spacer-pro .olo-tsp-trip:hover {
  border-color: var(--tsp-line-strong);
  background-color: rgba(27, 22, 15, 0.88);
  transform: translateY(-2px);
}

#olo-tractive-spacer-pro .olo-tsp-trip-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#olo-tractive-spacer-pro .olo-tsp-trip-index {
  color: var(--tsp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

#olo-tractive-spacer-pro .olo-tsp-trip-source {
  border: 1px solid var(--tsp-line);
  border-radius: 999px;
  padding: 6px 9px;
  color: var(--tsp-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

#olo-tractive-spacer-pro .olo-tsp-trip-title {
  overflow: hidden;
  margin: 30px 0 7px;
  color: var(--tsp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#olo-tractive-spacer-pro .olo-tsp-trip-date {
  margin: 0;
  color: var(--tsp-muted);
  font-size: 11px;
}

#olo-tractive-spacer-pro .olo-tsp-trip-metrics {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  border-top: 1px solid var(--tsp-line);
  padding-top: 15px;
  color: var(--tsp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

#olo-tractive-spacer-pro .olo-tsp-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  min-height: 260px;
  border: 1px dashed var(--tsp-line);
  border-radius: 22px;
  padding: 50px 24px;
  text-align: center;
}

#olo-tractive-spacer-pro .olo-tsp-empty-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--tsp-line-strong);
  border-radius: 50%;
  color: var(--tsp-gold);
  font-size: 24px;
}

#olo-tractive-spacer-pro .olo-tsp-empty h3 {
  margin: 22px 0 8px;
  color: var(--tsp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

#olo-tractive-spacer-pro .olo-tsp-empty p {
  max-width: 600px;
  margin: 0;
  color: var(--tsp-muted);
  font-size: 14px;
  line-height: 1.65;
}

#olo-tractive-spacer-pro button:focus-visible {
  outline: 2px solid var(--tsp-gold);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  #olo-tractive-spacer-pro .olo-tsp-header {
    align-items: flex-start;
    flex-direction: column;
  }

  #olo-tractive-spacer-pro .olo-tsp-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #olo-tractive-spacer-pro .olo-tsp-stat:nth-child(3)::before {
    display: none;
  }

  #olo-tractive-spacer-pro .olo-tsp-stat:nth-child(n + 3) {
    border-top: 1px solid var(--tsp-line);
  }

  #olo-tractive-spacer-pro .olo-tsp-latest {
    grid-template-columns: 1fr;
  }

  #olo-tractive-spacer-pro .olo-tsp-route {
    min-height: 380px;
    border-top: 1px solid var(--tsp-line);
    border-left: 0;
  }

  #olo-tractive-spacer-pro .olo-tsp-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #olo-tractive-spacer-pro {
    width: min(100% - 20px, 1600px);
    margin: 48px auto;
  }

  #olo-tractive-spacer-pro .olo-tsp-shell {
    border-radius: 22px;
    padding: 22px 15px 28px;
  }

  #olo-tractive-spacer-pro .olo-tsp-header {
    gap: 22px;
    margin-bottom: 24px;
    padding-inline: 5px;
  }

  #olo-tractive-spacer-pro .olo-tsp-heading h2 {
    font-size: clamp(40px, 14vw, 58px);
  }

  #olo-tractive-spacer-pro .olo-tsp-status {
    max-width: 100%;
    min-height: 40px;
    padding-inline: 13px;
    font-size: 9px;
  }

  #olo-tractive-spacer-pro .olo-tsp-toolbar {
    align-items: stretch;
    flex-direction: column;
    padding: 7px;
  }

  #olo-tractive-spacer-pro .olo-tsp-periods {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #olo-tractive-spacer-pro .olo-tsp-period {
    min-width: 0;
    padding-inline: 8px;
    font-size: 9px;
  }

  #olo-tractive-spacer-pro .olo-tsp-toolbar-meta {
    justify-content: space-between;
    padding: 3px 3px 0;
  }

  #olo-tractive-spacer-pro .olo-tsp-period-count {
    font-size: 10px;
  }

  #olo-tractive-spacer-pro .olo-tsp-stats {
    grid-template-columns: 1fr 1fr;
  }

  #olo-tractive-spacer-pro .olo-tsp-stat {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "value unit"
      "label label";
    gap: 4px;
    padding: 20px 15px;
  }

  #olo-tractive-spacer-pro .olo-tsp-stat-icon {
    display: none;
  }

  #olo-tractive-spacer-pro .olo-tsp-stat-value {
    font-size: 26px;
  }

  #olo-tractive-spacer-pro .olo-tsp-stat-label {
    font-size: 8px;
    letter-spacing: 0.11em;
  }

  #olo-tractive-spacer-pro .olo-tsp-latest {
    min-height: 0;
    border-radius: 21px;
  }

  #olo-tractive-spacer-pro .olo-tsp-latest-copy {
    padding: 28px 21px;
  }

  #olo-tractive-spacer-pro .olo-tsp-latest-title {
    font-size: 34px;
  }

  #olo-tractive-spacer-pro .olo-tsp-route {
    min-height: 300px;
  }

  #olo-tractive-spacer-pro .olo-tsp-route-frame {
    padding: 32px 12px 68px;
  }

  #olo-tractive-spacer-pro .olo-tsp-privacy {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: center;
    font-size: 9px;
    text-align: center;
  }

  #olo-tractive-spacer-pro .olo-tsp-journal-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  #olo-tractive-spacer-pro .olo-tsp-journal-head > p {
    text-align: left;
  }

  #olo-tractive-spacer-pro .olo-tsp-timeline {
    grid-template-columns: 1fr;
  }

  #olo-tractive-spacer-pro .olo-tsp-trip {
    min-height: 195px;
  }
}

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