/*
Theme Name: Pace Me Theme
Theme URI: https://runda.run
Author: Dev Pace Me
Description: Public platform theme for GPX upload, browse, and subscriptions.
Version: 0.1.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: pace-me-theme
*/

@font-face {
  font-family: "Gotham Ultra";
  src: url("./assets/fonts/Gotham-Ultra.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-0: #1d4875;
  --bg-1: #0e345a;
  --bg-2: #021a33;
  --panel: #121a2a;
  --panel-strong: #171f31;
  --line: rgba(255, 255, 255, 0.14);
  --ink: #f4f7ff;
  --muted: #afbdd8;
  --accent: #ef6f31;
  --accent-soft: rgba(239, 111, 49, 0.2);
  --mint: #8ef7d6;
  --gold: #ffd38a;
  --danger: #ff8f8f;
  --radius: 20px;
  --shadow: 18px 18px 34px rgba(5, 9, 16, 0.52), -8px -8px 24px rgba(44, 58, 92, 0.2);
  --shadow-soft: 10px 10px 20px rgba(6, 10, 18, 0.42), -6px -6px 14px rgba(40, 52, 84, 0.16);
  --font-display: "Gotham Ultra", "Sora", sans-serif;
  --font-body: "Plus Jakarta Sans", sans-serif;
  --font-mono: "Space Mono", monospace;
  --site-ui-scale: 0.5;
}

html.theme-light,
body.theme-light {
  --bg-0: #1d4875;
  --bg-1: #0e345a;
  --bg-2: #021a33;
  --panel: #f3f7fc;
  --panel-strong: #fcfdff;
  --line: rgba(26, 45, 76, 0.2);
  --ink: #1e2a3a;
  --muted: #607088;
  --accent-soft: rgba(239, 111, 49, 0.16);
  --mint: #2f8f82;
  --gold: #7e5c36;
  --shadow: 14px 14px 28px rgba(169, 186, 210, 0.46), -10px -10px 24px rgba(255, 255, 255, 0.86);
  --shadow-soft: 8px 8px 16px rgba(175, 193, 218, 0.44), -6px -6px 14px rgba(255, 255, 255, 0.82);
  background: linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 56%, var(--bg-2) 100%);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  background: linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 56%, var(--bg-2) 100%);
  font-family: var(--font-body);
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(0, 0, 0, 0), rgba(0, 10, 24, 0.32) 100%);
  pointer-events: none;
  z-index: 0;
}

html.theme-light body::before,
body.theme-light::before {
  background: radial-gradient(circle at 50% 42%, rgba(0, 0, 0, 0), rgba(0, 10, 24, 0.32) 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.runda-mobile-desktop-notice {
  display: none;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  max-width: 100%;
  margin: 10px auto 14px;
  overflow-x: clip;
}

.site-ui-scale {
  width: 100%;
  zoom: var(--site-ui-scale);
  transform-origin: top center;
}

.banner-slot {
  border: 1px dashed rgba(255, 255, 255, 0.24);
  background: rgba(8, 10, 18, 0.72);
  border-radius: var(--radius);
  min-height: clamp(163px, 20vw, 270px);
  padding: 0;
  display: block;
  overflow: hidden;
  font-family: var(--font-mono);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}

.banner-slot-image {
  display: block;
  width: 100%;
  height: clamp(163px, 20vw, 270px);
  object-fit: cover;
}

.banner-slot strong {
  color: var(--mint);
}

.header-ticker-strip {
  margin: 6px 0 10px;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
}

.header-ticker-track {
  display: flex;
  width: max-content;
  animation: headerTickerSlide 76s linear infinite;
  will-change: transform;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 247, 239, 0.9);
}

.header-ticker-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.header-ticker-group span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.header-ticker-group span::after {
  content: "•";
  margin: 0 24px;
  color: var(--mint);
}

.header-how-it-works {
  margin: 8px 0 10px;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.header-how-it-works:hover {
  transform: none !important;
  box-shadow: var(--shadow-soft) !important;
}

.header-how-it-works.card:hover {
  transform: none !important;
  box-shadow: var(--shadow-soft) !important;
}

.header-how-it-works .planner-guide-card,
.header-how-it-works .planner-guide-card:hover,
.header-how-it-works .planner-guide-card:focus-within {
  transform: none !important;
  animation: none !important;
}

.shell-header {
  margin: 14px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 14%, rgba(239, 111, 49, 0.16), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(142, 247, 214, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(11, 15, 24, 0.92), rgba(18, 24, 36, 0.95));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.shell-header-home-top {
  display: block;
}

.brand-block {
  display: grid;
  gap: 10px;
}

.brand-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7.5vw, 6rem);
  line-height: 0.88;
  letter-spacing: 0.01em;
  margin: 0;
  font-weight: 800;
}

.brand-title--logo {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.brand-logo-link {
  display: inline-block;
  max-width: 100%;
  color: inherit;
  line-height: 0;
  text-decoration: none;
}

.brand-logo-link:focus-visible {
  outline: 2px solid rgba(142, 247, 214, 0.72);
  outline-offset: 8px;
}

.brand-logo {
  display: block;
  width: clamp(250px, 32vw, 520px);
  max-width: 100%;
  height: auto;
}

.brand-sub {
  margin: 6px 0 0;
  color: var(--muted);
  font-family: var(--font-mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 0.77rem;
  max-width: 66ch;
}

.nav-row-home {
  margin-top: 10px;
  max-width: 680px;
}

html.theme-light .shell-header,
body.theme-light .shell-header {
  background:
    radial-gradient(circle at 12% 14%, rgba(239, 111, 49, 0.14), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(47, 143, 130, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(254, 251, 245, 0.94), rgba(242, 248, 255, 0.96));
  box-shadow: 0 16px 28px rgba(41, 64, 100, 0.14);
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-link {
  border: 1px solid var(--line);
  background: #26344f;
  padding: 11px 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

button.chip-link {
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: normal;
  color: inherit;
  cursor: pointer;
}

.chip-link.chip-link--scout {
  background: #050705;
  border-color: rgba(9, 125, 65, 0.62);
  color: #fff7ef;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chip-link.chip-link--scout:hover,
.chip-link.chip-link--scout:focus-visible {
  background: #097d41;
  border-color: #13a65a;
  color: #fff7ef;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.42), 8px 10px 24px rgba(9, 125, 65, 0.25);
}

.chip-link:hover {
  background: #31486f;
  border-color: rgba(142, 247, 214, 0.36);
  box-shadow: 0 0 0 1px rgba(142, 247, 214, 0.16), 8px 10px 20px rgba(10, 18, 30, 0.42);
}

.chip-link:active {
  background: #3d5c8d;
  border-color: rgba(239, 111, 49, 0.45);
  box-shadow: 0 0 0 1px rgba(239, 111, 49, 0.2), 6px 8px 16px rgba(10, 18, 30, 0.4);
}

.theme-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.theme-switch-track {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 42px;
  height: 22px;
  padding: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.theme-switch-track input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.theme-switch-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}

.theme-switch-track input:checked + .theme-switch-thumb {
  transform: translateX(20px);
  background: var(--accent);
}

.content-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  border-radius: 28px;
  padding: clamp(20px, 3.6vw, 34px);
  backdrop-filter: blur(12px);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  padding: 22px;
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 20px 20px 34px rgba(5, 9, 16, 0.5), -8px -8px 24px rgba(48, 63, 100, 0.24);
}

.hero .card:hover {
  transform: none;
  box-shadow: var(--shadow-soft);
}

.card h2,
.card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.title {
  font-family: var(--font-display);
  letter-spacing: 0.005em;
  line-height: 0.9;
  font-size: clamp(2rem, 7vw, 4.5rem);
  margin: 0;
  font-weight: 800;
}

.lede {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 58ch;
  font-size: 1.02rem;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--mint);
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.badge {
  border-radius: 999px;
  padding: 9px 12px;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.badge.highlight {
  background: var(--mint);
  color: #0d1a18;
  border: 0;
}

.grid {
  display: grid;
  gap: 16px;
}

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

.grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pill.warn {
  color: var(--gold);
}

.pill.ok {
  color: var(--mint);
}

.pricing-number {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 8vw, 5rem);
  line-height: 0.85;
  margin: 8px 0 0;
}

.pricing-page-shell {
  display: grid;
  gap: 10px;
}

.pricing-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 18px;
  background:
    radial-gradient(circle at top right, rgba(142, 247, 214, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(239, 111, 49, 0.12), rgba(14, 52, 90, 0.12)),
    #0b1220;
  border-color: rgba(255, 255, 255, 0.18);
}

.pricing-hero-card--tagline {
  grid-template-columns: 1fr;
  width: 100%;
  min-height: clamp(150px, 18vw, 240px);
  place-items: center;
  padding: clamp(28px, 4vw, 56px);
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(142, 247, 214, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(239, 111, 49, 0.12), rgba(14, 52, 90, 0.16)),
    #0b1220;
}

.pricing-hero-card--tagline h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.6rem, 5vw, 5.6rem);
  line-height: 0.92;
  text-align: center;
  text-wrap: balance;
}

.pricing-offer-banner {
  display: grid;
  grid-template-columns: 1fr;
  width: min(100%, 1600px);
  max-width: 80%;
  margin: 0 auto;
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(9, 125, 65, 0.92);
  border-radius: 8px;
  background:
    radial-gradient(circle at right, rgba(142, 247, 214, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(9, 125, 65, 0.22), rgba(0, 0, 0, 0.8)),
    #050806;
  box-shadow:
    0 0 0 1px rgba(142, 247, 214, 0.08),
    0 0 28px rgba(9, 125, 65, 0.18);
}

.pricing-offer-banner[hidden] {
  display: none;
}

.pricing-offer-banner__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  align-items: start;
  gap: clamp(20px, 4vw, 54px);
}

.pricing-offer-banner__copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.pricing-offer-banner__copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.2vw, 4.8rem);
  line-height: 0.95;
}

.pricing-offer-banner__copy p:last-child {
  max-width: 72ch;
  margin: 0;
  color: var(--ink);
}

.pricing-offer-banner__meter {
  display: grid;
  width: 100%;
  min-width: 0;
  justify-self: end;
  justify-items: end;
  align-content: start;
  gap: 8px;
  text-align: right;
}

.pricing-offer-banner__meter strong {
  display: block;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 6vw, 5.75rem);
  line-height: 0.86;
  color: #fff7ef;
  white-space: nowrap;
}

.pricing-offer-banner__meter span {
  width: auto;
  max-width: 100%;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  line-height: 1.18;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.pricing-offer-banner__status {
  display: flex;
  justify-content: center;
  padding-top: 2px;
  text-align: center;
  color: var(--ink);
}

.pricing-offer-banner__status small {
  color: var(--muted);
}

.pricing-offer-banner__status small {
  max-width: 72ch;
}

.pricing-hero-copy {
  display: grid;
  gap: 14px;
}

.pricing-hero-copy h2 {
  max-width: 18ch;
  font-size: clamp(2.8rem, 4vw, 5.5rem);
  line-height: 0.94;
}

.pricing-hero-copy .lede {
  max-width: 62ch;
}

.pricing-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pricing-hero-status {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 20px;
  border-radius: 18px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-hero-status h3 {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1;
}

.pricing-tier-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1600px);
  max-width: 80%;
  margin: 0 auto;
  gap: 10px;
}

.pricing-tier-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 18px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    #0a1019;
  border-color: rgba(255, 255, 255, 0.12);
}

.pricing-tier-card:hover,
.pricing-tier-card:focus-within {
  background: #097d41;
  border-color: #097d41;
  box-shadow: 0 0 0 1px rgba(142, 247, 214, 0.18), 8px 10px 20px rgba(10, 18, 30, 0.42);
}

.pricing-tier-card:hover .muted,
.pricing-tier-card:focus-within .muted,
.pricing-tier-card:hover .pricing-tier-price__unit,
.pricing-tier-card:focus-within .pricing-tier-price__unit,
.pricing-tier-card:hover .pricing-tier-list li,
.pricing-tier-card:focus-within .pricing-tier-list li,
.pricing-tier-card:hover .pricing-tier-copy,
.pricing-tier-card:focus-within .pricing-tier-copy {
  color: #fff7ef;
}

.pricing-tier-card:hover .pricing-tier-flag,
.pricing-tier-card:focus-within .pricing-tier-flag,
.pricing-tier-card:hover .pill,
.pricing-tier-card:focus-within .pill {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(255, 247, 239, 0.34);
  color: #fff7ef;
}

.pricing-tier-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.pricing-tier-card__top h3 {
  font-size: clamp(1.45rem, 1.55vw, 2rem);
  line-height: 0.95;
}

.pricing-tier-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.pricing-tier-flag.is-current {
  background: rgba(239, 111, 49, 0.18);
  border-color: rgba(239, 111, 49, 0.34);
  color: #fff7ef;
}

.pricing-tier-price {
  display: grid;
  gap: 2px;
}

.pricing-tier-price__value {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 2.8vw, 3.8rem);
  line-height: 0.88;
  letter-spacing: 0.01em;
}

.pricing-tier-price__unit {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.pricing-tier-copy {
  color: var(--ink);
}

.pricing-tier-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pricing-tier-list {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-tier-list li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.26;
}

.pricing-tier-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 3px rgba(142, 247, 214, 0.1);
}

.pricing-tier-footer {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.pricing-tier-footer .btn {
  width: 100%;
  justify-content: center;
}

.pricing-tier-note {
  min-height: 3em;
}

.pricing-flow-card {
  display: grid;
  gap: 12px;
}

.pricing-flow-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pricing-flow-card__cell {
  display: grid;
  gap: 6px;
  min-height: 100%;
}

.pricing-flow-card__cell--summary {
  grid-column: span 1;
}

.pricing-flow-card__message,
.pricing-flow-card__summary,
.pricing-flow-card__status {
  margin: 0;
}

.pricing-flow-card__headline {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  line-height: 1.05;
  color: var(--ink);
}

.pricing-flow-card__status {
  min-height: 1.4em;
}

.pricing-tier-card--free .pricing-tier-flag {
  color: var(--gold);
}

.pricing-tier-card--core {
  background:
    linear-gradient(150deg, rgba(29, 72, 117, 0.18), rgba(255, 255, 255, 0.01)),
    #09111b;
}

.pricing-tier-card--runner {
  background:
    radial-gradient(circle at top right, rgba(142, 247, 214, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(239, 111, 49, 0.16), rgba(142, 247, 214, 0.07)),
    #081018;
  border-color: rgba(142, 247, 214, 0.32);
  box-shadow:
    0 0 0 1px rgba(142, 247, 214, 0.08),
    18px 18px 34px rgba(5, 9, 16, 0.52),
    -8px -8px 24px rgba(44, 58, 92, 0.2);
}

.pricing-tier-card--runner:hover,
.pricing-tier-card--runner:focus-within {
  border-color: #097d41;
}

.pricing-tier-card--legend {
  background:
    radial-gradient(circle at top left, rgba(255, 211, 138, 0.12), transparent 36%),
    linear-gradient(150deg, rgba(255, 211, 138, 0.08), rgba(255, 255, 255, 0.01)),
    #0a1019;
}

.pricing-tier-card.is-current {
  border-color: rgba(239, 111, 49, 0.48);
  box-shadow:
    0 0 0 1px rgba(239, 111, 49, 0.12),
    18px 18px 34px rgba(5, 9, 16, 0.52),
    -8px -8px 24px rgba(44, 58, 92, 0.2);
}

body.runda-pricing-mode .content-panel {
  display: grid;
  gap: 18px;
}

body.runda-pricing-mode .content-panel > .pricing-page-shell {
  margin-top: 6px;
}

body.runda-pricing-mode .shell-header {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

body.runda-pricing-mode .brand-block {
  gap: 12px;
}

body.runda-pricing-mode .brand-block .brand-title {
  order: 1;
}

body.runda-pricing-mode .brand-block .nav-row-home {
  order: 2;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  max-width: 100%;
  overflow: visible !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

body.runda-pricing-mode .brand-block .brand-sub {
  order: 3;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.runda-pricing-mode .brand-logo {
  width: clamp(250px, 32vw, 520px);
  max-width: 100%;
  height: auto;
}

body.runda-pricing-mode .brand-block .nav-row-home .chip-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  min-height: 44px;
  padding: 10px 14px !important;
  font-size: 0.88rem !important;
  background: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: none;
}

body.runda-pricing-mode .brand-block .nav-row-home .chip-link:hover,
body.runda-pricing-mode .brand-block .nav-row-home .chip-link:focus-visible {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
  box-shadow: none;
}

body.runda-pricing-mode .brand-badges {
  display: none !important;
}

body.runda-admin-hub-mode .shell-header {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body.runda-admin-hub-mode .site-ui-scale {
  zoom: 1 !important;
}

body.runda-admin-hub-mode .brand-block .brand-title {
  order: 1 !important;
}

body.runda-admin-hub-mode .brand-block .nav-row-home {
  order: 2 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  max-width: 100% !important;
  overflow: visible !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

body.runda-admin-hub-mode .brand-block .brand-sub {
  order: 3 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.runda-admin-hub-mode .brand-logo {
  width: clamp(250px, 32vw, 520px) !important;
  max-width: 100% !important;
  height: auto !important;
}

body.runda-admin-hub-mode .brand-badges {
  display: none !important;
}

body.runda-admin-hub-mode .brand-block .nav-row-home .chip-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  min-height: 44px;
  padding: 10px 14px !important;
  font-size: 0.88rem !important;
}

@media (max-width: 1280px) {
  .pricing-offer-banner {
    max-width: 100%;
  }

  .pricing-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .pricing-hero-card {
    grid-template-columns: 1fr;
  }

  .pricing-offer-banner__top {
    grid-template-columns: 1fr;
  }

  .pricing-offer-banner__meter {
    width: auto;
    justify-items: start;
    text-align: left;
  }

  .pricing-offer-banner__meter span {
    white-space: normal;
  }

  .pricing-flow-card__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .pricing-hero-card--tagline {
    min-height: 0;
    padding: 24px 18px;
  }

  .pricing-tier-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .pricing-hero-pills {
    flex-direction: column;
  }
}

.muted {
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.btn:hover {
  box-shadow: 0 0 0 1px rgba(142, 247, 214, 0.16), 8px 10px 20px rgba(10, 18, 30, 0.42);
}

.btn.primary {
  background: var(--accent);
  color: #160d06;
  border-color: rgba(0, 0, 0, 0.24);
}

.btn.primary:hover {
  background: #f78546;
  border-color: rgba(0, 0, 0, 0.28);
}

.btn.primary:active {
  background: #ff9a60;
  border-color: rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 183, 140, 0.36), 8px 10px 20px rgba(10, 18, 30, 0.42);
}

.btn.secondary {
  background: #273550;
  border-color: #2f3f5f;
  color: var(--ink);
}

.btn.secondary:hover {
  background: #31486f;
  border-color: rgba(142, 247, 214, 0.36);
}

.btn.secondary:active {
  background: #3d5c8d;
  border-color: rgba(239, 111, 49, 0.4);
}

.btn.secondary.btn-danger {
  background: rgba(184, 56, 56, 0.28);
  border-color: rgba(255, 143, 143, 0.44);
  color: #ffd9d9;
}

.btn.secondary.btn-danger:hover {
  background: rgba(208, 70, 70, 0.34);
  border-color: rgba(255, 164, 164, 0.58);
}

.btn.secondary.btn-danger:active {
  background: rgba(225, 78, 78, 0.4);
  border-color: rgba(255, 184, 184, 0.64);
}

.btn[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}

.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #1b2438;
  color: var(--ink);
  padding: 12px 13px;
  font-family: var(--font-body);
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.22), inset -2px -2px 4px rgba(255, 255, 255, 0.03);
}

input[type="file"]::file-selector-button {
  border: 0;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--ink);
  padding: 8px 10px;
  margin-right: 10px;
}

.gpx-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #1a2438;
  padding: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: var(--shadow-soft);
}

.gpx-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 18px 18px 30px rgba(4, 8, 15, 0.45), -8px -8px 18px rgba(47, 61, 95, 0.2);
}

.dashboard-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-card {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.19);
}

.dashboard-hover-card {
  transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.dashboard-hover-card:hover {
  transform: none;
  background:
    linear-gradient(155deg, rgba(142, 247, 214, 0.09), rgba(239, 111, 49, 0.08)),
    var(--panel-strong);
  border-color: rgba(142, 247, 214, 0.34);
  box-shadow: 18px 18px 30px rgba(4, 8, 15, 0.42), -8px -8px 18px rgba(47, 61, 95, 0.22);
}

.project-card:hover {
  transform: none;
  background:
    linear-gradient(155deg, rgba(142, 247, 214, 0.1), rgba(239, 111, 49, 0.08)),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(142, 247, 214, 0.32);
}

.gpx-card h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.gpx-card .muted {
  margin: 6px 0 0;
}

.admin-demo-route-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 10px 0 0;
  padding: 7px 10px;
  border: 1px solid rgba(10, 185, 92, 0.55);
  border-radius: 999px;
  background: rgba(10, 185, 92, 0.08);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-demo-route-toggle input {
  accent-color: var(--accent);
}

.gpx-card.is-home-demo-route {
  border-color: rgba(10, 185, 92, 0.62);
}

.pace-me-surface-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  margin-left: 8px;
  border: 1px solid rgba(142, 247, 214, 0.24);
  border-radius: 999px;
  background: rgba(8, 16, 19, 0.62);
  color: #97ffd4;
  padding: 3px 8px 3px 6px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pace-me-surface-badge__icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.pace-me-surface-badge__icon circle {
  fill: currentColor;
  stroke: none;
}

.pace-me-surface-badge[data-surface-type="gravel"] {
  border-color: rgba(239, 183, 118, 0.28);
  color: #efb776;
}

.pace-me-surface-badge[data-surface-type="asphalt"] {
  border-color: rgba(179, 202, 229, 0.26);
  color: #b3cae5;
}

.pace-me-surface-badge[data-surface-type="mixed"] {
  border-color: rgba(208, 169, 255, 0.28);
  color: #d0a9ff;
}

.pace-me-surface-selector {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.pace-me-surface-selector legend {
  margin-bottom: 7px;
  color: rgba(255, 247, 239, 0.72);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pace-me-surface-selector__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pace-me-surface-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(142, 247, 214, 0.2);
  border-radius: 999px;
  background: rgba(8, 16, 19, 0.66);
  color: rgba(255, 247, 239, 0.78);
  padding: 7px 10px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.pace-me-surface-chip:hover,
.pace-me-surface-chip:focus-visible {
  border-color: rgba(151, 255, 212, 0.68);
  background: rgba(9, 125, 65, 0.2);
  color: #fff7ef;
}

.pace-me-surface-chip.is-active {
  border-color: #4cff95;
  background: rgba(9, 125, 65, 0.32);
  color: #fff7ef;
  box-shadow: 0 0 0 1px rgba(76, 255, 149, 0.2), 0 0 18px rgba(76, 255, 149, 0.2);
}

.pace-me-surface-chip__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.pace-me-surface-chip__icon circle {
  fill: currentColor;
  stroke: none;
}

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

.rating-row .btn {
  padding: 7px 10px;
  font-size: 0.78rem;
}

.mini-list {
  margin: 8px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 5px;
}

.comment-compose {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.comment-input {
  resize: vertical;
  min-height: 64px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px) scale(0.985);
}

body.is-ready .reveal {
  animation: reveal 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

body.is-ready .reveal:nth-child(2) {
  animation-delay: 0.08s;
}

body.is-ready .reveal:nth-child(3) {
  animation-delay: 0.14s;
}

body.is-ready .reveal:nth-child(4) {
  animation-delay: 0.2s;
}

.site-footer {
  position: relative;
  margin-top: 18px;
  padding-bottom: 44px;
  display: grid;
  gap: 14px;
}

.footer-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.84rem;
}

.planner-shell {
  margin-top: 12px;
}

.planner-page-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  padding: 12px;
}

.planner-guide-banner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  margin-top: 8px;
}

.home-step-rail {
  margin: 0 0 14px;
  width: 100%;
  max-width: 100%;
  gap: 8px;
  zoom: 1;
  transform: none;
  transform-origin: top left;
}

.home-step-rail .planner-guide-step {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  letter-spacing: 0;
  font-size: 0.78rem;
  margin-bottom: 8px;
}

.home-step-rail .planner-guide-card {
  padding: 10px 12px;
  min-height: 112px;
}

.home-step-rail .planner-guide-card h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.home-step-rail .planner-guide-card .muted {
  font-size: 0.84rem;
  line-height: 1.34;
}

.home-step-chip-row {
  margin-top: auto;
  padding-top: 8px;
}

.home-step-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 8px;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planner-guide-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  padding: 14px 12px;
  min-height: 126px;
  transform: none;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.planner-guide-card:hover {
  background: rgba(142, 247, 214, 0.1);
  border-color: rgba(142, 247, 214, 0.34);
  transform: none;
}

.planner-guide-step {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  font-family: var(--font-mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.planner-guide-card h3 {
  margin: 0 0 6px;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.2;
}

.planner-guide-card .muted {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 600;
  line-height: 1.42;
}

.planner-guide-card--action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.planner-guide-card--action .btn {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.planner-guide-upload-form {
  display: grid;
  gap: 8px;
}

.planner-guide-upload-visibility {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(151, 255, 212, 0.18);
  border-radius: 14px;
  background: rgba(6, 19, 12, 0.78);
  display: grid;
  gap: 8px;
}

.planner-guide-upload-visibility legend {
  padding: 0 6px;
  color: #97ffd4;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.planner-guide-upload-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.planner-guide-upload-choice input {
  margin-top: 3px;
}

.planner-guide-upload-choice span {
  display: grid;
  gap: 2px;
}

.planner-guide-upload-choice strong {
  color: #fff7ef;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.planner-guide-upload-choice em {
  color: rgba(255, 247, 239, 0.68);
  font-style: normal;
  font-size: 0.88rem;
  line-height: 1.35;
}

body.page-slug-planner .site-shell {
  width: 100%;
  margin: 0;
}

body.page-slug-planner .content-panel {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 6px 10px 10px;
}

body.page-slug-planner .planner-page-frame {
  border-radius: 14px;
  padding: 6px;
}

body.page-slug-planner .planner-shell {
  margin-top: 0;
}

body.page-slug-planner .shell-header {
  margin-bottom: 8px;
}

body.page-slug-home .shell-header {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: grid;
  grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  --home-step-card-min-height: clamp(240px, 17vw, 340px);
}

body.page-slug-home .shell-header-home-top {
  min-width: 0;
}

body.page-slug-home .shell-header .planner-guide-banner {
  margin-top: 0;
  min-height: var(--home-step-card-min-height);
  height: auto;
  grid-template-rows: minmax(var(--home-step-card-min-height), 1fr);
  align-self: stretch;
  align-content: stretch;
}

.shell-header .shell-header-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 1fr;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  min-height: 100%;
  height: 100%;
  gap: 10px;
}

.shell-header .shell-header-steps .planner-guide-card {
  height: 100%;
  min-height: 0;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

body.page-slug-home .shell-header .shell-header-steps .planner-guide-card {
  min-height: var(--home-step-card-min-height);
  height: 100%;
}

.shell-header .shell-header-steps .planner-guide-step {
  font-size: clamp(0.9rem, 0.84rem + 0.16vw, 1.02rem);
  letter-spacing: 0.14em;
  margin-bottom: 11px;
}

.shell-header .shell-header-steps .planner-guide-card h3 {
  font-size: clamp(1.14rem, 1rem + 0.34vw, 1.42rem);
  margin-bottom: 10px;
  line-height: 1.1;
}

.shell-header .shell-header-steps .planner-guide-card .muted {
  font-size: clamp(0.86rem, 0.8rem + 0.18vw, 1rem);
  line-height: 1.34;
}

.shell-header .shell-header-steps .planner-guide-card--action .btn {
  margin-top: auto;
  min-height: 56px;
  font-size: clamp(1.02rem, 0.95rem + 0.16vw, 1.14rem);
  font-weight: 800;
}

body.page-slug-home .content-panel {
  margin-top: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 16px;
}

.home-demo-card {
  overflow: visible;
  overflow-anchor: none;
}

.home-demo-card--inline {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-demo-card--inline > .eyebrow,
.home-demo-card--inline > h3 {
  padding: 0 14px;
}

.home-demo-action-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 14px 12px;
}

.home-demo-save-chip {
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.86rem;
  font-weight: 900;
  white-space: nowrap;
  border-color: #143b2b;
  background: #000000;
  color: #fff7ef;
}

.home-demo-save-chip:hover,
.home-demo-save-chip:focus-visible {
  border-color: #008f4a !important;
  background: #008f4a !important;
  color: #fff7ef !important;
  box-shadow: 0 0 0 1px rgba(0, 143, 74, 0.35), 0 14px 34px rgba(0, 143, 74, 0.22) !important;
}

.home-demo-inline {
  width: 100%;
  overflow: visible;
}

.home-demo-inline .app-shell {
  min-height: 0;
  height: auto;
}

.runda-consent-banner[hidden],
.runda-consent-dialog[hidden],
.runda-consent-settings-chip[hidden] {
  display: none !important;
}

.runda-consent-banner:not([hidden]) {
  position: fixed;
  left: clamp(14px, 3vw, 44px);
  right: clamp(14px, 3vw, 44px);
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 3600;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px;
  color: #fff7ef;
  background:
    linear-gradient(135deg, rgba(0, 15, 5, 0.98), rgba(5, 21, 13, 0.96)),
    #000f05;
  border: 1px solid rgba(0, 143, 74, 0.62);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 247, 239, 0.04) inset;
}

.runda-consent-banner__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.runda-consent-banner__copy h3 {
  margin: 0;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 0.98rem + 0.38vw, 1.38rem);
  line-height: 1;
  text-transform: uppercase;
}

.runda-consent-banner__copy p {
  margin: 0;
  max-width: 68rem;
  color: rgba(255, 247, 239, 0.86);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.38;
}

.runda-consent-banner__copy a {
  width: fit-content;
  color: #8ef7d6;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-consent-banner__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 8px;
}

.runda-consent-banner__actions,
.runda-consent-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.runda-consent-banner__actions .pill {
  min-height: 42px;
  padding: 10px 14px;
  border-color: rgba(0, 143, 74, 0.52);
  background: rgba(0, 0, 0, 0.58);
  color: #fff7ef;
  font-size: 0.72rem;
}

.runda-consent-banner__actions .pill:hover,
.runda-consent-banner__actions .pill:focus-visible,
.runda-consent-accept {
  border-color: #008f4a !important;
  background: #008f4a !important;
  color: #fff7ef !important;
}

.runda-consent-settings-chip {
  position: fixed;
  left: auto;
  right: clamp(14px, 3vw, 44px);
  bottom: calc(6px + env(safe-area-inset-bottom, 0px));
  z-index: 3400;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 239, 0.18);
  border-radius: 999px;
  background: rgba(0, 15, 5, 0.78);
  color: rgba(255, 247, 239, 0.68);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.site-footer .runda-consent-settings-chip {
  position: absolute;
  right: 0;
  bottom: 0;
}

.runda-consent-settings-chip__icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.runda-consent-settings-chip__icon circle {
  fill: currentColor;
  stroke: none;
}

.runda-consent-settings-chip:hover,
.runda-consent-settings-chip:focus-visible {
  border-color: rgba(0, 143, 74, 0.72);
  background: rgba(0, 143, 74, 0.16);
  color: rgba(255, 247, 239, 0.94);
}

.runda-consent-dialog:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 3700;
  display: grid;
  place-items: center;
  padding: 22px;
}

.runda-consent-dialog__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.68);
  cursor: pointer;
}

.runda-consent-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: min(760px, calc(100vh - 44px));
  overflow-y: auto;
  display: grid;
  gap: 12px;
  color: #fff7ef;
  background:
    linear-gradient(135deg, rgba(0, 15, 5, 0.98), rgba(9, 22, 15, 0.96)),
    #000f05;
  border-color: rgba(0, 143, 74, 0.58);
}

.runda-consent-dialog__panel h3,
.runda-consent-dialog__panel p {
  margin: 0;
}

