/* ─────────────────────────────────────────────
   Low-fi product mocks (from Stash screenshots)
   UI accents follow the platform green, not brand orange.
───────────────────────────────────────────── */

:root {
  --lf-accent: var(--green);
  --lf-accent-hover: #1f5a32;
  --lf-accent-soft: rgba(39, 107, 60, 0.12);
  --lf-accent-mid: rgba(39, 107, 60, 0.28);
  --lf-accent-glow: rgba(39, 107, 60, 0.22);
}

.sol-shot {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15,15,14,0.08);
}
.sol-shot--dark {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, var(--lf-accent-glow), transparent 55%),
    #241416;
  border-color: rgba(255,255,255,0.08);
}
.sol-shot__chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-bottom: 1px solid var(--border);
  background: rgba(242,237,230,0.75);
}
.sol-shot--dark .sol-shot__chrome {
  background: rgba(0,0,0,0.25);
  border-bottom-color: rgba(255,255,255,0.08);
}
.sol-shot__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  flex-shrink: 0;
}
.sol-shot__dot:nth-child(1) { background: var(--red); }
.sol-shot__dot:nth-child(2) { background: var(--gold); }
.sol-shot__dot:nth-child(3) { background: var(--green); }
.sol-shot__title {
  margin-left: 4px;
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.sol-shot__chrome-meta {
  margin-left: auto;
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
}
.sol-shot--dark .sol-shot__title { color: rgba(255,255,255,0.45); }
.sol-shot--dark .sol-shot__chrome-meta { color: rgba(255,255,255,0.4); }
.sol-shot--river .sol-shot__body {
  padding: 16px;
}
.sol-shot--river {
  min-height: 340px;
}
.sol-shot__body {
  padding: 14px;
  font-size: 11px;
  line-height: 1.35;
  color: var(--text);
}
.sol-shot--dark .sol-shot__body { color: rgba(255,255,255,0.88); }

/* skeleton helpers */
.lf-bar {
  display: block;
  height: 8px;
  border-radius: 2px;
  background: rgba(0,0,0,0.08);
}
.sol-shot--dark .lf-bar { background: rgba(255,255,255,0.12); }
.lf-bar--sm { height: 6px; width: 40%; }
.lf-bar--md { height: 8px; width: 70%; }
.lf-bar--lg { height: 10px; width: 88%; }
.lf-bar--xl { height: 14px; width: 72%; }
.lf-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  background: rgba(0,0,0,0.06);
  color: var(--muted);
}
.sol-shot--dark .lf-pill {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
}
.lf-pill--green {
  background: rgba(39,107,60,0.15);
  color: var(--green);
}
.lf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(0,0,0,0.04);
}
.sol-shot--dark .lf-btn {
  border-color: rgba(255,255,255,0.22);
  background: transparent;
  color: #fff;
}
.lf-btn--solid {
  background: #fff;
  color: #3a1f22;
  border-color: #fff;
}
.lf-btn--primary {
  background: var(--lf-accent);
  color: #fff;
  border-color: var(--lf-accent);
}