.runda-consent-choice {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 247, 239, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.runda-consent-choice strong,
.runda-consent-choice small {
  display: block;
}

.runda-consent-choice strong {
  font-family: var(--font-display);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.runda-consent-choice small {
  margin-top: 3px;
  color: rgba(255, 247, 239, 0.68);
  font-size: 0.82rem;
  line-height: 1.35;
}

.runda-consent-choice input {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin: 0;
  border: 1px solid rgba(255, 247, 239, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    background 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.runda-consent-choice input::before {
  content: "";
  width: 7px;
  height: 13px;
  border-right: 3px solid #fff7ef;
  border-bottom: 3px solid #fff7ef;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 140ms ease;
}

.runda-consent-choice input:checked {
  border-color: #008f4a;
  background: #008f4a;
}

.runda-consent-choice input:checked::before {
  transform: rotate(45deg) scale(1);
}

.runda-consent-choice input:focus-visible {
  outline: 2px solid rgba(142, 247, 214, 0.72);
  outline-offset: 3px;
}

.runda-consent-choice input:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.runda-consent-choice.is-locked {
  opacity: 0.82;
}

.runda-consent-dialog__actions {
  justify-content: flex-end;
  margin-top: 2px;
}

.home-signup-card {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.home-signup-card::after {
  display: none;
}

.home-signup-card > * {
  position: relative;
  z-index: 1;
}

html.theme-light .banner-slot,
body.theme-light .banner-slot {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(25, 45, 76, 0.25);
}

html.theme-light .chip-link,
body.theme-light .chip-link,
html.theme-light .gpx-card,
body.theme-light .gpx-card,
html.theme-light .project-card,
body.theme-light .project-card,
html.theme-light input[type="text"],
body.theme-light input[type="text"],
html.theme-light input[type="email"],
body.theme-light input[type="email"],
html.theme-light input[type="password"],
body.theme-light input[type="password"],
html.theme-light input[type="file"],
body.theme-light input[type="file"],
html.theme-light textarea,
body.theme-light textarea,
html.theme-light select,
body.theme-light select {
  background: #ffffff;
  border-color: rgba(25, 45, 76, 0.18);
  color: var(--ink);
}

html.theme-light .chip-link,
body.theme-light .chip-link {
  background: #f7faff;
}

html.theme-light .chip-link:hover,
body.theme-light .chip-link:hover {
  background: #e9f1ff;
  border-color: rgba(47, 143, 130, 0.35);
  box-shadow: 0 0 0 1px rgba(47, 143, 130, 0.15), 8px 10px 20px rgba(41, 64, 100, 0.16);
}

html.theme-light .chip-link:active,
body.theme-light .chip-link:active {
  background: #dbe8ff;
  border-color: rgba(216, 98, 47, 0.35);
}

html.theme-light .btn.secondary,
body.theme-light .btn.secondary {
  background: #dce6f5;
  border-color: rgba(30, 50, 82, 0.16);
  color: #22344d;
}

html.theme-light .btn.secondary:hover,
body.theme-light .btn.secondary:hover {
  background: #cfdff6;
  border-color: rgba(47, 143, 130, 0.34);
  box-shadow: 0 0 0 1px rgba(47, 143, 130, 0.14), 8px 10px 20px rgba(41, 64, 100, 0.16);
}

html.theme-light .btn.secondary:active,
body.theme-light .btn.secondary:active {
  background: #c3d6f2;
  border-color: rgba(216, 98, 47, 0.34);
}

html.theme-light .btn.secondary.btn-danger,
body.theme-light .btn.secondary.btn-danger {
  background: #f5dcdc;
  border-color: rgba(166, 40, 40, 0.3);
  color: #7e2525;
}

html.theme-light .btn.secondary.btn-danger:hover,
body.theme-light .btn.secondary.btn-danger:hover {
  background: #f1cfcf;
  border-color: rgba(166, 40, 40, 0.44);
}

html.theme-light .planner-page-frame,
body.theme-light .planner-page-frame {
  background: rgba(255, 255, 255, 0.8);
}

html.theme-light .planner-guide-card,
body.theme-light .planner-guide-card {
  background: #ffffff;
  border-color: rgba(25, 45, 76, 0.18);
}

html.theme-light .home-signup-card,
body.theme-light .home-signup-card {
  border-color: rgba(239, 111, 49, 0.32);
  background:
    radial-gradient(circle at 14% 8%, rgba(239, 111, 49, 0.18), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(47, 155, 134, 0.16), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(240, 247, 255, 0.94));
  box-shadow: 0 16px 38px rgba(37, 58, 92, 0.16);
}

.home-signup-pill-grid {
  margin-top: 12px;
  gap: 10px;
}

.home-signup-pill-grid .pill {
  justify-content: center;
  padding: 12px 16px;
  min-height: 48px;
  font-size: 0.94rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  border: 0;
  background: linear-gradient(130deg, rgba(239, 111, 49, 0.95), rgba(255, 163, 88, 0.95));
  color: #1d0f06;
}

.home-signup-pill-grid .pill.ok {
  background: linear-gradient(130deg, rgba(142, 247, 214, 0.95), rgba(110, 227, 244, 0.95));
  color: #071a17;
}

.home-signup-value-list {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.home-signup-value-pill {
  border-radius: 999px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #081217;
}

.home-signup-value-pill--free {
  background: linear-gradient(120deg, #e56a2f 0%, #f09b52 100%);
  color: #170c06;
}

.home-signup-value-pill--pro,
.home-signup-value-pill--price {
  background: linear-gradient(120deg, #7dd1be 0%, #66c4da 100%);
}

.home-demo-frame {
  display: block;
  width: 100%;
  min-height: 82vh;
  max-height: none;
  border: 0;
  border-radius: 16px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.18);
  overflow-anchor: none;
}

/* Guest coming soon poster mode */
body.runda-coming-soon-mode {
  background: #000000;
}

body.runda-coming-soon-mode::before {
  display: none;
}

body.runda-coming-soon-mode .site-shell {
  width: 100%;
  margin: 0;
  min-height: 100vh;
}

body.runda-coming-soon-mode .banner-slot,
body.runda-coming-soon-mode .header-ticker-strip,
body.runda-coming-soon-mode .shell-header {
  display: none;
}

body.runda-coming-soon-mode .content-panel {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.coming-soon-stage {
  width: min(92vw, 980px);
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.coming-soon-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.84rem, 1.2vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #f0f0f0;
}

.coming-soon-brand {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(6rem, 18vw, 15rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0.01em;
  color: #f2f2f2;
  text-transform: uppercase;
}

.coming-soon-title {
  margin: 2px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 2.3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #f5f5f5;
}

.coming-soon-login {
  width: min(84vw, 280px);
  display: grid;
  gap: 12px;
  text-align: left;
  background: #a5a59b;
  padding: 16px;
  border-radius: 0;
  border: 0;
}

.coming-soon-login__title {
  margin: 0 0 2px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #0c0c0c;
}

.coming-soon-login input[type="text"],
.coming-soon-login input[type="password"] {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 8px 0;
  color: #f7f7f7;
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 700;
  text-transform: uppercase;
}

.coming-soon-login input::placeholder {
  color: #f0f0f0;
  opacity: 1;
}

.coming-soon-login__submit {
  border-radius: 0;
  border: 0;
  padding: 9px 12px;
  background: #111111;
  color: #f4f4f4;
  box-shadow: none;
  justify-self: stretch;
}

.legal-whisper {
  margin: 0;
  text-align: right;
  opacity: 0.62;
}

.legal-whisper .btn {
  padding: 8px 12px;
  font-size: 0.76rem;
  letter-spacing: 0.03em;
}

.legal-cookie-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.legal-cookie-card,
.legal-cookie-details {
  border: 1px solid rgba(255, 247, 239, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.028);
}

.legal-cookie-card {
  padding: 16px;
}

.legal-cookie-details {
  margin-top: 14px;
  padding: 18px;
}

.legal-cookie-card h3,
.legal-cookie-details h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1rem;
  text-transform: uppercase;
}

.legal-cookie-card code {
  color: #8ef7d6;
}

.runda-share-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 44px) 0;
}

.runda-share-card {
  display: grid;
  gap: clamp(18px, 2.8vw, 32px);
  padding: clamp(18px, 3vw, 38px);
  border: 1px solid rgba(0, 143, 74, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(0, 143, 74, 0.18), transparent 46%);
  box-shadow:
    0 0 0 1px rgba(142, 247, 214, 0.12),
    0 0 34px rgba(0, 143, 74, 0.34),
    0 28px 90px rgba(0, 0, 0, 0.42);
}

.runda-share-heading {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.runda-share-logo {
  display: block;
  width: min(280px, 62vw);
  height: auto;
  margin: 0 auto 2px;
  object-fit: contain;
}

.runda-share-heading h1 {
  max-width: 980px;
  margin: 0;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.runda-share-attribution {
  margin: 0;
  color: rgba(255, 247, 239, 0.64);
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 0.66rem + 0.24vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-share-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.runda-share-metric-card {
  display: grid;
  gap: 8px;
  min-height: 124px;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(255, 247, 239, 0.14);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.82);
}

.runda-share-metric-card span,
.runda-share-metric-card em {
  color: rgba(255, 247, 239, 0.55);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-share-metric-card strong {
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 5vw, 4.6rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.runda-share-map-panel {
  position: relative;
  min-height: clamp(340px, 46vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(0, 143, 74, 0.45);
  border-radius: 8px;
  background: #050505;
}

.runda-share-map {
  width: 100%;
  height: clamp(340px, 46vw, 560px);
  background: #050505;
}

.runda-share-map.leaflet-container {
  color: #111;
  font-family: var(--font-body);
}

.runda-share-map-status {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 400;
  margin: 0;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.74);
  color: rgba(255, 247, 239, 0.76);
}

.runda-share-map-status:empty {
  display: none;
}

.runda-share-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.runda-share-footer--actions-only {
  justify-content: flex-end;
}

.runda-share-footer > .muted {
  margin: 0;
  color: rgba(255, 247, 239, 0.62);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.runda-share-actions .btn {
  min-width: 178px;
  text-align: center;
  text-decoration: none;
}

.runda-share-primary-cta {
  border-color: #008f4a !important;
  background: #008f4a !important;
  color: #fff7ef !important;
}

.runda-share-primary-cta:hover,
.runda-share-primary-cta:focus-visible {
  border-color: #00a85a !important;
  background: #00a85a !important;
  color: #fff7ef !important;
}

@media (max-width: 720px) {
  .runda-share-shell {
    padding: 12px 0 20px;
  }

  .runda-share-metrics {
    grid-template-columns: 1fr;
  }

  .runda-share-footer,
  .runda-share-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .runda-share-actions .btn {
    width: 100%;
  }
}

.runda-public-profile-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 44px) 0;
}

.runda-public-profile-card {
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  padding: clamp(18px, 3vw, 42px);
  border: 1px solid rgba(0, 143, 74, 0.92);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.99)),
    radial-gradient(circle at 50% 0%, rgba(0, 143, 74, 0.2), transparent 48%);
  box-shadow:
    0 0 0 1px rgba(142, 247, 214, 0.12),
    0 0 34px rgba(0, 143, 74, 0.34),
    0 28px 90px rgba(0, 0, 0, 0.42);
}

.runda-public-profile-hero {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.runda-public-profile-avatar {
  width: min(400px, 74vw);
  height: min(400px, 74vw);
  border: 1px solid rgba(142, 247, 214, 0.32);
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(0, 143, 74, 0.5),
    0 18px 70px rgba(0, 0, 0, 0.5);
}

.runda-public-profile-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.runda-public-profile-bio {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 247, 239, 0.72);
  font-size: clamp(1rem, 0.92rem + 0.36vw, 1.24rem);
  line-height: 1.45;
}

.runda-public-profile-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 4px;
}

.runda-public-profile-socials a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(142, 247, 214, 0.24);
  border-radius: 50%;
  color: #8ef7d6;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
}

.runda-public-profile-socials a:hover,
.runda-public-profile-socials a:focus-visible {
  border-color: #008f4a;
  background: #008f4a;
  color: #fff7ef;
}

.runda-public-profile-socials svg {
  width: 21px;
  height: 21px;
}

.runda-public-profile-routes {
  display: grid;
  gap: 14px;
}

.runda-public-profile-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 247, 239, 0.12);
  padding-bottom: 10px;
}

.runda-public-profile-section-head .eyebrow {
  margin: 0;
}

.runda-public-profile-section-head strong {
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.88;
}

.runda-public-profile-empty {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 247, 239, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.026);
}

.runda-public-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.runda-public-profile-route-card {
  display: grid;
  gap: 18px;
  min-height: 178px;
  padding: 16px;
  border: 1px solid rgba(0, 143, 74, 0.42);
  border-radius: 8px;
  background: rgba(10, 10, 10, 0.86);
  color: #fff7ef;
  text-decoration: none;
}

.runda-public-profile-route-card:hover,
.runda-public-profile-route-card:focus-visible {
  border-color: #008f4a;
  box-shadow: 0 0 0 1px rgba(0, 143, 74, 0.28), 0 18px 42px rgba(0, 0, 0, 0.36);
}

.runda-public-profile-route-card span,
.runda-public-profile-route-card em {
  color: rgba(255, 247, 239, 0.58);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-public-profile-route-card h2 {
  margin: 0;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.runda-public-profile-route-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.runda-public-profile-route-card strong {
  color: #8ef7d6;
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1;
}

@media (max-width: 920px) {
  .runda-public-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .runda-public-profile-grid {
    grid-template-columns: 1fr;
  }

  .runda-public-profile-section-head {
    align-items: start;
    flex-direction: column;
  }
}

.runda-consent-dialog__legal-note a {
  color: #8ef7d6;
  font-weight: 800;
}

@media (max-width: 900px) {
  .legal-cookie-grid {
    grid-template-columns: 1fr;
  }
}

/* Global palette override: RUNDA black + translucent cards/chips */
:root,
html.theme-light,
body.theme-light {
  --bg-0: #000000;
  --bg-1: #000000;
  --bg-2: #000000;
  --panel: rgba(255, 255, 255, 0.012);
  --panel-strong: rgba(255, 255, 255, 0.02);
  --line: rgba(255, 255, 255, 0.26);
  --ink: #fcfcfc;
  --muted: #aeb3bb;
  --accent: #ef6f31;
  --accent-soft: rgba(239, 111, 49, 0.2);
  --mint: #f2f2f2;
  --gold: #f0f0f0;
  --shadow: 0 24px 52px rgba(0, 0, 0, 0.62);
  --shadow-soft: 0 14px 30px rgba(0, 0, 0, 0.5);
}

html,
body,
html.theme-light,
body.theme-light {
  background: #000000;
  color: var(--ink);
}

body::before,
html.theme-light body::before,
body.theme-light::before {
  background: none;
}

.shell-header,
.content-panel,
.header-ticker-strip,
.banner-slot,
.site-shell,
.planner-shell,
.home-demo-inline,
.home-demo-card,
.home-demo-frame {
  background: #000000;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.card,
.planner-page-frame,
.planner-guide-card,
.home-signup-card,
.coming-soon-login {
  background: rgba(255, 255, 255, 0.016);
  border-color: transparent;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.chip-link,
.brand-badge,
.badge,
.pill,
.btn.secondary,
.btn.ghost,
.btn,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select,
.gpx-card,
.project-card {
  background: rgba(255, 255, 255, 0.026);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--ink);
}

.chip-link:hover,
.btn.secondary:hover,
.btn.ghost:hover {
  background:
    linear-gradient(0deg, rgba(142, 247, 214, 0.1), rgba(142, 247, 214, 0.1)),
    rgba(255, 255, 255, 0.036);
  border-color: rgba(142, 247, 214, 0.34);
  box-shadow: 0 0 0 1px rgba(142, 247, 214, 0.16), 8px 10px 20px rgba(0, 0, 0, 0.3);
}

.chip-link:active,
.btn.secondary:active,
.btn.ghost:active {
  background: rgba(239, 111, 49, 0.2);
  border-color: rgba(239, 111, 49, 0.45);
}

.badge.highlight,
.btn.primary,
.btn.cta {
  background: var(--accent);
  color: #1a120e;
  border-color: transparent;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 820px) {
  .runda-consent-banner:not([hidden]) {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 15px;
  }

  .runda-consent-banner__actions,
  .runda-consent-dialog__actions {
    justify-content: stretch;
  }

  .runda-consent-banner__actions .pill,
  .runda-consent-dialog__actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  body > .runda-consent-settings-chip {
    left: auto;
    right: 12px;
    bottom: calc(6px + env(safe-area-inset-bottom, 0px));
  }
}

@keyframes headerTickerSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .hero,
  .grid.cols-2,
  .grid.cols-3 {
    grid-template-columns: 1fr;
  }

  .planner-guide-banner {
    grid-template-columns: 1fr 1fr;
  }

  .home-signup-value-pill {
    min-height: 48px;
    font-size: 0.82rem;
    letter-spacing: 0.07em;
    padding: 10px 14px;
  }

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

  .home-demo-frame {
    min-height: 64vh;
    max-height: none;
  }

  .shell-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
  }

  body.page-slug-home .shell-header {
    grid-template-columns: 1fr;
    --home-step-card-min-height: clamp(170px, 34vw, 230px);
  }

  .shell-header .shell-header-steps .planner-guide-card {
    min-height: 0;
    padding: 16px 14px;
  }

  .shell-header .shell-header-steps .planner-guide-step {
    margin-bottom: 9px;
  }

  .shell-header .shell-header-steps .planner-guide-card h3 {
    font-size: clamp(1.02rem, 0.9rem + 0.72vw, 1.22rem);
  }

  .shell-header .shell-header-steps .planner-guide-card .muted {
    font-size: clamp(0.8rem, 0.74rem + 0.42vw, 0.92rem);
  }

  .theme-switch {
    width: 100%;
    justify-content: center;
  }

  .brand-logo {
    width: clamp(210px, 62vw, 420px);
  }
}

@media (max-width: 680px) {
  body.page-slug-home .shell-header {
    --home-step-card-min-height: 156px;
  }

  .planner-guide-banner {
    grid-template-columns: 1fr;
  }
}

/* Strict Site-Wide Scheme (Requested 2026-04-19) */
:root,
html.theme-light,
body.theme-light {
  --runda-bg: #000000;
  --runda-module-bg: #111111;
  --runda-hover-bg: #1e2f39;
  --runda-chip-outline: #061823;
}

html,
body,
html.theme-light,
body.theme-light {
  background: var(--runda-bg) !important;
  color: var(--ink) !important;
}

body::before,
body::after,
html.theme-light body::before,
body.theme-light::before,
html.theme-light body::after,
body.theme-light::after {
  background: none !important;
  display: none !important;
}

.site-shell,
.shell-header,
.content-panel,
.header-ticker-strip,
.banner-slot,
.planner-shell,
.home-demo-inline,
.home-demo-frame,
.home-demo-frame-wrap,
.shell-header-home-top,
.nav-row-home {
  background: var(--runda-bg) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.card,
.planner-page-frame,
.planner-guide-card,
.home-signup-card,
.coming-soon-login,
.gpx-card,
.project-card,
.home-demo-card,
.header-snapshot-card,
.header-how-it-works {
  background: var(--runda-module-bg) !important;
  border-color: var(--runda-module-bg) !important;
  box-shadow: none !important;
}

.chip-link,
.badge,
.pill {
  background: var(--runda-module-bg) !important;
  border-color: var(--runda-chip-outline) !important;
  border-width: 1px !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.btn,
.btn.secondary,
.btn.ghost,
.btn.primary,
.btn.cta {
  background: var(--runda-module-bg) !important;
  border-color: var(--runda-module-bg) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
}

.chip-link:hover,
body.theme-light .chip-link:hover,
html.theme-light .chip-link:hover {
  background: #097d41 !important;
  border-color: #097d41 !important;
  color: #fff7ef !important;
  box-shadow: none !important;
}

/* Only nav chips use hover color */
.btn:hover,
.btn.secondary:hover,
.btn.ghost:hover,
.btn.primary:hover,
.btn.cta:hover,
.card:hover,
.planner-guide-card:hover,
.gpx-card:hover,
.project-card:hover {
  background: var(--runda-module-bg) !important;
  border-color: var(--runda-module-bg) !important;
  box-shadow: none !important;
  transform: none !important;
}

.badge:hover,
.pill:hover {
  background: var(--runda-module-bg) !important;
  border-color: var(--runda-chip-outline) !important;
  box-shadow: none !important;
}

/* Keep selected dashboard cards at fixed module tone */
.dashboard-static-card,
.dashboard-static-card:hover,
.dashboard-static-card:focus-within,
.dashboard-static-card:active {
  background: var(--runda-module-bg) !important;
  border-color: var(--runda-module-bg) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Header color lock */
.banner-slot,
.banner-slot-top,
.header-ticker-strip,
.header-ticker-track {
  background: #000000 !important;
}

.banner-slot-image {
  display: none !important;
}

/* Component Palette Override (Requested 2026-04-19) */
.brand-block {
  background: #000000 !important;
}

.chip-link {
  background: #0a0a0a !important;
}

.chip-link:hover,
body.theme-light .chip-link:hover,
html.theme-light .chip-link:hover {
  background: #097d41 !important;
  border-color: #097d41 !important;
  color: #fff7ef !important;
}

.planner-guide-card {
  background: #0a0a0a !important;
  border-color: #0a0a0a !important;
}

.planner-guide-card:hover,
.planner-guide-card:focus-within {
  background: #097d41 !important;
  border-color: #097d41 !important;
}

.card,
.home-demo-card,
.gpx-card,
.project-card,
.dashboard-static-card,
.planner-page-frame,
.coming-soon-login,
.home-signup-card,
.header-snapshot-card {
  background: #000000 !important;
  border-color: #000000 !important;
}

.card:hover,
.card:focus-within,
.home-demo-card:hover,
.gpx-card:hover,
.project-card:hover,
.dashboard-static-card:hover,
.planner-page-frame:hover,
.coming-soon-login:hover,
.home-signup-card:hover,
.header-snapshot-card:hover {
  background: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Hover Motion Lock: cards, chips, modules */
.card,
.planner-guide-card,
.gpx-card,
.project-card,
.home-demo-card,
.dashboard-static-card,
.planner-page-frame,
.coming-soon-login,
.home-signup-card,
.header-snapshot-card,
.chip-link,
.badge,
.pill,
.btn,
.btn.secondary,
.btn.ghost,
.btn.primary,
.btn.cta {
  transform: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease !important;
}

.card:hover,
.card:focus-within,
.planner-guide-card:hover,
.planner-guide-card:focus-within,
.gpx-card:hover,
.project-card:hover,
.home-demo-card:hover,
.dashboard-static-card:hover,
.planner-page-frame:hover,
.coming-soon-login:hover,
.home-signup-card:hover,
.header-snapshot-card:hover,
.chip-link:hover,
.chip-link:focus-visible,
.badge:hover,
.pill:hover,
.btn:hover,
.btn.secondary:hover,
.btn.ghost:hover,
.btn.primary:hover,
.btn.cta:hover {
  transform: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease !important;
}

/* Project Switcher title cue */
.project-title-link {
  color: inherit !important;
  text-decoration: none;
}

.project-title-link:hover,
.project-title-link:focus-visible {
  color: inherit !important;
  text-decoration: underline;
}

/* Home demo card lock */
#home-demo,
.home-demo-card,
.home-demo-card--inline,
.home-demo-card:hover,
.home-demo-card:focus-within {
  background: #000000 !important;
  border-color: #000000 !important;
}

/* Route Snapshots card: no card hover tint, only internal chips hover */
#dashboard-route-snapshots,
#dashboard-route-snapshots:hover,
#dashboard-route-snapshots:focus-within {
  background: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  transform: none !important;
}

#dashboard-route-snapshots .gpx-card,
#dashboard-route-snapshots .gpx-card:hover,
#dashboard-route-snapshots .gpx-card:focus-within {
  background: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  transform: none !important;
}

#dashboard-route-snapshots .btn:hover,
#dashboard-route-snapshots .btn:focus-visible,
#dashboard-route-snapshots .btn.secondary:hover,
#dashboard-route-snapshots .btn.primary:hover,
#dashboard-route-snapshots .pill:hover {
  background: #097d41 !important;
  border-color: #097d41 !important;
  color: #fff7ef !important;
}

/* Planner header card: no hover tint */
.planner-page-frame,
.planner-page-frame:hover,
.planner-page-frame:focus-within {
  background: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Dashboard cleanup: stable outer cards, hover only on inner cards + micro-chips */
body.page-slug-dashboard .dashboard-static-card,
body.page-slug-dashboard .dashboard-static-card:hover,
body.page-slug-dashboard .dashboard-static-card:focus-within,
body.page-slug-dashboard .dashboard-static-card:active {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard #dashboard-route-snapshots,
body.page-slug-dashboard #dashboard-route-snapshots:hover,
body.page-slug-dashboard #dashboard-route-snapshots:focus-within,
body.page-slug-dashboard #dashboard-route-snapshots:active {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard .dashboard-static-card .gpx-card,
body.page-slug-dashboard .dashboard-static-card .project-card {
  background: #000000 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard .dashboard-static-card .gpx-card:hover,
body.page-slug-dashboard .dashboard-static-card .gpx-card:focus-within,
body.page-slug-dashboard .dashboard-static-card .project-card:hover,
body.page-slug-dashboard .dashboard-static-card .project-card:focus-within {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard #dashboard-route-snapshots .gpx-card,
body.page-slug-dashboard #dashboard-route-snapshots .gpx-card:focus-within {
  background: #000000 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard #dashboard-route-snapshots .gpx-card:hover {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard .dashboard-static-card .pill,
body.page-slug-dashboard .dashboard-static-card .badge,
body.page-slug-dashboard .dashboard-static-card .btn,
body.page-slug-dashboard .dashboard-static-card .btn.secondary,
body.page-slug-dashboard .dashboard-static-card .btn.ghost,
body.page-slug-dashboard .dashboard-static-card .btn.primary,
body.page-slug-dashboard .dashboard-static-card .btn.cta {
  background: #000000 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}

body.page-slug-dashboard .dashboard-static-card .pill:hover,
body.page-slug-dashboard .dashboard-static-card .pill:focus-visible,
body.page-slug-dashboard .dashboard-static-card .badge:hover,
body.page-slug-dashboard .dashboard-static-card .badge:focus-visible,
body.page-slug-dashboard .dashboard-static-card .btn:hover,
body.page-slug-dashboard .dashboard-static-card .btn:focus-visible,
body.page-slug-dashboard .dashboard-static-card .btn.secondary:hover,
body.page-slug-dashboard .dashboard-static-card .btn.secondary:focus-visible,
body.page-slug-dashboard .dashboard-static-card .btn.ghost:hover,
body.page-slug-dashboard .dashboard-static-card .btn.ghost:focus-visible,
body.page-slug-dashboard .dashboard-static-card .btn.primary:hover,
body.page-slug-dashboard .dashboard-static-card .btn.primary:focus-visible,
body.page-slug-dashboard .dashboard-static-card .btn.cta:hover,
body.page-slug-dashboard .dashboard-static-card .btn.cta:focus-visible {
  background: #097d41 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: #fff7ef !important;
}

/* Dashboard cleanup fallback (no page-slug body class present) */
.dashboard-static-card,
.dashboard-static-card:hover,
.dashboard-static-card:focus-within,
.dashboard-static-card:active {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

#dashboard-route-snapshots,
#dashboard-route-snapshots:hover,
#dashboard-route-snapshots:focus-within,
#dashboard-route-snapshots:active {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.dashboard-static-card .gpx-card,
.dashboard-static-card .project-card {
  background: #000000 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.dashboard-static-card .gpx-card:hover,
.dashboard-static-card .gpx-card:focus-within,
.dashboard-static-card .project-card:hover,
.dashboard-static-card .project-card:focus-within {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

#dashboard-route-snapshots .gpx-card,
#dashboard-route-snapshots .gpx-card:focus-within {
  background: #000000 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

#dashboard-route-snapshots .gpx-card:hover {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.dashboard-static-card .pill,
.dashboard-static-card .badge,
.dashboard-static-card .btn,
.dashboard-static-card .btn.secondary,
.dashboard-static-card .btn.ghost,
.dashboard-static-card .btn.primary,
.dashboard-static-card .btn.cta {
  background: #000000 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
}

.dashboard-static-card .pill:hover,
.dashboard-static-card .pill:focus-visible,
.dashboard-static-card .badge:hover,
.dashboard-static-card .badge:focus-visible,
.dashboard-static-card .btn:hover,
.dashboard-static-card .btn:focus-visible,
.dashboard-static-card .btn.secondary:hover,
.dashboard-static-card .btn.secondary:focus-visible,
.dashboard-static-card .btn.ghost:hover,
.dashboard-static-card .btn.ghost:focus-visible,
.dashboard-static-card .btn.primary:hover,
.dashboard-static-card .btn.primary:focus-visible,
.dashboard-static-card .btn.cta:hover,
.dashboard-static-card .btn.cta:focus-visible {
  background: #097d41 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: #fff7ef !important;
}

/* Route cards open on full-card click */
.route-open-card {
  cursor: pointer;
}

.dashboard-project-switcher-card .project-card {
  position: relative;
}

.dashboard-project-switcher-card .project-card-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
}

.dashboard-project-switcher-card .project-card h4,
.dashboard-project-switcher-card .project-card .project-title-link,
.dashboard-project-switcher-card .project-card .cta-row,
.dashboard-project-switcher-card .project-card .cta-row .btn {
  position: relative;
  z-index: 3;
}

/* Dashboard final palette lock (2026-04-19): outer #000, inner #0A0A0A, inner hover #097D41 */
body.page-slug-dashboard .dashboard-static-card,
body.page-slug-dashboard .dashboard-static-card:hover,
body.page-slug-dashboard .dashboard-static-card:focus-within,
body.page-slug-dashboard .dashboard-static-card:active,
body.page-slug-dashboard #dashboard-route-snapshots,
body.page-slug-dashboard #dashboard-route-snapshots:hover,
body.page-slug-dashboard #dashboard-route-snapshots:focus-within,
body.page-slug-dashboard #dashboard-route-snapshots:active,
.dashboard-static-card,
.dashboard-static-card:hover,
.dashboard-static-card:focus-within,
.dashboard-static-card:active,
#dashboard-route-snapshots,
#dashboard-route-snapshots:hover,
#dashboard-route-snapshots:focus-within,
#dashboard-route-snapshots:active {
  background: #000000 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard .dashboard-static-card .gpx-card,
body.page-slug-dashboard .dashboard-static-card .project-card,
body.page-slug-dashboard #dashboard-route-snapshots .gpx-card,
.dashboard-static-card .gpx-card,
.dashboard-static-card .project-card,
#dashboard-route-snapshots .gpx-card {
  background: #0a0a0a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.page-slug-dashboard .dashboard-static-card .gpx-card:hover,
body.page-slug-dashboard .dashboard-static-card .gpx-card:focus-within,
body.page-slug-dashboard .dashboard-static-card .project-card:hover,
body.page-slug-dashboard .dashboard-static-card .project-card:focus-within,
body.page-slug-dashboard #dashboard-route-snapshots .gpx-card:hover,
body.page-slug-dashboard #dashboard-route-snapshots .gpx-card:focus-within,
.dashboard-static-card .gpx-card:hover,
.dashboard-static-card .gpx-card:focus-within,
.dashboard-static-card .project-card:hover,
.dashboard-static-card .project-card:focus-within,
#dashboard-route-snapshots .gpx-card:hover,
#dashboard-route-snapshots .gpx-card:focus-within {
  background: #097d41 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Dashboard: Create Project collapsible card */
.dashboard-create-project-card {
  overflow: hidden !important;
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
}

.dashboard-create-project-summary {
  list-style: none;
  cursor: pointer;
  display: block;
  padding: 0;
}

.dashboard-create-project-summary::-webkit-details-marker {
  display: none;
}

.dashboard-create-project-summary .eyebrow {
  margin: 0 0 8px;
}

.dashboard-create-project-summary h3 {
  margin: 0;
}

.dashboard-create-project-card:not([open]),
body.page-slug-dashboard .dashboard-create-project-card:not([open]) {
  background: #0a0a0a !important;
  padding: 12px 14px !important;
}

.dashboard-create-project-card:not([open]):hover,
.dashboard-create-project-card:not([open]):focus-within,
body.page-slug-dashboard .dashboard-create-project-card:not([open]):hover,
body.page-slug-dashboard .dashboard-create-project-card:not([open]):focus-within {
  background: #097d41 !important;
}

.dashboard-create-project-card[open],
body.page-slug-dashboard .dashboard-create-project-card[open] {
  background: #000000 !important;
}

.dashboard-create-project-card[open] .dashboard-create-project-summary {
  margin-bottom: 12px;
}

.dashboard-create-project-card:not([open]) .dashboard-create-project-summary .eyebrow {
  margin-bottom: 4px !important;
}

.dashboard-create-project-card:not([open]) .dashboard-create-project-summary h3 {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.dashboard-layout-grid {
  align-items: start;
  gap: 12px;
}

.dashboard-left-lower-stack {
  display: grid;
  gap: 12px;
  align-content: start;
}

.dashboard-create-mode-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.dashboard-create-mode-chips .pill {
  margin: 0;
}

.dashboard-create-mode-chips button.pill {
  cursor: pointer;
  border: 1px solid #0a0a0a;
  background: #0a0a0a;
  color: #fff7ef;
}

.dashboard-create-mode-chips button.pill:hover,
.dashboard-create-mode-chips button.pill:focus-visible {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
}

.dashboard-account-page {
  display: grid;
  gap: 12px;
}

.dashboard-account-card {
  display: grid;
  gap: 14px;
  scroll-margin-top: 24px;
}

.dashboard-account-shell,
.dashboard-account-shell:hover,
.dashboard-account-shell:focus-within {
  border: 2px solid #0b5f3a !important;
  border-radius: 14px !important;
  background: #050607 !important;
  box-shadow: none !important;
  padding: 12px !important;
}

.dashboard-account-shell__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 10px;
}

.dashboard-account-shell__intro,
.dashboard-account-shell__status-tile,
.dashboard-account-module {
  border: 1px solid #143b2b;
  border-radius: 12px;
  background: #000000;
  box-sizing: border-box;
}

.dashboard-account-shell__intro {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
}

.dashboard-account-shell__intro h2 {
  margin: 0;
  color: #fff7ef;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.dashboard-account-shell__intro .muted {
  margin: 0;
  max-width: 58ch;
}

.dashboard-account-shell__status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dashboard-account-shell__status-tile {
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 12px;
  align-content: start;
}

.dashboard-account-shell__status-tile--wide {
  grid-column: 1 / -1;
  min-height: 0;
}

.dashboard-account-shell__status-tile span {
  color: #a8adbb;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-account-shell__status-tile strong {
  color: #fff7ef;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 600;
}

.dashboard-account-workspace {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.dashboard-account-module {
  display: grid;
  gap: 10px;
  padding: 12px;
  align-content: start;
}

.dashboard-account-module--wide {
  grid-column: 1 / -1;
}

.dashboard-account-module--danger {
  border-color: rgba(143, 29, 29, 0.72);
}

.dashboard-account-module__head {
  display: grid;
  gap: 4px;
}

.dashboard-account-module__head h3 {
  margin: 0;
  color: #fff7ef;
  font-size: 0.98rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-account-module__head .muted {
  margin: 0;
}

.dashboard-account-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashboard-account-form {
  display: grid;
  gap: 8px;
}

.dashboard-account-shell input,
.dashboard-account-shell select,
.dashboard-account-shell textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid #143b2b;
  background: #0b1016;
  color: #fff7ef;
  box-shadow: none;
}

.dashboard-account-shell textarea {
  min-height: 108px;
  resize: vertical;
  line-height: 1.45;
}

.dashboard-account-shell input::placeholder,
.dashboard-account-shell textarea::placeholder {
  color: #8892a0;
}

.dashboard-account-shell input:focus,
.dashboard-account-shell select:focus,
.dashboard-account-shell textarea:focus {
  outline: none;
  border-color: #097d41;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38);
}

.dashboard-account-form input[readonly] {
  opacity: 0.82;
  cursor: default;
}

.dashboard-account-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dashboard-account-avatar-form {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.026);
}

.dashboard-account-avatar-preview {
  width: 96px;
  height: 96px;
  border: 1px solid rgba(142, 247, 214, 0.26);
  border-radius: 50%;
  object-fit: cover;
  background: #050505;
}

.dashboard-account-avatar-form__body {
  display: grid;
  gap: 8px;
}

.dashboard-account-avatar-form__body strong {
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dashboard-account-avatar-form__body .muted {
  margin: 0;
}

.dashboard-account-avatar-form input[type="file"] {
  padding: 8px;
}

.dashboard-account-tier-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(9, 125, 65, 0.46);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(9, 125, 65, 0.16), rgba(11, 16, 22, 0.92));
  box-shadow: inset 0 0 0 1px rgba(142, 247, 214, 0.05);
}

.dashboard-account-tier-panel span {
  display: block;
  color: #8892a0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-account-tier-panel strong {
  display: block;
  margin-top: 4px;
  color: #fff7ef;
  font-size: 1.45rem;
  line-height: 1;
}

.dashboard-account-tier-panel__actions {
  flex: 0 0 auto;
}

.dashboard-account-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.dashboard-account-feature-grid .muted {
  grid-column: 1 / -1;
  margin: 0;
}

.dashboard-account-feature-pill {
  display: grid;
  gap: 4px;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.026);
  color: #aeb5c0;
  font-size: 0.76rem;
  line-height: 1.2;
}

.dashboard-account-feature-pill strong {
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-account-feature-pill.is-on {
  border-color: rgba(9, 125, 65, 0.52);
  background: rgba(9, 125, 65, 0.14);
  color: #d7f5e7;
}

.dashboard-account-feature-pill.is-on strong {
  color: #8ef7d6;
}

.dashboard-account-feature-pill.is-off {
  opacity: 0.7;
}

.dashboard-account-token-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 207, 51, 0.22);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 207, 51, 0.09), rgba(255, 255, 255, 0.028));
}

.dashboard-account-token-panel[hidden] {
  display: none !important;
}

.dashboard-account-token-panel__copy {
  display: grid;
  gap: 4px;
}

.dashboard-account-token-panel__copy span {
  color: #8892a0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-account-token-panel__copy strong {
  color: #fff7ef;
  font-size: 1.06rem;
  line-height: 1.1;
}

.dashboard-account-token-panel__copy p {
  margin: 0;
  color: #aeb5c0;
  font-size: 0.8rem;
}

.dashboard-account-token-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.dashboard-account-token-panel__actions .btn {
  min-height: 34px;
  padding-inline: 14px;
  font-size: 0.66rem;
}

.dashboard-account-shell .btn,
.dashboard-account-shell .btn.secondary,
.dashboard-account-shell .btn.primary {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #143b2b !important;
  background: transparent !important;
  color: #fff7ef !important;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.dashboard-account-shell .btn:hover,
.dashboard-account-shell .btn:focus-visible,
.dashboard-account-shell .btn.secondary:hover,
.dashboard-account-shell .btn.secondary:focus-visible,
.dashboard-account-shell .btn.primary:hover,
.dashboard-account-shell .btn.primary:focus-visible {
  background: #097d41 !important;
  border-color: #097d41 !important;
  color: #fff7ef !important;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38) !important;
}

.dashboard-account-shell .btn.btn-danger:hover,
.dashboard-account-shell .btn.btn-danger:focus-visible {
  background: #8f1d1d !important;
  border-color: #8f1d1d !important;
  box-shadow: 0 0 0 1px rgba(143, 29, 29, 0.36) !important;
}

.dashboard-account-card__status {
  min-height: 1.25em;
  margin: 0;
}

.dashboard-account-card__status.is-warning {
  padding: 10px 12px;
  border: 1px solid rgba(255, 207, 51, 0.28);
  border-radius: 10px;
  background: rgba(255, 207, 51, 0.08);
  color: #fff7ef;
}

.dashboard-account-shell__footer {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .dashboard-account-shell__hero,
  .dashboard-account-workspace,
  .dashboard-account-shell__status-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-account-shell__status-tile--wide,
  .dashboard-account-module--wide {
    grid-column: auto;
  }

  .dashboard-account-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-account-token-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-account-token-panel__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .dashboard-account-tier-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-account-avatar-form {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .dashboard-account-social-grid,
  .dashboard-account-feature-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-account-tier-panel__actions {
    width: 100%;
  }

  .dashboard-account-tier-panel__actions .btn {
    width: 100%;
  }

  .dashboard-account-token-panel__actions .btn {
    flex: 1 1 140px;
  }
}

/* Dashboard: keep route snapshots inside a scroll region */
#dashboard-route-snapshots [data-gpx-list] {
  max-height: min(62vh, 760px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}

#dashboard-route-snapshots [data-gpx-list]::-webkit-scrollbar {
  width: 8px;
}

#dashboard-route-snapshots [data-gpx-list]::-webkit-scrollbar-thumb {
  background: #0a0a0a;
  border-radius: 999px;
}

/* Maplist: one card per row + internal scroll list */
.dashboard-project-switcher-card [data-my-projects] {
  grid-template-columns: 1fr !important;
  max-height: min(62vh, 760px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}

.dashboard-project-switcher-card [data-my-projects]::-webkit-scrollbar {
  width: 8px;
}

.dashboard-project-switcher-card [data-my-projects]::-webkit-scrollbar-thumb {
  background: #0a0a0a;
  border-radius: 999px;
}

/* Dashboard layout + banner placeholders (2026-04-20) */
.grid.cols-2.dashboard-layout-grid {
  grid-template-columns: minmax(260px, 1fr) minmax(0, 3fr) !important;
  align-items: start !important;
}

@media (max-width: 900px) {
  .grid.cols-2.dashboard-layout-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Dashboard map creator modal */
body.map-creator-modal-open {
  overflow: hidden;
}

.map-creator-modal[hidden] {
  display: none !important;
}

.map-creator-modal {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: grid;
  place-items: center;
  padding: 6px;
}

.map-creator-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(7px);
  cursor: pointer;
}

.map-creator-modal__panel {
  position: relative;
  z-index: 1;
  width: min(99.6vw, 1880px);
  height: calc(100vh - 12px);
  border-radius: 14px;
  border: 1px solid #0a0a0a;
  background: #000000;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.map-creator-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 10px;
}

.map-creator-modal__header .eyebrow {
  margin: 0 0 6px;
}

.map-creator-modal__header h3 {
  margin: 0;
}

.map-creator-modal__header .muted {
  margin: 6px 0 0;
}

.map-creator-modal__close {
  width: 36px;
  height: 36px;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff7ef;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

.map-creator-modal__close:hover,
.map-creator-modal__close:focus-visible {
  background: #097d41;
  border-color: #097d41;
}

.map-creator-modal__frame-wrap {
  min-height: 0;
  overflow: hidden;
  padding: 0 10px 10px;
}

.map-creator-modal__frame-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid #0a0a0a;
  border-radius: 12px;
  background: #000000;
}

@media (max-width: 900px) {
  .map-creator-modal {
    padding: 4px;
  }

  .map-creator-modal__panel {
    width: 100vw;
    height: calc(100vh - 8px);
    border-radius: 10px;
  }

  .map-creator-modal__frame-wrap {
    padding: 0 6px 6px;
  }
}

.banner-slot {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  background: #000000 !important;
  border: 1px dashed #0a0a0a !important;
  min-height: clamp(120px, 14vw, 190px) !important;
}

.banner-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.56));
}

.banner-slot-image {
  display: block !important;
  width: 100%;
  height: clamp(120px, 14vw, 190px) !important;
  object-fit: cover;
  opacity: 0.46;
  filter: grayscale(1) brightness(0.52) contrast(1.04);
}

.banner-slot-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #0a0a0a;
  background: rgba(0, 0, 0, 0.72);
  color: #f9f4ee;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  pointer-events: none;
}

/* Header login CTA for public users */
.brand-login-row {
  margin: 8px 0 8px;
  display: flex;
  align-items: center;
}

.brand-login-btn {
  min-height: 38px;
  padding: 8px 18px;
}

/* Login modal */
body.login-modal-open {
  overflow: hidden;
}

.runda-login-modal[hidden] {
  display: none !important;
}

.runda-login-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.runda-login-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.runda-login-modal__panel {
  position: relative;
  z-index: 1;
  width: min(94vw, 520px);
  background: #000000 !important;
  border: 1px solid #0a0a0a !important;
  border-radius: 18px;
  padding: 20px !important;
}

.runda-login-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #0a0a0a;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff7ef;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.runda-login-mobile-warning {
  display: none;
}

.runda-billing-activation[hidden] {
  display: none !important;
}

.runda-billing-activation {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: grid;
  place-items: center;
  padding: 20px;
}

.runda-billing-activation__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(8px);
}

.runda-billing-activation__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 560px);
  display: grid;
  gap: 12px;
  background: #0a0a0a !important;
  border: 1px solid #097d41 !important;
  box-shadow: none !important;
}

.runda-billing-activation__progress {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.runda-billing-activation__progress-bar {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #097d41 0%, #18b55f 100%);
  transition: width 240ms ease;
}

.runda-billing-activation__meta {
  min-height: 1.4em;
}

.runda-billing-activation__actions {
  display: flex;
  justify-content: flex-start;
}

body.billing-activation-open {
  overflow: hidden;
}

.runda-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-login-remember input {
  width: auto;
  margin: 0;
}

.runda-login-forgot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.runda-login-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.runda-login-tab {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: #0a0a0a;
  color: var(--muted);
  padding: 10px 14px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.runda-login-tab[aria-selected="true"],
.runda-login-tab:hover,
.runda-login-tab:focus-visible {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
}

.runda-login-modal.is-reset-link-mode .runda-login-tabs {
  display: none !important;
}

.runda-login-modal.is-reset-link-mode [data-login-reset-form] {
  display: none !important;
}

.runda-login-view-card[hidden] {
  display: none !important;
}

.runda-scout-modal[hidden] {
  display: none !important;
}

body.scout-modal-open {
  overflow: hidden;
}

.runda-scout-modal {
  position: fixed;
  inset: 0;
  z-index: 2550;
  display: grid;
  place-items: center;
  padding: 20px;
}

.runda-scout-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(9, 125, 65, 0.18), transparent 34%),
    rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.runda-scout-modal__panel {
  position: relative;
  z-index: 1;
  width: min(94vw, 580px);
  display: grid;
  gap: 14px;
  border: 1px solid rgba(9, 125, 65, 0.58) !important;
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 0%, rgba(9, 125, 65, 0.2), transparent 32%),
    linear-gradient(145deg, #050705, #0a0d0b 62%, #020302) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 247, 239, 0.04) !important;
  padding: clamp(20px, 4vw, 28px) !important;
}

.runda-scout-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: #050705;
  color: #fff7ef;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.runda-scout-modal__close:hover,
.runda-scout-modal__close:focus-visible {
  border-color: rgba(9, 125, 65, 0.72);
  background: #097d41;
}

.runda-scout-modal__description {
  max-width: 58ch;
  margin: -2px 0 2px;
  color: rgba(255, 247, 239, 0.72);
  line-height: 1.55;
}

.runda-scout-form {
  display: grid;
  gap: 14px;
}

.runda-scout-field > span {
  width: 100%;
  margin-bottom: 4px;
  color: rgba(255, 247, 239, 0.62);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.runda-scout-field select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(9, 125, 65, 0.86);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(7, 12, 9, 0.94)),
    #050705;
  color: #fff7ef;
  padding: 0 44px 0 14px;
  font-family: "Sora", var(--font-display), sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff7ef 50%),
    linear-gradient(135deg, #fff7ef 50%, transparent 50%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(7, 12, 9, 0.94));
  background-position:
    calc(100% - 22px) 21px,
    calc(100% - 16px) 21px,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  background-repeat: no-repeat;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  scrollbar-color: rgba(9, 125, 65, 0.82) rgba(0, 0, 0, 0.36);
}

.runda-scout-field select option {
  background: #050705;
  color: #fff7ef;
}

.runda-scout-field select:hover,
.runda-scout-field select:focus {
  outline: none;
  border-color: rgba(76, 255, 149, 0.92);
  box-shadow: 0 0 0 2px rgba(9, 125, 65, 0.22);
}

.runda-scout-field {
  display: grid;
  gap: 8px;
}

.runda-scout-field textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff7ef;
  padding: 14px;
  line-height: 1.45;
}

.runda-scout-field textarea:focus {
  outline: none;
  border-color: #097d41;
  box-shadow: 0 0 0 3px rgba(9, 125, 65, 0.18);
}

.runda-scout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.runda-scout-status {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 0;
  margin: 2px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 247, 239, 0.78);
  padding: 11px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.runda-scout-status:empty {
  display: none;
}

.runda-scout-status::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: inherit;
  content: "";
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.runda-scout-status.is-sending {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.runda-scout-status.is-sending::before {
  width: 14px;
  height: 14px;
  margin: 2px;
  border-color: rgba(255, 255, 255, 0.22);
  border-top-color: #fff7ef;
  animation: runda-scout-status-spin 900ms linear infinite;
}

.runda-scout-status.is-success {
  border-color: rgba(76, 255, 149, 0.38);
  background:
    radial-gradient(circle at 0% 0%, rgba(76, 255, 149, 0.12), transparent 52%),
    rgba(9, 125, 65, 0.12);
  color: #dfffea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-scout-status.is-success::before {
  border-color: rgba(76, 255, 149, 0.62);
  background: rgba(76, 255, 149, 0.14);
  box-shadow: 0 0 16px rgba(76, 255, 149, 0.12);
  color: #8dffb9;
  content: "\2713";
}

.runda-scout-status.is-error {
  border-color: rgba(255, 143, 143, 0.34);
  background: rgba(130, 35, 35, 0.14);
  color: #ffd0d0;
}

.runda-scout-status.is-error::before {
  border-color: rgba(255, 143, 143, 0.5);
  background: rgba(255, 143, 143, 0.1);
  content: "!";
}

@keyframes runda-scout-status-spin {
  to {
    transform: rotate(360deg);
  }
}

.runda-login-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.runda-login-inline-actions > * {
  flex: 1 1 180px;
}

/* Home rail + logo cleanup (2026-04-20 late) */
body.page-slug-home {
  --home-left-rail-offset: 18px;
  --home-brand-inner-offset: 12px;
}

body.page-slug-home .shell-header {
  grid-template-columns: minmax(500px, 560px) minmax(0, 1fr) !important;
  gap: 12px !important;
  padding-left: var(--home-left-rail-offset) !important;
  padding-right: var(--home-left-rail-offset) !important;
  --home-step-card-min-height: clamp(188px, 14vw, 246px) !important;
}

body.page-slug-home .shell-header-home-top {
  padding-left: var(--home-brand-inner-offset) !important;
}

body.page-slug-home .content-panel {
  padding-left: var(--home-left-rail-offset) !important;
  padding-right: var(--home-left-rail-offset) !important;
}

body.page-slug-home #home-demo,
body.home #home-demo,
body.front-page #home-demo {
  margin-left: calc(0px - var(--home-left-rail-offset));
  margin-right: calc(0px - var(--home-left-rail-offset));
  width: calc(100% + var(--home-left-rail-offset) + var(--home-left-rail-offset));
}

body.page-slug-home .site-ui-scale,
body.home .site-ui-scale,
body.front-page .site-ui-scale {
  zoom: 1 !important;
}

body.page-slug-home .shell-header,
body.home .shell-header,
body.front-page .shell-header {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

body.page-slug-home .brand-block .brand-title,
body.home .brand-block .brand-title,
body.front-page .brand-block .brand-title {
  order: 1;
}

body.page-slug-home .brand-block .nav-row-home,
body.home .brand-block .nav-row-home,
body.front-page .brand-block .nav-row-home {
  order: 2;
}

body.page-slug-home .brand-block .brand-sub,
body.home .brand-block .brand-sub,
body.front-page .brand-block .brand-sub {
  order: 3;
}

body.page-slug-home .brand-sub {
  padding-left: 0 !important;
}

body.page-slug-home .brand-block .nav-row-home {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  max-width: 100% !important;
  overflow: visible !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

body.page-slug-home .brand-block .nav-row-home .chip-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  min-height: 44px;
  padding: 10px 14px !important;
  font-size: 0.88rem !important;
}

body.logged-in.page-slug-home .brand-block .nav-row-home,
body.logged-in.home .brand-block .nav-row-home,
body.logged-in.front-page .brand-block .nav-row-home {
  flex-wrap: wrap !important;
  max-width: 100% !important;
  overflow: visible !important;
}

body.page-slug-home .brand-logo {
  width: clamp(250px, 32vw, 520px);
  max-width: 100%;
  height: auto;
}

body.page-slug-home .shell-header .shell-header-steps {
  margin-top: 14px !important;
  min-height: 0 !important;
  height: auto !important;
  align-items: start !important;
  gap: 8px !important;
}

body.page-slug-home .shell-header .shell-header-steps .planner-guide-card {
  height: auto !important;
  min-height: var(--home-step-card-min-height) !important;
  padding: 30px 14px 14px !important;
}

body.page-slug-home .shell-header .shell-header-steps .planner-guide-card--action .cta-row {
  width: 100%;
  margin-top: auto;
}

body.page-slug-home .shell-header .shell-header-steps .planner-guide-card--action .btn {
  width: 100%;
  margin-top: 0 !important;
  min-height: 56px !important;
  border-radius: 18px !important;
  font-size: clamp(1rem, 0.95rem + 0.16vw, 1.14rem) !important;
  font-weight: 800;
}

body.page-slug-home .shell-header .shell-header-steps .planner-guide-card--action .btn:hover,
body.page-slug-home .shell-header .shell-header-steps .planner-guide-card--action .btn:focus-visible {
  background: #032614 !important;
  border-color: #032614 !important;
  color: #fff7ef !important;
}

body.page-slug-home .home-demo-card--inline > .eyebrow,
body.page-slug-home .home-demo-card--inline > h3 {
  padding-left: var(--home-left-rail-offset) !important;
  padding-right: var(--home-left-rail-offset) !important;
}

body.page-slug-home .home-demo-action-row,
body.home .home-demo-action-row,
body.front-page .home-demo-action-row {
  padding-left: var(--home-left-rail-offset) !important;
  padding-right: var(--home-left-rail-offset) !important;
}

body.page-slug-home .home-demo-inline,
body.home .home-demo-inline,
body.front-page .home-demo-inline {
  width: 100%;
  max-width: none;
  zoom: 1;
  transform: none;
  transform-origin: top left;
  overflow: hidden;
}

body.page-slug-home .home-runda-v1-demo,
body.home .home-runda-v1-demo,
body.front-page .home-runda-v1-demo {
  overflow: visible !important;
}

body.page-slug-home .home-demo-inline .app-shell,
body.home .home-demo-inline .app-shell,
body.front-page .home-demo-inline .app-shell {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  min-height: auto;
  align-items: start;
}

body.page-slug-home .home-demo-inline .planner-column--left,
body.page-slug-home .home-demo-inline .planner-column--right,
body.home .home-demo-inline .planner-column--left,
body.home .home-demo-inline .planner-column--right,
body.front-page .home-demo-inline .planner-column--left,
body.front-page .home-demo-inline .planner-column--right {
  min-width: 0;
}

body.page-slug-home .home-demo-inline .planner-column--right,
body.home .home-demo-inline .planner-column--right,
body.front-page .home-demo-inline .planner-column--right {
  width: auto;
  min-width: 0;
  max-width: none;
  overflow-x: hidden;
}

body.page-slug-home .home-demo-inline .planner-column--right > *,
body.home .home-demo-inline .planner-column--right > *,
body.front-page .home-demo-inline .planner-column--right > * {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

body.page-slug-home .home-demo-inline .map-stage,
body.home .home-demo-inline .map-stage,
body.front-page .home-demo-inline .map-stage {
  margin-top: 12px;
  grid-template-rows: minmax(420px, auto) auto auto;
  width: 100%;
  max-width: 100%;
}

body.page-slug-home .home-demo-inline .header-snapshot-card,
body.page-slug-home .home-demo-inline .map-stage,
body.page-slug-home .home-demo-inline .map-controls-panel,
body.page-slug-home .home-demo-inline .map-profile-panel,
body.page-slug-home .home-demo-inline .map-print-panel,
body.home .home-demo-inline .header-snapshot-card,
body.home .home-demo-inline .map-stage,
body.home .home-demo-inline .map-controls-panel,
body.home .home-demo-inline .map-profile-panel,
body.home .home-demo-inline .map-print-panel,
body.front-page .home-demo-inline .header-snapshot-card,
body.front-page .home-demo-inline .map-stage,
body.front-page .home-demo-inline .map-controls-panel,
body.front-page .home-demo-inline .map-profile-panel,
body.front-page .home-demo-inline .map-print-panel {
  min-width: 0;
  max-width: 100%;
}

body.page-slug-home .home-demo-inline .planner-topbar--snapshot,
body.page-slug-home .home-demo-inline .planner-topbar-main--snapshot,
body.page-slug-home .home-demo-inline .header-snapshot-card,
body.page-slug-home .home-demo-inline .header-snapshot-card .section-heading,
body.page-slug-home .home-demo-inline .header-snapshot-card .stats-grid,
body.page-slug-home .home-demo-inline .header-snapshot-card .mini-stats,
body.home .home-demo-inline .planner-topbar--snapshot,
body.home .home-demo-inline .planner-topbar-main--snapshot,
body.home .home-demo-inline .header-snapshot-card,
body.home .home-demo-inline .header-snapshot-card .section-heading,
body.home .home-demo-inline .header-snapshot-card .stats-grid,
body.home .home-demo-inline .header-snapshot-card .mini-stats,
body.front-page .home-demo-inline .planner-topbar--snapshot,
body.front-page .home-demo-inline .planner-topbar-main--snapshot,
body.front-page .home-demo-inline .header-snapshot-card,
body.front-page .home-demo-inline .header-snapshot-card .section-heading,
body.front-page .home-demo-inline .header-snapshot-card .stats-grid,
body.front-page .home-demo-inline .header-snapshot-card .mini-stats {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  justify-self: stretch;
}

body.page-slug-home .home-demo-inline .planner-topbar-main--snapshot,
body.home .home-demo-inline .planner-topbar-main--snapshot,
body.front-page .home-demo-inline .planner-topbar-main--snapshot {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.page-slug-home .home-demo-inline .header-snapshot-card,
body.home .home-demo-inline .header-snapshot-card,
body.front-page .home-demo-inline .header-snapshot-card {
  padding-right: 0 !important;
}

body.page-slug-home .home-demo-inline .map-controls-collapsible,
body.page-slug-home .home-demo-inline .map-profile-collapsible,
body.page-slug-home .home-demo-inline .map-print-collapsible,
body.home .home-demo-inline .map-controls-collapsible,
body.home .home-demo-inline .map-profile-collapsible,
body.home .home-demo-inline .map-print-collapsible,
body.front-page .home-demo-inline .map-controls-collapsible,
body.front-page .home-demo-inline .map-profile-collapsible,
body.front-page .home-demo-inline .map-print-collapsible {
  width: 100%;
  min-width: 0;
}

body.page-slug-home .home-demo-inline .map-chip-row,
body.home .home-demo-inline .map-chip-row,
body.front-page .home-demo-inline .map-chip-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  padding: 0;
  background: transparent;
  border-top: 0;
}

body.page-slug-home .home-demo-inline #map-caption,
body.home .home-demo-inline #map-caption,
body.front-page .home-demo-inline #map-caption {
  display: none !important;
}

body.page-slug-home .home-demo-inline .map-chip-row .map-chip,
body.page-slug-home .home-demo-inline .map-chip-row .map-theme-toggle,
body.home .home-demo-inline .map-chip-row .map-chip,
body.home .home-demo-inline .map-chip-row .map-theme-toggle,
body.front-page .home-demo-inline .map-chip-row .map-chip,
body.front-page .home-demo-inline .map-chip-row .map-theme-toggle {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  font-size: 0.74rem;
  line-height: 1.15;
  text-align: center;
  justify-content: center;
  white-space: normal;
}

body.page-slug-home .home-demo-inline .map-chip-row .map-focus-toggle,
body.home .home-demo-inline .map-chip-row .map-focus-toggle,
body.front-page .home-demo-inline .map-chip-row .map-focus-toggle {
  grid-column: 1 / -1;
}

body.page-slug-home .home-demo-inline .map-canvas,
body.page-slug-home .home-demo-inline #map,
body.home .home-demo-inline .map-canvas,
body.home .home-demo-inline #map,
body.front-page .home-demo-inline .map-canvas,
body.front-page .home-demo-inline #map {
  min-height: 420px;
}

body.page-slug-home .home-demo-inline .map-title-block,
body.home .home-demo-inline .map-title-block,
body.front-page .home-demo-inline .map-title-block {
  top: 12px;
  left: 12px;
  width: min(140px, calc(100% - 24px));
  max-width: min(140px, calc(100% - 24px));
  padding: 8px 10px;
  border-radius: 12px;
}

body.page-slug-home .home-demo-inline .map-title-block p,
body.home .home-demo-inline .map-title-block p,
body.front-page .home-demo-inline .map-title-block p {
  margin-bottom: 2px;
  font-size: 0.42rem;
  letter-spacing: 0.09em;
}

body.page-slug-home .home-demo-inline .map-title-block h2,
body.home .home-demo-inline .map-title-block h2,
body.front-page .home-demo-inline .map-title-block h2 {
  font-size: clamp(0.95rem, 1.55vw, 1.28rem);
  line-height: 0.92;
}

@media (max-width: 900px) {
  body.page-slug-home {
    --home-brand-inner-offset: 8px;
  }

  body.page-slug-home .shell-header {
    grid-template-columns: 1fr !important;
  }

  body.page-slug-home .brand-block .nav-row-home {
    flex-wrap: wrap !important;
    overflow: visible !important;
  }
}
/* Home rail final lock (2026-04-20) */
body.page-slug-home,
body.home,
body.front-page {
  --home-left-rail-offset: 18px;
  --home-brand-rail-offset: 22px;
}

body.page-slug-home .shell-header > .shell-header-home-top,
body.home .shell-header > .shell-header-home-top,
body.front-page .shell-header > .shell-header-home-top {
  padding-left: var(--home-brand-rail-offset) !important;
}

body.page-slug-home .shell-header > .shell-header-home-top .brand-block,
body.home .shell-header > .shell-header-home-top .brand-block,
body.front-page .shell-header > .shell-header-home-top .brand-block {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.page-slug-home .shell-header > .shell-header-home-top .brand-sub,
body.home .shell-header > .shell-header-home-top .brand-sub,
body.front-page .shell-header > .shell-header-home-top .brand-sub,
body.page-slug-home .shell-header > .shell-header-home-top .nav-row-home,
body.home .shell-header > .shell-header-home-top .nav-row-home,
body.front-page .shell-header > .shell-header-home-top .nav-row-home {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 900px) {
  body.page-slug-home,
  body.home,
  body.front-page {
    --home-brand-rail-offset: 10px;
  }
}

/* Runda V1 (admin-only module) */
.runda-v1-launch {
  margin: 4px 0 14px;
  padding: 12px;
  border: 1px solid #0b5f3a;
  border-radius: 14px;
  background: rgba(3, 27, 17, 0.74);
  display: grid;
  gap: 8px;
}

.runda-v1-launch__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.runda-v1-launch__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

body.runda-v1-modal-open {
  overflow: hidden;
}

.runda-v1-modal[hidden] {
  display: none !important;
}

.runda-v1-modal {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: block;
  padding: 0;
}

.runda-v1-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.64);
}

.runda-v1-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
  transform-origin: center center;
  z-index: 1;
  width: min(2490px, calc(100vw - 36px));
  height: min(995px, calc(100vh - 12px));
  border-radius: 14px;
  border: 1px solid #000f05;
  background: transparent;
  padding: 10px;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
}

.runda-v1-modal.runda-v1-modal--home-demo {
  position: relative;
  inset: auto;
  z-index: 1;
  height: clamp(720px, 78vh, 940px);
}

.runda-v1-modal--home-demo .runda-v1-modal__backdrop,
.runda-v1-modal--home-demo .runda-v1-modal__close {
  display: none;
}

.runda-v1-modal--home-demo .runda-v1-modal__panel {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: 100%;
}

.runda-v1-modal--home-demo .runda-v1-layout {
  grid-template-columns: minmax(0, 1fr) 228px;
}

.runda-v1-modal--home-demo .runda-v1-chip-row {
  grid-template-columns: 1fr;
}

.runda-v1-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 12;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #0f1114;
  background: #090b0d;
  color: #fff7ef;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.runda-v1-layout {
  min-height: 0;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 228px;
  gap: 2px;
  padding-top: 0;
}

.runda-v1-shell {
  min-height: 0;
  border: 1px solid #0b5f3a;
  border-top-color: transparent;
  border-radius: 12px;
  background: #000000;
  padding: 10px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 8px;
  overflow: hidden;
}

.runda-v1-shell--canvas {
  position: relative !important;
  grid-template-rows: minmax(0, 1fr);
  padding-top: 35px;
}

.runda-v1-shell--workspace {
  grid-template-rows: auto minmax(0, 1fr);
}