/* ── Event page (dark runner-facing) ── */
.lf-event {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
  min-height: 220px;
}
.lf-event__meta {
  font-size: 9px;
  color: rgba(207,162,40,0.95);
  margin-bottom: 6px;
}
.lf-event__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.lf-event__loc {
  display: flex;
  gap: 10px;
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
}
.lf-event__pills { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.lf-event__section { margin-top: 12px; }
.lf-event__label {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lf-event__race {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  margin-bottom: 6px;
}
.lf-event__race-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.1);
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800;
}
.lf-event__race strong { display: block; font-size: 11px; }
.lf-event__race span { font-size: 9px; color: rgba(255,255,255,0.45); }
.lf-event__price { margin-left: auto; font-size: 11px; font-weight: 700; }
.lf-event__photo {
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(39, 107, 60, 0.35), rgba(25,53,196,0.25)),
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: auto, 12px 12px, 12px 12px;
  min-height: 120px;
  position: relative;
}
.lf-event__photo::after {
  content: '';
  position: absolute;
  inset: 30% 28%;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
}
.lf-event__cta {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ── Runner portal ── */
.lf-portal__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.lf-portal__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(39,107,60,0.28);
  border: 1px solid rgba(125,203,146,0.35);
  color: #9fd4ae;
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 8px;
}
.lf-portal__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 10px;
}
.lf-portal__card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 12px;
}
.lf-portal__card h4 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}
.lf-portal__row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 10px;
}
.lf-portal__row:first-of-type { border-top: none; }
.lf-portal__row span { color: rgba(255,255,255,0.45); }
.lf-portal__ok { color: #9fd4ae !important; }
.lf-portal__qr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.lf-portal__qr img,
.lf-portal__qr-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.lf-portal__qr-note {
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  margin-top: 6px;
}
.lf-portal__qr-sub {
  text-align: center;
  font-size: 9px;
  color: rgba(255,255,255,0.45);
  margin-top: 6px;
}

/* River-sized portal mock */
.sol-shot--portal {
  border: 0;
  box-shadow: 0 22px 48px rgba(15, 15, 14, 0.18);
}
.sol-shot--portal .sol-shot__body {
  padding: 0;
}
.lf-portal--river {
  padding: 28px 26px 26px;
  background:
    radial-gradient(ellipse 70% 50% at 80% 0%, var(--lf-accent-mid), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 100%, rgba(25, 53, 196, 0.16), transparent 50%),
    #241416;
}
.lf-portal__top {
  margin-bottom: 20px;
}
.lf-portal--river .lf-portal__badge {
  margin-bottom: 12px;
  font-size: 10px;
  padding: 5px 10px;
}
.lf-portal__event {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
.lf-portal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  margin-bottom: 16px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.lf-portal__meta span:not(:last-child)::after {
  content: "·";
  margin: 0 10px;
  opacity: 0.55;
}
.lf-portal__tabs {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lf-portal__tabs span {
  padding: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid transparent;
}
.lf-portal__tabs .is-on {
  color: #fff;
  border-bottom-color: #9fd4ae;
}
.lf-portal--river .lf-portal__grid {
  gap: 16px;
  align-items: stretch;
}
.lf-portal--river .lf-portal__card {
  padding: 18px 16px;
  border-radius: 12px;
}
.lf-portal--river .lf-portal__card h4 {
  font-size: 12px;
  margin-bottom: 8px;
}
.lf-portal--river .lf-portal__row {
  font-size: 11px;
  padding: 9px 0;
}
.lf-portal__card--checkin {
  text-align: center;
}
.lf-portal__checkin-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 12px;
}
.lf-portal__pass {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.lf-portal--river .lf-portal__qr {
  width: 118px;
  height: 118px;
  margin: 0;
}
.lf-portal__bib {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.lf-portal__bib-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.lf-portal__bib-num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.lf-portal__entry {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}
.lf-portal__entry-title {
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.7);
}
.lf-portal__entry .lf-portal__row:first-of-type {
  border-top: none;
}
.lf-portal__link {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Email builder lo-fi */
.lf-email {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr;
  gap: 12px;
  min-height: 260px;
}
.lf-email__canvas {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lf-email__hero {
  height: 72px;
  background:
    linear-gradient(120deg, rgba(39, 107, 60, 0.45), rgba(25,53,196,0.35)),
    #241416;
}
.lf-email__block {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lf-email__block strong {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.lf-email__cta {
  padding: 0 14px 14px;
}
.lf-email__side {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}
.lf-email__side h5 {
  font-size: 10px;
  font-weight: 800;
  margin: 0 0 10px;
}
.lf-email__chip {
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 6px;
  padding: 8px 10px;
  margin-bottom: 6px;
  background: #fafafa;
}
.lf-email__chip.is-on {
  background: var(--lf-accent-soft);
  border-color: var(--lf-accent-mid);
  color: var(--text);
}

/* Results lo-fi */
.lf-results__toolbar {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.lf-results__toolbar .lf-parts__search {
  flex: 1;
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
}
.lf-results__row {
  display: grid;
  grid-template-columns: 48px 1.4fr 56px 64px;
  gap: 8px;
  align-items: center;
  padding: 9px 4px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 11px;
}
.lf-results__row--head {
  color: var(--muted);
  font-weight: 700;
  font-size: 10px;
  border-bottom-color: rgba(0,0,0,0.1);
}
.lf-results__row strong {
  font-variant-numeric: tabular-nums;
}

/* ── Bib transfer modal ── */
.lf-modal {
  background: #1a1a1a;
  color: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
}
.lf-modal__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.lf-modal__icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--green);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
}
.lf-modal__head strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.lf-modal__field { margin-bottom: 10px; }
.lf-modal__field label {
  display: block;
  font-size: 9px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 4px;
}
.lf-modal__input {
  height: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
}
.lf-modal__input--lg { height: 48px; }
.lf-modal__summary {
  margin: 12px 0;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
}
.lf-modal__summary p {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}
.lf-modal__actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.lf-modal__actions .lf-btn { flex: 1; }

/* ── Organizer shell (sidebar + content) ── */
.lf-org {
  display: grid;
  grid-template-columns: 52px 1fr;
  min-height: 200px;
  background: #f7f7f5;
}
.lf-org__side {
  background: #fff;
  border-right: 1px solid rgba(0,0,0,0.08);
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lf-org__logo {
  font-size: 9px;
  font-weight: 900;
  color: var(--lf-accent);
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.lf-org__nav-item {
  height: 8px;
  border-radius: 2px;
  background: rgba(0,0,0,0.08);
}
.lf-org__nav-item.is-active {
  background: rgba(39,107,60,0.25);
}
.lf-org__main { padding: 12px; }
.lf-org__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 10px;
}
.lf-org__top h4 {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.lf-org__top p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 2px;
}

/* Events grid */
.lf-events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.lf-events__card {
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: #ddd;
  border: 1px solid rgba(0,0,0,0.08);
}
.lf-events__card--create {
  background: #fff;
  border-style: dashed;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}
.lf-events__card--create span {
  display: block;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 4px;
}
.lf-events__card:nth-child(2) {
  background: linear-gradient(160deg, #5c6b7a, #2a3340);
}
.lf-events__card:nth-child(3) {
  background: linear-gradient(160deg, #8b5a3c, #3d2418);
}
.lf-events__card:nth-child(4) {
  background: linear-gradient(160deg, #2f3d2f, #121812);
}
.lf-events__tag {
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(0,0,0,0.45);
  color: #fff;
}
.lf-events__name {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  font-size: 9px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

/* Event summary metrics */
.lf-summary__metrics {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-bottom: 10px;
}
.lf-summary__metric {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 8px;
}
.lf-summary__metric span {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-bottom: 4px;
}
.lf-summary__metric strong {
  font-size: 13px;
  font-weight: 800;
}
.lf-summary__metric em {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-style: normal;
  color: var(--muted);
  font-weight: 600;
}
.lf-summary__chart {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 10px;
  height: 90px;
  position: relative;
}
.lf-summary__chart::before {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 28px;
  height: 1px;
  background: rgba(0,0,0,0.08);
}
.lf-summary__chart::after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 36px;
  height: 28px;
  border-bottom: 2px solid var(--lf-accent);
  border-radius: 0 0 40% 40%;
  opacity: 0.7;
}
.lf-summary__chart--filled {
  height: 72px;
  background: #fff;
}
.lf-summary__chart--filled::after {
  height: 34px;
  opacity: 1;
  border-bottom-color: var(--lf-accent);
}
.lf-summary__chart--filled::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 24px;
  bottom: 32px;
  height: 18px;
  background: transparent;
  border-bottom: 2px solid var(--green);
  border-radius: 0 0 50% 30%;
  opacity: 1;
}
.lf-summary__chart--lines {
  height: auto;
  padding: 8px 8px 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lf-summary__chart--lines::before,
.lf-summary__chart--lines::after {
  content: none;
  display: none;
}
.lf-summary__chart--lines svg {
  display: block;
  width: 100%;
  height: 64px;
}
.lf-summary__chart-grid {
  stroke: rgba(0,0,0,0.06);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}
.lf-summary__chart-line {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.lf-summary__chart-line--views {
  stroke: var(--red);
}
.lf-summary__chart-line--regs {
  stroke: var(--green);
}
.lf-summary__chart-days {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
  font-size: 8px;
  font-weight: 600;
  color: var(--muted);
}

/* Insights */
.lf-insights__bar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.lf-insights__tabs {
  display: flex;
  gap: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  flex: 1;
}
.lf-insights__tabs span {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  padding-bottom: 8px;
}
.lf-insights__tabs span.is-on {
  color: var(--text);
  box-shadow: inset 0 -2px 0 var(--green);
}
.lf-insights__range {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.lf-insights__range span {
  font-size: 9px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(0,0,0,0.04);
}
.lf-insights__range span.is-on {
  background: var(--green);
  color: #fff;
}
.lf-insights__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.lf-insights__card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 10px;
}
.lf-insights__card h4 {
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 2px;
}
.lf-insights__card > p {
  margin: 0 0 10px;
  font-size: 9px;
  color: var(--muted);
}
.lf-insights__funnel {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lf-insights__step,
.lf-insights__source {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
}
.lf-insights__step > span,
.lf-insights__source > span {
  width: 58px;
  flex-shrink: 0;
  font-weight: 600;
  color: var(--muted);
}
.lf-insights__step b,
.lf-insights__source b {
  width: 28px;
  text-align: right;
  font-size: 10px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.lf-insights__bar {
  flex: 1;
  height: 10px;
  border-radius: 4px;
  background: rgba(0,0,0,0.06);
  overflow: hidden;
}
.lf-insights__bar i {
  display: block;
  height: 100%;
  width: var(--w, 40%);
  background: var(--lf-accent);
  border-radius: 4px;
}
.lf-insights__sources {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lf-insights__sources .lf-insights__bar i {
  background: var(--green);
}
.lf-insights__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 10px;
}
.lf-insights__metric {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 8px;
}
.lf-insights__metric span {
  display: block;
  font-size: 8px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 4px;
}
.lf-insights__metric strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.lf-insights__metric em {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  font-style: normal;
  color: var(--muted);
  font-weight: 600;
}
.lf-insights__chart {
  height: 88px;
  margin-top: 4px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 0%, transparent 24%, rgba(0,0,0,0.04) 24%, rgba(0,0,0,0.04) 25%, transparent 25%, transparent 49%, rgba(0,0,0,0.04) 49%, rgba(0,0,0,0.04) 50%, transparent 50%, transparent 74%, rgba(0,0,0,0.04) 74%, rgba(0,0,0,0.04) 75%, transparent 75%),
    #faf8f5;
  position: relative;
  overflow: hidden;
}
.lf-insights__chart svg {
  display: block;
  width: 100%;
  height: 100%;
}
.lf-insights__days {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 8px;
  font-weight: 700;
  color: var(--muted);
}
.lf-insights--river .lf-insights__card {
  background: rgba(242, 237, 230, 0.45);
}
.lf-insights__legend {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  font-size: 9px;
  font-weight: 600;
  color: var(--muted);
}
.lf-insights__legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: middle;
}
.lf-insights__legend i.is-views { background: var(--red); }
.lf-insights__legend i.is-regs { background: var(--green); }
.lf-insights__links {
  display: flex;
  flex-direction: column;
}
.lf-insights__links > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  font-size: 10px;
}
.lf-insights__links > div:first-child {
  border-top: 0;
  padding-top: 0;
}
.lf-insights__links strong {
  font-weight: 800;
}
.lf-insights__links span {
  color: var(--muted);
  font-weight: 600;
}

/* Tickets editor */
.lf-tickets {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
}
.lf-tickets--river {
  gap: 14px;
}
.lf-tickets__field { margin-bottom: 8px; }
.lf-tickets__field label {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-bottom: 4px;
  font-weight: 600;
}
.lf-tickets__input {
  height: 26px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
}
.lf-tickets__input--filled,
.lf-tickets__input--muted,
.lf-tickets__input--area {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 600;
}
.lf-tickets__input--filled { font-weight: 700; }
.lf-tickets__input--muted {
  color: var(--muted);
  background: #f7f4ef;
}
.lf-tickets__input--area {
  height: auto;
  min-height: 48px;
  align-items: flex-start;
  padding: 8px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.4;
}
.lf-tickets__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.lf-tickets__desc {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
  background: #fff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 56px;
}
.lf-tickets__limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.lf-tickets__limit:last-of-type { border-bottom: 0; }
.lf-tickets__sold {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lf-tickets__sold em {
  font-style: normal;
  font-size: 9px;
  font-weight: 700;
  color: var(--muted);
}
.lf-tickets__toggles {
  display: flex;
  gap: 4px;
}
.lf-tickets__toggle {
  flex: 1;
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 700;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  color: var(--muted);
}
.lf-tickets__toggle.is-on {
  background: var(--lf-accent);
  border-color: var(--lf-accent);
  color: #fff;
}
.lf-tickets__save {
  margin-top: 10px;
}
.lf-tickets__save .lf-btn--primary {
  box-shadow: 0 6px 14px rgba(39, 107, 60, 0.22);
}
.lf-tickets--river .lf-tickets__field label { font-size: 10px; }
.lf-tickets--river .lf-tickets__toggle { font-size: 10px; padding: 7px; }
.lf-tickets--river .lf-tickets__input { height: 30px; }
.lf-tickets--river .lf-tickets__input--filled,
.lf-tickets--river .lf-tickets__input--muted { font-size: 11px; }

/* Automatic bib assignment */
.lf-bibs {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  align-items: start;
}
.lf-bibs__rules {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lf-bibs__ranges {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lf-bibs__range {
  display: grid;
  grid-template-columns: 1fr 52px auto 52px;
  gap: 6px;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
}
.lf-bibs__range em {
  font-style: normal;
  color: var(--muted);
  text-align: center;
}
.lf-bibs__range .lf-tickets__input {
  height: 28px;
  justify-content: center;
  padding: 0 6px;
}
.lf-bibs__preview {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 10px;
  background: rgba(242,237,230,0.45);
}
.lf-bibs__preview-head {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.lf-bibs__row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.lf-bibs__row:last-of-type { border-bottom: 0; }
.lf-bibs__row .lf-parts__av {
  width: 22px;
  height: 22px;
  font-size: 8px;
}
.lf-bibs__row strong {
  display: block;
  font-size: 11px;
  line-height: 1.2;
}
.lf-bibs__row em {
  display: block;
  font-style: normal;
  font-size: 9px;
  color: var(--muted);
  font-weight: 600;
}
.lf-bibs__num {
  min-width: 34px;
  text-align: right;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--text);
}
.lf-bibs__num.is-new {
  color: var(--lf-accent);
}
.lf-bibs__note {
  margin-top: 8px;
  font-size: 9px;
  font-weight: 600;
  color: var(--muted);
}
@media (max-width: 720px) {
  .lf-bibs {
    grid-template-columns: 1fr;
  }
}

/* Participants table */
.lf-parts__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 6px;
}
.lf-parts__tab {
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  padding-bottom: 6px;
}
.lf-parts__tab.is-on {
  color: var(--text);
  box-shadow: inset 0 -2px 0 var(--green);
}
.lf-parts__toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.lf-parts__search {
  flex: 1;
  height: 26px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
}
.lf-parts__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 9px;
}
.lf-parts__table th {
  text-align: left;
  color: var(--muted);
  font-weight: 700;
  padding: 6px 4px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.lf-parts__table td {
  padding: 7px 4px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  vertical-align: middle;
}
.lf-parts__name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
.lf-parts__av {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e07a3d;
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

/* Participant detail */
.lf-detail__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.lf-detail__av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
}
.lf-detail__cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.lf-detail__col {
  background: #fafafa;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  padding: 8px;
}
.lf-detail__col h5 {
  font-size: 9px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lf-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.lf-detail__actions .lf-btn { font-size: 9px; padding: 6px; }
.lf-detail__actions .lf-btn--danger {
  border-color: rgba(251, 69, 40, 0.35);
  color: var(--red);
  background: rgba(251, 69, 40, 0.06);
}

/* Team roster */
.lf-team__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.lf-team__eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.lf-team__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.lf-team__sub {
  margin-top: 4px;
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
}
.lf-team__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.lf-team__actions .lf-btn {
  padding: 7px 10px;
  font-size: 10px;
  border-radius: 999px;
  cursor: default;
}
.lf-team__roster {
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 12px;
}
.lf-team__roster-head,
.lf-team__row {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr 0.4fr 0.75fr;
  gap: 6px;
  align-items: center;
  padding: 8px 10px;
  font-size: 10px;
}
.lf-team__roster-head {
  font-weight: 700;
  color: var(--muted);
  background: rgba(242,237,230,0.7);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.lf-team__row {
  border-top: 1px solid rgba(0,0,0,0.05);
  color: var(--text);
}
.lf-team__row:first-of-type {
  border-top: 0;
}
.lf-team__name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  min-width: 0;
}
.lf-team__plus {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lf-accent-soft);
  color: var(--lf-accent);
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}
.lf-team__row--invite {
  background: rgba(39, 107, 60, 0.04);
  color: var(--muted);
}
.lf-team__invite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(242,237,230,0.85);
  border: 1px solid rgba(0,0,0,0.06);
}
.lf-team__invite strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 2px;
}
.lf-team__invite span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.4;
  max-width: 28ch;
}
.lf-team__invite code {
  flex-shrink: 0;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 8px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  color: var(--text);
}
@media (max-width: 700px) {
  .lf-team__roster-head,
  .lf-team__row {
    grid-template-columns: 1.5fr 0.45fr 0.85fr;
  }
  .lf-team__roster-head span:nth-child(2),
  .lf-team__row > span:nth-child(2) {
    display: none;
  }
  .lf-team__invite {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Waiver editor */
.lf-waiver {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 10px;
}
.lf-waiver--river {
  gap: 12px;
  min-height: 280px;
}
.lf-waiver__editor {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.lf-waiver__toolbar {
  display: flex;
  gap: 4px;
  padding: 6px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: #fafafa;
}
.lf-waiver__tool {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: rgba(0,0,0,0.06);
}
.lf-waiver__text {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lf-waiver--river .lf-waiver__text {
  padding: 14px;
  gap: 8px;
  min-height: 220px;
}
.lf-waiver--river .lf-waiver__text strong {
  font-size: 11px;
  letter-spacing: 0.04em;
}
.lf-waiver__side {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
}
.lf-waiver--river .lf-waiver__side {
  padding: 14px;
}
.lf-waiver__side h5 {
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 10px;
}
.lf-waiver__label {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-bottom: 4px;
  font-weight: 600;
}
.lf-waiver__note {
  margin: 8px 0 0;
  font-size: 9px;
  line-height: 1.4;
  color: var(--muted);
}
.lf-waiver__switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  margin-bottom: 10px;
}
.lf-waiver__knob {
  width: 28px;
  height: 16px;
  border-radius: 999px;
  background: var(--lf-accent);
  position: relative;
  flex-shrink: 0;
}
.lf-waiver__knob::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.lf-waiver__knob--off {
  background: rgba(0,0,0,0.15);
}
.lf-waiver__knob--off::after {
  right: auto;
  left: 2px;
}

/* Media frame helpers for cards/rivers */
.sol-card__media--shot {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.sol-card__media--shot .sol-shot {
  height: 100%;
  min-height: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.sol-mini__media--shot {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: block;
  padding: 0;
}
.sol-mini__media--shot .sol-shot,
.sol-mini__media--shot .lf-modal {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}
.sol-mini__media--shot .lf-modal {
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(0.92);
  transform-origin: top center;
}
.sol-river__frame--shot {
  aspect-ratio: auto;
  border: none;
  background: transparent;
  overflow: visible;
}
.sol-river__frame--shot .sol-shot {
  min-height: 340px;
}
.sol-river__frame--shot .sol-shot--river {
  min-height: 360px;
}
.sol-hero__product {
  position: relative;
  min-height: 460px;
}
.sol-hero__product .sol-shot {
  position: absolute;
}
.sol-hero__product .sol-shot--primary {
  inset: 0 6% 8% 0;
  z-index: 1;
}
.sol-hero__product .sol-shot--float {
  width: 48%;
  right: 0;
  bottom: 0;
  z-index: 2;
  animation: sol-float 8s var(--ease-in-out) infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sol-hero__product .sol-shot--float { animation: none; }
}

@media (max-width: 860px) {
  .lf-event,
  .lf-portal__grid,
  .lf-tickets,
  .lf-waiver,
  .lf-email,
  .lf-detail__cols,
  .lf-insights__grid { grid-template-columns: 1fr; }
  .lf-insights__metrics { grid-template-columns: repeat(2, 1fr); }
  .lf-events { grid-template-columns: 1fr 1fr; }
  .lf-summary__metrics { grid-template-columns: repeat(3, 1fr); }
  .sol-hero__product { min-height: 360px; }
  .sol-hero__product .sol-shot--float { width: 58%; }
  .lf-insights__bar-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .lf-org { grid-template-columns: 1fr; }
  .lf-org__side { display: none; }
  .lf-events { grid-template-columns: 1fr 1fr; }
  .lf-parts__table .lf-hide-sm { display: none; }
}

/* ─────────────────────────────────────────────
   Event page showcase (high-fidelity recreation)
───────────────────────────────────────────── */
.sol-event-show {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(39, 107, 60, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(25,53,196,0.16), transparent 50%),
    #2a1618;
  color: rgba(255,255,255,0.88);
}
.sol-event-show__glow {
  position: absolute;
  inset: -20% 40% auto -10%;
  height: 70%;
  background: radial-gradient(circle, rgba(207,162,40,0.14), transparent 65%);
  pointer-events: none;
}
.sol-event-show__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}
.sol-event-show__copy .sol-h2 {
  max-width: 12ch;
}
.sol-event-show__copy .sol-lede {
  margin-bottom: 8px;
}
.sol-event-show__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 22px 0 36px;
}
.sol-event-show__list li {
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255,255,255,0.78);
  padding-left: 22px;
  position: relative;
}
.sol-event-show__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 1px;
}
.sol-event-show__ghost {
  color: rgba(255,255,255,0.88) !important;
  border-color: rgba(255,255,255,0.28) !important;
}
@media (hover: hover) and (pointer: fine) {
  .sol-event-show__ghost:hover {
    background: rgba(255,255,255,0.08) !important;
  }
}
.sol-event-show__stage {
  position: relative;
}
.sol-event-show__device {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: #1c0f11;
  box-shadow:
    0 40px 80px rgba(0,0,0,0.45),
    0 0 0 1px var(--lf-accent-soft),
    0 0 60px var(--lf-accent-soft);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transition: transform 500ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .sol-event-show__device:hover {
    transform: perspective(1200px) rotateY(-1deg) rotateX(0deg) translateY(-4px);
  }
}
.sol-event-show__notch {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: rgba(0,0,0,0.35);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sol-event-show__notch em {
  font-style: normal;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.sol-event-show__screen {
  background: #3a1f22;
}
.sol-event-show__caption {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  text-align: center;
}

/* Event page UI */
.ep {
  padding: 16px 18px 20px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(90,40,45,0.55), transparent 40%),
    #3a1f22;
  min-height: 420px;
}
.ep__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ep__nav-btn {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.ep__nav-btn:first-child::before {
  content: '';
  position: absolute;
  inset: 9px 11px;
  border-left: 1.5px solid rgba(255,255,255,0.7);
  border-bottom: 1.5px solid rgba(255,255,255,0.7);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.ep__nav-btn:last-child::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 8px;
  width: 9px;
  height: 9px;
  border: 1.5px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  transform: translateX(-50%);
}
.ep__nav-btn:last-child::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: 12px;
  height: 6px;
  border: 1.5px solid rgba(255,255,255,0.7);
  border-top: none;
  border-radius: 0 0 8px 8px;
  transform: translateX(-50%);
}
.ep__layout {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 18px;
  align-items: start;
}
.ep__date {
  font-size: 11px;
  font-weight: 600;
  color: #cfa228;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.ep__title {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 8px;
}
.ep__meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 8px;
}
.ep__deck {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,0.55);
  margin-bottom: 12px;
  max-width: 36ch;
}
.ep__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.ep__pills span {
  font-size: 11px;
  font-weight: 600;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
}
.ep__block {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.ep__block h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.ep__block > p {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px;
}
.ep__race {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 8px;
}
.ep__race-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.1);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.ep__race-icon--alt { background: rgba(25,53,196,0.35); }
.ep__race-copy {
  flex: 1;
  min-width: 0;
}
.ep__race-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ep__race-copy em {
  display: inline-block;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #5dba78;
  background: rgba(39,107,60,0.2);
  padding: 2px 7px;
  border-radius: 999px;
  margin: 3px 0;
}
.ep__race-copy span {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,0.4);
}
.ep__race-price {
  font-size: 13px;
  font-weight: 700;
}
.ep__side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ep__photo {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #1a1012;
}
.ep__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ep__photo-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
}
.ep__photo-actions span {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.12);
}
.ep__cta-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.1);
}
.ep__cta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: inherit;
  cursor: default;
}
.ep__cta-beacon {
  position: relative;
  margin-bottom: 8px;
}
.ep__cta-beacon .ep__cta {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.ep__cta-beacon__ring {
  position: absolute;
  inset: -5px;
  border-radius: 999px;
  border: 2px solid rgba(39, 107, 60, 0.85);
  pointer-events: none;
  animation: ep-beacon 2s var(--ease-out, cubic-bezier(0.16, 1, 0.3, 1)) infinite;
}
.ep__cta-beacon__ring--delay {
  animation-delay: 0.7s;
}
@keyframes ep-beacon {
  0% {
    transform: scale(0.96);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.12);
    opacity: 0;
  }
  100% {
    transform: scale(1.12);
    opacity: 0;
  }
}
body.sol-checkout-open .ep__cta-beacon__ring {
  animation: none;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ep__cta-beacon__ring {
    animation: none;
    opacity: 0.55;
    inset: -3px;
    transform: none;
  }
}
.ep__cta--primary {
  background: #fff;
  color: #2a1618;
  border: none;
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .ep__cta--primary:hover {
    background: #f3ece6;
    transform: translateY(-1px);
  }
}
.ep__cta--primary:focus-visible {
  outline: 2px solid rgba(255,255,255,0.7);
  outline-offset: 2px;
}
.ep__cta--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
}
.ep__cta-note,
.ep__share {
  text-align: center;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}
.ep__share {
  margin-top: 8px;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
}

@media (max-width: 1024px) {
  .sol-event-show__grid { grid-template-columns: 1fr; gap: 36px; }
  .sol-event-show__device { transform: none; }
  @media (hover: hover) and (pointer: fine) {
    .sol-event-show__device:hover { transform: translateY(-4px); }
  }
}
@media (max-width: 700px) {
  .sol-event-show { padding: 72px 0; }
  .ep__layout { grid-template-columns: 1fr; }
  .ep__photo { aspect-ratio: 16 / 10; max-height: 220px; }
  .sol-event-show__notch em { display: none; }
}

/* Participant management: list + record stack */
.sol-parts-stack {
  position: relative;
  min-height: 440px;
  padding: 4px 4px 32px 0;
}
.sol-parts-stack__table {
  width: 90%;
  min-height: 290px;
  box-shadow: 0 14px 32px rgba(15, 15, 14, 0.07);
}
.sol-parts-stack__table .sol-shot__title,
.sol-parts-stack__detail .sol-shot__title {
  margin-left: 0;
}
.sol-parts-stack__row-active td {
  background: rgba(39, 107, 60, 0.08);
}
.sol-parts-stack__detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(66%, 310px);
  z-index: 2;
  box-shadow: 0 22px 48px rgba(15, 15, 14, 0.16);
}
.sol-parts-detail {
  padding: 14px 14px 12px !important;
}
.sol-parts-detail__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.sol-parts-detail__av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #1f6b4a;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}
.sol-parts-detail__identity {
  min-width: 0;
}
.sol-parts-detail__name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.sol-parts-detail__head strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111;
}
.sol-parts-detail__paid {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e7f6ec;
  color: #1f6b4a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.sol-parts-detail__bib {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}
.sol-parts-detail__tabs {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 -14px 12px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  overflow-x: auto;
  scrollbar-width: none;
}
.sol-parts-detail__tabs::-webkit-scrollbar {
  display: none;
}
.sol-parts-detail__tabs span {
  flex: 0 0 auto;
  padding: 8px 8px 9px;
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.sol-parts-detail__tabs span.is-on {
  color: #111;
  font-weight: 700;
  border-bottom-color: #f5a524;
}
.sol-parts-detail__timeline-wrap {
  padding-top: 2px;
}
.sol-parts-detail__timeline-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111;
}
.sol-parts-detail__timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sol-parts-detail__timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: rgba(0,0,0,0.08);
}
.sol-parts-detail__timeline li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.sol-parts-detail__icon {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #fff;
}
.sol-parts-detail__icon svg {
  width: 11px;
  height: 11px;
}
.sol-parts-detail__icon--mail {
  background: #3b82f6;
}
.sol-parts-detail__icon--ok {
  background: #34c759;
}
.sol-parts-detail__timeline li > div {
  min-width: 0;
  padding-top: 1px;
}
.sol-parts-detail__timeline strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #111;
  line-height: 1.3;
}
.sol-parts-detail__timeline span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.35;
}
.sol-parts-detail__meta {
  margin-top: 1px !important;
}
@media (max-width: 700px) {
  .sol-parts-stack {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
  }
  .sol-parts-stack__table {
    width: 100%;
  }
  .sol-parts-stack__detail {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

/* Race-day check-in: table + runner card stack */
.sol-checkin-stack {
  position: relative;
  min-height: 380px;
  padding-bottom: 24px;
}
.sol-checkin-stack__table {
  width: 100%;
  min-height: 300px;
}
.sol-checkin-stack__row-active td {
  background: rgba(39, 107, 60, 0.08);
}
.sol-checkin-stack__card {
  position: absolute;
  right: -8px;
  bottom: 0;
  width: min(52%, 260px);
  z-index: 2;
  box-shadow: 0 22px 48px rgba(15,15,14,0.22);
  animation: sol-float 8s var(--ease-in-out) infinite;
}
.sol-checkin-stack__card .sol-shot__body {
  padding: 12px;
}
.sol-checkin-stack__card .lf-portal__qr {
  width: 88px;
  height: 88px;
}
@media (prefers-reduced-motion: reduce) {
  .sol-checkin-stack__card { animation: none; }
}
@media (max-width: 700px) {
  .sol-checkin-stack {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 0;
  }
  .sol-checkin-stack__card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    animation: none;
  }
}