.runda-v1-modal.runda-v1-modal--map-focus .runda-v1-shell--canvas {
  position: absolute !important;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.runda-v1-modal.runda-v1-modal--map-focus .runda-v1-canvas-wrap,
.runda-v1-modal.runda-v1-modal--map-focus .runda-v1-canvas-wrap iframe {
  height: 100%;
  min-height: 100%;
}

.runda-v1-modal.runda-v1-modal--map-focus .runda-v1-shell--workspace {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-layout {
  grid-template-columns: minmax(0, 1fr) clamp(320px, 23vw, 440px);
  gap: 0;
  background: #000000;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-shell--canvas {
  padding: 0 !important;
  margin: 0 !important;
  border-right: 0;
  border-radius: 0;
  background: #000000;
  min-height: 100% !important;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-canvas-wrap,
.runda-v1-modal.workspace-mode-rundapath .runda-v1-canvas-wrap iframe {
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: #000000;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-shell--workspace {
  border-left: 1px solid #0b5f3a;
  border-radius: 0 12px 12px 0;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-new-route-fab,
.runda-v1-modal.workspace-mode-rundapath .runda-v1-shell--canvas [data-runda-v1-planner-status] {
  display: none !important;
}

.runda-v1-modal.workspace-mode-rundapath [data-runda-v1-pane="rundapath"] .runda-v1-rundapath {
  height: 100%;
  align-content: stretch;
}

.runda-v1-modal.workspace-mode-rundapath [data-runda-v1-pane="rundapath"] [data-rundapath-results-panel] {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.08);
  background: #0b0b0b;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-shell--canvas {
  width: 100% !important;
  max-width: 100% !important;
  flex-grow: 1 !important;
  background: #000000 !important;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-canvas-wrap iframe {
  width: 100% !important;
  height: 100% !important;
}


.runda-v1-shell__label {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.runda-v1-shell__label:empty {
  display: none;
}

.runda-v1-canvas-wrap {
  position: relative !important;
  min-height: 0;
  height: 100%;
  border: 1px solid #0f1114;
  border-radius: 10px;
  overflow: hidden;
}

.runda-v1-canvas-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  background: #000000;
}

.runda-v1-new-route-fab {
  position: absolute;
  left: 18px;
  top: auto;
  bottom: 18px;
  z-index: 4;
  width: 62px;
  height: 62px;
  border: 2px solid #fff7ef;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 10px rgba(255, 247, 239, 0.16);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.runda-v1-new-route-fab:hover,
.runda-v1-new-route-fab:focus-visible {
  background: #097d41;
  border-color: #097d41;
  box-shadow: 0 0 0 10px rgba(9, 125, 65, 0.24);
  transform: translateY(-1px);
}

.runda-v1-new-route-fab__icon {
  width: 28px;
  height: 28px;
  background-image: url("./assets/images/runda-v1-plus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.runda-v1-faq-fab {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 8;
  width: 44px;
  height: 44px;
  border: 2px solid #fff7ef;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 7px rgba(255, 247, 239, 0.16);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.runda-v1-faq-fab:hover,
.runda-v1-faq-fab:focus-visible {
  background: #097d41;
  border-color: #097d41;
  box-shadow: 0 0 0 7px rgba(9, 125, 65, 0.24);
  transform: translateY(-1px);
}

.runda-v1-faq-fab__icon {
  width: 21px;
  height: 21px;
  background-image: url("./assets/images/runda-v1-question.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  pointer-events: none;
  filter: brightness(0) invert(1);
}

.runda-v1-shell--canvas [data-runda-v1-planner-status] {
  display: none;
}

.runda-v1-workspace-top {
  position: sticky;
  top: 0;
  z-index: 3;
  display: grid;
  gap: 6px;
  background: #000000;
  padding-bottom: 4px;
}

.runda-v1-chip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.runda-v1-chip {
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid #143b2b;
  background: transparent;
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-chip.is-active {
  border-color: #143b2b;
  background: transparent;
  box-shadow: none;
}

.runda-v1-chip:hover,
.runda-v1-chip:focus-visible {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38);
}

.runda-v1-workspace-status {
  margin: 0;
  min-height: 1rem;
  color: #a8adbb;
  font-size: 0.72rem;
  line-height: 1.35;
}

.runda-v1-workspace-status:empty {
  visibility: hidden;
}

.runda-v1-pane-wrap {
  min-height: 0;
  height: 100%;
  overflow: hidden;
  align-self: stretch;
}

.runda-v1-pane {
  min-height: 0;
  height: 100%;
  overflow: auto;
  padding-right: 2px;
  align-content: start;
  overscroll-behavior: contain;
}

.runda-v1-pane.is-active {
  display: block;
}

.runda-v1-locked-overlay[hidden] {
  display: none !important;
}

.runda-v1-locked-overlay {
  position: absolute;
  inset: 0;
  z-index: 9;
  display: grid;
  align-items: end;
  padding: clamp(16px, 3vw, 32px);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.72) 54%, rgba(0, 0, 0, 0.94) 100%),
    radial-gradient(circle at 18% 12%, rgba(9, 125, 65, 0.2), transparent 42%);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}

.runda-v1-locked-overlay__panel {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(9, 125, 65, 0.72);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(255, 247, 239, 0.08);
}

.runda-v1-locked-overlay__copy {
  display: grid;
  gap: 7px;
}

.runda-v1-locked-overlay__copy .eyebrow,
.runda-v1-locked-overlay__copy h3,
.runda-v1-locked-overlay__copy .muted {
  margin: 0;
}

.runda-v1-locked-overlay__copy h3 {
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.runda-v1-locked-overlay__copy .muted {
  max-width: 56ch;
  color: rgba(255, 247, 239, 0.74);
  font-size: 0.92rem;
  line-height: 1.45;
}

.runda-v1-locked-overlay__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.runda-v1-locked-overlay__actions .btn {
  min-width: 142px;
  text-align: center;
  text-decoration: none;
}

.runda-v1-modal--locked .runda-v1-faq-fab {
  opacity: 0.35;
  pointer-events: none;
}

.runda-v1-modal--lock-test .runda-v1-locked-overlay__panel {
  outline: 1px solid rgba(255, 211, 138, 0.28);
  outline-offset: 3px;
}

body.logged-in .home-demo-save-chip,
body.logged-in .home-step-rail,
body.runda-authenticated .home-demo-save-chip,
body.runda-authenticated .home-step-rail,
body.runda-authenticated [data-guest-only],
body.runda-authenticated [data-auth-guest-only] {
  display: none !important;
}

@media (max-width: 720px) {
  .runda-v1-locked-overlay {
    align-items: end;
    padding: 14px;
  }

  .runda-v1-locked-overlay__panel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .runda-v1-locked-overlay__actions {
    justify-content: flex-start;
  }

  .runda-v1-locked-overlay__actions .btn {
    flex: 1 1 160px;
  }
}

.runda-v1-faq-dialog[hidden] {
  display: none !important;
}

.runda-v1-faq-dialog {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.runda-v1-faq-dialog__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.runda-v1-faq-dialog__panel {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100vw - 48px));
  max-height: min(82vh, 860px);
  overflow: auto;
  border: 2px solid #0b5f3a;
  border-radius: 24px;
  background: #000000;
  padding: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(9, 125, 65, 0.28);
}

.runda-v1-faq-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #143b2b;
  border-radius: 999px;
  background: #090b0d;
  color: #fff7ef;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.runda-v1-faq-dialog__close:hover,
.runda-v1-faq-dialog__close:focus-visible {
  background: #097d41;
  border-color: #097d41;
  transform: translateY(-1px);
}

.runda-v1-duplicate-dialog[hidden] {
  display: none !important;
}

.runda-v1-duplicate-dialog {
  position: fixed;
  inset: 0;
  z-index: 3200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.runda-v1-duplicate-dialog__backdrop {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.runda-v1-duplicate-dialog__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(620px, calc(100vw - 48px));
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(0, 143, 74, 0.92);
  border-radius: 8px;
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(142, 247, 214, 0.12),
    0 0 34px rgba(0, 143, 74, 0.34),
    0 24px 80px rgba(0, 0, 0, 0.62);
}

.runda-v1-duplicate-dialog__panel h3 {
  margin: 0;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.runda-v1-duplicate-dialog__panel .muted {
  margin: 0;
  color: rgba(255, 247, 239, 0.7);
}

.runda-v1-duplicate-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 247, 239, 0.18);
  border-radius: 999px;
  background: #0f0f0f;
  color: #fff7ef;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.runda-v1-duplicate-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 6px;
}

.runda-v1-duplicate-dialog__actions .btn {
  min-width: 176px;
}

.runda-faq {
  display: grid;
  gap: 14px;
  color: #fff7ef;
}

.runda-faq-section {
  margin-top: 12px;
  background: #000000;
  border-color: rgba(9, 125, 65, 0.54);
  box-shadow: none;
}

.runda-faq__header {
  display: grid;
  gap: 6px;
}

.runda-faq__header h2,
.runda-faq__header h3 {
  margin: 0;
  color: #fff7ef;
  font-family: var(--font-display);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.runda-faq__header h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.runda-faq__header h3 {
  font-size: 1.18rem;
}

.runda-faq__category {
  display: grid;
  gap: 8px;
}

.runda-faq__category h3,
.runda-faq__category h4 {
  margin: 0;
  color: rgba(255, 247, 239, 0.74);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.runda-faq__item {
  border: 1px solid #143b2b;
  border-radius: 14px;
  background: #0a0a0a;
  overflow: hidden;
}

.runda-faq__item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 13px 42px 13px 14px;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: 0.98rem;
  line-height: 1.16;
  letter-spacing: 0.015em;
}

.runda-faq__item summary::-webkit-details-marker {
  display: none;
}

.runda-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  color: rgba(255, 247, 239, 0.72);
  font-family: var(--font-mono);
  transform: translateY(-50%);
}

.runda-faq__item[open] summary::after {
  content: "-";
}

.runda-faq__item:hover,
.runda-faq__item:focus-within {
  border-color: #097d41;
}

.runda-faq__answer {
  padding: 0 14px 14px;
  color: rgba(255, 247, 239, 0.72);
  font-size: 0.9rem;
  line-height: 1.48;
}

.runda-faq__answer p {
  margin: 0;
}

.runda-faq__answer h5 {
  margin: 0 0 8px;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: 0.98rem;
  line-height: 1.16;
}

.runda-faq__answer ul {
  margin: 6px 0 10px;
  padding-left: 18px;
}

.runda-faq__answer li + li {
  margin-top: 5px;
}

.runda-faq__answer p + p {
  margin-top: 8px;
}

.runda-faq__item[open] .runda-faq__answer {
  animation: rundaFaqReveal 180ms ease-out both;
}

.runda-faq--landing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.runda-faq--landing .runda-faq__header {
  grid-column: 1 / -1;
}

.runda-faq--dialog {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.runda-faq--dialog .runda-faq__header {
  grid-column: 1 / -1;
  padding-right: 54px;
}

.runda-faq--dialog .runda-faq__header h3 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.runda-faq--compact {
  gap: 10px;
}

.runda-faq--compact .runda-faq__header h3 {
  font-size: 1rem;
}

.runda-faq--compact .runda-faq__item summary {
  padding: 11px 38px 11px 12px;
  font-size: 0.86rem;
}

.runda-faq--compact .runda-faq__answer {
  padding: 0 12px 12px;
  font-size: 0.78rem;
}

@keyframes rundaFaqReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 820px) {
  .runda-faq--landing,
  .runda-faq--dialog {
    grid-template-columns: 1fr;
  }

  .runda-v1-faq-fab {
    right: 12px;
    bottom: 12px;
  }

  .runda-v1-faq-dialog__panel {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 32px);
    padding: 18px;
  }
}

.runda-v1-source-list {
  display: grid;
  gap: 8px;
}

.runda-v1-upload-card {
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.08), rgba(9, 125, 65, 0.02)),
    rgba(8, 13, 11, 0.92);
}

.runda-v1-upload-card,
.runda-v1-upload-card * {
  box-sizing: border-box;
  min-width: 0;
}

.runda-v1-upload-card__copy {
  display: grid;
  gap: 6px;
}

.runda-v1-upload-titleline {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.runda-v1-upload-titleline .eyebrow {
  margin: 0;
}

.runda-v1-upload-help {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(151, 255, 212, 0.45);
  border-radius: 999px;
  background: rgba(9, 125, 65, 0.18);
  color: #97ffd4;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  cursor: help;
}

.runda-v1-upload-help::after {
  content: attr(data-tip);
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 5;
  width: min(260px, 62vw);
  padding: 9px 10px;
  border: 1px solid rgba(151, 255, 212, 0.28);
  border-radius: 10px;
  background: #050805;
  color: rgba(255, 247, 239, 0.84);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
  transform: translateY(-4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.runda-v1-upload-help:hover::after,
.runda-v1-upload-help:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.runda-v1-upload-card__copy h3 {
  margin: 0;
  color: #fff7ef;
  font-size: 1.05rem;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.runda-v1-upload-form {
  display: grid;
  gap: 8px;
}

.runda-v1-upload-form input[type="text"],
.runda-v1-upload-form input[type="file"],
.runda-v1-upload-form fieldset,
.runda-v1-upload-form .btn {
  max-width: 100%;
  min-width: 0;
}

.runda-v1-upload-form input[type="file"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runda-v1-upload-form .planner-guide-upload-visibility legend {
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 0 4px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  overflow-wrap: anywhere;
}

.runda-v1-upload-form .planner-guide-upload-choice {
  clear: both;
}

.runda-v1-upload-form .planner-guide-upload-choice strong {
  display: block;
  max-width: 100%;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.runda-v1-upload-form .btn {
  width: 100%;
}

.runda-v1-upload-form .btn:hover,
.runda-v1-upload-form .btn:focus-visible {
  border-color: #097d41 !important;
  background: #097d41 !important;
  color: #fff7ef !important;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.28) !important;
}

.runda-v1-upload-form [data-upload-status]:empty {
  display: none;
}

.runda-v1-source-card {
  position: relative;
  border: 1px solid #143b2b;
  border-radius: 12px;
  background: transparent;
  min-height: 0;
  padding: 10px;
  box-sizing: border-box;
  display: grid;
  gap: 10px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-source-card[data-runda-v1-open-project] {
  cursor: pointer;
}

.runda-v1-source-card__open-surface {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
}

.runda-v1-source-card__controls {
  display: flex;
  justify-content: flex-end;
}

.runda-v1-route-more-button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 247, 239, 0.16);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.78);
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.26);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-route-more-button:hover,
.runda-v1-route-more-button:focus-visible,
.runda-v1-route-more-button[aria-expanded="true"] {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38), 0 10px 26px rgba(0, 0, 0, 0.32);
}

.runda-v1-source-card__summary {
  display: grid;
  gap: 10px;
  min-height: 0;
}

.runda-v1-source-card__summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  color: #a8adbb;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-source-card__summary-location {
  color: #d3d8e1;
}

.runda-v1-source-card__summary-distance {
  color: #97ffd4;
}

.runda-v1-source-card__details {
  display: grid;
  gap: 10px;
}

.runda-v1-source-card__details[hidden] {
  display: none !important;
}

.runda-v1-source-card__detail-copy {
  display: grid;
  gap: 6px;
}

.runda-v1-source-card__preview {
  display: block;
}

.runda-v1-source-card__preview-map,
.runda-v1-source-card__preview-placeholder {
  display: block;
  position: relative;
  width: 100%;
  height: 112px;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.runda-v1-source-card__preview-map {
  background: #d7e0d6;
  border: 1px solid rgba(20, 59, 43, 0.35);
}

.runda-v1-source-card__preview-tile-layer,
.runda-v1-source-card__preview-overlay {
  position: absolute;
  inset: 0;
}

.runda-v1-source-card__preview-tile {
  position: absolute;
  width: 256px;
  height: 256px;
  max-width: none;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.runda-v1-source-card__preview-overlay {
  display: block;
  width: 100%;
  height: 100%;
}

.runda-v1-source-card__preview-placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    #10161d;
  border: 1px solid rgba(20, 59, 43, 0.92);
  color: #a8adbb;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-source-card__content {
  display: grid;
  gap: 4px;
  align-content: start;
}

.runda-v1-source-card__snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 2px;
}

.runda-v1-source-card__snapshot-item {
  display: grid;
  gap: 2px;
  min-height: 42px;
  padding: 7px 8px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid rgba(20, 59, 43, 0.92);
}

.runda-v1-source-card__snapshot-item span {
  color: #a8adbb;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-source-card__snapshot-item strong {
  color: #fff7ef;
  font-size: 0.88rem;
  line-height: 1;
}

.runda-v1-source-card__title-input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  box-shadow: none;
}

.runda-v1-source-card__title-input:focus {
  color: #ffffff;
}

.runda-v1-source-card__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 2px;
  overflow: visible;
}

.runda-v1-micro-chip {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid #143b2b;
  background: transparent;
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-micro-chip:hover,
.runda-v1-micro-chip:focus-visible {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38);
}

.runda-v1-micro-chip--ghost {
  background: transparent;
}

.runda-v1-micro-chip--large {
  min-height: 32px;
  padding: 0 12px;
  font-size: 0.68rem;
}

.runda-v1-micro-chip.is-disabled,
.runda-v1-micro-chip:disabled {
  cursor: default;
  opacity: 0.72;
  box-shadow: none;
}

.runda-v1-micro-chip.is-disabled:hover,
.runda-v1-micro-chip:disabled:hover {
  background: transparent;
  border-color: #143b2b;
}

.runda-v1-micro-chip--danger:hover,
.runda-v1-micro-chip--danger:focus-visible {
  background: #8f1d1d;
  border-color: #8f1d1d;
  box-shadow: 0 0 0 1px rgba(143, 29, 29, 0.36);
}

.runda-v1-library-chip-note {
  position: absolute;
  z-index: 6;
  transform: translate(-50%, -100%);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #097d41;
  background: rgba(10, 10, 10, 0.92);
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.24);
}

.runda-v1-library-chip-note.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, calc(-100% - 4px));
}

.runda-v1-route-more-menu {
  position: fixed;
  z-index: 10020;
  width: min(300px, calc(100vw - 24px));
  padding: 12px;
  border: 1px solid rgba(9, 125, 65, 0.48);
  border-radius: 12px;
  background: rgba(10, 10, 10, 0.96);
  color: #fff7ef;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 247, 239, 0.06);
  backdrop-filter: blur(14px);
}

.runda-v1-source-card__custom-preview {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 112px;
  object-fit: cover;
}

.runda-v1-route-more-menu[hidden] {
  display: none !important;
}

.runda-v1-route-more-menu__head {
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 247, 239, 0.1);
}

.runda-v1-route-more-menu__head strong {
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.96rem;
  line-height: 1.2;
}

.runda-v1-route-more-menu__head span {
  color: #97ffd4;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-route-more-menu__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.runda-v1-route-more-menu__meta div {
  display: grid;
  gap: 3px;
  min-height: 48px;
  padding: 8px;
  border: 1px solid rgba(20, 59, 43, 0.92);
  border-radius: 10px;
}

.runda-v1-route-more-menu__meta dt {
  color: #a8adbb;
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-route-more-menu__meta dd {
  margin: 0;
  color: #fff7ef;
  font-size: 0.8rem;
  line-height: 1.15;
}

.runda-v1-route-more-menu__action {
  width: 100%;
  min-height: 34px;
  border: 1px solid #097d41;
  border-radius: 999px;
  background: #097d41;
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.runda-v1-route-more-menu__action:hover,
.runda-v1-route-more-menu__action:focus-visible {
  background: #0a8f4c;
  border-color: #0a8f4c;
}

.runda-v1-route-more-menu__action[aria-disabled="true"] {
  cursor: default;
  opacity: 0.72;
  background: transparent;
  border-color: #143b2b;
}

.runda-v1-route-more-menu [data-runda-v1-route-more-status] {
  margin: 8px 0 0;
  min-height: 1em;
  font-size: 0.72rem;
}

.runda-v1-source-card h4 {
  margin: 0 0 4px;
  font-size: 1rem;
  color: #fff7ef;
}

.runda-v1-source-card .muted {
  margin: 0;
}

.runda-v1-library-form {
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
}

.runda-v1-module-host {
  display: grid;
  gap: 10px;
  min-height: 0;
}

.runda-v1-rundapath {
  display: grid;
  gap: 8px;
  align-content: start;
}

.runda-v1-rundapath__panel {
  margin: 0;
  padding: 12px;
  border: 1px solid #143b2b;
  border-radius: 14px;
  background: transparent;
  display: grid;
  gap: 10px;
}

.runda-v1-rundapath .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.runda-v1-rundapath .section-heading h2 {
  margin: 0;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.runda-v1-rundapath .status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #143b2b;
  border-radius: 999px;
  background: transparent;
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-rundapath__field-stack,
.runda-v1-rundapath__builder-grid {
  display: grid;
  gap: 8px;
}

.runda-v1-rundapath__builder-grid {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.runda-v1-rundapath .field {
  display: grid;
  gap: 5px;
}

.runda-v1-rundapath .field > span,
.runda-v1-rundapath .field > label,
.runda-v1-rundapath .field legend {
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-rundapath .field em {
  color: #a8adbb;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.02em;
}

.runda-v1-rundapath .field input[type="search"],
.runda-v1-rundapath .field input[type="text"],
.runda-v1-rundapath .field input[type="number"] {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #143b2b;
  border-radius: 12px;
  outline: 0;
  background: #000000;
  color: #fff7ef;
  font-size: 0.94rem;
  box-shadow: none;
}

.runda-v1-rundapath .field input::placeholder {
  color: #6f7788;
}

.runda-v1-rundapath__mode-group {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #143b2b;
  border-radius: 12px;
  background: transparent;
}

.runda-v1-rundapath__mode-group label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff7ef;
  font-size: 0.84rem;
  margin-right: 10px;
}

.runda-v1-rundapath__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.runda-v1-rundapath__selection,
.runda-v1-rundapath__status {
  margin: 0;
}

.runda-v1-rundapath__search-results {
  display: grid;
  gap: 6px;
}

.runda-v1-rundapath__search-results:empty {
  display: none;
}

.runda-v1-rundapath__search-result {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #143b2b;
  border-radius: 12px;
  background: transparent;
  color: #fff7ef;
  display: grid;
  gap: 2px;
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-rundapath__search-result strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.runda-v1-rundapath__search-result span {
  color: #a8adbb;
  font-size: 0.76rem;
}

.runda-v1-rundapath__search-result:hover,
.runda-v1-rundapath__search-result:focus-visible {
  background: #097d41;
  border-color: #097d41;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38);
}

.runda-v1-rundapath__search-result:hover span,
.runda-v1-rundapath__search-result:focus-visible span {
  color: #fff7ef;
}

.runda-v1-rundapath [data-rundapath-results] .runda-v1-source-card {
  min-height: 0;
  cursor: default;
}

.runda-v1-rundapath [data-rundapath-results] .runda-v1-source-card__preview-map,
.runda-v1-rundapath [data-rundapath-results] .runda-v1-source-card__preview-placeholder {
  height: 96px;
}

.runda-v1-rundapath [data-rundapath-results] .runda-v1-source-card.is-selected {
  border-color: #097d41;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38);
}

.runda-v1-module-host .module-pane,
.runda-v1-module-host .module-collapsible {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}

.runda-v1-module-host .module-collapsible > summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  border: 1px solid #143b2b;
  border-radius: 14px;
  background: transparent;
  color: #fff7ef;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-module-host .module-collapsible > summary::-webkit-details-marker {
  display: none;
}

.runda-v1-module-host .module-collapsible > summary h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.runda-v1-module-host .module-collapsible > summary:hover,
.runda-v1-module-host .module-collapsible > summary:focus-visible {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38);
}

.runda-v1-module-host .module-collapsible > .module-content {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #143b2b;
  border-radius: 14px;
  background: transparent;
  color: #fff7ef;
}

.runda-v1-module-host .module-content .section-heading > h2 {
  display: none;
}

.runda-v1-module-host .planner-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.runda-v1-module-host .planner-fields > .field--full-span {
  grid-column: 1 / -1;
}

.runda-v1-module-host .field-inline.moving-time-inline {
  grid-template-columns: minmax(0, 1fr) 118px;
  width: 100%;
}

.runda-v1-module-host #moving-time-range {
  width: 100%;
  accent-color: #097d41;
}

.runda-v1-module-host .compact-results,
.runda-v1-module-host .checkpoint-list,
.runda-v1-module-host .poi-toggles {
  margin-top: 10px;
}

.runda-v1-module-host .custom-stop-card,
.runda-v1-module-host .custom-poi-card {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: transparent;
  border: 1px solid #143b2b;
}

.runda-v1-module-host .custom-stop-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.runda-v1-module-host .custom-stop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.runda-v1-module-host .checkpoint-list,
.runda-v1-module-host .custom-poi-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 8px;
}

.runda-v1-module-host .checkpoint-list li,
.runda-v1-module-host .custom-poi-list li {
  padding: 12px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid #143b2b;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-module-host .checkpoint-topline,
.runda-v1-module-host .checkpoint-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.runda-v1-module-host .checkpoint-meta {
  margin-top: 6px;
  color: #a8adbb;
  font-size: 0.86rem;
}

.runda-v1-module-host .poi-toggles,
.runda-v1-module-host .poi-subfilters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.runda-v1-module-host .poi-toggles label,
.runda-v1-module-host .poi-subfilters label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid #143b2b;
  color: #fff7ef;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-module-host .result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.runda-v1-module-host .result-grid article {
  padding: 12px;
  border-radius: 14px;
  background: transparent;
  border: 1px solid #143b2b;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.runda-v1-module-host .result-grid article:hover,
.runda-v1-module-host .result-grid article:focus-within,
.runda-v1-module-host .checkpoint-list li:hover,
.runda-v1-module-host .custom-poi-list li:hover,
.runda-v1-module-host .poi-toggles label:hover,
.runda-v1-module-host .poi-subfilters label:hover,
.runda-v1-module-host .custom-stop-card:hover,
.runda-v1-module-host .custom-poi-card:hover {
  background: #097d41;
  border-color: #097d41;
  color: #fff7ef;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.38);
}

.runda-v1-module-host .result-grid article:hover span,
.runda-v1-module-host .result-grid article:hover strong,
.runda-v1-module-host .checkpoint-list li:hover .checkpoint-meta,
.runda-v1-module-host .checkpoint-list li:hover .checkpoint-topline,
.runda-v1-module-host .custom-poi-list li:hover,
.runda-v1-module-host .poi-toggles label:hover,
.runda-v1-module-host .poi-subfilters label:hover,
.runda-v1-module-host .custom-stop-card:hover .muted,
.runda-v1-module-host .custom-poi-card:hover .muted {
  color: #fff7ef;
}

.runda-v1-module-host .result-grid span {
  display: block;
  color: #a8adbb;
  font-size: 0.84rem;
}

.runda-v1-module-host .result-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  color: #fff7ef;
}

@media (max-width: 1100px) {
  .runda-v1-modal {
    padding: 0;
  }

  .runda-v1-modal__panel {
    transform: translate(-50%, -50%) scale(1);
    width: calc(100vw - 20px);
    height: calc(100vh - 16px);
    padding: 8px;
  }

  .runda-v1-layout {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .runda-v1-shell--workspace {
    min-height: 340px;
  }
}

[data-runda-v1-row-chip] {
  background: #0b1016 !important;
  border-color: #143b2b !important;
  box-shadow: none !important;
}

/* Pricing page late overrides: must win over global card/home locks */
body.runda-pricing-mode .site-ui-scale {
  zoom: 1 !important;
}

body.runda-pricing-mode .shell-header {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body.runda-pricing-mode .brand-block .brand-title {
  order: 1 !important;
}

body.runda-pricing-mode .brand-block .nav-row-home {
  order: 2 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  max-width: 100% !important;
  overflow: visible !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

body.runda-pricing-mode .brand-block .brand-sub {
  order: 3 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.runda-pricing-mode .brand-logo {
  width: clamp(250px, 32vw, 520px) !important;
  max-width: 100% !important;
  height: auto !important;
}

body.runda-pricing-mode .brand-badges {
  display: none !important;
}

body.runda-pricing-mode .pricing-hero-card--tagline,
body.runda-pricing-mode .pricing-hero-card--tagline:hover,
body.runda-pricing-mode .pricing-hero-card--tagline:focus-within {
  background: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.runda-pricing-mode .pricing-hero-card--tagline h2 {
  max-width: none !important;
  white-space: nowrap !important;
  font-size: clamp(0.95rem, 4.2vw, 4.8rem) !important;
  line-height: 1 !important;
  text-wrap: nowrap !important;
}

body.runda-pricing-mode .pricing-offer-banner,
body.runda-pricing-mode .pricing-offer-banner:hover,
body.runda-pricing-mode .pricing-offer-banner:focus-within {
  background: #181818 !important;
  border-color: #097d41 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3) !important;
  transform: none !important;
}

body.runda-pricing-mode .pricing-tier-card {
  background: #181818 !important;
  border-color: rgba(9, 125, 65, 0.76) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24) !important;
  transform: none !important;
}

body.runda-pricing-mode .pricing-tier-card:hover,
body.runda-pricing-mode .pricing-tier-card:focus-within {
  background: #242424 !important;
  border-color: #097d41 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34) !important;
  transform: none !important;
}

body.runda-pricing-mode .pricing-tier-card--runner,
body.runda-pricing-mode .pricing-tier-card--runner:hover,
body.runda-pricing-mode .pricing-tier-card--runner:focus-within {
  border-color: #097d41 !important;
}

body.runda-pricing-mode .pricing-tier-card--runner {
  background: #202020 !important;
}

body.runda-pricing-mode .pricing-flow-card,
body.runda-pricing-mode .pricing-flow-card:hover,
body.runda-pricing-mode .pricing-flow-card:focus-within {
  background: #181818 !important;
  border-color: #097d41 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24) !important;
  transform: none !important;
}

body.runda-pricing-mode .pricing-tier-flag,
body.runda-pricing-mode .pricing-tier-pills .pill {
  background: rgba(9, 125, 65, 0.18) !important;
  border-color: rgba(9, 125, 65, 0.88) !important;
  color: #f7f7f7 !important;
}

body.runda-pricing-mode .pricing-tier-flag:hover,
body.runda-pricing-mode .pricing-tier-flag:focus-visible {
  background: rgba(9, 125, 65, 0.24) !important;
  border-color: #097d41 !important;
  color: #ffffff !important;
}

body.runda-pricing-mode .pricing-tier-pills .pill:hover,
body.runda-pricing-mode .pricing-tier-pills .pill:focus-visible {
  background: rgba(9, 125, 65, 0.24) !important;
  border-color: #097d41 !important;
  color: #ffffff !important;
}

body.runda-pricing-mode .pricing-tier-card .eyebrow,
body.runda-pricing-mode .pricing-tier-copy,
body.runda-pricing-mode .pricing-tier-price__value {
  color: #f7f7f7 !important;
}

body.runda-pricing-mode .pricing-tier-price__unit,
body.runda-pricing-mode .pricing-tier-list li,
body.runda-pricing-mode .pricing-offer-banner__copy p:last-child,
body.runda-pricing-mode .pricing-offer-banner__meter span,
body.runda-pricing-mode .pricing-offer-banner__status small {
  color: #b3b3b3 !important;
}

body.runda-pricing-mode .pricing-tier-list li::before {
  background: #d9d9d9 !important;
  box-shadow: none !important;
}

body.runda-pricing-mode .pricing-tier-footer .btn,
body.runda-pricing-mode .pricing-tier-footer .btn.secondary,
body.runda-pricing-mode .pricing-tier-footer .btn.primary {
  background: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #111111 !important;
}

body.runda-pricing-mode .pricing-tier-footer .btn:hover,
body.runda-pricing-mode .pricing-tier-footer .btn:focus-visible,
body.runda-pricing-mode .pricing-tier-footer .btn.secondary:hover,
body.runda-pricing-mode .pricing-tier-footer .btn.secondary:focus-visible,
body.runda-pricing-mode .pricing-tier-footer .btn.primary:hover,
body.runda-pricing-mode .pricing-tier-footer .btn.primary:focus-visible {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
}

body.runda-pricing-mode .pricing-tier-footer .btn:active,
body.runda-pricing-mode .pricing-tier-footer .btn.secondary:active,
body.runda-pricing-mode .pricing-tier-footer .btn.primary:active {
  background: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  color: #111111 !important;
}

/* Site-wide header scale and nav sizing must stay consistent across core views */
body.page-slug-home .site-ui-scale,
body.home .site-ui-scale,
body.front-page .site-ui-scale,
body.runda-pricing-mode .site-ui-scale,
body.runda-admin-hub-mode .site-ui-scale,
body.page-slug-dashboard .site-ui-scale,
body.page-slug-browse-gpx .site-ui-scale,
body.page-slug-login-register .site-ui-scale,
body.page-slug-legal .site-ui-scale,
body.page-slug-planner .site-ui-scale {
  zoom: 1 !important;
}

body.page-slug-home .shell-header,
body.home .shell-header,
body.front-page .shell-header,
body.runda-pricing-mode .shell-header,
body.runda-admin-hub-mode .shell-header,
body.page-slug-dashboard .shell-header,
body.page-slug-browse-gpx .shell-header,
body.page-slug-login-register .shell-header,
body.page-slug-legal .shell-header,
body.page-slug-planner .shell-header {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

body.page-slug-home .brand-block .brand-title,
body.home .brand-block .brand-title,
body.front-page .brand-block .brand-title,
body.runda-pricing-mode .brand-block .brand-title,
body.runda-admin-hub-mode .brand-block .brand-title,
body.page-slug-dashboard .brand-block .brand-title,
body.page-slug-browse-gpx .brand-block .brand-title,
body.page-slug-login-register .brand-block .brand-title,
body.page-slug-legal .brand-block .brand-title,
body.page-slug-planner .brand-block .brand-title {
  order: 1 !important;
}

body.page-slug-home .brand-block .nav-row-home,
body.home .brand-block .nav-row-home,
body.front-page .brand-block .nav-row-home,
body.runda-pricing-mode .brand-block .nav-row-home,
body.runda-admin-hub-mode .brand-block .nav-row-home,
body.page-slug-dashboard .brand-block .nav-row-home,
body.page-slug-browse-gpx .brand-block .nav-row-home,
body.page-slug-login-register .brand-block .nav-row-home,
body.page-slug-legal .brand-block .nav-row-home,
body.page-slug-planner .brand-block .nav-row-home {
  order: 2 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-end !important;
  gap: 10px !important;
  min-height: 44px !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}

body.page-slug-home .brand-block .nav-row-home::-webkit-scrollbar,
body.home .brand-block .nav-row-home::-webkit-scrollbar,
body.front-page .brand-block .nav-row-home::-webkit-scrollbar,
body.runda-pricing-mode .brand-block .nav-row-home::-webkit-scrollbar,
body.runda-admin-hub-mode .brand-block .nav-row-home::-webkit-scrollbar,
body.page-slug-dashboard .brand-block .nav-row-home::-webkit-scrollbar,
body.page-slug-browse-gpx .brand-block .nav-row-home::-webkit-scrollbar,
body.page-slug-login-register .brand-block .nav-row-home::-webkit-scrollbar,
body.page-slug-legal .brand-block .nav-row-home::-webkit-scrollbar,
body.page-slug-planner .brand-block .nav-row-home::-webkit-scrollbar {
  display: none !important;
}

body.page-slug-home .brand-block .brand-sub,
body.home .brand-block .brand-sub,
body.front-page .brand-block .brand-sub,
body.runda-pricing-mode .brand-block .brand-sub,
body.runda-admin-hub-mode .brand-block .brand-sub,
body.page-slug-dashboard .brand-block .brand-sub,
body.page-slug-browse-gpx .brand-block .brand-sub,
body.page-slug-login-register .brand-block .brand-sub,
body.page-slug-legal .brand-block .brand-sub,
body.page-slug-planner .brand-block .brand-sub {
  order: 3 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body.page-slug-home .brand-logo,
body.home .brand-logo,
body.front-page .brand-logo,
body.runda-pricing-mode .brand-logo,
body.runda-admin-hub-mode .brand-logo,
body.page-slug-dashboard .brand-logo,
body.page-slug-browse-gpx .brand-logo,
body.page-slug-login-register .brand-logo,
body.page-slug-legal .brand-logo,
body.page-slug-planner .brand-logo {
  width: clamp(250px, 32vw, 520px) !important;
  max-width: 100% !important;
  height: auto !important;
}

body.page-slug-home .shell-header .nav-row-home .chip-link,
body.home .shell-header .nav-row-home .chip-link,
body.front-page .shell-header .nav-row-home .chip-link,
body.runda-pricing-mode .shell-header .nav-row-home .chip-link,
body.runda-admin-hub-mode .shell-header .nav-row-home .chip-link,
body.page-slug-dashboard .shell-header .nav-row-home .chip-link,
body.page-slug-browse-gpx .shell-header .nav-row-home .chip-link,
body.page-slug-login-register .shell-header .nav-row-home .chip-link,
body.page-slug-legal .shell-header .nav-row-home .chip-link,
body.page-slug-planner .shell-header .nav-row-home .chip-link {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 44px !important;
  padding: 11px 14px !important;
  font-size: 0.84rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  border-radius: 999px !important;
}

@media (max-width: 820px) {
  .runda-mobile-desktop-notice {
    position: sticky;
    top: 0;
    z-index: 2600;
    display: grid;
    gap: 5px;
    margin: 0;
    padding: calc(12px + env(safe-area-inset-top, 0px)) 16px 12px;
    color: #fff7ef;
    background:
      linear-gradient(135deg, rgba(239, 111, 49, 0.96), rgba(14, 52, 90, 0.98)),
      #0e345a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
    font-family: var(--font-body);
  }

  .runda-mobile-desktop-notice strong {
    font-family: var(--font-display);
    font-size: 0.86rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .runda-mobile-desktop-notice span {
    max-width: 38rem;
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .runda-mobile-desktop-notice.is-highlighted {
    animation: rundaDesktopNoticePulse 0.62s ease-in-out 0s 3;
  }

  .runda-login-mobile-warning {
    display: grid;
    gap: 5px;
    margin: 12px 0 14px;
    padding: 12px 14px;
    border: 1px solid rgba(239, 111, 49, 0.52);
    border-radius: 16px;
    background: rgba(239, 111, 49, 0.16);
    color: #fff7ef;
  }

  .runda-login-mobile-warning strong {
    font-family: var(--font-display);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .runda-login-mobile-warning span {
    font-size: 0.88rem;
    line-height: 1.35;
  }
}

@keyframes rundaDesktopNoticePulse {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.18);
  }
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-rundapath__workspace-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 6px;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-rundapath__workspace-header h2,
.runda-v1-modal.workspace-mode-rundapath .runda-v1-rundapath .section-heading h2 {
  margin: 0;
  font-family: 'JetBrains Mono', monospace !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: 0.1em !important;
  color: #ffffff !important;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-rundapath .section-heading h2 {
  font-size: 13px !important;
}

.runda-v1-rundapath__help {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: #0b0b0b;
  color: #ffffff;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.runda-v1-modal.workspace-mode-rundapath [data-rundapath-form] {
  display: grid !important;
}

.runda-v1-modal.workspace-mode-rundapath .runda-v1-rundapath .field input[type="search"],
.runda-v1-modal.workspace-mode-rundapath .runda-v1-rundapath .field input[type="text"],
.runda-v1-modal.workspace-mode-rundapath .runda-v1-rundapath .field input[type="number"] {
  background: #151515 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 4px !important;
  color: #ffffff !important;
}

.runda-v1-rundapath__status.is-error {
  padding: 9px 10px;
  border: 1px solid rgba(255, 92, 92, 0.22);
  border-radius: 8px;
  background: rgba(120, 22, 22, 0.28);
  color: #ffb6b6 !important;
}

.rundapath-help-modal[hidden] {
  display: none !important;
}

.rundapath-help-modal {
  position: absolute;
  inset: 0;
  z-index: 24;
  display: grid;
  place-items: center;
}

.rundapath-help-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
}

.rundapath-help-modal__card {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100% - 36px));
  border: 1px solid rgba(9, 125, 65, 0.62);
  border-radius: 16px;
  background: #0b0b0b;
  color: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.72);
  padding: 22px;
}

.rundapath-help-modal__card h2 {
  margin: 0 0 12px;
  color: #ffffff;
}

.rundapath-help-modal__card p {
  color: #b8b8b8;
}

.rundapath-help-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #151515;
  color: #ffffff;
  cursor: pointer;
}

/* RUNDAPATH native source-card result rail */
.runda-v1-modal.workspace-mode-rundapath [data-rundapath-results-panel] {
  border-radius: 4px !important;
}

.runda-v1-modal.workspace-mode-rundapath [data-rundapath-results] {
  gap: 10px !important;
}

.runda-v1-modal.workspace-mode-rundapath [data-rundapath-results] .runda-v1-source-card {
  border-radius: 4px !important;
}

/* RUNDAPATH right rail: candidates only */
.runda-v1-modal.workspace-mode-rundapath [data-rundapath-form],
.runda-v1-modal.workspace-mode-rundapath [data-rundapath-results-panel] > .section-heading {
  display: none !important;
}

.runda-v1-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.runda-v1-chip-row--icon-tree {
  display: flex !important;
  grid-template-columns: none !important;
  grid-auto-flow: initial !important;
  grid-auto-columns: initial !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 3px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 20px !important;
  box-sizing: border-box !important;
}

.runda-v1-chip-row--icon-tree .runda-v1-chip {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.runda-v1-tab-icon {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.runda-v1-chip-row--icon-tree .runda-v1-chip.is-active .runda-v1-tab-icon,
.runda-v1-chip-row--icon-tree .runda-v1-chip:hover .runda-v1-tab-icon,
.runda-v1-chip-row--icon-tree .runda-v1-chip:focus-visible .runda-v1-tab-icon {
  filter: brightness(0) invert(1);
}

.runda-v1-shell--workspace {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-self: stretch;
  align-self: stretch;
  width: auto;
  min-width: 0;
  padding: 3px;
  overflow: hidden;
  gap: 0;
  box-sizing: border-box;
}

.runda-v1-shell--workspace .runda-v1-workspace-top {
  position: sticky;
  top: 0;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  z-index: 3;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
}

.runda-v1-shell--workspace .runda-v1-workspace-status {
  position: static;
  width: 100%;
  min-height: 1rem;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  pointer-events: auto;
}

.runda-v1-shell--workspace .runda-v1-workspace-status:empty {
  display: none;
}

.runda-v1-shell--workspace .runda-v1-pane-wrap {
  position: static;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  overflow: hidden;
  pointer-events: auto;
  box-sizing: border-box;
}

.runda-v1-shell--workspace .runda-v1-pane {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

.runda-v1-shell--workspace .runda-v1-pane.is-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.runda-v1-shell--workspace .runda-v1-source-list,
.runda-v1-shell--workspace .runda-v1-module-host {
  display: grid;
  gap: 16px;
}

.runda-v1-shell--workspace .runda-v1-chip-row--icon-tree,
.runda-v1-shell--workspace .runda-v1-pane-wrap,
.runda-v1-shell--workspace .runda-v1-pane,
.runda-v1-shell--workspace .runda-v1-library-form,
.runda-v1-shell--workspace .runda-v1-source-list,
.runda-v1-shell--workspace .runda-v1-source-card,
.runda-v1-shell--workspace .runda-v1-source-card__open-surface,
.runda-v1-shell--workspace .runda-v1-source-card__preview,
.runda-v1-shell--workspace .runda-v1-source-card__preview-map,
.runda-v1-shell--workspace .runda-v1-source-card__preview-placeholder,
.runda-v1-shell--workspace .runda-v1-upload-card,
.runda-v1-shell--workspace .runda-v1-module-host,
.runda-v1-shell--workspace .runda-v1-module-host .module-pane,
.runda-v1-shell--workspace .runda-v1-module-host .module-collapsible,
.runda-v1-shell--workspace .runda-v1-rundapath,
.runda-v1-shell--workspace .runda-v1-rundapath__panel {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.runda-v1-shell--workspace .runda-v1-source-card {
  min-width: 0;
  max-width: 100%;
  padding: 8px;
  gap: 8px;
  border-color: rgba(9, 125, 65, 0.62);
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.1), rgba(4, 8, 7, 0.92)),
    rgba(5, 9, 7, 0.9);
  color: #fff7ef;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-v1-shell--workspace .runda-v1-source-card__open-surface {
  min-width: 0;
  gap: 8px;
}

.runda-v1-shell--workspace .runda-v1-source-card__summary {
  gap: 7px;
}

.runda-v1-shell--workspace .runda-v1-source-card__summary-meta {
  gap: 5px;
  color: rgba(255, 247, 239, 0.72);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
}

.runda-v1-shell--workspace .runda-v1-source-card__summary-meta:empty {
  display: none;
}

.runda-v1-shell--workspace .runda-v1-source-card__meta-chip,
.runda-v1-shell--workspace .runda-v1-source-card__snapshot-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
  line-height: 1;
}

.runda-v1-shell--workspace .runda-v1-source-card__meta-chip span,
.runda-v1-shell--workspace .runda-v1-source-card__snapshot-label span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.runda-v1-shell--workspace .runda-v1-source-card__summary-location {
  color: rgba(255, 247, 239, 0.78);
}

.runda-v1-shell--workspace .runda-v1-source-card__surface-badge {
  margin-left: 0;
  padding: 3px 7px 3px 5px;
  font-family: "Sora", var(--font-display);
  font-size: 0.56rem;
  letter-spacing: 0.06em;
}

.runda-v1-shell--workspace .runda-v1-source-card__preview-map,
.runda-v1-shell--workspace .runda-v1-source-card__preview-placeholder {
  border-radius: 10px;
}

.runda-v1-shell--workspace .runda-v1-source-card__preview-map {
  border-color: rgba(9, 125, 65, 0.45);
}

.runda-v1-shell--workspace .runda-v1-source-card__preview-placeholder {
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
}

.runda-v1-shell--workspace .runda-v1-source-card__snapshot {
  gap: 5px;
}

.runda-v1-shell--workspace .runda-v1-source-card__snapshot-item {
  padding: 7px;
  border-radius: 9px;
  background: rgba(2, 6, 5, 0.42);
  border-color: rgba(9, 125, 65, 0.48);
}

.runda-v1-shell--workspace .runda-v1-source-card__snapshot-item span {
  color: rgba(255, 247, 239, 0.66);
  font-family: "Sora", var(--font-display);
  font-weight: 700;
}

.runda-v1-shell--workspace .runda-v1-source-card__snapshot-item strong {
  font-family: "Sora", var(--font-display);
  font-size: 0.82rem;
}

.runda-v1-shell--workspace .runda-v1-source-card__title-input,
.runda-v1-shell--workspace .runda-v1-source-card h4 {
  font-family: "Sora", var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.runda-v1-shell--workspace .runda-v1-source-card__title-input {
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-source-card h4 {
  margin: 0;
}

.runda-v1-shell--workspace .runda-v1-source-card__actions {
  gap: 5px;
}

.runda-v1-shell--workspace .runda-v1-source-card .runda-v1-micro-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  gap: 5px;
  padding: 0 7px;
  border-color: rgba(9, 125, 65, 0.55);
  background: rgba(2, 6, 5, 0.34);
  font-family: "Sora", var(--font-display);
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: normal;
}

.runda-v1-shell--workspace .runda-v1-source-card .runda-v1-micro-chip__label {
  min-width: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
}

.runda-v1-shell--workspace .runda-v1-source-card__chip-icon,
.runda-v1-shell--workspace .runda-v1-source-card .runda-v1-micro-chip__icon {
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.86;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace .runda-v1-source-card__summary-location .runda-v1-source-card__chip-icon,
.runda-v1-shell--workspace .runda-v1-source-card .runda-v1-micro-chip--danger .runda-v1-micro-chip__icon {
  filter: brightness(0) saturate(100%) invert(96%) sepia(8%) saturate(571%) hue-rotate(326deg) brightness(101%) contrast(102%);
}

.runda-v1-shell--workspace .runda-v1-source-card .runda-v1-micro-chip.is-disabled:hover,
.runda-v1-shell--workspace .runda-v1-source-card .runda-v1-micro-chip:disabled:hover {
  border-color: rgba(9, 125, 65, 0.55);
}

.runda-v1-shell--workspace .runda-v1-library-form {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(9, 125, 65, 0.62);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.1), rgba(4, 8, 7, 0.92)),
    rgba(5, 9, 7, 0.9);
  color: #fff7ef;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-v1-shell--workspace .runda-v1-library-form input,
.runda-v1-shell--workspace .runda-v1-library-form select {
  width: 100%;
  min-height: 31px;
  padding: 0 8px 0 26px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 8px;
  background-color: #000000;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  box-sizing: border-box;
}

.runda-v1-shell--workspace .runda-v1-library-form input[name="q"] {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/search.svg");
}

.runda-v1-shell--workspace .runda-v1-library-form input[name="region"] {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/visual-pois.svg");
}

.runda-v1-shell--workspace .runda-v1-library-form input[name="tag"] {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/route-library.svg");
}

.runda-v1-shell--workspace .runda-v1-library-form select {
  appearance: none;
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/settings.svg");
}

.runda-v1-shell--workspace .runda-v1-library-form input::placeholder {
  color: rgba(255, 247, 239, 0.42);
}

.runda-v1-shell--workspace .runda-v1-library-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-library-form .btn::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/search.svg");
  opacity: 0.88;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-maplist-summary],
.runda-v1-shell--workspace [data-runda-v1-library-summary] {
  margin: 0;
  color: rgba(255, 247, 239, 0.68);
  font-family: "Sora", var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.35;
}

.runda-v1-shell--workspace .runda-v1-rundapath {
  display: grid;
  gap: 8px;
  align-content: start;
  color: #fff7ef;
}

.runda-v1-shell--workspace .runda-v1-rundapath__workspace-header {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.runda-v1-shell--workspace .runda-v1-rundapath__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: transparent;
  font-size: 0;
}

.runda-v1-shell--workspace .runda-v1-rundapath__help i {
  display: none;
}

.runda-v1-shell--workspace .runda-v1-rundapath__help::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/rundapath.svg");
  opacity: 0.88;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace .runda-v1-rundapath__panel {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(9, 125, 65, 0.62);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.1), rgba(4, 8, 7, 0.92)),
    rgba(5, 9, 7, 0.9);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-v1-shell--workspace .runda-v1-rundapath .section-heading {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.runda-v1-shell--workspace .runda-v1-rundapath .section-heading h2 {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  margin: 0;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.runda-v1-shell--workspace .runda-v1-rundapath .section-heading h2::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/rundapath.svg");
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace .runda-v1-rundapath__field-stack,
.runda-v1-shell--workspace .runda-v1-rundapath__builder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  min-width: 0;
}

.runda-v1-shell--workspace .runda-v1-rundapath .field {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
}

.runda-v1-shell--workspace .runda-v1-rundapath .field > span,
.runda-v1-shell--workspace .runda-v1-rundapath .field > label,
.runda-v1-shell--workspace .runda-v1-rundapath .field legend {
  color: rgba(255, 247, 239, 0.66);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-rundapath .field em {
  color: rgba(255, 247, 239, 0.52);
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.runda-v1-shell--workspace .runda-v1-rundapath .field input[type="search"],
.runda-v1-shell--workspace .runda-v1-rundapath .field input[type="text"],
.runda-v1-shell--workspace .runda-v1-rundapath .field input[type="number"] {
  width: 100%;
  min-height: 31px;
  padding: 0 8px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 8px;
  background: #000000;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  box-sizing: border-box;
}

.runda-v1-shell--workspace .runda-v1-rundapath .field input::placeholder {
  color: rgba(255, 247, 239, 0.42);
}

.runda-v1-shell--workspace .runda-v1-rundapath__mode-group {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(9, 125, 65, 0.48);
  border-radius: 10px;
  background: rgba(2, 6, 5, 0.42);
}

.runda-v1-shell--workspace .runda-v1-rundapath__mode-group label {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 6px;
  min-height: 27px;
  margin: 0;
  padding: 6px 8px;
  border: 1px solid rgba(9, 125, 65, 0.48);
  border-radius: 9px;
  background: rgba(2, 6, 5, 0.34);
  color: rgba(255, 247, 239, 0.82);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-rundapath__mode-group input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #097d41;
}

.runda-v1-shell--workspace .runda-v1-rundapath__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  min-width: 0;
}

.runda-v1-shell--workspace .runda-v1-rundapath__actions .runda-v1-micro-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 31px;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-rundapath__actions .runda-v1-micro-chip::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/rundapath.svg");
  opacity: 0.88;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace .runda-v1-rundapath__actions [data-rundapath-clear]::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/delete-point.svg");
}

.runda-v1-shell--workspace .runda-v1-rundapath__selection,
.runda-v1-shell--workspace .runda-v1-rundapath__status {
  margin: 0;
  color: rgba(255, 247, 239, 0.68);
  font-size: 0.68rem;
  line-height: 1.35;
}

.runda-v1-shell--workspace .runda-v1-rundapath__search-results {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.runda-v1-shell--workspace .runda-v1-rundapath__search-result {
  display: grid;
  gap: 3px;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(9, 125, 65, 0.48);
  border-radius: 9px;
  background: rgba(2, 6, 5, 0.42);
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  text-align: left;
}

.runda-v1-shell--workspace .runda-v1-rundapath__search-result strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.12;
  text-overflow: ellipsis;
}

.runda-v1-shell--workspace .runda-v1-rundapath__search-result span {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 247, 239, 0.62);
  font-size: 0.58rem;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.runda-v1-shell--workspace .runda-v1-upload-card {
  display: grid;
  gap: 9px;
  overflow: visible;
}

.runda-v1-shell--workspace .runda-v1-upload-card__copy {
  gap: 6px;
}

.runda-v1-shell--workspace .runda-v1-upload-titleline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 7px;
}

.runda-v1-shell--workspace .runda-v1-upload-titleline .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  min-width: 0;
  gap: 5px;
  margin: 0;
  padding: 0 8px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #97ffd4;
  font-family: "Sora", var(--font-display);
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-upload-titleline .eyebrow::before,
.runda-v1-shell--workspace .runda-v1-upload-card__copy h3::before,
.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-visibility legend::before,
.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice strong::before,
.runda-v1-shell--workspace .runda-v1-upload-form .btn::before,
.runda-v1-shell--workspace .runda-v1-upload-help::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.88;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace .runda-v1-upload-titleline .eyebrow::before,
.runda-v1-shell--workspace .runda-v1-upload-card__copy h3::before,
.runda-v1-shell--workspace .runda-v1-upload-form .btn::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/upload.svg");
}

.runda-v1-shell--workspace .runda-v1-upload-help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-color: rgba(9, 125, 65, 0.55);
  background: rgba(2, 6, 5, 0.34);
  color: transparent;
  font-size: 0;
}

.runda-v1-shell--workspace .runda-v1-upload-help::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/settings.svg");
}

.runda-v1-shell--workspace .runda-v1-upload-help::after {
  right: 0;
  left: auto;
  width: min(210px, calc(var(--runda-v1-workspace-chip-row-width) - 18px));
  border-color: rgba(9, 125, 65, 0.55);
  background: rgba(2, 6, 5, 0.96);
  color: rgba(255, 247, 239, 0.82);
  font-size: 0.68rem;
}

.runda-v1-shell--workspace .runda-v1-upload-card__copy h3 {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  margin: 0;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.runda-v1-shell--workspace .runda-v1-upload-form {
  gap: 7px;
}

.runda-v1-shell--workspace .runda-v1-upload-form input[type="text"],
.runda-v1-shell--workspace .runda-v1-upload-form input[type="file"] {
  width: 100%;
  min-height: 31px;
  padding: 0 8px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 8px;
  background: #000000;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  box-sizing: border-box;
}

.runda-v1-shell--workspace .runda-v1-upload-form input[type="text"]::placeholder {
  color: rgba(255, 247, 239, 0.42);
}

.runda-v1-shell--workspace .runda-v1-upload-form input[type="file"] {
  padding: 5px 7px;
  line-height: 1.2;
}

.runda-v1-shell--workspace .runda-v1-upload-form input[type="file"]::file-selector-button {
  min-height: 22px;
  margin-right: 7px;
  padding: 0 7px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #97ffd4;
  font-family: "Sora", var(--font-display);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-upload-form input[type="file"]::-webkit-file-upload-button {
  min-height: 22px;
  margin-right: 7px;
  padding: 0 7px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #97ffd4;
  font-family: "Sora", var(--font-display);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-visibility {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 8px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 10px;
  background: rgba(2, 6, 5, 0.42);
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-visibility legend {
  display: inline-flex;
  align-items: center;
  float: none;
  width: auto;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: rgba(255, 247, 239, 0.66);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-visibility legend::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/save-maplist.svg");
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 6px;
  min-height: 28px;
  padding: 6px 8px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 9px;
  background: rgba(2, 6, 5, 0.34);
  color: rgba(255, 247, 239, 0.82);
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #097d41;
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice strong {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice:nth-of-type(1) strong::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/my-maplist.svg");
}

.runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice:nth-of-type(2) strong::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/route-library.svg");
}

.runda-v1-shell--workspace .runda-v1-upload-form .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace .runda-v1-upload-form [data-upload-status] {
  margin: 0;
  color: rgba(255, 247, 239, 0.68);
  font-size: 0.68rem;
  line-height: 1.35;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline.module-collapsible {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #fff7ef;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline.module-collapsible > summary {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  padding: 9px 10px;
  border-color: rgba(9, 125, 65, 0.62);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.1), rgba(4, 8, 7, 0.92)),
    rgba(5, 9, 7, 0.9);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline.module-collapsible > summary h2 {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  font-family: "Sora", var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline.module-collapsible > summary h2::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/route-services.svg");
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline.module-collapsible > .module-content {
  display: grid;
  gap: 9px;
  margin-top: 0;
  padding: 9px;
  border-color: rgba(9, 125, 65, 0.62);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.08), rgba(4, 8, 7, 0.88)),
    rgba(5, 9, 7, 0.88);
  overflow: hidden;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .section-heading {
  display: grid;
  gap: 6px;
  margin: 0;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .section-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  min-width: 0;
  width: 100%;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .status-pill,
.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 25px;
  gap: 5px;
  padding: 0 8px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .status-pill::before,
.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .ghost-button::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.86;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .status-pill::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/visual-pois.svg");
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .ghost-button::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/settings.svg");
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .poi-toggles,
.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .poi-subfilters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin-top: 0;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .poi-toggles label,
.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .poi-subfilters label {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  gap: 6px;
  min-height: 27px;
  padding: 6px 8px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 9px;
  background: rgba(2, 6, 5, 0.42);
  color: rgba(255, 247, 239, 0.82);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline input[type="checkbox"] {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #097d41;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .custom-poi-card {
  display: grid;
  gap: 7px;
  margin-top: 0;
  padding: 8px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 10px;
  background: rgba(2, 6, 5, 0.42);
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .compact-heading h3 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .compact-heading h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/insert-point.svg");
  opacity: 0.86;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .hint {
  margin: 0;
  color: rgba(255, 247, 239, 0.68);
  font-size: 0.68rem;
  line-height: 1.35;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .hint strong {
  color: #97ffd4;
  font-weight: 800;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .custom-poi-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .custom-poi-list:empty {
  display: none;
}

.runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .custom-poi-list li {
  min-width: 0;
  padding: 7px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 9px;
  background: rgba(2, 6, 5, 0.42);
  color: rgba(255, 247, 239, 0.82);
  font-family: "Sora", var(--font-display);
  font-size: 0.6rem;
  line-height: 1.2;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline.module-collapsible {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #fff7ef;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline.module-collapsible > summary {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  padding: 9px 10px;
  border-color: rgba(9, 125, 65, 0.62);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.1), rgba(4, 8, 7, 0.92)),
    rgba(5, 9, 7, 0.9);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline.module-collapsible > summary h2 {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  font-family: "Sora", var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline.module-collapsible > summary h2::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/aid.svg");
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline.module-collapsible > .module-content {
  display: grid;
  gap: 9px;
  margin-top: 0;
  padding: 9px;
  border-color: rgba(9, 125, 65, 0.62);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(9, 125, 65, 0.08), rgba(4, 8, 7, 0.88)),
    rgba(5, 9, 7, 0.88);
  overflow: hidden;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .section-heading {
  display: grid;
  gap: 6px;
  margin: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .status-pill,
.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 25px;
  gap: 5px;
  padding: 0 8px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .status-pill::before,
.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .ghost-button::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.86;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .status-pill::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/map-runsheet.svg");
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .ghost-button::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/insert-point.svg");
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .ghost-button.danger::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/delete-point.svg");
  filter: brightness(0) saturate(100%) invert(96%) sepia(8%) saturate(571%) hue-rotate(326deg) brightness(101%) contrast(102%);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .hint {
  margin: 0;
  color: rgba(255, 247, 239, 0.68);
  font-size: 0.68rem;
  line-height: 1.35;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .planner-fields {
  grid-template-columns: 1fr;
  gap: 7px;
  min-width: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .field {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .field > span:first-child {
  color: rgba(255, 247, 239, 0.66);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .field-inline.moving-time-inline {
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #moving-time-range {
  min-width: 0;
  width: 100%;
  accent-color: #097d41;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #moving-time-input {
  width: 58px;
  min-width: 0;
  min-height: 28px;
  padding: 0 5px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 8px;
  background: #000000;
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  text-align: center;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .compact-results {
  gap: 5px;
  margin-top: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid article {
  min-width: 0;
  padding: 7px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 9px;
  background: rgba(2, 6, 5, 0.42);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  color: rgba(255, 247, 239, 0.66);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid span::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.86;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid article:first-child span::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/map-runsheet.svg");
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid article:last-child span::before {
  background-image: url("/wp-content/themes/pace-me-theme/assets/planner/icons/visual-pois.svg");
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid strong {
  min-width: 0;
  margin-top: 5px;
  overflow: hidden;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.78rem;
  line-height: 1.1;
  text-overflow: ellipsis;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .custom-stop-card {
  display: grid;
  gap: 7px;
  margin-top: 0;
  padding: 8px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 10px;
  background: rgba(2, 6, 5, 0.42);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .compact-heading h3 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .compact-heading h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  background: center / contain no-repeat url("/wp-content/themes/pace-me-theme/assets/planner/icons/insert-point.svg");
  opacity: 0.86;
  filter: brightness(0) saturate(100%) invert(91%) sepia(10%) saturate(1041%) hue-rotate(92deg) brightness(108%) contrast(101%);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .custom-stop-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  min-width: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .custom-stop-form .field-inline.compact {
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 6px;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #custom-stop-name,
.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #custom-stop-km,
.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #custom-stop-type {
  min-width: 0;
  width: 100%;
  min-height: 30px;
  padding: 0 8px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 8px;
  background: #000000;
  color: #fff7ef;
  font-size: 0.68rem;
  box-sizing: border-box;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #custom-stop-unit {
  color: rgba(255, 247, 239, 0.68);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  line-height: 1;
  text-transform: uppercase;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .custom-stop-actions {
  display: grid;
  gap: 5px;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .custom-stop-actions #add-custom-stop {
  width: 100%;
  min-height: 28px;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-list {
  display: grid;
  gap: 5px;
  margin-top: 0;
  padding: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-list:empty {
  display: none;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-list li {
  min-width: 0;
  padding: 8px;
  border-color: rgba(9, 125, 65, 0.48);
  border-radius: 10px;
  background: rgba(2, 6, 5, 0.42);
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-topline,
.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  min-width: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-topline {
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.15;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-actions > span,
.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .segment-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  gap: 4px;
  padding: 0 6px;
  border: 1px solid rgba(9, 125, 65, 0.48);
  border-radius: 999px;
  background: rgba(2, 6, 5, 0.34);
  color: rgba(255, 247, 239, 0.8);
  font-family: "Sora", var(--font-display);
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-meta {
  margin-top: 5px;
  color: rgba(255, 247, 239, 0.66);
  font-size: 0.6rem;
  line-height: 1.2;
}

.runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-label-input {
  min-width: 0;
  width: 100%;
  padding: 6px 7px;
  border: 1px solid rgba(9, 125, 65, 0.48);
  border-radius: 8px;
  background: rgba(2, 6, 5, 0.48);
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
}

.runda-v1-shell--workspace {
  --runda-v1-workspace-chip-row-width: 222px;
  --runda-v1-workspace-inline-padding: 3px;
  align-items: flex-start;
  flex: 0 0 auto;
  justify-self: end;
  width: calc(var(--runda-v1-workspace-chip-row-width) + var(--runda-v1-workspace-inline-padding) + var(--runda-v1-workspace-inline-padding)) !important;
  max-width: calc(var(--runda-v1-workspace-chip-row-width) + var(--runda-v1-workspace-inline-padding) + var(--runda-v1-workspace-inline-padding)) !important;
}

.runda-v1-layout,
.runda-v1-modal.workspace-mode-rundapath .runda-v1-layout {
  grid-template-columns: minmax(0, 1fr) max-content;
}

.runda-v1-shell--workspace .runda-v1-workspace-top,
.runda-v1-shell--workspace .runda-v1-chip-row--icon-tree,
.runda-v1-shell--workspace .runda-v1-route-snapshot-speed,
.runda-v1-shell--workspace .runda-v1-workspace-status,
.runda-v1-shell--workspace .runda-v1-pane-wrap,
.runda-v1-shell--workspace .runda-v1-pane,
.runda-v1-shell--workspace .runda-v1-source-list,
.runda-v1-shell--workspace .runda-v1-module-host {
  width: min(100%, var(--runda-v1-workspace-chip-row-width)) !important;
  max-width: min(100%, var(--runda-v1-workspace-chip-row-width)) !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.runda-v1-shell--workspace .runda-v1-chip-row--icon-tree {
  flex: 0 0 auto;
  margin-bottom: 10px !important;
}

.runda-v1-route-snapshot-speed {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  padding: 10px;
  border: 1px solid #143b2b;
  border-radius: 12px;
  background: #000000;
  color: #fff7ef;
  overflow: hidden;
}

.runda-v1-route-snapshot-speed__head {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.runda-v1-route-snapshot-speed__head span,
.runda-v1-route-snapshot-speed__speed > span,
.runda-v1-route-snapshot-speed__metrics span {
  color: #a8adbb;
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.runda-v1-route-snapshot-speed__head strong {
  min-width: 0;
  overflow: hidden;
  color: #fff7ef;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.runda-v1-route-snapshot-speed__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.runda-v1-route-snapshot-speed__metrics article {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 7px;
  border: 1px solid #143b2b;
  border-radius: 10px;
  background: transparent;
}

.runda-v1-route-snapshot-speed__metrics strong {
  min-width: 0;
  overflow: hidden;
  color: #fff7ef;
  font-size: 0.78rem;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runda-v1-route-snapshot-speed__speed,
.runda-v1-route-snapshot-speed__speed-row {
  display: grid;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.runda-v1-route-snapshot-speed__speed {
  gap: 5px;
}

.runda-v1-route-snapshot-speed__speed-row {
  grid-template-columns: minmax(0, 1fr) 46px 34px;
  align-items: center;
  gap: 6px;
}

.runda-v1-route-snapshot-speed__speed-row input {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.runda-v1-route-snapshot-speed__speed-row input[type="number"] {
  min-height: 28px;
  padding: 0 5px;
  border: 1px solid #143b2b;
  border-radius: 8px;
  background: #000000;
  color: #fff7ef;
  font-size: 0.68rem;
}

.runda-v1-route-snapshot-speed__speed-row input[type="range"] {
  accent-color: #097d41;
}

.runda-v1-route-snapshot-speed__speed-row [data-runda-v1-speed-unit] {
  overflow: hidden;
  color: #a8adbb;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .runda-v1-chip-row--icon-tree {
    max-width: 100% !important;
    overflow-x: auto;
  }
}

.runda-explore-manager[hidden],
.runda-explore-manager [hidden] {
  display: none !important;
}

body.runda-explore-manager-open {
  overflow: hidden;
}

body.runda-gpx-source-editor-open {
  overflow: hidden;
}

.runda-gpx-source-editor[hidden] {
  display: none !important;
}

.runda-gpx-source-editor {
  position: fixed;
  inset: 0;
  z-index: 2820;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.runda-gpx-source-editor__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.runda-gpx-source-editor__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(260px, 1fr) auto auto;
  gap: 12px;
  width: min(1180px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(151, 255, 212, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 0%, rgba(151, 255, 212, 0.12), transparent 28%),
    #0a0b0b;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.58);
}

.runda-gpx-source-editor__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.runda-gpx-source-editor__header .eyebrow,
.runda-gpx-source-editor__header .muted {
  margin: 0;
}

.runda-gpx-source-editor__header h2 {
  margin: 3px 0 5px;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.runda-gpx-source-editor__textarea {
  width: 100%;
  min-width: 0;
  min-height: min(62vh, 620px);
  padding: 14px;
  overflow: auto;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #020202;
  color: #f7f1e8;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.72rem;
  line-height: 1.5;
  white-space: pre;
  box-sizing: border-box;
}

.runda-gpx-source-editor__textarea:focus {
  outline: 0;
  border-color: #097d41;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.5);
}

.runda-gpx-source-editor__textarea:disabled {
  opacity: 0.64;
}

.runda-gpx-source-editor__backups {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
}

.runda-gpx-source-editor__backups label {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.runda-gpx-source-editor__backups label > span {
  color: rgba(255, 247, 239, 0.56);
  font-family: "Sora", var(--font-display);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-gpx-source-editor__backups select {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff7ef;
  background: #101010;
  font-family: "Sora", var(--font-display);
  font-size: 0.62rem;
}

.runda-gpx-source-editor__status {
  min-height: 1.2em;
  margin: 0;
}

.runda-gpx-source-editor__status.is-error {
  color: #ff8f8f;
}

.runda-gpx-source-editor__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 720px) {
  .runda-gpx-source-editor {
    padding: 10px;
  }

  .runda-gpx-source-editor__panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    padding: 12px;
  }

  .runda-gpx-source-editor__header {
    gap: 10px;
  }

  .runda-gpx-source-editor__textarea {
    min-height: 58vh;
    font-size: 0.68rem;
  }

  .runda-gpx-source-editor__backups {
    grid-template-columns: minmax(0, 1fr);
  }
}

.runda-explore-manager {
  position: fixed;
  inset: 0;
  z-index: 2750;
}

.runda-explore-manager__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: opacity 220ms ease;
}

.runda-explore-manager__drawer.runda-v1-shell--workspace {
  position: absolute;
  top: 0;
  right: 0;
  width: min(460px, 100vw);
  height: 100vh;
  padding: 12px;
  border-radius: 12px 0 0 12px;
  border-color: #0b5f3a;
  background: #000000;
  box-shadow: -22px 0 52px rgba(0, 0, 0, 0.56);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.runda-explore-manager.is-open .runda-explore-manager__backdrop {
  opacity: 1;
}

.runda-explore-manager.is-open .runda-explore-manager__drawer {
  transform: translateX(0);
}

.runda-explore-manager__header {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px !important;
  padding: 2px 2px 12px !important;
}

.runda-explore-manager__header .eyebrow,
.runda-explore-manager__form-heading .eyebrow,
.runda-explore-manager__section-heading .eyebrow {
  margin: 0;
  color: #97ffd4;
}

.runda-explore-manager__header h2,
.runda-explore-manager__form-heading h3 {
  margin: 4px 0;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  text-transform: uppercase;
}

.runda-explore-manager__header h2 {
  font-size: 1rem;
}

.runda-explore-manager__form-heading h3 {
  font-size: 0.82rem;
}

.runda-explore-manager__header .muted {
  margin: 0;
  font-family: "Sora", var(--font-display);
  font-size: 0.62rem;
  line-height: 1.35;
}

.runda-explore-manager__close {
  flex: 0 0 auto;
  min-width: 28px;
  min-height: 28px;
  padding: 0 8px;
  font-size: 1rem;
}

.runda-explore-manager__pane {
  gap: 12px !important;
  padding-right: 3px !important;
}

.runda-explore-manager__toolbar,
.runda-explore-manager__actions,
.runda-explore-manager__cover-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.runda-explore-manager__actions {
  justify-content: flex-end;
}

.runda-explore-manager__form {
  gap: 10px !important;
}

.runda-explore-manager__field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.runda-explore-manager__field > span,
.runda-explore-manager__chip-field legend {
  color: rgba(255, 247, 239, 0.72);
  font-family: "Sora", var(--font-display);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-explore-manager__form textarea {
  width: 100%;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(9, 125, 65, 0.55);
  border-radius: 8px;
  background: #000000;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  line-height: 1.45;
  resize: vertical;
  box-sizing: border-box;
}

.runda-explore-manager__form textarea::placeholder {
  color: rgba(255, 247, 239, 0.42);
}

.runda-explore-manager__form input:focus,
.runda-explore-manager__form textarea:focus,
.runda-explore-manager__form select:focus {
  outline: 0;
  border-color: #097d41;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.36);
}

.runda-explore-manager__chip-field {
  display: grid;
  gap: 7px;
}

.runda-explore-manager__chip-field legend {
  margin: 0;
}

.runda-explore-manager__chip-field .pace-me-surface-chip {
  padding: 6px 8px;
  font-family: "Sora", var(--font-display);
  font-size: 0.56rem;
}

.runda-explore-manager__cover-editor {
  display: grid;
  grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
  align-items: end;
  gap: 10px;
}

.runda-explore-manager__cover-preview {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(9, 125, 65, 0.62);
  border-radius: 12px;
  background:
    radial-gradient(circle at 22% 18%, rgba(151, 255, 212, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(9, 125, 65, 0.34), rgba(2, 6, 5, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.runda-explore-manager__cover-preview span {
  max-width: 88%;
  color: rgba(255, 247, 239, 0.7);
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.runda-explore-manager__cover-preview img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.runda-explore-manager__cover-actions {
  align-content: end;
}

.runda-explore-manager__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.runda-explore-manager__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 247, 239, 0.8);
  font-family: "Sora", var(--font-display);
  font-size: 0.64rem;
  font-weight: 700;
}

.runda-explore-manager__toggle input {
  width: 16px !important;
  min-height: 16px !important;
  padding: 0 !important;
  accent-color: #097d41;
}

.runda-explore-manager__micro-status {
  margin: 0;
  font-family: "Sora", var(--font-display);
  font-size: 0.6rem;
  line-height: 1.35;
}

.runda-explore-manager__route-preview,
.runda-explore-manager__collections {
  display: grid;
  gap: 8px;
}

.runda-explore-manager__route-card,
.runda-explore-manager__collection-card {
  padding: 8px !important;
  gap: 6px !important;
}

.runda-explore-manager__section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #97ffd4;
  font-family: "Sora", var(--font-display);
  font-size: 0.64rem;
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
  .runda-explore-manager__backdrop,
  .runda-explore-manager__drawer.runda-v1-shell--workspace {
    transition-duration: 0ms;
  }
}

@media (max-width: 520px) {
  .runda-explore-manager__drawer.runda-v1-shell--workspace {
    width: 100vw;
    border-radius: 0;
  }

  .runda-explore-manager__cover-editor {
    grid-template-columns: 1fr;
  }
}

.runda-v1-modal.workspace-mode-explore .runda-v1-shell--workspace {
  --runda-v1-workspace-chip-row-width: clamp(520px, 42vw, 760px);
}

.runda-v1-explore-pane,
.runda-v1-explore-rows,
.runda-v1-explore-row {
  display: grid;
  gap: 14px;
}

.runda-v1-explore-heading {
  display: grid;
  gap: 5px;
}

.runda-v1-explore-heading h2,
.runda-v1-explore-row__heading h3 {
  margin: 0;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
  text-transform: uppercase;
}

.runda-v1-explore-heading h2 {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.runda-v1-explore-heading .muted {
  margin: 0;
}

.runda-v1-explore-rows {
  gap: 20px;
}

.runda-v1-explore-row__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.runda-v1-explore-row__heading > div {
  display: grid;
  gap: 3px;
}

.runda-v1-explore-row__heading .eyebrow {
  margin: 0;
  color: #97ffd4;
}

.runda-v1-explore-row__heading h3 {
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.runda-v1-explore-row__heading > span {
  color: rgba(255, 247, 239, 0.5);
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-v1-explore-carousel {
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 0 0 7px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(151, 255, 212, 0.45) transparent;
  scrollbar-width: thin;
}

.runda-v1-explore-carousel::-webkit-scrollbar {
  height: 4px;
}

.runda-v1-explore-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(151, 255, 212, 0.42);
}

.runda-v1-explore-cover,
.runda-v1-explore-route-card {
  flex: 0 0 176px;
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
  scroll-snap-align: start;
}

.runda-v1-explore-cover {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(151, 255, 212, 0.28);
  border-radius: 14px;
  background:
    radial-gradient(circle at 20% 18%, rgba(151, 255, 212, 0.34), transparent 33%),
    linear-gradient(145deg, rgba(9, 125, 65, 0.62), rgba(0, 0, 0, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff7ef;
  text-decoration: none;
}

.runda-v1-explore-cover:hover,
.runda-v1-explore-cover:focus-visible {
  border-color: rgba(151, 255, 212, 0.8);
  box-shadow: 0 0 0 1px rgba(151, 255, 212, 0.18), 0 12px 22px rgba(0, 0, 0, 0.28);
  outline: 0;
}

.runda-v1-explore-cover__art {
  position: absolute;
  inset: 0;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
}

.runda-v1-explore-cover__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.runda-v1-explore-cover__svg {
  width: 44%;
  height: 44%;
  color: #97ffd4;
  object-fit: contain;
  opacity: 0.88;
}

.runda-v1-explore-cover__svg circle {
  fill: currentColor;
  stroke: none;
}

.runda-v1-explore-cover__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 4px;
  padding: 11px;
  background: linear-gradient(180deg, transparent 26%, rgba(0, 0, 0, 0.9));
}

.runda-v1-explore-cover__overlay strong,
.runda-v1-explore-cover__overlay em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.runda-v1-explore-cover__overlay strong {
  font-family: "Sora", var(--font-display);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.runda-v1-explore-cover__overlay em {
  color: rgba(255, 247, 239, 0.67);
  font-family: var(--font-body);
  font-size: 0.64rem;
  font-style: normal;
  line-height: 1.25;
  white-space: nowrap;
}

.runda-v1-explore-sponsored {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 3px 5px;
  border: 1px solid rgba(255, 247, 239, 0.42);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: #fff7ef;
  font-family: var(--font-mono);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.runda-v1-explore-route-card {
  align-content: start;
  gap: 7px !important;
}

.runda-v1-explore-route-card .runda-v1-source-card__preview-map,
.runda-v1-explore-route-card .runda-v1-source-card__preview-placeholder {
  height: 92px !important;
}

.runda-v1-explore-route-card .runda-v1-source-card__summary {
  padding: 7px !important;
}

.runda-v1-explore-row__empty,
.runda-v1-explore-empty {
  min-width: 220px;
}

/* Explore is a full-canvas discovery surface, intentionally quieter than the planner chrome. */
.runda-v1-modal.workspace-mode-explore .runda-v1-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.runda-v1-modal.workspace-mode-explore .runda-v1-shell--workspace {
  position: absolute;
  inset: 0;
  z-index: 6;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #121212;
}

.runda-v1-modal.workspace-mode-explore > .runda-v1-modal__panel > .runda-v1-modal__close {
  display: none;
}

.runda-v1-modal.workspace-mode-explore .runda-v1-workspace-top {
  display: none;
}

.runda-v1-modal.workspace-mode-explore .runda-v1-pane-wrap,
.runda-v1-modal.workspace-mode-explore .runda-v1-explore-pane {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-pane {
  --runda-v1-explore-gutter: clamp(18px, 3vw, 42px);
  display: block;
  padding: 22px var(--runda-v1-explore-gutter) 36px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 18% -10%, rgba(73, 73, 73, 0.42), transparent 31%),
    linear-gradient(180deg, #181818 0, #121212 190px, #121212 100%);
  scrollbar-color: rgba(255, 255, 255, 0.26) transparent;
  scrollbar-width: thin;
}

.runda-v1-explore-toolbar {
  position: sticky;
  top: -22px;
  z-index: 8;
  display: grid;
  grid-template-columns: auto minmax(220px, 420px) 1fr auto;
  align-items: center;
  gap: 12px;
  margin: -22px calc(0px - var(--runda-v1-explore-gutter)) 26px;
  padding: 15px var(--runda-v1-explore-gutter);
  background: rgba(18, 18, 18, 0.88);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.runda-v1-explore-toolbar__history,
.runda-v1-explore-row__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.runda-v1-explore-icon-button,
.runda-v1-explore-row__control {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, transform 150ms ease, opacity 150ms ease;
}

.runda-v1-explore-icon-button:hover,
.runda-v1-explore-icon-button:focus-visible,
.runda-v1-explore-row__control:hover,
.runda-v1-explore-row__control:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  outline: 0;
  transform: scale(1.05);
}

.runda-v1-explore-icon-button:disabled,
.runda-v1-explore-row__control:disabled {
  opacity: 0.28;
  pointer-events: none;
}

.runda-v1-explore-icon-button svg,
.runda-v1-explore-row__control svg,
.runda-v1-explore-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.runda-v1-explore-icon-button--collapse {
  grid-column: 4;
}

.runda-v1-explore-search {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #121212;
}

.runda-v1-explore-search input {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #121212;
  font-family: "Sora", var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
}

.runda-v1-explore-search input::placeholder {
  color: rgba(18, 18, 18, 0.62);
}

.runda-v1-explore-heading {
  gap: 7px;
  margin-bottom: 26px;
}

.runda-v1-explore-heading .eyebrow,
.runda-v1-explore-row__heading .eyebrow {
  color: rgba(255, 255, 255, 0.54);
}

.runda-v1-explore-heading h2 {
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.055em;
  text-transform: none;
}

.runda-v1-explore-heading .muted {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.runda-v1-explore-rows {
  gap: 30px;
}

.runda-v1-explore-section,
.runda-v1-explore-row {
  display: grid;
  gap: 13px;
  min-width: 0;
}

.runda-v1-explore-row__heading {
  align-items: center;
}

.runda-v1-explore-row__heading h3 {
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: none;
}

.runda-v1-explore-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
}

.runda-v1-explore-cover {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #3d4046, #1d1d1f);
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.runda-v1-explore-cover[data-gradient="0"] {
  background: linear-gradient(145deg, #6a1b47, #261525);
}

.runda-v1-explore-cover[data-gradient="1"] {
  background: linear-gradient(145deg, #1e4f65, #14242c);
}

.runda-v1-explore-cover[data-gradient="2"] {
  background: linear-gradient(145deg, #655017, #29220f);
}

.runda-v1-explore-cover[data-gradient="3"] {
  background: linear-gradient(145deg, #3d2b73, #211833);
}

.runda-v1-explore-cover[data-gradient="4"] {
  background: linear-gradient(145deg, #356445, #19291e);
}

.runda-v1-explore-cover[data-gradient="5"] {
  background: linear-gradient(145deg, #7a3b20, #2c1a12);
}

.runda-v1-explore-cover:hover,
.runda-v1-explore-cover:focus-visible {
  border-color: transparent;
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.34);
  outline: 0;
  transform: translateY(-4px);
}

.runda-v1-explore-cover__art {
  opacity: 0.76;
}

.runda-v1-explore-cover__art::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.19), transparent 34%);
  content: "";
}

.runda-v1-explore-cover__svg {
  width: 46%;
  height: 46%;
  color: rgba(255, 255, 255, 0.82);
  filter: brightness(0) invert(1);
  opacity: 0.78;
  transform: translate(26%, -14%) rotate(7deg);
}

.runda-v1-explore-cover__overlay {
  gap: 5px;
  padding: 13px;
  background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.74));
}

.runda-v1-explore-cover__overlay strong {
  font-size: 0.82rem;
  letter-spacing: -0.02em;
  text-transform: none;
}

.runda-v1-explore-cover__overlay em {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.64rem;
}

.runda-v1-explore-sponsored {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.82);
}

.runda-v1-explore-carousel {
  gap: 14px;
  padding: 2px 0 8px;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.runda-v1-explore-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.24);
}

.runda-v1-explore-route-card {
  flex-basis: clamp(180px, 18vw, 228px);
  width: clamp(180px, 18vw, 228px) !important;
  min-width: clamp(180px, 18vw, 228px) !important;
  max-width: clamp(180px, 18vw, 228px) !important;
  padding: 8px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #181818 !important;
  box-shadow: none !important;
  transition: background 160ms ease, transform 160ms ease;
}

.runda-v1-explore-route-card:hover,
.runda-v1-explore-route-card:focus-within {
  background: #282828 !important;
  transform: translateY(-3px);
}

.runda-v1-explore-route-card .runda-v1-source-card__open-surface {
  gap: 8px;
  background: transparent !important;
}

.runda-v1-explore-route-card .runda-v1-source-card__preview-map,
.runda-v1-explore-route-card .runda-v1-source-card__preview-placeholder {
  height: 108px !important;
  border: 0 !important;
  border-radius: 6px !important;
}

.runda-v1-explore-route-card .runda-v1-source-card__summary {
  gap: 6px;
  padding: 4px 1px 1px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.runda-v1-explore-route-card .runda-v1-source-card__summary h4 {
  color: #ffffff;
  font-size: 0.71rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.runda-v1-explore-route-card .runda-v1-source-card__meta-chip,
.runda-v1-explore-route-card .runda-v1-source-card__surface-badge {
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.56) !important;
}

.runda-v1-explore-collection-hero {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr);
  align-items: end;
  gap: 20px;
  padding: 8px 0 4px;
}

.runda-v1-explore-collection-hero .runda-v1-explore-cover {
  cursor: default;
}

.runda-v1-explore-collection-hero .runda-v1-explore-cover:hover {
  box-shadow: none;
  transform: none;
}

.runda-v1-explore-collection-hero > div {
  display: grid;
  gap: 7px;
}

.runda-v1-explore-collection-hero h3,
.runda-v1-explore-empty h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Sora", var(--font-display);
}

.runda-v1-explore-collection-hero h3 {
  font-size: clamp(1.35rem, 3vw, 2.5rem);
  letter-spacing: -0.065em;
}

.runda-v1-explore-collection-hero p,
.runda-v1-explore-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.runda-v1-explore-empty {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  padding: 54px 20px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.runda-v1-explore-empty__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.runda-v1-explore-empty__icon .runda-v1-explore-cover__svg {
  width: 22px;
  height: 22px;
  opacity: 0.68;
  transform: none;
}

.runda-v1-explore-skeleton {
  display: grid;
  gap: 15px;
}

.runda-v1-explore-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.runda-v1-explore-skeleton-line,
.runda-v1-explore-skeleton-card {
  display: block;
  border-radius: 7px;
  background: linear-gradient(100deg, #1f1f1f 30%, #292929 48%, #1f1f1f 66%);
  background-size: 240% 100%;
  animation: runda-explore-skeleton-shift 1.4s ease infinite;
}

.runda-v1-explore-skeleton-line {
  width: 180px;
  height: 17px;
}

.runda-v1-explore-skeleton-line--short {
  width: 132px;
  margin-top: 12px;
}

.runda-v1-explore-skeleton-card {
  aspect-ratio: 1 / 1;
}

@keyframes runda-explore-skeleton-shift {
  from { background-position: 100% 0; }
  to { background-position: 0 0; }
}

@media (max-width: 860px) {
  .runda-v1-explore-toolbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
  }

  .runda-v1-explore-icon-button--collapse {
    grid-column: 3;
  }

  .runda-v1-explore-category-grid {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }

  .runda-v1-explore-skeleton-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .runda-v1-modal.workspace-mode-explore .runda-v1-explore-pane {
    padding-right: 14px;
    padding-left: 14px;
  }

  .runda-v1-explore-toolbar {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .runda-v1-explore-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .runda-v1-explore-collection-hero {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .runda-v1-explore-cover,
  .runda-v1-explore-route-card,
  .runda-v1-explore-icon-button,
  .runda-v1-explore-row__control {
    transition-duration: 0ms;
  }

  .runda-v1-explore-skeleton-line,
  .runda-v1-explore-skeleton-card {
    animation: none;
  }
}

/* Workspace visual pass: neutral chrome with RUNDA green reserved for intent. */
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell {
  border-color: rgba(255, 255, 255, 0.08);
  border-top-color: transparent;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace {
  --runda-v1-workspace-surface: #181818;
  --runda-v1-workspace-surface-raised: #202020;
  --runda-v1-workspace-surface-soft: #151515;
  --runda-v1-workspace-line: rgba(255, 255, 255, 0.08);
  --runda-v1-workspace-line-strong: rgba(255, 255, 255, 0.14);
  border-color: var(--runda-v1-workspace-line);
  background: #0f0f0f;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-chip-row--icon-tree .runda-v1-chip {
  border-color: transparent;
  background: var(--runda-v1-workspace-surface);
  box-shadow: none;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-chip-row--icon-tree .runda-v1-chip:hover,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-chip-row--icon-tree .runda-v1-chip:focus-visible {
  border-color: var(--runda-v1-workspace-line-strong);
  background: #282828;
  box-shadow: none;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-chip-row--icon-tree .runda-v1-chip.is-active,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-chip-row--icon-tree .runda-v1-chip.is-active:hover,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-chip-row--icon-tree .runda-v1-chip.is-active:focus-visible {
  border-color: rgba(9, 125, 65, 0.82);
  background: rgba(9, 125, 65, 0.24);
  box-shadow: inset 0 0 0 1px rgba(9, 125, 65, 0.12);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-library-form,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath__panel,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline.module-collapsible > summary,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline.module-collapsible > .module-content,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline.module-collapsible > summary,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline.module-collapsible > .module-content {
  border-color: var(--runda-v1-workspace-line);
  background: var(--runda-v1-workspace-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card:hover,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card:focus-within {
  border-color: var(--runda-v1-workspace-line-strong);
  background: var(--runda-v1-workspace-surface-raised);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card__preview-map,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card__preview-placeholder,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card__snapshot-item,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-route-snapshot-speed,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-route-snapshot-speed__metrics article {
  border-color: var(--runda-v1-workspace-line);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card__snapshot-item,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-route-snapshot-speed__metrics article {
  background: var(--runda-v1-workspace-surface-soft);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-route-snapshot-speed {
  background: var(--runda-v1-workspace-surface);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-library-form input,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-library-form select,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath .field input[type="search"],
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath .field input[type="text"],
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath .field input[type="number"],
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form input[type="text"],
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form input[type="file"],
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #moving-time-input,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #custom-stop-name,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #custom-stop-km,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline #custom-stop-type,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-label-input,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-route-snapshot-speed__speed-row input[type="number"] {
  border-color: var(--runda-v1-workspace-line-strong);
  background: #101010;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-library-form input:focus,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-library-form select:focus,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus-visible,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace select:focus-visible {
  border-color: rgba(9, 125, 65, 0.82);
  outline: 0;
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.22);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-micro-chip,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-library-form .btn,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath__help,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath__actions .runda-v1-micro-chip,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-titleline .eyebrow,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-help,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form .btn,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form input[type="file"]::file-selector-button,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form input[type="file"]::-webkit-file-upload-button,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .status-pill,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .ghost-button,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .status-pill,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .ghost-button {
  border-color: var(--runda-v1-workspace-line-strong);
  background: var(--runda-v1-workspace-surface-soft);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .pace-me-surface-chip {
  border-color: var(--runda-v1-workspace-line-strong);
  background: var(--runda-v1-workspace-surface-soft);
  box-shadow: none;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .pace-me-surface-chip:hover,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .pace-me-surface-chip:focus-visible {
  border-color: rgba(255, 255, 255, 0.22);
  background: #282828;
  box-shadow: none;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .pace-me-surface-chip.is-active,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .pace-me-surface-chip.is-active:hover,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .pace-me-surface-chip.is-active:focus-visible {
  border-color: rgba(9, 125, 65, 0.9);
  background: rgba(9, 125, 65, 0.26);
  box-shadow: 0 0 0 1px rgba(9, 125, 65, 0.14);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath__mode-group,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath__mode-group label,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath__search-result,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-visibility,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .poi-toggles label,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .poi-subfilters label,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .custom-poi-card,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .custom-poi-list li,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid article,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .custom-stop-card,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-list li,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .checkpoint-actions > span,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .segment-pill {
  border-color: var(--runda-v1-workspace-line);
  background: var(--runda-v1-workspace-surface-soft);
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-help::after {
  border-color: var(--runda-v1-workspace-line-strong);
  background: #101010;
}

.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-source-card__chip-icon,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-micro-chip__icon,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-library-form .btn::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath__help::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-rundapath .section-heading h2::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-titleline .eyebrow::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-card__copy h3::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-visibility legend::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form .planner-guide-upload-choice strong::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-form .btn::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace .runda-v1-upload-help::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline h2::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline h3::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .status-pill::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-route-services-host] .route-services-inline .ghost-button::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline h2::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline h3::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .status-pill::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .ghost-button::before,
.runda-v1-modal:not(.workspace-mode-explore) .runda-v1-shell--workspace [data-runda-v1-aid-plan-host] .checkpoint-inline .result-grid span::before {
  filter: brightness(0) invert(1);
  opacity: 0.72;
}

/* Header cleanup: compact icon actions sit beside the primary navigation. */
.shell-header .nav-row-home .chip-link--icon {
  display: inline-grid !important;
  width: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  place-items: center;
}

.shell-header .nav-row-home .chip-link--icon .chip-link__icon {
  display: block;
  width: 19px;
  height: 19px;
  object-fit: contain;
  opacity: 0.82;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.shell-header .nav-row-home .chip-link--icon:hover .chip-link__icon,
.shell-header .nav-row-home .chip-link--icon:focus-visible .chip-link__icon {
  opacity: 1;
}

.shell-header .nav-row-home .chip-link--explore.is-active,
.shell-header .nav-row-home .chip-link--explore.is-active:hover,
.shell-header .nav-row-home .chip-link--explore.is-active:focus-visible {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: #282828 !important;
  box-shadow: none !important;
}

.shell-header .nav-row-home .chip-link--explore.is-active .chip-link__icon {
  opacity: 1;
}

/* Explore Manager grows from a compact drawer into a real curation workspace. */
.runda-explore-manager__drawer.runda-v1-shell--workspace {
  --runda-v1-workspace-chip-row-width: 100%;
  --runda-v1-workspace-inline-padding: 0px;
  width: min(1180px, 88vw) !important;
  max-width: min(1180px, 88vw) !important;
}

.runda-explore-manager__pane {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: start;
  gap: 12px 16px !important;
  padding-right: 4px !important;
}

.runda-explore-manager__toolbar,
.runda-explore-manager__pane > .runda-v1-workspace-status {
  grid-column: 1 / -1;
}

.runda-explore-manager__form {
  grid-column: 1;
  grid-row: 3;
}

.runda-explore-manager__collections {
  grid-column: 2;
  grid-row: 3;
  align-content: start;
  min-width: 0;
}

/* Supporting dialogs are centered unless a workspace module opts into drawer behavior. */
@keyframes runda-drawer-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes runda-dialog-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.runda-login-modal,
.runda-scout-modal,
.runda-billing-activation,
.runda-v1-faq-dialog,
.runda-v1-duplicate-dialog,
.runda-v1-subscriber-gate,
.runda-consent-dialog:not([hidden]) {
  display: grid;
  place-items: center;
  padding: 20px;
}

.runda-login-modal__backdrop,
.runda-scout-modal__backdrop,
.runda-billing-activation__backdrop,
.runda-v1-faq-dialog__backdrop,
.runda-v1-duplicate-dialog__backdrop,
.runda-v1-subscriber-gate__backdrop,
.runda-consent-dialog__backdrop {
  animation: runda-drawer-backdrop-in 220ms ease both;
}

.runda-login-modal__panel,
.runda-scout-modal__panel,
.runda-billing-activation__panel,
.runda-v1-faq-dialog__panel,
.runda-v1-duplicate-dialog__panel,
.runda-v1-subscriber-gate__panel,
.runda-consent-dialog__panel {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  height: auto;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 14px;
  animation: runda-dialog-panel-in 220ms ease both;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.56) !important;
  box-sizing: border-box;
}

.runda-login-modal__panel {
  width: min(560px, 94vw);
}

.runda-scout-modal__panel,
.runda-billing-activation__panel,
.runda-v1-duplicate-dialog__panel,
.runda-v1-subscriber-gate__panel {
  width: min(640px, 94vw);
}

.runda-v1-subscriber-gate {
  position: fixed;
  inset: 0;
  z-index: 10050;
}

.runda-v1-subscriber-gate[hidden] {
  display: none;
}

.runda-v1-subscriber-gate__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(10, 185, 92, 0.14), transparent 34%),
    rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(9px);
  cursor: pointer;
}

.runda-v1-subscriber-gate__panel {
  background: linear-gradient(145deg, rgba(24, 24, 24, 0.98), rgba(6, 6, 6, 0.98)) !important;
  color: var(--runda-v1-workspace-ink, #f8f8f3);
  padding: clamp(24px, 4vw, 38px);
}

.runda-v1-subscriber-gate__panel h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.runda-v1-subscriber-gate__panel .eyebrow {
  color: var(--runda-v1-green, #11d46d);
}

.runda-v1-subscriber-gate__panel .muted {
  max-width: 46rem;
  margin-top: 14px;
  color: rgba(248, 248, 243, 0.72);
}

.runda-v1-subscriber-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.runda-v1-faq-dialog__panel {
  width: min(980px, 94vw);
}

.runda-consent-dialog__panel {
  width: min(720px, 94vw);
}

@media (max-width: 760px) {
  .runda-explore-manager__drawer.runda-v1-shell--workspace {
    width: 100vw !important;
    max-width: 100vw !important;
    border-radius: 0;
  }

  .runda-explore-manager__pane {
    grid-template-columns: minmax(0, 1fr);
  }

  .runda-explore-manager__form,
  .runda-explore-manager__collections {
    grid-column: 1;
    grid-row: auto;
  }

  .runda-login-modal__panel,
  .runda-scout-modal__panel,
  .runda-billing-activation__panel,
  .runda-v1-faq-dialog__panel,
  .runda-v1-duplicate-dialog__panel,
  .runda-consent-dialog__panel {
    width: 100vw;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .runda-login-modal__backdrop,
  .runda-scout-modal__backdrop,
  .runda-billing-activation__backdrop,
  .runda-v1-faq-dialog__backdrop,
  .runda-v1-duplicate-dialog__backdrop,
  .runda-consent-dialog__backdrop,
  .runda-login-modal__panel,
  .runda-scout-modal__panel,
  .runda-billing-activation__panel,
  .runda-v1-faq-dialog__panel,
  .runda-v1-duplicate-dialog__panel,
  .runda-consent-dialog__panel {
    animation-duration: 0ms;
  }
}

/* Drawers share the visible RUNDA workspace bounds instead of covering the full viewport. */
.runda-explore-manager,
.runda-scout-modal {
  top: var(--runda-workspace-drawer-top, 0px);
  bottom: var(--runda-workspace-drawer-bottom, 0px);
}

.runda-explore-manager__drawer.runda-v1-shell--workspace,
.runda-scout-modal__panel {
  height: 100%;
  max-height: 100%;
}

/* Explore Manager follows the neutral Project Explore visual language. */
.runda-explore-manager__drawer.runda-v1-shell--workspace {
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: #101010;
}

.runda-explore-manager__header,
.runda-explore-manager__form,
.runda-explore-manager__collections {
  border-color: rgba(255, 255, 255, 0.08) !important;
  background: #151515 !important;
}

.runda-explore-manager__header .eyebrow,
.runda-explore-manager__form-heading .eyebrow,
.runda-explore-manager__section-heading,
.runda-explore-manager__section-heading .eyebrow {
  color: rgba(255, 247, 239, 0.64);
}

.runda-explore-manager__form input,
.runda-explore-manager__form textarea,
.runda-explore-manager__form select {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: #101010 !important;
}

.runda-explore-manager__form input:focus,
.runda-explore-manager__form textarea:focus,
.runda-explore-manager__form select:focus {
  border-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

.runda-explore-manager .pace-me-surface-chip,
.runda-explore-manager .runda-v1-source-card,
.runda-explore-manager .runda-v1-micro-chip--ghost {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: #181818 !important;
  box-shadow: none !important;
}

.runda-explore-manager .pace-me-surface-chip:hover,
.runda-explore-manager .pace-me-surface-chip:focus-visible,
.runda-explore-manager .runda-v1-source-card:hover,
.runda-explore-manager .runda-v1-source-card:focus-within,
.runda-explore-manager .runda-v1-micro-chip--ghost:hover,
.runda-explore-manager .runda-v1-micro-chip--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: #242424 !important;
}

.runda-explore-manager .pace-me-surface-chip.is-active,
.runda-explore-manager .pace-me-surface-chip.is-active:hover,
.runda-explore-manager .pace-me-surface-chip.is-active:focus-visible {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: #303030 !important;
  box-shadow: none !important;
}

.runda-explore-manager__cover-preview {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, #242424, #101010);
}

/* Icon chips must stay visually centered despite older header flex rules. */
.shell-header .nav-row-home .chip-link--icon {
  align-items: center !important;
  justify-content: center !important;
}

/* Project Explore album polish: keep discovery calm, dark, and content-led. */
.runda-v1-modal.workspace-mode-explore {
  --runda-explore-bg: #121212;
  --runda-explore-raised: #181818;
  --runda-explore-hover: #282828;
  --runda-explore-line: rgba(255, 255, 255, 0.08);
  --runda-explore-copy-muted: rgba(255, 255, 255, 0.62);
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-pane {
  background:
    radial-gradient(circle at 16% -12%, rgba(255, 255, 255, 0.12), transparent 31%),
    linear-gradient(180deg, #1b1b1b 0, var(--runda-explore-bg) 210px, var(--runda-explore-bg) 100%);
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-toolbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  background: rgba(18, 18, 18, 0.92);
  box-shadow: none;
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-row__control {
  border-color: var(--runda-explore-line);
  background: var(--runda-explore-raised);
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-row__control:hover,
.runda-v1-modal.workspace-mode-explore .runda-v1-explore-row__control:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  background: var(--runda-explore-hover);
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-cover {
  border: 1px solid rgba(255, 255, 255, 0.055);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-cover:hover,
.runda-v1-modal.workspace-mode-explore .runda-v1-explore-cover:focus-visible {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-route-card {
  border: 1px solid rgba(255, 255, 255, 0.045) !important;
  background: var(--runda-explore-raised) !important;
}

.runda-v1-modal.workspace-mode-explore .runda-v1-explore-route-card:hover,
.runda-v1-modal.workspace-mode-explore .runda-v1-explore-route-card:focus-within {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: var(--runda-explore-hover) !important;
}

.runda-v1-modal.workspace-mode-explore .runda-v1-source-card__meta-chip,
.runda-v1-modal.workspace-mode-explore .runda-v1-source-card__surface-badge {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: var(--runda-explore-copy-muted) !important;
}

/* Explore Manager uses the same restrained album-library language. */
.runda-explore-manager {
  --runda-explore-manager-bg: #101010;
  --runda-explore-manager-raised: #181818;
  --runda-explore-manager-hover: #282828;
  --runda-explore-manager-line: rgba(255, 255, 255, 0.08);
}

.runda-explore-manager__backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.runda-explore-manager__drawer.runda-v1-shell--workspace {
  border-color: var(--runda-explore-manager-line);
  background: var(--runda-explore-manager-bg);
  box-shadow: -24px 0 54px rgba(0, 0, 0, 0.42);
}

.runda-explore-manager__header {
  border-color: var(--runda-explore-manager-line) !important;
  background: #121212 !important;
}

.runda-explore-manager__form,
.runda-explore-manager__collections {
  border: 1px solid var(--runda-explore-manager-line) !important;
  border-radius: 10px;
  background: var(--runda-explore-manager-raised) !important;
}

.runda-explore-manager__section-heading,
.runda-explore-manager__section-heading .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.runda-explore-manager__form input,
.runda-explore-manager__form textarea,
.runda-explore-manager__form select {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: var(--runda-explore-manager-bg) !important;
}

.runda-explore-manager__form input:focus,
.runda-explore-manager__form textarea:focus,
.runda-explore-manager__form select:focus {
  border-color: rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

.runda-explore-manager .pace-me-surface-chip,
.runda-explore-manager .runda-v1-source-card,
.runda-explore-manager .runda-v1-micro-chip--ghost {
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: var(--runda-explore-manager-raised) !important;
}

.runda-explore-manager .pace-me-surface-chip:hover,
.runda-explore-manager .pace-me-surface-chip:focus-visible,
.runda-explore-manager .runda-v1-source-card:hover,
.runda-explore-manager .runda-v1-source-card:focus-within,
.runda-explore-manager .runda-v1-micro-chip--ghost:hover,
.runda-explore-manager .runda-v1-micro-chip--ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.22) !important;
  background: var(--runda-explore-manager-hover) !important;
}

.runda-explore-manager .pace-me-surface-chip.is-active,
.runda-explore-manager .pace-me-surface-chip.is-active:hover,
.runda-explore-manager .pace-me-surface-chip.is-active:focus-visible {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: #303030 !important;
}

.runda-explore-manager__cover-preview {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(145deg, #242424, var(--runda-explore-manager-bg));
}

.runda-explore-manager__toggle input {
  accent-color: #d8d8d8;
}

/* Account workspace follows the same restrained album-library language as Explore. */
.dashboard-account-shell {
  --runda-account-bg: #101010;
  --runda-account-raised: #181818;
  --runda-account-hover: #282828;
  --runda-account-line: rgba(255, 255, 255, 0.08);
  --runda-account-copy-muted: rgba(255, 255, 255, 0.62);
}

.dashboard-account-shell,
.dashboard-account-shell:hover,
.dashboard-account-shell:focus-within {
  border: 1px solid var(--runda-account-line) !important;
  background:
    radial-gradient(circle at 12% -12%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #161616 0, var(--runda-account-bg) 230px, var(--runda-account-bg) 100%) !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.26) !important;
}

.dashboard-account-shell__intro,
.dashboard-account-shell__status-tile,
.dashboard-account-module {
  border-color: var(--runda-account-line);
  background: var(--runda-account-raised);
}

.dashboard-account-shell__intro {
  background:
    radial-gradient(circle at 10% -18%, rgba(255, 255, 255, 0.1), transparent 38%),
    var(--runda-account-raised);
}

.dashboard-account-shell__intro .eyebrow,
.dashboard-account-shell__status-tile span,
.dashboard-account-tier-panel span {
  color: var(--runda-account-copy-muted);
}

.dashboard-account-module--danger {
  border-color: rgba(194, 77, 77, 0.36);
  background: linear-gradient(145deg, rgba(83, 31, 31, 0.18), var(--runda-account-raised) 44%);
}

.dashboard-account-shell input,
.dashboard-account-shell select,
.dashboard-account-shell textarea {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--runda-account-bg);
}

.dashboard-account-shell input:focus,
.dashboard-account-shell select:focus,
.dashboard-account-shell textarea:focus {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dashboard-account-avatar-form {
  border-color: var(--runda-account-line);
  background: #121212;
}

.dashboard-account-avatar-preview {
  border-color: rgba(255, 255, 255, 0.16);
  background: var(--runda-account-bg);
}

.dashboard-account-tier-panel {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 255, 255, 0.09), transparent 34%),
    linear-gradient(135deg, #202020, #121212);
  box-shadow: none;
}

.dashboard-account-feature-pill {
  border-color: var(--runda-account-line);
  background: #121212;
  color: var(--runda-account-copy-muted);
}

.dashboard-account-feature-pill.is-on {
  border-color: rgba(255, 255, 255, 0.16);
  background: #202020;
  color: rgba(255, 255, 255, 0.82);
}

.dashboard-account-feature-pill.is-on strong {
  color: rgba(255, 255, 255, 0.82);
}

.dashboard-account-feature-pill.is-off {
  opacity: 0.54;
}

.dashboard-account-shell .btn,
.dashboard-account-shell .btn.secondary {
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: #181818 !important;
}

.dashboard-account-shell .btn:hover,
.dashboard-account-shell .btn:focus-visible,
.dashboard-account-shell .btn.secondary:hover,
.dashboard-account-shell .btn.secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: var(--runda-account-hover) !important;
  box-shadow: none !important;
}

.dashboard-account-shell .btn.primary {
  border-color: #f2f2f2 !important;
  background: #f2f2f2 !important;
  color: #101010 !important;
}

.dashboard-account-shell .btn.primary:hover,
.dashboard-account-shell .btn.primary:focus-visible {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #101010 !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12) !important;
}

.dashboard-account-shell .btn.btn-danger:hover,
.dashboard-account-shell .btn.btn-danger:focus-visible {
  border-color: #a73535 !important;
  background: #a73535 !important;
  box-shadow: none !important;
}

/* Explore Manager is a RUNDA stage layer, not a viewport overlay. */
.runda-workspace-stage-host {
  position: relative !important;
}

.runda-workspace-stage-host.is-drawer-open {
  overflow: hidden !important;
}

.runda-explore-manager.runda-explore-manager--workspace-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__backdrop {
  background: #101010;
  backdrop-filter: none;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__drawer.runda-v1-shell--workspace {
  top: 0;
  right: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.runda-explore-manager--workspace-stage .runda-v1-pane-wrap {
  min-height: 0;
  overflow: hidden;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* SCOUT uses the same locked workspace stage, with its form centered on black. */
.runda-scout-modal.runda-scout-modal--workspace-stage {
  position: fixed;
  top: var(--runda-workspace-drawer-top, 0px);
  right: 0;
  bottom: var(--runda-workspace-drawer-bottom, 0px);
  left: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  isolation: isolate;
}

.runda-scout-modal--workspace-stage .runda-scout-modal__backdrop {
  background: #101010;
  backdrop-filter: none;
}

.runda-scout-modal--workspace-stage .runda-scout-modal__panel {
  top: auto;
  right: auto;
  left: auto;
  align-self: center;
  justify-self: center;
  width: min(680px, calc(100% - 40px));
  height: auto;
  max-height: calc(100% - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px;
  background: #181818 !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.4) !important;
  transform: none;
  animation: none;
}

/* PROJECT MAGIC BOX inbox follows the new restrained, Spotify-leaning workspace direction. */
.runda-scout-inbox[hidden],
.runda-scout-inbox [hidden] {
  display: none !important;
}

body.runda-scout-inbox-open {
  overflow: hidden;
}

.chip-link--scout-inbox {
  position: relative;
}

.runda-scout-inbox__nav-badge {
  position: absolute;
  top: -4px;
  right: -5px;
  display: grid;
  min-width: 15px;
  height: 15px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: #f2f2f2;
  color: #101010;
  padding: 0 3px;
  font-family: var(--font-mono);
  font-size: 0.46rem;
  font-weight: 900;
  line-height: 1;
}

.runda-scout-inbox {
  position: fixed;
  inset: 0;
  z-index: 2545;
  overflow: hidden;
  isolation: isolate;
}

.runda-scout-inbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  transition: opacity 180ms ease;
}

.runda-scout-inbox__drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr);
  width: min(100%, 1180px);
  height: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: #101010;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.44);
  color: rgba(255, 255, 255, 0.92);
  transform: translateX(28px);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.runda-scout-inbox.is-open .runda-scout-inbox__backdrop,
.runda-scout-inbox.is-open .runda-scout-inbox__drawer {
  opacity: 1;
}

.runda-scout-inbox.is-open .runda-scout-inbox__drawer {
  transform: translateX(0);
}

.runda-scout-inbox__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background:
    radial-gradient(circle at 8% -18%, rgba(255, 255, 255, 0.11), transparent 38%),
    #121212;
  padding: 18px 20px 16px;
}

.runda-scout-inbox__header .eyebrow,
.runda-scout-inbox__section-heading .eyebrow,
.runda-scout-inbox__message .eyebrow,
.runda-scout-inbox__context .eyebrow,
.runda-scout-inbox__empty .eyebrow,
.runda-scout-inbox__detail-heading .eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.runda-scout-inbox__header h2,
.runda-scout-inbox__section-heading h3,
.runda-scout-inbox__detail-heading h3,
.runda-scout-inbox__empty h3 {
  margin: 0;
  color: #f6f6f6;
  font-family: "Sora", var(--font-display);
  letter-spacing: -0.025em;
}

.runda-scout-inbox__header h2 {
  margin-top: 3px;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.runda-scout-inbox__header .muted {
  max-width: 72ch;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.runda-scout-inbox__close,
.runda-scout-inbox__refresh,
.runda-scout-inbox__actions button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: #181818;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Sora", var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.runda-scout-inbox__close:hover,
.runda-scout-inbox__close:focus-visible,
.runda-scout-inbox__refresh:hover,
.runda-scout-inbox__refresh:focus-visible,
.runda-scout-inbox__actions button:hover,
.runda-scout-inbox__actions button:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: #282828;
  color: #ffffff;
  outline: 0;
}

.runda-scout-inbox__close {
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
}

.runda-scout-inbox__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: #101010;
  padding: 12px 16px;
}

.runda-scout-inbox__metrics article {
  display: grid;
  gap: 4px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 9px;
  background: #181818;
  padding: 10px 12px;
}

.runda-scout-inbox__metrics span,
.runda-scout-inbox__toolbar span,
.runda-scout-inbox__triage label > span {
  color: rgba(255, 255, 255, 0.52);
  font-family: "Sora", var(--font-display);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.runda-scout-inbox__metrics strong {
  color: #ffffff;
  font-family: "Sora", var(--font-display);
  font-size: 1.15rem;
}

.runda-scout-inbox__toolbar {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(132px, 170px) minmax(172px, 220px) auto;
  gap: 8px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  background: #121212;
  padding: 10px 16px;
}

.runda-scout-inbox__toolbar label,
.runda-scout-inbox__triage label {
  display: grid;
  gap: 6px;
}

.runda-scout-inbox__toolbar input,
.runda-scout-inbox__toolbar select,
.runda-scout-inbox__triage select,
.runda-scout-inbox__triage textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  background: #0e0e0e;
  color: rgba(255, 255, 255, 0.88);
  padding: 8px 9px;
  font-family: "Sora", var(--font-display);
  font-size: 0.66rem;
  line-height: 1.4;
}

.runda-scout-inbox__toolbar input:focus,
.runda-scout-inbox__toolbar select:focus,
.runda-scout-inbox__triage select:focus,
.runda-scout-inbox__triage textarea:focus {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07);
  outline: 0;
}

.runda-scout-inbox__refresh {
  min-height: 32px;
  padding: 0 13px;
}

.runda-scout-inbox__workspace-status {
  min-height: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  background: #101010;
  color: rgba(255, 255, 255, 0.56);
  padding: 7px 16px;
  font-family: "Sora", var(--font-display);
  font-size: 0.62rem;
}

.runda-scout-inbox__workspace-status:empty {
  display: none;
}

.runda-scout-inbox__workspace-status.is-error {
  color: #ffb3b3;
}

.runda-scout-inbox__workspace {
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(0, 1.18fr);
  min-height: 0;
  overflow: hidden;
  background: #101010;
}

.runda-scout-inbox__list-panel,
.runda-scout-inbox__detail-panel {
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
}

.runda-scout-inbox__list-panel {
  border-right: 1px solid rgba(255, 255, 255, 0.075);
  background: #121212;
}

.runda-scout-inbox__section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  padding: 13px 14px 11px;
}

.runda-scout-inbox__section-heading h3,
.runda-scout-inbox__detail-heading h3,
.runda-scout-inbox__empty h3 {
  margin-top: 3px;
  font-size: 0.94rem;
}

.runda-scout-inbox__section-heading > span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mono);
  font-size: 0.58rem;
}

.runda-scout-inbox__list {
  display: grid;
  gap: 1px;
  padding: 6px;
}

.runda-scout-inbox__ticket {
  display: grid;
  gap: 7px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  padding: 10px;
  text-align: left;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.runda-scout-inbox__ticket:hover,
.runda-scout-inbox__ticket:focus-visible {
  border-color: rgba(255, 255, 255, 0.08);
  background: #202020;
  outline: 0;
}

.runda-scout-inbox__ticket.is-active {
  border-color: rgba(255, 255, 255, 0.13);
  background: #282828;
}

.runda-scout-inbox__ticket-top,
.runda-scout-inbox__ticket-meta,
.runda-scout-inbox__reporter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.runda-scout-inbox__ticket-top strong {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
}

.runda-scout-inbox__ticket > span:not(.runda-scout-inbox__ticket-top):not(.runda-scout-inbox__ticket-meta) {
  font-size: 0.66rem;
  line-height: 1.42;
}

.runda-scout-inbox__ticket-meta,
.runda-scout-inbox__reporter {
  color: rgba(255, 255, 255, 0.44);
  font-family: var(--font-mono);
  font-size: 0.52rem;
}

.runda-scout-inbox__ticket-meta b {
  color: rgba(255, 255, 255, 0.44);
  font-weight: 400;
}

.runda-scout-inbox__status-chip {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.7);
  padding: 3px 6px;
  font-family: "Sora", var(--font-display);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.runda-scout-inbox__status-chip.is-new {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
}

.runda-scout-inbox__status-chip.is-in_progress,
.runda-scout-inbox__status-chip.is-reviewing {
  background: rgba(255, 255, 255, 0.09);
}

.runda-scout-inbox__status-chip.is-resolved {
  border-color: rgba(158, 212, 170, 0.28);
  color: rgba(190, 231, 199, 0.88);
}

.runda-scout-inbox__list-empty,
.runda-scout-inbox__empty {
  color: rgba(255, 255, 255, 0.5);
  padding: 18px;
  font-size: 0.72rem;
  line-height: 1.55;
}

.runda-scout-inbox__empty {
  display: grid;
  align-content: center;
  min-height: 100%;
  text-align: center;
}

.runda-scout-inbox__empty p {
  max-width: 50ch;
  margin: 7px auto 0;
}

.runda-scout-inbox__detail {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.runda-scout-inbox__detail-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.runda-scout-inbox__message,
.runda-scout-inbox__context,
.runda-scout-inbox__triage {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 9px;
  background: #181818;
  padding: 12px;
}

.runda-scout-inbox__message p:last-child,
.runda-scout-inbox__context p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  line-height: 1.58;
  white-space: pre-wrap;
}

.runda-scout-inbox__context a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.66rem;
  overflow-wrap: anywhere;
}

.runda-scout-inbox__triage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.runda-scout-inbox__triage textarea {
  resize: vertical;
}

.runda-scout-inbox__actions {
  display: flex;
  justify-content: flex-end;
}

.runda-scout-inbox__actions button {
  border-color: #f2f2f2;
  background: #f2f2f2;
  color: #101010;
  padding: 8px 14px;
}

.runda-scout-inbox__actions button:hover,
.runda-scout-inbox__actions button:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #101010;
}

.runda-scout-inbox.runda-scout-inbox--workspace-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.runda-scout-inbox--workspace-stage .runda-scout-inbox__backdrop {
  background: #101010;
}

.runda-scout-inbox--workspace-stage .runda-scout-inbox__drawer {
  width: 100%;
  max-width: 100%;
  border-left: 0;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .runda-scout-inbox__backdrop,
  .runda-scout-inbox__drawer {
    transition-duration: 0ms;
  }
}

@media (max-width: 760px) {
  .runda-scout-inbox__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .runda-scout-inbox__toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .runda-scout-inbox__search {
    grid-column: 1 / -1;
  }

  .runda-scout-inbox__workspace {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(180px, 42%) minmax(0, 1fr);
  }

  .runda-scout-inbox__list-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }
}

/* Pricing uses the same compact guest navbar as the homepage. */
body.runda-pricing-mode .brand-block .nav-row-home {
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

body.runda-pricing-mode .brand-block .nav-row-home .chip-link {
  min-height: 42px !important;
  background: #0a0a0a !important;
  border-color: var(--runda-chip-outline) !important;
  box-shadow: none !important;
}

body.runda-pricing-mode .brand-block .nav-row-home .chip-link--icon {
  width: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
}

body.runda-pricing-mode .brand-block .nav-row-home .chip-link:hover,
body.runda-pricing-mode .brand-block .nav-row-home .chip-link:focus-visible {
  background: #097d41 !important;
  border-color: #097d41 !important;
  color: #fff7ef !important;
}

.banner-slot[data-runda-ad-slot] {
  position: relative;
  display: grid;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 0;
  background: #101010 !important;
}

.runda-ad-container {
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 6 / 1;
  margin: 0 auto;
  overflow: hidden;
}

.runda-ad-slot__creative,
.runda-ad-slot__picture,
.runda-ad-slot__media {
  display: block;
  width: 100%;
  height: 100%;
}

.runda-ad-slot__creative {
  position: relative;
  overflow: hidden;
  background: #101010;
}

.runda-ad-slot__media {
  object-fit: cover;
}

.runda-ad-slot__placeholder {
  display: grid;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 6 / 1;
  place-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 42%),
    #101010;
}

.runda-ad-slot__placeholder strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.runda-ad-slot__sponsor-label {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.68);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .runda-ad-container,
  .runda-ad-slot__placeholder {
    aspect-ratio: 3.2 / 1;
  }
}

.runda-addspace-manager[hidden],
.runda-addspace-manager [hidden] {
  display: none !important;
}

body.runda-addspace-manager-open {
  overflow: hidden;
}

.runda-addspace-manager {
  position: fixed;
  inset: 0;
  z-index: 2450;
  color: #f2f2f2;
}

.runda-addspace-manager__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
}

.runda-addspace-manager__drawer {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  width: min(1380px, 96vw);
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: #101010;
  box-shadow: -24px 0 54px rgba(0, 0, 0, 0.56);
  transform: translateX(18px);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.runda-addspace-manager.is-open .runda-addspace-manager__drawer {
  transform: translateX(0);
  opacity: 1;
}

.runda-addspace-manager__header,
.runda-addspace-manager__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.runda-addspace-manager__header h2,
.runda-addspace-manager__placement h3 {
  margin: 0;
  color: #ffffff;
}

.runda-addspace-manager__header .muted,
.runda-addspace-manager__placement .muted,
.runda-addspace-manager__report .muted {
  color: rgba(255, 255, 255, 0.56);
}

.runda-addspace-manager__close,
.runda-addspace-manager button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 9px 13px;
  color: #f2f2f2;
  background: #181818;
  cursor: pointer;
  font: inherit;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.runda-addspace-manager button:hover,
.runda-addspace-manager button:focus-visible {
  border-color: #097d41;
  background: #097d41;
}

.runda-addspace-manager button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.runda-addspace-manager__close {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  font-size: 1.25rem;
}

.runda-addspace-manager__metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.075);
}

.runda-addspace-manager__metrics article {
  display: grid;
  gap: 7px;
  padding: 15px 18px;
  background: #181818;
}

.runda-addspace-manager__metrics span,
.runda-addspace-manager label span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-addspace-manager__metrics strong {
  color: #ffffff;
  font-size: 1.5rem;
}

.runda-addspace-manager__toolbar {
  justify-content: flex-start;
  padding-block: 12px;
}

.runda-addspace-manager__toolbar p {
  margin: 0 0 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
}

.runda-addspace-manager__toolbar p.is-error {
  color: #ff8f8f;
}

.runda-addspace-manager__toolbar p.is-success {
  color: #85dca4;
}

.runda-addspace-manager__workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.3fr);
  min-height: 0;
  overflow: hidden;
}

.runda-addspace-manager__editor,
.runda-addspace-manager__report {
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
}

.runda-addspace-manager__report {
  border-left: 1px solid rgba(255, 255, 255, 0.075);
  background: #151515;
}

.runda-addspace-manager__placement,
.runda-addspace-manager__report article {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: #181818;
}

.runda-addspace-manager__placement + .runda-addspace-manager__placement,
.runda-addspace-manager__report article + article {
  margin-top: 12px;
}

.runda-addspace-manager__placement header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.runda-addspace-manager__creative-list {
  display: grid;
  gap: 10px;
  margin-top: 13px;
}

.runda-addspace-manager__creative {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  border-radius: 10px;
  background: #101010;
}

.runda-addspace-manager__asset-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.runda-addspace-manager__asset {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #181818;
}

.runda-addspace-manager__asset header,
.runda-addspace-manager__asset header div {
  display: grid;
  gap: 3px;
}

.runda-addspace-manager__asset small {
  color: rgba(255, 255, 255, 0.5);
}

.runda-addspace-manager__preview {
  display: grid;
  min-height: 94px;
  overflow: hidden;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
}

.runda-addspace-manager__preview img,
.runda-addspace-manager__preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.runda-addspace-manager__creative-fields {
  display: grid;
  gap: 7px;
}

.runda-addspace-manager label {
  display: grid;
  gap: 4px;
}

.runda-addspace-manager input[type="text"],
.runda-addspace-manager input[type="url"] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 8px 9px;
  color: #f2f2f2;
  background: #202020;
}

.runda-addspace-manager__toggle {
  display: flex !important;
  align-items: center;
  gap: 7px;
}

.runda-addspace-manager__creative-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.runda-addspace-manager__report article {
  display: grid;
  gap: 5px;
  margin-bottom: 0;
}

.runda-addspace-manager__report article span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.runda-addspace-manager__empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.8rem;
}

.runda-addspace-manager.runda-addspace-manager--workspace-stage {
  position: absolute;
  width: 100%;
  height: 100%;
}

.runda-addspace-manager--workspace-stage .runda-addspace-manager__backdrop {
  background: #101010;
}

.runda-addspace-manager--workspace-stage .runda-addspace-manager__drawer {
  width: 100%;
  border-left: 0;
  box-shadow: none;
}

@media (max-width: 820px) {
  .runda-addspace-manager__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .runda-addspace-manager__workspace {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .runda-addspace-manager__editor,
  .runda-addspace-manager__report {
    overflow: visible;
  }

  .runda-addspace-manager__report {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    border-left: 0;
  }

  .runda-addspace-manager__creative {
    grid-template-columns: 1fr;
  }

  .runda-addspace-manager__asset-grid {
    grid-template-columns: 1fr;
  }
}

/* Leave room above navbar actions for admin notification badges. */
.shell-header .brand-block .nav-row-home {
  margin-top: 8px !important;
}

.runda-explore-manager__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 12px;
}

.runda-explore-manager__tab {
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 247, 239, 0.66);
  background: #181818;
  font-family: "Sora", var(--font-display);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.runda-explore-manager__tab:hover,
.runda-explore-manager__tab:focus-visible {
  color: #fff7ef;
  background: #282828;
  outline: 0;
}

.runda-explore-manager__tab.is-active {
  border-color: rgba(30, 215, 96, 0.7);
  color: #101010;
  background: #1ed760;
}

.runda-explore-manager__counter {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(255, 247, 239, 0.7);
  background: rgba(255, 255, 255, 0.06);
  font-family: "Sora", var(--font-display);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.runda-explore-manager__dropzone {
  display: grid;
  min-height: 132px;
  place-items: center;
  gap: 6px;
  padding: 18px;
  border: 1px dashed rgba(30, 215, 96, 0.46);
  border-radius: 8px;
  color: rgba(255, 247, 239, 0.76);
  background: #181818;
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.runda-explore-manager__dropzone strong,
.runda-explore-manager__dropzone span {
  display: block;
  font-family: "Sora", var(--font-display);
}

.runda-explore-manager__dropzone strong {
  color: #fff7ef;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.runda-explore-manager__dropzone span {
  font-size: 0.66rem;
  line-height: 1.4;
}

.runda-explore-manager__dropzone.is-dragover {
  border-color: #1ed760;
  background: #202020;
  transform: translateY(-1px);
}

.runda-explore-manager__sheet-wrap {
  position: relative;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #101010;
}

.runda-explore-manager__sheet {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
}

.runda-explore-manager__sheet th,
.runda-explore-manager__sheet td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  vertical-align: top;
}

.runda-explore-manager__sheet th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: rgba(255, 247, 239, 0.54);
  background: #151515;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-explore-manager__sheet td {
  background: #101010;
}

.runda-explore-manager__sheet-row.is-saving td {
  background: #141414;
}

.runda-explore-manager__sheet-row.is-saved td {
  background: rgba(30, 215, 96, 0.08);
}

.runda-explore-manager__sheet-row.is-error td {
  background: rgba(255, 84, 84, 0.08);
}

.runda-explore-manager__sheet input,
.runda-explore-manager__sheet select {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 7px 8px;
  color: #fff7ef;
  background: #181818;
  font-family: "Sora", var(--font-display);
  font-size: 0.66rem;
  box-sizing: border-box;
}

.runda-explore-manager__sheet input:disabled,
.runda-explore-manager__sheet select:disabled {
  opacity: 0.68;
  cursor: not-allowed;
}

.runda-explore-manager__file-cell {
  width: 180px;
}

.runda-explore-manager__file-cell strong,
.runda-explore-manager__row-error,
.runda-explore-manager__row-project {
  display: block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runda-explore-manager__file-cell strong {
  font-size: 0.66rem;
}

.runda-explore-manager__row-error {
  margin-top: 4px;
  color: #ff8a8a;
  font-size: 0.58rem;
  white-space: normal;
}

.runda-explore-manager__row-feedback {
  display: block;
  max-width: 170px;
  margin-top: 4px;
  overflow: hidden;
  color: rgba(255, 247, 239, 0.54);
  font-size: 0.54rem;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runda-explore-manager__row-feedback.is-success {
  color: #7cffb2;
}

.runda-explore-manager__row-feedback.is-error {
  color: #ff8a8a;
}

.runda-explore-manager__row-project {
  margin-top: 4px;
  color: #1ed760;
  font-size: 0.58rem;
  font-weight: 900;
}

.runda-explore-manager__commit-cell {
  width: 54px;
  text-align: center !important;
}

.runda-explore-manager__commit-button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff7ef;
  background: #181818;
  cursor: pointer;
}

.runda-explore-manager__commit-button:hover,
.runda-explore-manager__commit-button:focus-visible {
  border-color: rgba(30, 215, 96, 0.7);
  color: #1ed760;
  background: #202020;
  outline: 0;
}

.runda-explore-manager__commit-button:disabled {
  cursor: default;
}

.runda-explore-manager__commit-button.is-success {
  border-color: #1ed760;
  color: #101010;
  background: #1ed760;
}

.runda-explore-manager__commit-button.is-danger {
  border-color: rgba(255, 108, 108, 0.24);
  color: rgba(255, 247, 239, 0.74);
  background: rgba(255, 84, 84, 0.08);
}

.runda-explore-manager__commit-button.is-danger:hover,
.runda-explore-manager__commit-button.is-danger:focus-visible {
  border-color: rgba(255, 108, 108, 0.78);
  color: #ff8a8a;
  background: rgba(255, 84, 84, 0.16);
}

.runda-explore-manager__commit-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.runda-explore-manager__master-table .runda-explore-manager__commit-button {
  width: 30px;
  height: 30px;
}

.runda-explore-manager__master-table .runda-explore-manager__commit-button svg {
  width: 15px;
  height: 15px;
}

.runda-explore-manager__row-actions {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.runda-explore-manager__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #1ed760;
  border-radius: 999px;
  animation: runda-explore-manager-spin 800ms linear infinite;
}

.runda-explore-manager__empty {
  margin: 12px;
  font-family: "Sora", var(--font-display);
  font-size: 0.68rem;
  text-align: center;
}

@keyframes runda-explore-manager-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .runda-explore-manager__spinner {
    animation-duration: 0ms;
  }
}

@media (max-width: 640px) {
  .runda-explore-manager__tabs {
    grid-template-columns: 1fr;
  }

  .runda-explore-manager__dropzone {
    min-height: 108px;
  }
}

/* Full-screen Explore Manager panes should behave like workspaces, not sidebars. */
.runda-explore-manager--workspace-stage .runda-explore-manager__drawer.runda-v1-shell--workspace {
  padding: 10px 22px 18px;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__tabs,
.runda-explore-manager--workspace-stage .runda-explore-manager__toolbar,
.runda-explore-manager--workspace-stage .runda-explore-manager__dropzone,
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet-wrap,
.runda-explore-manager--workspace-stage .runda-explore-manager__collections,
.runda-explore-manager--workspace-stage [data-routes-list] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.runda-explore-manager__pane[data-explore-manager-pane="ingest"],
.runda-explore-manager__pane[data-explore-manager-pane="routes"] {
  grid-template-columns: minmax(0, 1fr) !important;
  align-content: stretch;
}

.runda-explore-manager__pane[data-explore-manager-pane="ingest"] > *,
.runda-explore-manager__pane[data-explore-manager-pane="routes"] > * {
  grid-column: 1 / -1 !important;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane[data-explore-manager-pane="ingest"] {
  grid-template-rows: auto auto auto minmax(0, 1fr);
  height: 100%;
  overflow: hidden;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane[data-explore-manager-pane="routes"] {
  grid-template-rows: auto auto minmax(0, 1fr);
  height: 100%;
  overflow: hidden;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane[data-explore-manager-pane="routes"] .runda-explore-manager__collections {
  grid-row: auto;
  min-height: 0;
  overflow: auto;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane[data-explore-manager-pane="ingest"] .runda-explore-manager__dropzone {
  min-height: 116px;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane[data-explore-manager-pane="ingest"].has-ingest-rows .runda-explore-manager__dropzone {
  min-height: 70px;
  padding: 10px 14px;
  place-items: center;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane[data-explore-manager-pane="ingest"].has-ingest-rows .runda-explore-manager__dropzone strong {
  font-size: 0.72rem;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__pane[data-explore-manager-pane="ingest"].has-ingest-rows .runda-explore-manager__dropzone span {
  font-size: 0.58rem;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet-wrap {
  min-height: 0;
  height: 100%;
  overflow: auto;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet {
  min-width: 1280px;
  table-layout: fixed;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(1),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(1) {
  width: 19%;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(2),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(2) {
  width: 22%;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(3),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(3) {
  width: 7%;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(4),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(4) {
  width: 16%;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(5),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(5),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(6),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(6) {
  width: 10%;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(7),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(7) {
  width: 13%;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th:nth-child(8),
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td:nth-child(8) {
  width: 52px;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet th,
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet td {
  padding: 5px 8px;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__sheet input,
.runda-explore-manager--workspace-stage .runda-explore-manager__sheet select {
  min-height: 30px !important;
  padding: 5px 8px !important;
  border-radius: 6px !important;
  font-size: 0.64rem !important;
  line-height: 1.15 !important;
}

.runda-explore-manager--workspace-stage .runda-explore-manager__file-cell strong,
.runda-explore-manager--workspace-stage .runda-explore-manager__row-error,
.runda-explore-manager--workspace-stage .runda-explore-manager__row-feedback,
.runda-explore-manager--workspace-stage .runda-explore-manager__row-project {
  max-width: 100%;
}

.runda-explore-manager--workspace-stage [data-routes-list] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 10px;
  align-content: start;
}

.runda-explore-manager--workspace-stage [data-routes-list] .runda-v1-source-card {
  min-height: 88px;
}

/* Unified Master Route Control Grid */
.runda-explore-manager--master-grid .runda-explore-manager__drawer.runda-v1-shell--workspace {
  width: 100% !important;
  max-width: 100% !important;
  padding: 8px 14px 14px;
}

.runda-explore-manager--master-grid .runda-explore-manager__pane--master {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: 8px !important;
  height: 100%;
  min-height: 0;
  overflow: hidden !important;
}

.runda-explore-manager--master-grid .runda-explore-manager__master-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.runda-explore-manager--master-grid .runda-explore-manager__master-actions,
.runda-explore-manager--master-grid .runda-explore-manager__bulkbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.runda-explore-manager--master-grid .runda-explore-manager__bulkbar {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #151515;
}

.runda-explore-manager--master-grid .runda-explore-manager__bulkbar strong,
.runda-explore-manager--master-grid .runda-explore-manager__bulkbar span {
  color: rgba(255, 247, 239, 0.68);
  font-family: "Sora", var(--font-display);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-explore-manager--master-grid .runda-explore-manager__bulkbar select,
.runda-explore-manager--master-grid .runda-explore-manager__bulkbar input {
  width: auto;
  min-width: 150px;
  min-height: 30px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #fff7ef;
  background: #101010;
  font-family: "Sora", var(--font-display);
  font-size: 0.62rem;
  box-shadow: none;
}

.runda-explore-manager--master-grid .runda-explore-manager__dropzone--grid {
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 8px;
}

.runda-explore-manager--master-grid.has-master-grid-rows .runda-explore-manager__dropzone--grid {
  min-height: 42px;
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: start;
  text-align: left;
}

.runda-explore-manager--master-grid .runda-explore-manager__dropzone--grid strong {
  font-size: 0.7rem;
}

.runda-explore-manager--master-grid .runda-explore-manager__dropzone--grid span {
  font-size: 0.58rem;
}

.runda-explore-manager--master-grid.is-grid-dragover .runda-explore-manager__dropzone--grid {
  border-color: #1ed760;
  background: #202020;
}

.runda-explore-manager__grid-wrap {
  position: relative;
  min-height: 0;
  height: 100%;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: #101010;
}

.runda-explore-manager--master-grid .runda-explore-manager__grid-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}

.runda-explore-manager__master-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #fff7ef;
  font-family: "Sora", var(--font-display);
}

.runda-explore-manager__master-table th,
.runda-explore-manager__master-table td {
  height: 44px;
  min-width: 0;
  padding: 4px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.runda-explore-manager__master-table th {
  position: sticky;
  top: 0;
  z-index: 4;
  height: 34px;
  color: rgba(255, 247, 239, 0.55);
  background: #151515;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
}

.runda-explore-manager__master-table th button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.runda-explore-manager__master-table th button.is-active {
  color: #1ed760;
}

.runda-explore-manager__master-table th button.is-active::after {
  content: " " attr(data-sort-direction);
}

.runda-explore-manager__master-table .is-checkbox {
  width: 34px;
  text-align: center;
}

.runda-explore-manager__master-table th:nth-child(2),
.runda-explore-manager__master-table td:nth-child(2) {
  width: 68px;
}

.runda-explore-manager__master-table th:nth-child(3),
.runda-explore-manager__master-table td:nth-child(3) {
  width: 50px;
}

.runda-explore-manager__master-table th:nth-child(4),
.runda-explore-manager__master-table td:nth-child(4) {
  width: 16%;
}

.runda-explore-manager__master-table th:nth-child(5),
.runda-explore-manager__master-table td:nth-child(5) {
  width: 10%;
}

.runda-explore-manager__master-table th:nth-child(6),
.runda-explore-manager__master-table td:nth-child(6) {
  width: 82px;
}

.runda-explore-manager__master-table th:nth-child(7),
.runda-explore-manager__master-table td:nth-child(7) {
  width: 58px;
}

.runda-explore-manager__master-table th:nth-child(8),
.runda-explore-manager__master-table td:nth-child(8) {
  width: 86px;
}

.runda-explore-manager__master-table th:nth-child(9),
.runda-explore-manager__master-table td:nth-child(9) {
  width: 9%;
}

.runda-explore-manager__master-table th:nth-child(10),
.runda-explore-manager__master-table td:nth-child(10) {
  width: 104px;
}

.runda-explore-manager__master-table th:nth-child(11),
.runda-explore-manager__master-table td:nth-child(11) {
  width: 92px;
}

.runda-explore-manager__master-table th:nth-child(12),
.runda-explore-manager__master-table td:nth-child(12) {
  width: 10%;
}

.runda-explore-manager__master-table th:nth-child(13),
.runda-explore-manager__master-table td:nth-child(13) {
  width: 176px;
  text-align: center;
}

.runda-explore-manager__master-table input:not([type="checkbox"]),
.runda-explore-manager__master-table select {
  width: 100%;
  min-height: 28px !important;
  padding: 4px 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px !important;
  color: #fff7ef !important;
  background: #181818 !important;
  font-family: "Sora", var(--font-display) !important;
  font-size: 0.58rem !important;
  line-height: 1.15 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.runda-explore-manager__master-table input:disabled,
.runda-explore-manager__master-table select:disabled,
.runda-explore-manager__preview-slot:disabled {
  opacity: 0.68;
  cursor: not-allowed;
}

.runda-explore-manager__title-cell {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.runda-explore-manager__route-id {
  display: block;
  overflow: hidden;
  color: rgba(255, 247, 239, 0.5);
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.runda-explore-manager__date-cell {
  display: block;
  overflow: hidden;
  color: rgba(255, 247, 239, 0.7);
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runda-explore-manager__master-row.is-staged td {
  background: rgba(30, 215, 96, 0.035);
}

.runda-explore-manager__master-row.is-saved td {
  background: rgba(30, 215, 96, 0.08);
}

.runda-explore-manager__master-row.is-dirty td {
  background: rgba(255, 190, 92, 0.055);
}

.runda-explore-manager__master-row.is-working td {
  background: rgba(151, 255, 212, 0.035);
}

.runda-explore-manager__master-row.is-error td {
  background: rgba(255, 84, 84, 0.08);
}

.runda-explore-manager__master-row.is-deleting td {
  background: rgba(255, 84, 84, 0.045);
}

.runda-explore-manager__status-badge {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.runda-explore-manager__status-badge.is-live {
  color: #101010;
  background: #d8d8d8;
}

.runda-explore-manager__status-badge.is-staged {
  color: #101010;
  background: #1ed760;
}

.runda-explore-manager__status-badge.is-saved {
  color: #101010;
  background: #7cffb2;
}

.runda-explore-manager__status-badge.is-dirty {
  color: #101010;
  background: #ffc966;
}

.runda-explore-manager__status-badge.is-saving {
  gap: 4px;
  padding: 0;
  color: rgba(255, 247, 239, 0.72);
  background: transparent;
  letter-spacing: 0.04em;
}

.runda-explore-manager__status-badge.is-saving .runda-explore-manager__spinner {
  width: 12px;
  height: 12px;
  border-width: 1.5px;
}

.runda-explore-manager__status-badge.is-saving span:not(.runda-explore-manager__spinner) {
  max-width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.runda-explore-manager__master-table .runda-explore-manager__row-error,
.runda-explore-manager__master-table .runda-explore-manager__row-feedback {
  max-width: 58px;
  font-size: 0.48rem;
}

.runda-explore-manager__preview-slot {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  color: rgba(255, 247, 239, 0.52);
  background: #181818;
  font-size: 0.5rem;
  font-weight: 900;
  cursor: pointer;
}

.runda-explore-manager__preview-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.runda-explore-manager__metric-pair {
  display: grid;
  gap: 2px;
  font-size: 0.56rem;
}

.runda-explore-manager__metric-pair strong,
.runda-explore-manager__metric-pair em,
.runda-explore-manager__metric-pair small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runda-explore-manager__metric-pair em,
.runda-explore-manager__metric-pair small {
  color: rgba(255, 247, 239, 0.56);
  font-style: normal;
}

.runda-explore-manager__metric-pair small {
  font-size: 0.48rem;
}

.runda-explore-manager__collection-cell {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
}

.runda-explore-manager__collection-token {
  display: inline-flex;
  max-width: 72px;
  min-height: 20px;
  align-items: center;
  padding: 0 6px;
  overflow: hidden;
  border-radius: 999px;
  color: rgba(255, 247, 239, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.5rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.runda-explore-manager__collection-cell button {
  display: inline-grid;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff7ef;
  background: #181818;
  cursor: pointer;
}

.runda-explore-manager__collection-popup {
  position: fixed;
  z-index: 10030;
  display: grid;
  width: 300px;
  max-height: 320px;
  gap: 8px;
  padding: 10px;
  overflow: auto;
  border: 1px solid rgba(30, 215, 96, 0.34);
  border-radius: 8px;
  background: #101010;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.46);
}

.runda-explore-manager__collection-popup input[type="search"],
.runda-explore-manager__collection-popup input[type="text"] {
  min-height: 30px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #fff7ef;
  background: #181818;
  font-size: 0.66rem;
  box-shadow: none;
}

.runda-explore-manager__collection-popup label {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  color: rgba(255, 247, 239, 0.82);
  font-size: 0.66rem;
}

.runda-explore-manager__collection-create {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
}

.runda-explore-manager__collection-create button {
  min-height: 30px;
  border: 1px solid #1ed760;
  border-radius: 6px;
  color: #101010;
  background: #1ed760;
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.runda-mobile-onepager {
  display: none;
}

.runda-mobile-onepager__lhu-cta {
  display: none;
}

@media (max-width: 820px) {
  body.page-slug-home,
  body.home,
  body.front-page {
    background:
      linear-gradient(180deg, #050706 0%, #0a0a08 52%, #020202 100%) !important;
  }

  body.page-slug-home .runda-mobile-desktop-notice,
  body.home .runda-mobile-desktop-notice,
  body.front-page .runda-mobile-desktop-notice,
  body.page-slug-home .shell-header,
  body.home .shell-header,
  body.front-page .shell-header,
  body.page-slug-home .home-step-rail,
  body.home .home-step-rail,
  body.front-page .home-step-rail {
    display: none !important;
  }

  body.page-slug-home .site-shell,
  body.home .site-shell,
  body.front-page .site-shell {
    width: 100% !important;
    margin: 0 !important;
    min-height: 100svh;
  }

  body.page-slug-home .site-footer,
  body.home .site-footer,
  body.front-page .site-footer {
    display: grid !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 14px calc(16px + env(safe-area-inset-bottom, 0px)) !important;
    background: #020202 !important;
  }

  body.page-slug-home .banner-slot[data-runda-ad-slot],
  body.home .banner-slot[data-runda-ad-slot],
  body.front-page .banner-slot[data-runda-ad-slot] {
    display: grid !important;
    width: calc(100% - 28px) !important;
    min-height: 0 !important;
    margin: 8px 14px 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 247, 239, 0.12) !important;
    border-radius: 8px !important;
    background: #101010 !important;
  }

  body.page-slug-home .banner-slot-bottom[data-runda-ad-slot],
  body.home .banner-slot-bottom[data-runda-ad-slot],
  body.front-page .banner-slot-bottom[data-runda-ad-slot] {
    width: 100% !important;
    margin: 12px 0 0 !important;
  }

  body.page-slug-home .banner-slot[data-runda-ad-slot] .runda-ad-container,
  body.home .banner-slot[data-runda-ad-slot] .runda-ad-container,
  body.front-page .banner-slot[data-runda-ad-slot] .runda-ad-container,
  body.page-slug-home .banner-slot[data-runda-ad-slot] .runda-ad-slot__placeholder,
  body.home .banner-slot[data-runda-ad-slot] .runda-ad-slot__placeholder,
  body.front-page .banner-slot[data-runda-ad-slot] .runda-ad-slot__placeholder {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 3.2 / 1 !important;
  }

  body.page-slug-home .banner-slot[data-runda-ad-slot] .runda-ad-slot__placeholder,
  body.home .banner-slot[data-runda-ad-slot] .runda-ad-slot__placeholder,
  body.front-page .banner-slot[data-runda-ad-slot] .runda-ad-slot__placeholder {
    padding: 10px !important;
    font-size: 0.58rem !important;
  }

  body.page-slug-home .site-ui-scale,
  body.home .site-ui-scale,
  body.front-page .site-ui-scale {
    zoom: 1 !important;
  }

  body.page-slug-home .content-panel,
  body.home .content-panel,
  body.front-page .content-panel,
  body.runda-coming-soon-mode .content-panel {
    display: block !important;
    min-height: 100svh !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.page-slug-home #home-demo,
  body.home #home-demo,
  body.front-page #home-demo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 14px 22px !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.page-slug-home #home-demo > .home-demo-action-row,
  body.home #home-demo > .home-demo-action-row,
  body.front-page #home-demo > .home-demo-action-row,
  body.page-slug-home #home-demo .home-demo-inline > .muted,
  body.home #home-demo .home-demo-inline > .muted,
  body.front-page #home-demo .home-demo-inline > .muted {
    display: none !important;
  }

  body.page-slug-home #home-demo .home-demo-inline,
  body.home #home-demo .home-demo-inline,
  body.front-page #home-demo .home-demo-inline {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .runda-mobile-onepager {
    position: relative;
    display: grid;
    gap: 14px;
    min-height: auto;
    padding: calc(18px + env(safe-area-inset-top, 0px)) 14px 12px;
    overflow: visible;
    color: #fff7ef;
    background:
      linear-gradient(125deg, rgba(142, 247, 214, 0.1), transparent 30%),
      linear-gradient(180deg, rgba(255, 247, 239, 0.065), transparent 44%),
      #050505;
  }

  .runda-mobile-onepager::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.18;
    pointer-events: none;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  }

  .runda-mobile-onepager > * {
    position: relative;
    z-index: 1;
  }

  .runda-mobile-onepager__lhu-cta {
    position: absolute;
    top: -52px;
    right: -8px;
    z-index: 4;
    display: grid;
    align-content: center;
    justify-items: center;
    width: 118px;
    height: 118px;
    padding: 15px 13px;
    overflow: hidden;
    border: 1px solid rgba(142, 247, 214, 0.42);
    border-radius: 50% 48% 52% 49%;
    color: #fff7ef;
    background:
      radial-gradient(circle at 28% 22%, rgba(255, 247, 239, 0.2) 0 12%, rgba(22, 72, 48, 0.52) 35%, rgba(5, 9, 7, 0.98) 100%),
      #050706;
    box-shadow:
      0 22px 46px rgba(0, 0, 0, 0.56),
      0 0 0 7px rgba(30, 215, 96, 0.085),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
    font-family: var(--font-display);
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(5deg);
    transform-origin: center;
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .runda-mobile-onepager__lhu-cta::before {
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(255, 247, 239, 0.16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .runda-mobile-onepager__lhu-cta::after {
    position: absolute;
    top: 15px;
    right: 22px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #1ed760;
    content: "";
    pointer-events: none;
  }

  .runda-mobile-onepager__lhu-cta:hover,
  .runda-mobile-onepager__lhu-cta:focus-visible {
    box-shadow:
      0 26px 56px rgba(0, 0, 0, 0.54),
      0 0 0 8px rgba(30, 215, 96, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
    outline: none;
    transform: rotate(2deg) translateY(-2px);
  }

  .runda-mobile-onepager__lhu-cta span,
  .runda-mobile-onepager__lhu-cta strong,
  .runda-mobile-onepager__lhu-cta em {
    position: relative;
    z-index: 1;
    display: block;
  }

  .runda-mobile-onepager__lhu-cta span {
    margin-bottom: 4px;
    color: rgba(255, 247, 239, 0.86);
    font-family: var(--font-mono);
    font-size: 0.48rem;
    font-weight: 900;
    letter-spacing: 0.1em;
  }

  .runda-mobile-onepager__lhu-cta strong {
    max-width: 10ch;
    color: rgba(255, 247, 239, 0.9);
    font-size: 0.54rem;
    font-weight: 950;
    letter-spacing: 0.03em;
    line-height: 1.02;
  }

  .runda-mobile-onepager__lhu-cta em {
    max-width: 11ch;
    margin-top: 4px;
    color: #fff7ef;
    font-family: var(--font-mono);
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.06;
  }

  .runda-mobile-onepager__mast {
    display: grid;
    gap: 15px;
    align-content: start;
    justify-items: start;
    padding: 10px 2px 0;
  }

  .runda-mobile-onepager__logo {
    display: block;
    width: min(235px, 72vw);
    height: auto;
  }

  .runda-mobile-onepager__kicker {
    margin: 2px 0 0;
    padding: 8px 12px;
    border: 1px solid rgba(142, 247, 214, 0.26);
    border-radius: 999px;
    color: rgba(142, 247, 214, 0.94);
    background: rgba(9, 125, 65, 0.18);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
  }

  .runda-mobile-onepager h2 {
    max-width: 13ch;
    margin: 0;
    font-family: var(--font-display);
    font-size: 2.08rem;
    line-height: 0.86;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .runda-mobile-onepager__lede {
    max-width: 35rem;
    margin: 0;
    color: rgba(255, 247, 239, 0.78);
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .runda-mobile-onepager__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: center;
    gap: 8px;
    width: min(100%, 310px);
  }

  .runda-mobile-onepager__action {
    display: inline-flex;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 247, 239, 0.14);
    border-radius: 999px;
    color: #fff7ef;
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .runda-mobile-onepager__action:hover,
  .runda-mobile-onepager__action:focus-visible {
    border-color: rgba(255, 247, 239, 0.36);
    box-shadow:
      0 24px 54px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transform: translateY(-2px);
  }

  .runda-mobile-onepager__action svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .runda-mobile-onepager__action span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .runda-mobile-onepager__action--primary {
    border-color: rgba(142, 247, 214, 0.42);
    color: #fff7ef;
    background:
      radial-gradient(circle at 24% 18%, rgba(255, 247, 239, 0.16), transparent 34%),
      linear-gradient(145deg, rgba(22, 72, 48, 0.86), rgba(4, 7, 6, 0.98)),
      #050706;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.42),
      0 0 0 5px rgba(30, 215, 96, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .runda-mobile-onepager__action--primary:hover,
  .runda-mobile-onepager__action--primary:focus-visible {
    border-color: rgba(142, 247, 214, 0.62);
  }

  .runda-mobile-onepager__action--secondary {
    border-color: rgba(255, 247, 239, 0.2);
    background:
      linear-gradient(145deg, rgba(255, 247, 239, 0.12), rgba(255, 247, 239, 0.035)),
      #151514;
  }

  .runda-mobile-onepager__notice {
    display: grid;
    gap: 5px;
    width: 100%;
    margin: 0;
    padding: 13px 14px;
    border: 1px solid rgba(239, 111, 49, 0.34);
    border-radius: 8px;
    color: rgba(255, 247, 239, 0.78);
    background:
      linear-gradient(145deg, rgba(239, 111, 49, 0.13), rgba(255, 247, 239, 0.03)),
      rgba(8, 8, 7, 0.76);
  }

  .runda-mobile-onepager__notice strong {
    color: #fff7ef;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .runda-mobile-onepager__notice span {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .runda-mobile-onepager__preview {
    align-self: end;
    width: 100%;
    padding-bottom: 2px;
  }

  .runda-mobile-onepager__route-card {
    display: grid;
    gap: 12px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 247, 239, 0.13);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(255, 247, 239, 0.075), rgba(255, 247, 239, 0.018) 42%, rgba(9, 125, 65, 0.055)),
      rgba(14, 14, 13, 0.9);
    box-shadow:
      0 32px 68px rgba(0, 0, 0, 0.44),
      inset 0 1px 0 rgba(255, 255, 255, 0.13);
  }

  .runda-mobile-onepager__route-head,
  .runda-mobile-onepager__stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
  }

  .runda-mobile-onepager__route-head span,
  .runda-mobile-onepager__stats span {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(255, 247, 239, 0.58);
  }

  .runda-mobile-onepager__route-head strong {
    color: #fff7ef;
    font-family: var(--font-display);
    font-size: 1.28rem;
    line-height: 1;
  }

  .runda-mobile-onepager__map {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(142, 247, 214, 0.2);
    border-radius: 8px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
      #060706;
    background-size: 30px 30px;
  }

  .runda-mobile-onepager__map svg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .runda-mobile-onepager__map path {
    fill: none;
    stroke: #1ed760;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 10px 20px rgba(30, 215, 96, 0.22));
  }

  .runda-mobile-onepager__pin {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 2px solid rgba(255, 247, 239, 0.92);
    border-radius: 999px;
    color: #04120d;
    background: #fff7ef;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
  }

  .runda-mobile-onepager__pin--start {
    left: 18px;
    bottom: 37px;
  }

  .runda-mobile-onepager__pin--finish {
    right: 21px;
    top: 36px;
  }

  body.page-slug-home.runda-v1-modal-open .runda-v1-modal--home-demo,
  body.home.runda-v1-modal-open .runda-v1-modal--home-demo,
  body.front-page.runda-v1-modal-open .runda-v1-modal--home-demo {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2800 !important;
    height: auto !important;
    padding: 0 !important;
  }

  body.page-slug-home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__backdrop,
  body.home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__backdrop,
  body.front-page.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__backdrop,
  body.page-slug-home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__close,
  body.home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__close,
  body.front-page.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__close {
    display: block !important;
  }

  body.page-slug-home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__panel,
  body.home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__panel,
  body.front-page.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-modal__panel {
    position: absolute !important;
    top: calc(50% + env(safe-area-inset-top, 0px) / 2) !important;
    left: 50% !important;
    width: calc(100vw - 14px) !important;
    height: calc(100svh - 18px) !important;
    padding: 8px !important;
    border-radius: 8px !important;
    background: #030403 !important;
    transform: translate(-50%, -50%) !important;
  }

  body.page-slug-home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-layout,
  body.home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-layout,
  body.front-page.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 54svh) minmax(0, 1fr) !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  body.page-slug-home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-shell--workspace,
  body.home.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-shell--workspace,
  body.front-page.runda-v1-modal-open .runda-v1-modal--home-demo .runda-v1-shell--workspace {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    justify-self: stretch !important;
    overflow: auto !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo,
  body.home #home-demo .runda-v1-modal--home-demo,
  body.front-page #home-demo .runda-v1-modal--home-demo {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-modal__backdrop,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-modal__backdrop,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-modal__backdrop,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-modal__close,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-modal__close,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-modal__close,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-faq-fab,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-faq-fab,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-faq-fab {
    display: none !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-modal__panel,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-modal__panel,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-modal__panel {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: none !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-layout,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-layout,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 12px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-shell,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-shell,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 8px !important;
    border-color: rgba(255, 247, 239, 0.1) !important;
    box-sizing: border-box !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-shell--canvas,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-shell--canvas,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-shell--canvas {
    height: 420px !important;
    min-height: 420px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-canvas-wrap,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-canvas-wrap,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-canvas-wrap {
    height: 100% !important;
    min-height: 100% !important;
    border-radius: 8px !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-canvas-wrap iframe,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-canvas-wrap iframe,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-canvas-wrap iframe {
    height: 100% !important;
    min-height: 100% !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-shell--workspace,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-shell--workspace,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-shell--workspace {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-chip-row--icon-tree,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-chip-row--icon-tree,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-chip-row--icon-tree,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-status,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-status,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-status,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-new-route-fab,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-new-route-fab,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-new-route-fab,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-library-form,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-library-form,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-library-form,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-route-more-button,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-route-more-button,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-route-more-button,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-source-card__controls,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-source-card__controls,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-source-card__controls {
    display: none !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-top,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-top,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-top,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-route-snapshot-speed,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-route-snapshot-speed,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-route-snapshot-speed,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-pane-wrap,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-pane-wrap,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-pane-wrap,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-pane,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-pane,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-pane,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-source-list,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-source-list,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-source-list,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-library-form,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-library-form,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-library-form {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0;
    overflow: visible !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-top,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-top,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-workspace-top {
    position: relative !important;
    top: auto !important;
    gap: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-pane-wrap,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-pane-wrap,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-pane-wrap {
    display: block !important;
    flex: 0 0 auto !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo [data-runda-v1-pane="library"].is-active,
  body.home #home-demo .runda-v1-modal--home-demo [data-runda-v1-pane="library"].is-active,
  body.front-page #home-demo .runda-v1-modal--home-demo [data-runda-v1-pane="library"].is-active {
    display: grid !important;
    gap: 10px !important;
    align-content: start !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo [data-runda-v1-pane="library"]::before,
  body.home #home-demo .runda-v1-modal--home-demo [data-runda-v1-pane="library"]::before,
  body.front-page #home-demo .runda-v1-modal--home-demo [data-runda-v1-pane="library"]::before {
    display: block;
    margin: 2px 0 0;
    color: #fff7ef;
    content: "Route Library";
    font-family: var(--font-display);
    font-size: 1.22rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-summary],
  body.home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-summary],
  body.front-page #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-summary] {
    display: block !important;
    margin: 0 !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list],
  body.home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list],
  body.front-page #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list] {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 120px !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list] .runda-v1-source-card,
  body.home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list] .runda-v1-source-card,
  body.front-page #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list] .runda-v1-source-card {
    display: block !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list] .runda-v1-source-card--mobile-library,
  body.home #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list] .runda-v1-source-card--mobile-library,
  body.front-page #home-demo .runda-v1-modal--home-demo [data-runda-v1-library-list] .runda-v1-source-card--mobile-library {
    display: grid !important;
    gap: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 247, 239, 0.1) !important;
    border-radius: 8px !important;
    background: #171717 !important;
    box-shadow: none !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 13px 14px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff7ef !important;
    text-align: left !important;
    cursor: pointer !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle::after,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle::after,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle::after {
    content: "" !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid rgba(255, 247, 239, 0.76) !important;
    border-bottom: 2px solid rgba(255, 247, 239, 0.76) !important;
    transform: translateY(-2px) rotate(45deg) !important;
    transition: transform 160ms ease, border-color 160ms ease !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle[aria-expanded="true"]::after,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle[aria-expanded="true"]::after,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle[aria-expanded="true"]::after {
    border-color: rgba(76, 255, 149, 0.92) !important;
    transform: translateY(2px) rotate(225deg) !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-title,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-title,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-title {
    min-width: 0 !important;
    overflow: hidden !important;
    color: #fff7ef !important;
    font-family: var(--font-display) !important;
    font-size: 0.9rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle .runda-v1-micro-chip__label,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle .runda-v1-micro-chip__label,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-toggle .runda-v1-micro-chip__label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-details[hidden],
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-details[hidden],
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-details[hidden] {
    display: none !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-details:not([hidden]),
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-details:not([hidden]),
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-details:not([hidden]) {
    display: grid !important;
    gap: 8px !important;
    padding: 0 10px 10px !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: transparent !important;
    cursor: pointer !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button .runda-v1-source-card__preview-map,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button .runda-v1-source-card__preview-map,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button .runda-v1-source-card__preview-map,
  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button .runda-v1-source-card__preview-placeholder,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button .runda-v1-source-card__preview-placeholder,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-preview-button .runda-v1-source-card__preview-placeholder {
    height: 128px !important;
    border-radius: 7px !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-meta,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-meta,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-mobile-library-meta {
    display: none !important;
  }

  body.page-slug-home #home-demo .runda-v1-modal--home-demo .runda-v1-library-form,
  body.home #home-demo .runda-v1-modal--home-demo .runda-v1-library-form,
  body.front-page #home-demo .runda-v1-modal--home-demo .runda-v1-library-form {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
    margin-bottom: 12px !important;
    border-radius: 8px !important;
  }
}

@media (max-width: 390px) {
  .runda-mobile-onepager {
    gap: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .runda-mobile-onepager__lhu-cta {
    top: -48px;
    right: -12px;
    width: 108px;
    height: 108px;
    padding: 13px 12px;
  }

  .runda-mobile-onepager__lhu-cta strong {
    font-size: 0.5rem;
  }

  .runda-mobile-onepager__lhu-cta em {
    font-size: 0.51rem;
  }

  .runda-mobile-onepager h2 {
    font-size: 1.96rem;
  }

  .runda-mobile-onepager__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 292px);
  }

  .runda-mobile-onepager__action {
    min-height: 48px;
  }
}

body.page-slug-lhu .runda-mobile-desktop-notice,
body.page-slug-lhu .banner-slot[data-runda-ad-slot] {
  display: none !important;
}

body.page-slug-lhu .brand-block .nav-row-home {
  display: none !important;
}

body.page-slug-lhu {
  background:
    linear-gradient(180deg, #080a09 0%, #0d0d0b 45%, #050505 100%);
}

body.page-slug-lhu .site-shell {
  width: min(100% - 32px, 1500px);
  margin-top: clamp(14px, 2vw, 28px);
}

body.page-slug-lhu .content-panel {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lhu-page-shell {
  position: relative;
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  width: min(100%, 1260px);
  margin: 0 auto 72px;
  color: #fff7ef;
}

.lhu-hero {
  position: relative;
  display: grid;
  justify-items: center;
  gap: clamp(18px, 2vw, 26px);
  min-height: clamp(420px, 52vw, 640px);
  padding: clamp(56px, 8vw, 118px) clamp(20px, 5vw, 78px);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 239, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(142, 247, 214, 0.12), transparent 28%, rgba(239, 111, 49, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 247, 239, 0.1), rgba(255, 247, 239, 0.018) 44%, rgba(0, 0, 0, 0.18)),
    #0c0c0b;
  box-shadow:
    0 54px 110px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  text-align: center;
}

.lhu-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 74%, transparent 100%);
}

.lhu-hero > * {
  position: relative;
  z-index: 1;
}

.lhu-hero .eyebrow {
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(142, 247, 214, 0.26);
  border-radius: 999px;
  color: rgba(142, 247, 214, 0.9);
  background: rgba(9, 125, 65, 0.16);
}

.lhu-hero h2 {
  margin: 0;
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 10.8vw, 10.6rem);
  line-height: 0.86;
  text-align: center;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16),
    0 26px 52px rgba(0, 0, 0, 0.58);
  text-transform: uppercase;
}

.lhu-ingress {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 247, 239, 0.84);
  font-size: clamp(1.05rem, 1.65vw, 1.32rem);
  line-height: 1.78;
}

.lhu-map-section,
.lhu-social-section,
.lhu-guestbook,
.lhu-story-section {
  position: relative;
  display: grid;
  gap: clamp(22px, 3vw, 36px);
  padding: clamp(24px, 3.8vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 239, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 247, 239, 0.07), rgba(255, 247, 239, 0.018) 42%, rgba(9, 125, 65, 0.04)),
    rgba(12, 12, 11, 0.92);
  box-shadow:
    0 38px 88px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.lhu-map-section::before,
.lhu-social-section::before,
.lhu-guestbook::before,
.lhu-story-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.13), transparent 24%, transparent 72%, rgba(142, 247, 214, 0.06));
}

.lhu-map-section > *,
.lhu-social-section > *,
.lhu-guestbook > *,
.lhu-story-section > * {
  position: relative;
  z-index: 1;
}

.lhu-map-section {
  justify-items: center;
}

.lhu-map-frame {
  width: min(100%, 1280px);
  height: clamp(680px, 78vh, 920px);
  overflow: hidden;
  border: 1px solid rgba(142, 247, 214, 0.32);
  border-radius: 8px;
  background: #050505;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.48),
    0 0 0 8px rgba(255, 255, 255, 0.026);
}

.lhu-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.lhu-map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: min(100%, 1280px);
  margin: 20px 0 0;
  color: rgba(255, 247, 239, 0.74);
  font-size: clamp(1.12rem, 1.7vw, 1.34rem);
  line-height: 1.25;
  text-align: center;
}

.lhu-map-fallback a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff7ef;
  font-weight: 800;
  text-decoration: none;
}

.lhu-map-fallback a:hover,
.lhu-map-fallback a:focus-visible {
  color: #8ef7d6;
}

.lhu-map-fallback svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.lhu-icon-button,
.lhu-cheer-form .btn.lhu-submit-button {
  display: inline-grid;
  width: 78px;
  min-width: 78px;
  height: 78px;
  min-height: 78px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(142, 247, 214, 0.34);
  border-radius: 999px;
  color: #fff7ef !important;
  background:
    linear-gradient(145deg, rgba(142, 247, 214, 0.28), rgba(9, 125, 65, 0.88)),
    #097d41 !important;
  box-shadow:
    0 20px 46px rgba(9, 125, 65, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.lhu-icon-button:hover,
.lhu-icon-button:focus-visible,
.lhu-cheer-form .btn.lhu-submit-button:hover,
.lhu-cheer-form .btn.lhu-submit-button:focus-visible {
  border-color: rgba(255, 247, 239, 0.56);
  background:
    linear-gradient(145deg, rgba(255, 247, 239, 0.18), rgba(9, 125, 65, 0.94)),
    #097d41 !important;
  box-shadow:
    0 28px 64px rgba(9, 125, 65, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transform: translateY(-3px) scale(1.03);
}

.lhu-icon-button svg,
.lhu-cheer-form .btn.lhu-submit-button svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lhu-social-section {
  justify-items: center;
  text-align: center;
}

.lhu-social-section p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 247, 239, 0.88);
  font-size: clamp(1.34rem, 2.25vw, 2.05rem);
  font-weight: 800;
  line-height: 1.42;
}

.lhu-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 500px));
  justify-content: center;
  align-items: start;
  gap: clamp(20px, 4.6vw, 58px);
  width: 100%;
}

.lhu-social-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  min-width: 0;
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 239, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    #151514;
  box-shadow:
    0 32px 68px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #fff7ef;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lhu-social-card:hover,
.lhu-social-card:focus-visible {
  border-color: rgba(142, 247, 214, 0.42);
  box-shadow:
    0 42px 86px rgba(0, 0, 0, 0.5),
    0 0 0 8px rgba(142, 247, 214, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.lhu-social-card__action {
  position: absolute;
  top: clamp(18px, 3vw, 30px);
  right: clamp(18px, 3vw, 30px);
  z-index: 2;
  display: inline-grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(255, 247, 239, 0.18);
  border-radius: 999px;
  color: #fff7ef;
  background:
    linear-gradient(145deg, rgba(239, 111, 49, 0.92), rgba(164, 48, 125, 0.82)),
    #ef6f31;
  box-shadow:
    0 20px 42px rgba(239, 111, 49, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.lhu-social-card__action svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.lhu-social-card img {
  display: block;
  width: min(100%, 340px);
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(255, 247, 239, 0.2),
    0 0 0 12px rgba(255, 255, 255, 0.035),
    0 26px 54px rgba(0, 0, 0, 0.46);
}

.lhu-social-card__copy {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 24px 0 0;
}

.lhu-social-card__copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff7ef;
  font-size: clamp(1.18rem, 1.7vw, 1.48rem);
  font-weight: 900;
}

.lhu-guestbook {
  align-items: start;
  justify-items: stretch;
  gap: clamp(22px, 3vw, 38px);
}

.lhu-guestbook > * {
  width: 100%;
}

.lhu-guestbook__head {
  display: grid;
  gap: 4px;
}

.lhu-guestbook__head .eyebrow,
.lhu-guestbook__head h3 {
  margin: 0;
}

.lhu-guestbook__head h3 {
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 4.2vw, 5.15rem);
  line-height: 0.95;
}

.lhu-guestbook__status {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(142, 247, 214, 0.2);
  border-radius: 8px;
  color: #fff7ef;
  background: rgba(9, 125, 65, 0.2);
}

.lhu-cheer-form {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  align-items: start;
  gap: clamp(14px, 2vw, 20px);
  padding: clamp(18px, 2.8vw, 32px);
  border: 1px solid rgba(255, 247, 239, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 247, 239, 0.07), rgba(255, 247, 239, 0.018)),
    rgba(8, 8, 7, 0.72);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.lhu-cheer-form label {
  display: grid;
  gap: 9px;
  min-width: 0;
  color: rgba(255, 247, 239, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
}

.lhu-cheer-form input[type="text"],
.lhu-cheer-form textarea {
  min-height: 58px;
  border-color: rgba(255, 247, 239, 0.16);
  border-radius: 28px;
  background: rgba(5, 5, 5, 0.62);
  color: #fff7ef;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 18px 38px rgba(0, 0, 0, 0.18);
}

.lhu-cheer-form textarea {
  min-height: 138px;
  resize: vertical;
}

.lhu-cheer-form .btn {
  width: 100%;
  justify-self: stretch;
}

.lhu-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.lhu-cheer-list {
  display: grid;
  grid-template-columns: 1fr;
  width: min(100%, 1040px);
  justify-self: center;
  gap: 0;
  padding: 18px clamp(8px, 2vw, 28px) 0;
  isolation: isolate;
  perspective: 1200px;
}

.lhu-cheer {
  position: relative;
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
  min-height: 122px;
  margin-top: -14px;
  padding: clamp(20px, 2.5vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 239, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.024) 48%, rgba(9, 125, 65, 0.045)),
    #171715;
  box-shadow:
    0 28px 58px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  transform-origin: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lhu-cheer::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.12), transparent 32%, transparent 78%, rgba(142, 247, 214, 0.07));
}

.lhu-cheer > * {
  position: relative;
  z-index: 1;
}

.lhu-cheer:first-child {
  margin-top: 0;
}

.lhu-cheer:nth-child(4n + 1) {
  z-index: 4;
  transform: translateX(-8px) rotate(-0.46deg);
}

.lhu-cheer:nth-child(4n + 2) {
  z-index: 3;
  transform: translateX(18px) rotate(0.38deg);
}

.lhu-cheer:nth-child(4n + 3) {
  z-index: 2;
  transform: translateX(-14px) rotate(-0.28deg);
}

.lhu-cheer:nth-child(4n) {
  z-index: 1;
  transform: translateX(10px) rotate(0.32deg);
}

.lhu-cheer:hover,
.lhu-cheer:focus-within {
  z-index: 10;
  border-color: rgba(142, 247, 214, 0.42);
  box-shadow:
    0 38px 78px rgba(0, 0, 0, 0.52),
    0 0 0 8px rgba(142, 247, 214, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(-5px) scale(1.01);
}

.lhu-cheer header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.lhu-cheer strong {
  min-width: 0;
  color: #fff7ef;
  font-size: clamp(1.04rem, 1.34vw, 1.28rem);
  overflow-wrap: anywhere;
}

.lhu-cheer time {
  flex: 0 0 auto;
  color: rgba(255, 247, 239, 0.46);
  font-family: var(--font-mono);
  font-size: 0.66rem;
}

.lhu-cheer p,
.lhu-cheer-list__empty {
  margin: 0;
  color: rgba(255, 247, 239, 0.84);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.lhu-cheer-list__empty {
  grid-column: 1 / -1;
  padding: 16px;
  border-radius: 8px;
  background: #181818;
}

.lhu-story-section {
  gap: clamp(22px, 3vw, 36px);
}

.lhu-story-copy {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.lhu-story-copy .eyebrow,
.lhu-story-copy h3,
.lhu-story-copy p {
  margin: 0;
}

.lhu-story-copy h3 {
  max-width: 18ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.8vw, 5rem);
  line-height: 0.92;
}

.lhu-story-copy p {
  max-width: 820px;
  color: rgba(255, 247, 239, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.68;
}

.lhu-story-copy a {
  color: rgba(142, 247, 214, 0.96);
  font-weight: 900;
}

.lhu-story-copy a:hover,
.lhu-story-copy a:focus-visible {
  color: #fff7ef;
}

.lhu-youtube-frame {
  width: min(100%, 1080px);
  aspect-ratio: 16 / 9;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(142, 247, 214, 0.26);
  border-radius: 8px;
  background: #050505;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.48),
    0 0 0 8px rgba(255, 255, 255, 0.026);
}

.lhu-youtube-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.lhu-mail-link,
.lhu-map-fallback {
  justify-self: center;
}

@media (prefers-reduced-motion: reduce) {
  .lhu-icon-button,
  .lhu-social-card,
  .lhu-cheer-form .btn.lhu-submit-button,
  .lhu-cheer {
    transition-duration: 0ms;
  }
}

@media (max-width: 900px) {
  .lhu-cheer-list {
    grid-template-columns: 1fr;
  }

  .lhu-social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.page-slug-lhu .site-shell {
    width: min(100% - 16px, 1440px);
  }

  .lhu-page-shell {
    gap: 22px;
    margin-bottom: 48px;
  }

  .lhu-hero {
    min-height: auto;
  }

  .lhu-map-frame {
    width: calc(100vw - 16px);
    height: min(78svh, 760px);
    min-height: 560px;
    margin-inline: calc((100% - (100vw - 16px)) / 2);
  }

  .lhu-icon-button {
    width: 68px;
    min-width: 68px;
    height: 68px;
    min-height: 68px;
  }

  .lhu-icon-button svg,
  .lhu-cheer-form .btn.lhu-submit-button svg {
    width: 27px;
    height: 27px;
  }

  .lhu-social-links {
    grid-template-columns: 1fr;
  }

  .lhu-social-card {
    width: min(100%, 420px);
    justify-self: center;
  }

  .lhu-social-card__action {
    width: 60px;
    height: 60px;
  }

  .lhu-social-card__action svg {
    width: 27px;
    height: 27px;
  }

  .lhu-cheer-form .btn.lhu-submit-button {
    min-height: 70px;
  }

  .lhu-cheer,
  .lhu-cheer:nth-child(4n + 1),
  .lhu-cheer:nth-child(4n + 2),
  .lhu-cheer:nth-child(4n + 3),
  .lhu-cheer:nth-child(4n) {
    transform: none;
  }

  .lhu-cheer:hover,
  .lhu-cheer:focus-within {
    transform: none;
  }
}
