    [x-cloak] { display: none !important; }

    html, body {
      overflow-x: hidden;
      max-width: 100%;
    }

    :root {
      --mobile-header-theme: #022b3a;
      --mobile-header-overlay: rgba(2, 6, 23, 0.3);
      --mobile-sticky-theme: #030014;
      --mobile-sticky-overlay: rgba(3, 0, 20, 0.72);
      --mobile-navopen-overlay: rgba(3, 0, 20, 0.9);

      --analysis-shell-bg: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
      --analysis-shell-border: 0.5px solid rgba(255,255,255,0.18);
      --analysis-shell-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 0 30px rgba(200, 200, 200, 0.10), inset 0 1px 0 rgba(255,255,255,0.1);
      --analysis-shell-blur: blur(12px);
      --analysis-accent-rgb: 168, 85, 247;
    }

    .analysis-shell {
      position: relative;
      background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)) !important;
      border: 0.5px solid rgba(255,255,255,0.18);
      box-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 0 30px rgba(200, 200, 200, 0.10), inset 0 1px 0 rgba(255,255,255,0.1);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-radius: 1.5rem;
    }

    .analysis-shell-divider {
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, rgba(var(--analysis-accent-rgb), 0.34) 0%, rgba(var(--analysis-accent-rgb), 0.18) 52%, transparent 100%);
    }

    .section-header-icon {
      color: #22d3ee;
      filter: drop-shadow(0 0 4px rgba(34, 211, 238, 0.3));
    }

    .analysis-section-header {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 1.35rem;
    }

    .analysis-section-header--tight {
      margin-bottom: 1rem;
    }

    .analysis-section-icon {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      color: rgba(var(--analysis-accent-rgb), 0.92);
      background: linear-gradient(180deg, rgba(var(--analysis-accent-rgb), 0.18), rgba(var(--analysis-accent-rgb), 0.06));
      border: 1px solid rgba(var(--analysis-accent-rgb), 0.24);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 22px rgba(var(--analysis-accent-rgb), 0.08);
    }

    .analysis-section-icon svg {
      width: 18px;
      height: 18px;
    }

    .analysis-section-copy {
      min-width: 0;
    }

    .analysis-section-kicker {
      margin: 0 0 0.35rem;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(var(--analysis-accent-rgb), 0.82);
    }

    .analysis-section-title {
      margin: 0;
      font-size: clamp(1rem, 1.5vw, 1.28rem);
      font-weight: 600;
      color: #fff;
      line-height: 1.2;
    }

    .analysis-section-subtitle {
      margin: 0.3rem 0 0;
      color: rgba(255,255,255,0.58);
      font-size: 0.88rem;
      line-height: 1.55;
      max-width: 54rem;
    }

    .custom-shoe-heading {
      flex-wrap: wrap;
      row-gap: 0.35rem;
    }

    .custom-shoe-pro-logo {
      display: inline-flex;
      align-items: center;
      flex: 0 0 auto;
      line-height: 0;
    }

    .custom-shoe-pro-logo img {
      display: block;
      width: clamp(2.85rem, 7vw, 3.6rem);
      height: auto;
      filter:
        drop-shadow(0 4px 10px rgba(0,0,0,0.34))
        drop-shadow(0 0 12px rgba(46,209,244,0.2));
    }

    .stc-section-intro {
      margin-bottom: 1.4rem;
    }

    .stc-section-intro .analysis-shell-divider {
      margin-bottom: 0.8rem;
      background: linear-gradient(90deg, rgba(46, 209, 244, 0.34) 0%, rgba(46, 209, 244, 0.18) 52%, transparent 100%);
    }

    body {
      background-color: #020617;
      --run-accent-rgb: 46, 209, 244;
      --run-accent-solid: #2ED1F4;
      transition: background-color 0.6s ease;
    }

    body::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: env(safe-area-inset-top, 0px);
      background: #020617;
      pointer-events: none;
      z-index: 9998;
    }

    header {
      isolation: isolate;
      overflow: visible;
    }

    header > * {
      position: relative;
      z-index: 1;
    }

    @media (max-width: 640px) {
      #headerCompletionDropdown {
        position: fixed !important;
        top: 70px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        min-width: 90vw !important;
        max-width: 340px !important;
        margin-top: 0 !important;
      }
    }

    @media (min-width: 641px) {
      #headerCompletionWidget {
        position: relative;
      }

      #headerCompletionDropdown {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
      }
    }

    /* -- Category cards grid -- */
    .shoe-category-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
      margin-bottom: 2.5rem;
    }

    @media (max-width: 860px) {
      .shoe-category-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
      }
    }

    .shoe-category-card {
      position: relative;
      display: flex;
      flex-direction: column;
      background: linear-gradient(180deg, rgba(3, 8, 26, 0.96), rgba(2, 6, 23, 0.99));
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 1.25rem;
      padding: 1.75rem 1.5rem 1.5rem;
      cursor: pointer;
      transition: border-color 0.62s ease, box-shadow 0.82s ease, transform 0.34s ease, background 0.82s ease;
      overflow: hidden;
      isolation: isolate;
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .shoe-category-card::before {
      content: '';
      position: absolute;
      left: 10%;
      right: 10%;
      bottom: -10%;
      height: 140px;
      background: radial-gradient(circle at 50% 0%, rgba(var(--cat-rgb, 46, 209, 244), 0.11) 0%, transparent 72%);
      filter: blur(22px);
      opacity: 0.58;
      transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), background 0.9s cubic-bezier(0.22, 1, 0.36, 1);
      pointer-events: none;
      z-index: 0;
    }

    .shoe-category-card::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(180deg, rgba(255,255,255,0.035), transparent 34%);
      pointer-events: none;
      z-index: 0;
    }

    .shoe-category-card > * {
      position: relative;
      z-index: 1;
    }

    .shoe-category-card:hover {
      border-color: rgba(255,255,255,0.14);
      box-shadow: 0 20px 38px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.06), 0 0 0 1px rgba(var(--cat-rgb, 46, 209, 244), 0.06);
      transform: translateY(-2px);
    }

    .shoe-category-card:hover::before {
      opacity: 0.78;
      transform: translateY(6px);
    }

    .shoe-category-card.selected {
      border-color: rgba(var(--cat-rgb, 46, 209, 244), 0.46);
      background: linear-gradient(180deg, rgba(var(--cat-rgb, 46, 209, 244), 0.16), rgba(2, 7, 24, 0.96) 58%, rgba(2, 6, 23, 0.99) 100%);
      box-shadow: 0 0 32px var(--cat-glow, rgba(46, 209, 244, 0.18)), 0 20px 40px rgba(0,0,0,0.34), 0 0 0 1px rgba(var(--cat-rgb, 46, 209, 244), 0.12), inset 0 1px 0 rgba(255,255,255,0.05), inset 0 24px 56px rgba(var(--cat-rgb, 46, 209, 244), 0.1);
    }

    .shoe-category-card.selected::before {
      background: radial-gradient(circle at 50% 0%, rgba(var(--cat-rgb, 46, 209, 244), 0.26) 0%, rgba(var(--cat-rgb, 46, 209, 244), 0.08) 42%, transparent 74%);
      opacity: 1;
      transform: translateY(8px) scale(1.03);
    }

    .shoe-category-card .cat-check {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transform: scale(0.5);
      transition: opacity 0.3s ease, transform 0.3s ease;
      background: linear-gradient(135deg, rgba(var(--cat-rgb, 46, 209, 244), 1), rgba(var(--cat-rgb, 46, 209, 244), 0.72));
      box-shadow: 0 0 14px rgba(var(--cat-rgb, 46, 209, 244), 0.32);
    }

    .shoe-category-card.selected .cat-check {
      opacity: 1;
      transform: scale(1);
    }

    .shoe-category-card .cat-image {
      width: 100%;
      height: 120px;
      object-fit: contain;
      margin-bottom: 1rem;
      transition: transform 0.3s ease;
      filter: drop-shadow(0 14px 18px rgba(0,0,0,0.42));
    }

    .shoe-category-card:hover .cat-image {
      transform: scale(1.04);
    }

    .cat-title {
      font-size: clamp(1rem, 2.5vw, 1.2rem);
      font-weight: 600;
      color: #fff;
      margin-bottom: 0.5rem;
    }

    .cat-desc {
      font-size: clamp(0.78rem, 1.8vw, 0.85rem);
      color: rgba(255,255,255,0.64);
      line-height: 1.55;
      margin-bottom: 0.75rem;
    }

    /* -- Sub-chips -- */
    .cat-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: auto;
    }

    .cat-chip {
      padding: 4px 12px;
      border-radius: 9999px;
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      border: 1px solid rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.72);
      background: rgba(255,255,255,0.03);
      cursor: pointer;
      transition: all 0.25s ease;
    }

    .cat-chip:hover {
      border-color: rgba(255,255,255,0.22);
      color: rgba(255,255,255,0.9);
    }

    .cat-chip.active {
      border-color: rgba(var(--cat-rgb, 46, 209, 244), 0.34);
      color: rgba(var(--cat-rgb, 46, 209, 244), 0.98);
      background: var(--cat-chip-bg, rgba(46, 209, 244, 0.1));
      box-shadow: inset 0 0 14px rgba(var(--cat-rgb, 46, 209, 244), 0.1);
    }

    .cat-chip.is-locked {
      opacity: 0.52;
      cursor: pointer;
    }

    .cat-chip.is-locked:hover {
      border-color: rgba(46, 209, 244, 0.34);
      color: rgba(185, 248, 255, 0.92);
      background: rgba(46, 209, 244, 0.07);
    }

    @media (min-width: 861px) and (max-width: 940px) {
      .shoe-category-card[data-category="race"] .cat-chips {
        gap: 4px;
      }

      .shoe-category-card[data-category="race"] .cat-chip {
        padding-inline: 8px;
        font-size: 0.66rem;
      }
    }

    body.race-pro-modal-open {
      overflow: hidden;
    }

    body.race-pro-modal-open > *:not(.race-pro-modal-backdrop):not(script):not(style):not(link) {
      filter: blur(4px) saturate(0.78) brightness(0.66);
      transition: filter 0.18s ease;
    }

    .race-pro-modal-backdrop {
      position: fixed;
      inset: 0;
      z-index: 2147483647;
      display: grid;
      place-items: center;
      padding: 18px;
      background: rgba(2, 6, 23, 0.76);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .race-pro-modal-card {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      width: min(100%, 590px);
      max-height: min(92vh, 760px);
      overflow-y: auto;
      padding: clamp(1.15rem, 2.6vw, 1.55rem);
      border-radius: 22px;
      color: #fff;
      border: 1px solid rgba(46, 209, 244, 0.5);
      background:
        radial-gradient(circle at 72% 16%, rgba(46, 209, 244, 0.2), transparent 36%),
        linear-gradient(150deg, rgba(46, 209, 244, 0.1), rgba(255,255,255,0.03) 46%, rgba(8, 13, 30, 0.92));
      box-shadow:
        0 26px 72px rgba(0,0,0,0.44),
        0 0 48px rgba(46, 209, 244, 0.16),
        inset 0 1px 0 rgba(255,255,255,0.12);
    }

    .race-pro-modal-card:focus {
      outline: none;
    }

    .race-pro-modal-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 16%, rgba(46, 209, 244, 0.14), transparent 42%);
      opacity: 0.52;
      pointer-events: none;
      z-index: 0;
    }

    .race-pro-modal-card > * {
      position: relative;
      z-index: 1;
    }

    .race-pro-card-head {
      min-height: 4rem;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
      padding-right: 2.55rem;
    }

    .race-pro-logo {
      width: min(12.5rem, 50vw);
      height: auto;
      overflow: visible;
      filter: drop-shadow(0 0 15px rgba(46, 209, 244, 0.18));
    }

    .race-pro-logo img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 1;
    }

    .race-pro-status {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 1.82rem;
      padding: 0.34rem 0.68rem;
      border-radius: 999px;
      color: #b9f8ff;
      background: rgba(2, 19, 26, 0.58);
      border: 1px solid rgba(103, 232, 249, 0.42);
      box-shadow: 0 0 22px rgba(46, 209, 244, 0.18), inset 0 1px 0 rgba(255,255,255,0.16);
      font-size: 0.69rem;
      font-weight: 850;
      line-height: 1;
      white-space: nowrap;
    }

    .race-pro-close {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 3;
      width: 44px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      touch-action: manipulation;
      appearance: none;
      border: 0;
      border-radius: 0;
      background: transparent;
      color: rgba(255,255,255,0.72);
      -webkit-tap-highlight-color: transparent;
      transition: color 0.18s ease, transform 0.18s ease;
    }

    .race-pro-close:hover {
      transform: none;
      color: #fff;
    }

    .race-pro-close:focus,
    .race-pro-close:focus-visible,
    .race-pro-close:active {
      border: 0 !important;
      outline: none !important;
      box-shadow: none !important;
      background: transparent !important;
      color: rgba(255,255,255,0.72) !important;
      transform: none !important;
    }

    .race-pro-title {
      margin: 1.15rem 0 0.55rem 0;
      color: #fff;
      font-size: clamp(1.35rem, 3.6vw, 1.75rem);
      font-weight: 900;
      line-height: 1.12;
      letter-spacing: 0;
    }

    .race-pro-price {
      display: flex;
      align-items: baseline;
      gap: 0.45rem;
      margin-bottom: 0.72rem;
      color: #fff;
      flex-wrap: wrap;
    }

    .race-pro-price strong {
      font-size: clamp(2.05rem, 7vw, 3.05rem);
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0;
    }

    .race-pro-price span {
      color: rgba(255,255,255,0.55);
      font-size: 0.88rem;
      font-weight: 750;
    }

    .race-pro-copy {
      margin: 0;
      color: rgba(255,255,255,0.68);
      font-size: 0.92rem;
      line-height: 1.58;
    }

    .race-pro-benefit-list {
      display: grid;
      gap: 0.62rem;
      margin: 1.15rem 0 0 0;
      padding: 0;
      list-style: none;
    }

    .race-pro-benefit-list li {
      display: grid;
      grid-template-columns: 1.35rem minmax(0, 1fr);
      align-items: start;
      gap: 0.58rem;
      color: rgba(255,255,255,0.79);
      font-size: 0.88rem;
      line-height: 1.45;
    }

    .race-pro-benefit-list svg {
      width: 1.1rem;
      height: 1.1rem;
      margin-top: 0.06rem;
      color: #2ed1f4;
      filter: drop-shadow(0 0 8px rgba(46, 209, 244, 0.22));
    }

    .race-pro-benefit-list strong {
      color: #fff;
      font-weight: 850;
    }

    .race-pro-actions {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
      gap: 0.75rem;
      margin-top: 1.2rem;
    }

    .race-pro-action-button {
      min-height: 4.2rem;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 0.25rem;
      border-radius: 13px;
      padding: 0.82rem 0.95rem;
      text-align: left;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    }

    .race-pro-action-button-primary {
      border: 1px solid rgba(46, 209, 244, 0.52);
      background: linear-gradient(180deg, rgba(51, 255, 255, 0.24), rgba(0, 188, 212, 0.14));
      box-shadow: 0 0 26px rgba(46, 209, 244, 0.18), inset 0 1px 0 rgba(255,255,255,0.18);
    }

    .race-pro-action-button-secondary {
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.045);
    }

    .race-pro-action-button:hover:not(:disabled) {
      transform: translateY(-2px);
      border-color: rgba(46, 209, 244, 0.72);
      box-shadow: 0 0 28px rgba(46, 209, 244, 0.18);
    }

    .race-pro-action-button:disabled {
      cursor: default;
      opacity: 0.62;
    }

    .race-pro-action-title {
      color: #fff;
      font-size: 0.94rem;
      font-weight: 850;
      line-height: 1.25;
    }

    .race-pro-action-subtitle {
      color: rgba(255,255,255,0.62);
      font-size: 0.78rem;
      font-weight: 750;
      line-height: 1.35;
    }

    .race-pro-dismiss {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.28rem 0.42rem;
      width: 100%;
      margin: 0.72rem 0 0;
      padding: 0.42rem 0.5rem;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: rgba(255,255,255,0.58);
      transition: background 0.18s ease, color 0.18s ease;
    }

    .race-pro-dismiss:hover {
      background: rgba(255,255,255,0.055);
      color: rgba(255,255,255,0.86);
    }

    .race-pro-dismiss-title {
      font-size: 0.79rem;
      font-weight: 850;
      line-height: 1.3;
    }

    .race-pro-dismiss-subtitle {
      font-size: 0.77rem;
      font-weight: 700;
      line-height: 1.3;
      color: rgba(255,255,255,0.44);
    }

    .race-pro-vat-note {
      margin: 0.82rem 0 0 0;
      color: rgba(255,255,255,0.48);
      font-size: 0.78rem;
      line-height: 1.45;
    }

    @media (max-width: 640px) {
      .race-pro-modal-backdrop { box-sizing: border-box; place-items: center; overflow: hidden; padding: 1.25rem; }

      .race-pro-modal-card {
        box-sizing: border-box;
        width: min(100%, 36rem);
        min-height: 0;
        max-height: min(42rem, calc(100dvh - 2.5rem));
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        border-radius: 19px;
        padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
      }

      html[data-run-it-native-shell="1"][data-run-it-native-platform="ios"] .race-pro-modal-backdrop {
        inset: 0;
        place-items: center;
        padding: 1.25rem;
      }

      html[data-run-it-native-shell="1"][data-run-it-native-platform="ios"] .race-pro-modal-card {
        max-height: min(42rem, calc(100dvh - 2.5rem));
        overscroll-behavior-y: contain;
        touch-action: pan-y;
      }

      .race-pro-card-head {
        padding-right: 2.4rem;
      }

      .race-pro-logo {
        width: min(10.9rem, 46vw);
        height: auto;
      }

      .race-pro-status {
        padding-inline: 0.58rem;
        font-size: 0.66rem;
      }

      .race-pro-benefit-list li {
        font-size: 0.84rem;
      }

      .race-pro-actions {
        grid-template-columns: 1fr;
      }
    }

    /* -- Bio controls grid (from garmin-profile) -- */
    .bio-date-inputs { display: flex; align-items: center; gap: 8px; width: 100%; }

    .bio-date-shell,
    .bio-select-shell {
      --bio-control-rgb: 46, 209, 244;
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 38px;
      border-radius: 10px;
      background: rgba(10, 16, 30, 0.58);
      color: rgba(255,255,255,0.9);
      box-shadow: inset 0 0 0 1px rgba(var(--bio-control-rgb), 0.12);
      transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
      overflow: hidden;
    }

    .bio-date-shell::before,
    .bio-select-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      background: linear-gradient(90deg, rgba(var(--bio-control-rgb), 0.3) 0%, rgba(var(--bio-control-rgb), 0.14) 100%);
    }

    .bio-date-shell:hover,
    .bio-date-shell:focus-within,
    .bio-select-shell:hover,
    .bio-select-shell:focus-within {
      background: rgba(var(--bio-control-rgb), 0.07);
      box-shadow: inset 0 -5px 12px rgba(var(--bio-control-rgb), 0.22), inset 0 5px 12px rgba(var(--bio-control-rgb), 0.12);
      transform: translateY(-1px);
    }

    .bio-date-shell:hover::before,
    .bio-date-shell:focus-within::before,
    .bio-select-shell:hover::before,
    .bio-select-shell:focus-within::before {
      background: linear-gradient(90deg, rgba(var(--bio-control-rgb), 0.42) 0%, rgba(var(--bio-control-rgb), 0.2) 100%);
    }

    .bio-date-shell {
      flex: 1 1 0;
      min-width: 0;
      width: clamp(136px, 15vw, 168px);
      cursor: pointer;
    }

    .bio-date-display {
      width: 100%;
      padding: 0 38px 0 12px;
      font-size: 0.92rem;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0.01em;
      color: rgba(255,255,255,0.92);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-variant-numeric: tabular-nums;
      pointer-events: none;
    }

    .bio-date-shell.is-empty .bio-date-display {
      color: rgba(255,255,255,0.48);
    }

    .bio-date-icon {
      position: absolute;
      right: 11px;
      top: 50%;
      width: 15px;
      height: 15px;
      transform: translateY(-50%);
      pointer-events: none;
      opacity: 0.88;
    }

    .bio-date-icon::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Crect x='2.2' y='3.3' width='10.6' height='9.1' rx='1.8' stroke='rgba(229,247,255,0.9)' stroke-width='1.2' fill='none'/%3E%3Cpath d='M4.6 1.9v2.6M10.4 1.9v2.6M2.2 6.1h10.6' stroke='rgba(103,232,249,0.92)' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    .bio-date-input {
      position: absolute;
      inset: 0;
      width: 100% !important;
      height: 100%;
      min-width: 0;
      min-height: 100%;
      margin: 0;
      padding: 0;
      border: none;
      opacity: 0;
      background: transparent !important;
      color: transparent;
      outline: none;
      cursor: pointer;
      color-scheme: dark;
    }

    .bio-date-input::-webkit-calendar-picker-indicator {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      opacity: 0;
      cursor: pointer;
    }

    .bio-date-input::-webkit-datetime-edit,
    .bio-date-input::-webkit-datetime-edit-text,
    .bio-date-input::-webkit-datetime-edit-month-field,
    .bio-date-input::-webkit-datetime-edit-day-field,
    .bio-date-input::-webkit-datetime-edit-year-field {
      color: transparent;
    }

    .bio-date-sep {
      font-size: 0.72rem;
      color: rgba(255,255,255,0.38);
      flex-shrink: 0;
    }

    .bio-cg-wrap {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
      gap: 0;
      align-items: flex-start;
      margin: 10px 0 1.5rem;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 10px;
      padding: 14px 18px;
    }

    .bio-cg-col {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding-right: 14px;
      min-width: 0;
    }

    .bio-cg-col--sep {
      margin-right: 14px;
      border-right: 1px solid rgba(255,255,255,0.07);
    }

    .bio-cg-label {
      font-size: 0.55rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: rgba(255,255,255,0.25);
      white-space: nowrap;
      margin-bottom: 1px;
    }

    .bio-cg-runs {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .bio-period-select {
      appearance: none;
      -webkit-appearance: none;
      border: none;
      outline: none;
      background: transparent;
      color: rgba(255,255,255,0.82);
      font-size: 0.82rem;
      font-weight: 600;
      padding: 8px 28px 8px 12px;
      cursor: pointer;
      width: 100%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='rgba(255,255,255,0.5)' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
    }

    .bio-period-select option {
      background: #0c1020;
      color: #fff;
    }

    .bio-shoe-select {
      min-width: max-content;
      user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none;
    }

    .shoe-focus-filters {
      position: relative;
      grid-template-columns: minmax(300px, 1.35fr) minmax(190px, 0.9fr) minmax(252px, 1.08fr) minmax(160px, 0.7fr);
      margin: 10px 0 1.5rem !important;
    }

    .shoe-focus-filters.is-pro-locked {
      margin-top: 16px !important;
      border-color: rgba(46, 209, 244, 0.2);
      background: linear-gradient(135deg, rgba(46, 209, 244, 0.055), rgba(255,255,255,0.022));
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 24px rgba(46, 209, 244, 0.055);
      cursor: pointer;
    }

    .shoe-focus-filters.is-pro-locked .bio-cg-col {
      opacity: 0.88;
    }

    .shoe-focus-filters.is-pro-locked .bio-date-shell,
    .shoe-focus-filters.is-pro-locked .bio-select-shell,
    .shoe-focus-filters.is-pro-locked .shoe-focus-confidence-pill {
      pointer-events: none;
    }

    .shoe-focus-pro-lock-overlay {
      display: none;
      position: absolute;
      inset: 0;
      z-index: 8;
      border: 0;
      border-radius: inherit;
      background: rgba(2, 6, 23, 0.015);
      cursor: pointer;
      color: #fff;
      padding: 0;
      text-align: left;
    }

    .shoe-focus-filters.is-pro-locked .shoe-focus-pro-lock-overlay {
      display: block;
    }

    html[data-shoe-analysis-entitlement-hint="pro"] .shoe-focus-filters.is-pro-locked {
      margin-top: 10px !important;
      cursor: default;
    }

    html[data-shoe-analysis-entitlement-hint="pending"] .shoe-focus-filters.is-pro-locked {
      cursor: default;
    }

    html[data-shoe-analysis-entitlement-hint="pro"] .shoe-focus-filters.is-pro-locked .bio-date-shell,
    html[data-shoe-analysis-entitlement-hint="pro"] .shoe-focus-filters.is-pro-locked .bio-select-shell,
    html[data-shoe-analysis-entitlement-hint="pro"] .shoe-focus-filters.is-pro-locked .shoe-focus-confidence-pill {
      pointer-events: auto;
    }

    html[data-shoe-analysis-entitlement-hint="pro"] .shoe-focus-filters.is-pro-locked .shoe-focus-pro-lock-overlay,
    html[data-shoe-analysis-entitlement-hint="pending"] .shoe-focus-filters.is-pro-locked .shoe-focus-pro-lock-overlay {
      display: none !important;
    }

    .shoe-focus-pro-lock-badge {
      position: absolute;
      top: -13px;
      right: 12px;
      display: inline-flex;
      align-items: center;
      gap: 7px;
      min-height: 27px;
      padding: 4px 10px 4px 8px;
      border-radius: 999px;
      border: 1px solid rgba(46, 209, 244, 0.38);
      background: linear-gradient(180deg, rgba(4, 18, 31, 0.97), rgba(2, 7, 18, 0.97));
      box-shadow: 0 10px 22px rgba(2, 6, 23, 0.36), 0 0 20px rgba(46, 209, 244, 0.16), inset 0 1px 0 rgba(255,255,255,0.08);
      color: #b9f8ff;
      font-size: 0.57rem;
      font-weight: 850;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .shoe-focus-pro-lock-badge img {
      display: block;
      width: 45px;
      height: auto;
      flex: 0 0 auto;
      filter: drop-shadow(0 0 8px rgba(46, 209, 244, 0.18));
    }

    .shoe-focus-pro-lock-badge svg {
      width: 12px;
      height: 12px;
      flex: 0 0 auto;
    }

    .shoe-focus-pro-lock-text {
      display: inline-block;
      transform: translateY(0.5px);
    }

    .shoe-focus-filters .bio-date-shell,
    .shoe-focus-filters .bio-select-shell {
      --bio-control-rgb: 46, 209, 244;
    }

    .shoe-focus-filters .bio-date-shell {
      width: clamp(136px, 15vw, 168px);
      min-height: 38px;
    }

    .shoe-focus-filters .bio-date-display {
      font-size: 0.92rem;
      font-weight: 600;
      letter-spacing: 0.01em;
    }

    .shoe-focus-filters .bio-select-shell {
      min-height: 38px;
    }

    .shoe-focus-filters .bio-period-select {
      font-size: 0.82rem;
      font-weight: 600;
      padding: 8px 28px 8px 12px;
    }

    .shoe-focus-confidence-pills {
      display: flex;
      align-items: center;
      gap: 4px;
      flex-wrap: wrap;
      min-height: 38px;
    }

    .shoe-focus-confidence-pills.is-loading {
      gap: 0.45rem;
    }

    .shoe-focus-confidence-loading {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      min-height: 32px;
      color: rgba(46, 209, 244, 0.86);
      animation: confidenceLoadingIn 0.22s ease both;
    }

    .shoe-focus-confidence-spinner {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1.5px solid rgba(46, 209, 244, 0.2);
      border-top-color: rgba(46, 209, 244, 0.98);
      border-right-color: rgba(46, 209, 244, 0.62);
      box-shadow: 0 0 12px rgba(46, 209, 244, 0.16);
      animation: confidenceSpin 0.82s linear infinite;
      flex-shrink: 0;
    }

    .shoe-focus-confidence-loading-label {
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .shoe-focus-filters .bio-cg-col:last-child {
      padding-left: 0;
      justify-content: center;
    }

    .shoe-focus-filters .bio-cg-runs {
      padding-top: 0;
    }

    .shoe-focus-confidence-pill {
      font-size: 0.58rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      padding: 3px 9px;
      border-radius: 6px;
      cursor: pointer;
      border: 1px solid transparent;
      background: transparent;
      color: rgba(255,255,255,0.28);
      white-space: nowrap;
      transition: all 0.2s ease;
      user-select: none;
    }

    .shoe-focus-confidence-pill:hover:not(.is-active) {
      background: rgba(255,255,255,0.06);
      color: rgba(255,255,255,0.65);
      border-color: rgba(255,255,255,0.12);
    }

    .shoe-focus-confidence-pill.is-active {
      color: #22d3ee;
      background: rgba(34,211,238,0.11);
      border-color: rgba(34,211,238,0.42);
      box-shadow: 0 0 10px rgba(34,211,238,0.16), inset 0 1px 0 rgba(34,211,238,0.14);
    }

    .shoe-focus-confidence-pill.is-active.high-acc {
      color: #22d3ee;
      background: rgba(34,211,238,0.11);
      border-color: rgba(34,211,238,0.42);
      box-shadow: 0 0 10px rgba(34,211,238,0.16), inset 0 1px 0 rgba(34,211,238,0.14);
    }

    .shoe-focus-confidence-pill.is-active.med-acc {
      color: #22d3ee;
      background: rgba(34,211,238,0.11);
      border-color: rgba(34,211,238,0.42);
      box-shadow: 0 0 10px rgba(34,211,238,0.16), inset 0 1px 0 rgba(34,211,238,0.14);
    }

    .shoe-focus-confidence-pill.is-active.low-acc {
      color: #22d3ee;
      background: rgba(34,211,238,0.11);
      border-color: rgba(34,211,238,0.42);
      box-shadow: 0 0 10px rgba(34,211,238,0.16), inset 0 1px 0 rgba(34,211,238,0.14);
    }

    .shoe-focus-confidence-pill:disabled {
      opacity: 0.45;
      cursor: wait;
    }

    .shoe-focus-confidence-pills.is-ready .shoe-focus-confidence-pill {
      animation: confidencePillFadeIn 0.28s ease both;
    }

    .shoe-focus-confidence-pills.is-ready .shoe-focus-confidence-pill:nth-child(2) {
      animation-delay: 0.04s;
    }

    .shoe-focus-confidence-pills.is-ready .shoe-focus-confidence-pill:nth-child(3) {
      animation-delay: 0.08s;
    }

    .shoe-focus-confidence-pills.is-ready .shoe-focus-confidence-pill:nth-child(4) {
      animation-delay: 0.12s;
    }

    /* -- Category LPI display -- */
    .cat-lpi {
      margin-top: 0.75rem;
      padding-top: 0.75rem;
      border-top: 1px solid rgba(255,255,255,0.08);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.3rem;
      min-height: 34px;
    }

    .cat-lpi-row {
      display: flex;
      align-items: baseline;
      gap: 0.4rem;
      flex-wrap: wrap;
    }

    .cat-lpi-label {
      font-size: 0.62rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: rgba(255,255,255,0.46);
    }

    .cat-lpi-transition {
      display: inline-flex;
      align-items: baseline;
      gap: 0.35rem;
      flex-wrap: wrap;
    }

    .cat-lpi-value {
      font-size: 0.96rem;
      font-weight: 700;
      color: rgba(255,255,255,0.96);
    }

    .cat-lpi-arrow {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.34);
    }

    .shoe-category-card.selected .cat-lpi-value {
      color: rgba(255,255,255,1);
    }

    .cat-lpi,
    .bio-cg-runs {
      transition: opacity 0.24s ease, transform 0.24s ease, filter 0.24s ease;
      will-change: opacity, transform, filter;
    }

    .cat-lpi.is-swapping,
    .bio-cg-runs.is-swapping {
      opacity: 0.18;
      transform: translateY(4px);
      filter: blur(1.8px);
    }

    .cat-lpi-loading {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      min-height: 1.15rem;
      color: rgba(255,255,255,0.76);
    }

    .cat-lpi-loading-spinner {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      border: 1.5px solid rgba(46, 209, 244, 0.2);
      border-top-color: rgba(46, 209, 244, 0.95);
      border-right-color: rgba(46, 209, 244, 0.62);
      box-shadow: 0 0 12px rgba(46, 209, 244, 0.18);
      animation: catLpiSpin 0.85s linear infinite;
      flex-shrink: 0;
    }

    .cat-lpi-loading-label {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(46, 209, 244, 0.84);
    }

    .cat-lpi-loading-copy {
      font-size: 0.68rem;
      color: rgba(255,255,255,0.42);
      line-height: 1.4;
    }

    @keyframes catLpiSpin {
      to {
        transform: rotate(360deg);
      }
    }

    @keyframes confidenceSpin {
      to {
        transform: rotate(360deg);
      }
    }

    @keyframes confidenceLoadingIn {
      from {
        opacity: 0;
        transform: translateY(3px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes confidencePillFadeIn {
      from {
        opacity: 0;
        transform: translateY(4px);
        filter: blur(1px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .shoe-focus-confidence-loading,
      .shoe-focus-confidence-pills.is-ready .shoe-focus-confidence-pill {
        animation: none;
      }

      .shoe-focus-confidence-spinner,
      .cat-lpi-loading-spinner {
        animation-duration: 1.6s;
      }
    }

    /* -- Run-type body themes -- */
    body[data-run-type="default"],
    body:not([data-run-type]) {
      background-color: #020617 !important;
      --run-accent-rgb: 46, 209, 244;
      --run-accent-solid: #2ED1F4;
    }
    body[data-run-type="daily"] {
      background-color: #020617 !important;
      --run-accent-rgb: 59, 130, 246;
      --run-accent-solid: #3B82F6;
    }
    body[data-run-type="tempo"] {
      background-color: #020617 !important;
      --run-accent-rgb: 249, 115, 22;
      --run-accent-solid: #F97316;
    }
    body[data-run-type="race"]  {
      background-color: #020617 !important;
      --run-accent-rgb: 239, 68, 68;
      --run-accent-solid: #EF4444;
    }

    /* -- Section heading underlines -- */
    @keyframes lineExpandCentered {
      to { width: 115%; }
    }
    @keyframes lineExpand {
      to { width: 130%; }
    }

    #recommendedShoesSection {
      text-align: left;
      margin-top: 2rem;
      padding-top: 2rem;
      background: var(--analysis-shell-bg) !important;
      border: var(--analysis-shell-border) !important;
      box-shadow: var(--analysis-shell-shadow) !important;
      backdrop-filter: var(--analysis-shell-blur);
      -webkit-backdrop-filter: var(--analysis-shell-blur);
      isolation: isolate;
    }

    #recommendedShoesSection h3.recommended-heading {
      display: inline-flex;
      align-items: center;
      gap: 0.75rem;
    }

    #recommendedShoesSection::before {
      display: none;
    }

    .recommendation-context {
      margin: 0 0 1.35rem;
      text-align: left;
    }

    .recommendation-context-kicker {
      margin: 0 0 0.35rem;
      font-size: 0.67rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.42);
    }

    .recommendation-context-title {
      margin: 0;
      font-size: 1.18rem;
      font-weight: 600;
      color: rgba(255,255,255,0.92);
      line-height: 1.2;
    }

    .recommendation-context--center {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 0 0 1.7rem;
    }

    .recommendation-context--center .rec-animated-bar {
      margin-left: auto;
      margin-right: auto;
    }

    .recommendation-context--good .recommendation-context-kicker {
      color: rgba(110, 255, 223, 0.58);
    }

    .recommendation-context--good .recommendation-context-title {
      color: rgba(237, 255, 251, 0.94);
    }

    .recommendation-context--warn .recommendation-context-kicker {
      color: rgba(255, 205, 132, 0.62);
    }

    .recommendation-context--warn .recommendation-context-title {
      color: rgba(255, 243, 228, 0.94);
    }

    .recommendation-placeholder {
      padding: clamp(1.75rem, 3vw, 2rem) clamp(1.1rem, 4vw, 1.75rem);
      border-radius: 1.25rem;
      border: 1px solid rgba(46, 209, 244, 0.12);
      background: linear-gradient(180deg, rgba(9, 14, 28, 0.84), rgba(5, 9, 18, 0.96));
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
      text-align: center;
      color: rgba(255,255,255,0.58);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.75rem;
      min-height: clamp(240px, 34vw, 300px);
    }

    .recommendation-placeholder-illustration {
      display: block;
      width: min(220px, 72vw);
      max-width: 100%;
      height: auto;
      opacity: 0.92;
      pointer-events: none;
      user-select: none;
    }

    .recommendation-placeholder-title {
      margin: 0;
      font-size: clamp(0.8rem, 0.73rem + 0.28vw, 0.9rem);
      font-weight: 700;
      letter-spacing: 0.08em;
      color: rgba(255,255,255,0.42);
      text-transform: lowercase;
    }

    .recommendation-placeholder-copy {
      margin: 0;
      max-width: min(31rem, 100%);
      font-size: clamp(0.9rem, 0.84rem + 0.18vw, 0.96rem);
      line-height: 1.65;
      color: rgba(255,255,255,0.52);
    }

    @media (max-width: 640px) {
      .recommendation-placeholder {
        gap: 0.65rem;
        min-height: clamp(220px, 72vw, 280px);
      }

      .recommendation-placeholder-illustration {
        width: min(180px, 64vw);
      }

      .recommendation-placeholder-copy {
        max-width: 20rem;
      }
    }

    .rec-animated-bar {
      position: relative;
      height: 2px;
      width: 0;
      margin-top: 0.75rem;
      transition: background 0.5s ease, box-shadow 0.5s ease;
      background: linear-gradient(90deg, transparent 0%, rgba(var(--run-accent-rgb), 1) 15%, rgba(var(--run-accent-rgb), 0.8) 50%, rgba(var(--run-accent-rgb), 1) 85%, transparent 100%);
      box-shadow: 0 0 10px rgba(var(--run-accent-rgb), 0.42);
    }

    .rec-animated-bar.line-animated {
      animation: lineExpandRecommendation 0.9s ease-out forwards;
    }

    @keyframes lineExpandRecommendation {
      to { width: min(240px, 48vw); }
    }

    /* -- Disclaimer -- */
    #disclaimerSection {
      margin-top: 6rem;
      padding-top: 2rem;
    }

    #disclaimerSection ul.disclaimer-list,
    #disclaimerSection ul.disclaimer-list li,
    #disclaimerSection ul.disclaimer-list li span {
      font-size: clamp(0.85rem, 0.7rem + 0.6vw, 1rem) !important;
      line-height: 1.55 !important;
    }

    /* -- Animations -- */
    @keyframes fadeInSection {
      from { opacity: 0; transform: translateY(12px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .fade-in-up {
      animation: fadeInSection 0.6s ease-out forwards;
      opacity: 0;
    }

    .animate-in-hidden {
      opacity: 0;
      transform: translateY(40px);
    }

    .animate-in-visible {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    }

    @keyframes emergeBlur {
      0%   { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
      100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    }

    body::after {
      content: '';
      position: fixed;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%) scale(1);
      width: 720px; height: 720px;
      background: radial-gradient(circle, rgba(128, 92, 255, 0.036) 0%, rgba(46, 209, 244, 0.012) 42%, transparent 72%);
      filter: blur(10px);
      pointer-events: none;
      z-index: 1;
      opacity: 1;
    }

    /* -- Shoe search dropdown -- */
    .shoe-dropdown {
      position: absolute;
      top: 100%; left: 0; right: 0;
      margin-top: 4px;
      background: linear-gradient(135deg, rgba(20,20,30,0.98), rgba(15,15,25,0.98));
      backdrop-filter: blur(16px);
      border: 1px solid rgba(46, 209, 244, 0.3);
      border-radius: 12px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.8), 0 0 0 1px rgba(46, 209, 244, 0.1);
      max-height: 320px;
      overflow-y: auto;
      z-index: 99999;
      display: none;
    }
    .shoe-dropdown.active { display: block; animation: slideDown 0.2s ease; }
    @keyframes slideDown {
      from { opacity: 0; transform: translateY(-8px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .shoe-option {
      padding: 14px 18px; color: white; cursor: pointer;
      border-bottom: 1px solid rgba(255,255,255,0.03);
      transition: all 0.15s ease; position: relative;
    }
    .shoe-option-meta {
      font-size: 11px;
      color: #9aa;
      margin-top: 2px;
    }
    .shoe-option:hover {
      background: linear-gradient(90deg, rgba(46, 209, 244, 0.15), rgba(46, 209, 244, 0.05));
      border-left: 3px solid #2ed1f4; padding-left: 15px;
      box-shadow: inset 0 0 20px rgba(46, 209, 244, 0.1);
    }
    .shoe-option:last-child  { border-bottom: none; border-radius: 0 0 12px 12px; }
    .shoe-option:first-child { border-radius: 12px 12px 0 0; }

    .shoe-dropdown::-webkit-scrollbar { width: 8px; }
    .shoe-dropdown::-webkit-scrollbar-track { background: rgba(0,0,0,0.3); border-radius: 0 12px 12px 0; }
    .shoe-dropdown::-webkit-scrollbar-thumb { background: linear-gradient(180deg, rgba(46,209,244,0.6), rgba(46,209,244,0.3)); border-radius: 4px; }

    .selected-shoes { display: flex; flex-wrap: wrap; gap: 8px; }
    .selected-shoes .shoe-tag {
      display: inline-flex; flex-direction: column; align-items: stretch; gap: 6px;
      padding: 8px 12px; border-radius: 8px;
      background: rgba(46, 209, 244, 0.1); border: 1px solid rgba(46, 209, 244, 0.3);
      color: rgba(255,255,255,0.9); font-size: 0.8rem; font-weight: 500;
      transform-origin: center;
      animation: shoeTagFadeIn 0.24s ease-out both;
      transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    }
    .selected-shoes .shoe-tag.is-removing {
      opacity: 0;
      transform: translateY(-6px) scale(0.97);
      pointer-events: none;
    }
    .selected-shoes .shoe-tag-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      min-width: 0;
    }
    .selected-shoes .shoe-tag-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 13rem;
    }
    .selected-shoes .shoe-tag-divider {
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(46, 209, 244, 0.32), transparent);
    }
    .selected-shoes .shoe-tag-image {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 58px;
      isolation: isolate;
    }
    .selected-shoes .shoe-tag-image img {
      display: block;
      max-width: 120px;
      max-height: 76px;
      object-fit: contain;
    }
    .selected-shoes .shoe-tag button {
      background: none; border: none; color: rgba(255,255,255,0.5);
      cursor: pointer; font-size: 1rem; line-height: 1; padding: 0 2px;
    }
    .selected-shoes .shoe-tag button:hover { color: #ef4444; }

    .shoe-image-shell {
      position: relative;
      isolation: isolate;
    }
    .shoe-image-shell .shoe-cutout-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 28px;
      height: 28px;
      margin: -14px 0 0 -14px;
      border-radius: 9999px;
      border: 2px solid rgba(46, 209, 244, 0.18);
      border-top-color: rgba(46, 209, 244, 0.95);
      box-shadow: 0 0 18px rgba(46, 209, 244, 0.16);
      animation: spin 0.82s linear infinite;
      opacity: 0.95;
      transition: opacity 0.22s ease, transform 0.22s ease;
      z-index: 2;
    }
    .shoe-image-shell[data-image-state="ready"] .shoe-cutout-spinner,
    .shoe-image-shell[data-image-state="failed"] .shoe-cutout-spinner {
      opacity: 0;
      transform: scale(0.72);
      pointer-events: none;
    }
    .shoe-image-shell .shoe-image {
      opacity: 0;
      transform: translateY(5px) scale(0.97);
      filter: blur(2px) saturate(1.05);
      transition: opacity 0.38s ease, transform 0.38s ease, filter 0.38s ease;
    }
    .shoe-image-shell .shoe-image.is-ready {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: none;
    }
    @keyframes shoeTagFadeIn {
      from { opacity: 0; transform: translateY(6px) scale(0.98); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    /* -- Page header -- */
    .page-title {
      display: inline-block;
      position: relative;
      width: fit-content;
      max-width: 100%;
      justify-self: start;
      padding-bottom: 12px;
      margin-bottom: 12px;
      font-size: clamp(1.6rem, 5vw, 2.25rem) !important;
      line-height: 1.15;
    }
    .page-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 130%;
      background: linear-gradient(90deg, #2ed1f4 0%, #2ed1f4 60%, transparent 100%);
      box-shadow: 0 0 8px rgba(46, 209, 244, 0.4);
    }

    #sectionBlur {
      overflow: hidden;
      width: min(54vw, 720px) !important;
      height: min(48vw, 620px) !important;
      top: -40px !important;
      left: -80px !important;
      opacity: 0.9;
      pointer-events: none;
    }

    #sectionBlur img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0;
      filter: blur(22px) saturate(1.05) hue-rotate(var(--section-blur-hue, 0deg));
      transform: translate(-10%, -12%) scale(1.16);
      transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1), transform 1.35s cubic-bezier(0.22, 1, 0.36, 1), filter 1.35s cubic-bezier(0.22, 1, 0.36, 1);
      will-change: opacity, transform, filter;
      mix-blend-mode: screen;
    }

    #sectionBlur img.blur-visible {
      opacity: 0.11;
      transform: translate(-8%, -10%) scale(1.04);
    }

    /* -- Data source toggle (analysis header) -- */
    .analysis-header-row {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      min-height: 92px;
    }
    .analysis-header-copy {
      min-width: 0;
      max-width: 100%;
      flex: 1;
    }
    .analysis-header-meta {
        display: flex;
        align-items: center;
        gap: 1rem;
      flex-wrap: wrap;
        margin-top: 0.25rem;
    }
    .analysis-header-meta > p {
        margin: 0;
      min-width: 0;
    }
    .analysis-header-right {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      z-index: 241;
    }
    .analysis-header-action {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
        flex-shrink: 0;
    }
    .analysis-upload-switcher {
      display: flex;
      align-items: center;
      gap: 0;
      width: auto;
      max-width: 100%;
      flex-wrap: wrap;
      padding: 4px;
      border-radius: 12px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    }
    .analysis-upload-switcher .upload-mode-link {
      flex: 0 0 auto;
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 8px;
      border: 1px solid transparent;
      color: rgba(255,255,255,0.52);
      text-decoration: none;
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
      transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      box-sizing: border-box;
    }
    .analysis-upload-switcher .upload-mode-link:hover,
    .analysis-upload-switcher .upload-mode-link:focus-visible {
      color: rgba(255,255,255,0.82);
      background: rgba(255,255,255,0.04);
      outline: none;
    }
    .analysis-upload-switcher .upload-mode-link.is-active {
      background: linear-gradient(135deg, rgba(46, 209, 244, 0.2), rgba(46, 209, 244, 0.1));
      color: #2ed1f4;
      border-color: rgba(46, 209, 244, 0.3);
      box-shadow: 0 0 12px rgba(46, 209, 244, 0.15);
    }
    .analysis-upload-switcher .upload-mode-link svg {
      width: 15px;
      height: 15px;
      flex-shrink: 0;
    }
    .analysis-upload-switcher .upload-mode-label {
      display: none;
    }
    .profile-toggle-wrap {
        width: clamp(156px, 21vw, 176px);
        max-width: 100%;
    }
    .profile-toggle-wrap .rii-data-toggle { width: 100%; }
    .profile-toggle-wrap .rii-data-toggle-btn .rii-data-toggle-logo-wrap { justify-content: center; }
    .profile-toggle-wrap .rii-data-toggle-logo {
        width: 100%; height: 34px; border: none; border-radius: 9px;
        padding: 0; background: transparent; box-shadow: none; object-fit: contain;
    }
    .profile-toggle-wrap .rii-data-toggle-menu { margin-top: 2px; }
    .profile-toggle-wrap .rii-data-toggle.rii-data-toggle-open .rii-data-toggle-menu {
        background: linear-gradient(180deg, rgba(6,10,18,0.97), rgba(2,4,10,0.98));
        border-color: rgba(46, 209, 244, 0.22);
        box-shadow: 0 18px 48px rgba(0,0,0,0.5), 0 0 0 1px rgba(46, 209, 244, 0.06), inset 0 1px 0 rgba(255,255,255,0.04);
        backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }
    .profile-toggle-wrap .rii-data-toggle.rii-data-toggle-open .rii-data-toggle-item {
      background: rgba(255,255,255,0.03);
      border-color: rgba(255,255,255,0.06);
      position: relative;
    }
    .profile-toggle-wrap .rii-data-toggle.rii-data-toggle-open .rii-data-toggle-item:hover {
      background: rgba(46, 209, 244, 0.06);
      border-color: rgba(46, 209, 244, 0.18);
    }
    .profile-toggle-wrap .rii-data-toggle.rii-data-toggle-open .rii-data-toggle-item.is-active {
      background: rgba(46, 209, 244, 0.05);
      border-color: rgba(46, 209, 244, 0.32);
        box-shadow: 0 0 12px rgba(46, 209, 244, 0.08), inset 0 0 12px rgba(46, 209, 244, 0.04);
    }
    .profile-toggle-wrap .rii-data-toggle-item .rii-data-toggle-logo[src*="Garmin"] {
        border-radius: 6px; background: #000; padding: 4px 10px; box-shadow: 0 0 8px rgba(0,0,0,0.6);
    }
    .profile-toggle-wrap .rii-data-toggle-item {
        justify-content: center; min-height: 46px; padding: 5px 10px;
    }
    .profile-toggle-wrap .rii-data-toggle-chevron { width: 14px; height: 14px; color: rgba(255,255,255,0.78); }
    .profile-toggle-wrap .rii-data-toggle-item .rii-data-toggle-logo[src*="stryd-logo"] {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      height: 34px;
      padding: 4px 11px;
      border-radius: 6px;
      background: #000;
        box-shadow: 0 0 8px rgba(0,0,0,0.6); display: block;
    }
    .profile-toggle-wrap #profileViewToggleLogo[src*="stryd-logo"] {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      height: 34px;
      padding: 4px 11px;
      border-radius: 6px;
      background: #000;
        box-shadow: 0 0 8px rgba(0,0,0,0.6); display: block;
    }

    /* -- Shoe loading spinner -- */
    .shoe-loading-spinner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 3rem 1rem;
    }
    .shoe-loading-spinner .spinner {
      width: 48px; height: 48px;
      border: 3px solid rgba(46, 209, 244, 0.2);
      border-top-color: #2ed1f4;
      border-radius: 50%;
      animation: spin 0.8s linear infinite;
      margin-bottom: 1rem;
    }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* -- Mobile header fix -- */
    @media (max-width: 1023px) {
      header {
        background: var(--mobile-header-overlay) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        padding-top: calc(env(safe-area-inset-top, 0px) + 0.5rem) !important;
        padding-bottom: 0.75rem !important;
      }
      header[data-sticky="true"],
      header[data-nav-open="true"] {
        background: var(--mobile-sticky-overlay) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        padding-bottom: 0 !important;
      }
    }

    header[data-nav-open="true"] {
      background: var(--mobile-navopen-overlay) !important;
      backdrop-filter: blur(10px) !important;
      box-shadow: 0 6px 18px rgba(0,0,0,0.35) !important;
    }

    /* -- Mobile responsive -- */
    @media (max-width: 640px) {
      html[data-run-it-native-shell="1"] body { padding-top: 0 !important; }
      html[data-run-it-native-shell="1"] body > main,
      html[data-run-it-native-shell="1"] main.pt-35 {
        padding-top: calc(env(safe-area-inset-top, 0px) + 7.15rem) !important;
      }
      body { padding-top: 0.75rem; }

      .page-header {
        padding-top: 0 !important;
        margin-bottom: 1.12rem !important;
      }
      .analysis-header-row.app-page-header {
        display: flex !important;
        flex-wrap: wrap;
        align-items: flex-start !important;
      }
      .analysis-header-right {
        width: auto;
        margin-left: auto;
        align-self: flex-start;
      }
      .analysis-header-action {
        align-items: flex-end;
        width: auto;
      }
      .analysis-upload-switcher {
        display: flex;
      }
      .page-title {
        max-width: 100%;
        margin: 0;
        padding-bottom: 0.66rem !important;
        font-size: clamp(1.72rem, 7.2vw, 1.98rem) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.045em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .page-title::after {
        width: 100% !important;
        max-width: none !important;
      }
      .analysis-header-meta p {
        margin-top: 0.48rem !important;
        max-width: 17.5rem;
        font-size: 0.88rem !important;
        line-height: 1.42 !important;
        letter-spacing: -0.01em;
        color: rgba(255,255,255,0.58) !important;
      }
      .shoe-focus-shell {
        padding: 1.2rem 1rem 1.15rem !important;
      }
      .analysis-section-subtitle--hide-mobile {
        display: none !important;
      }
      .profile-toggle-wrap {
        width: 108px;
      }
      .profile-toggle-wrap .rii-data-toggle-btn {
        min-height: 32px;
        border-radius: 9px;
        padding: 4px 7px 4px 5px;
      }
      .profile-toggle-wrap .rii-data-toggle-logo {
        height: 24px;
      }
      .profile-toggle-wrap #profileViewToggleLogo[src*="stryd-logo"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 24px;
        padding: 3px 8px;
      }
      .profile-toggle-wrap .rii-data-toggle-chevron {
        width: 12px;
        height: 12px;
        padding: 2px;
        border-radius: 999px;
        color: rgba(255,255,255,0.92);
      }
      .profile-toggle-wrap .rii-data-toggle-item {
        min-height: 38px;
        padding: 4px 8px;
      }
      .profile-toggle-wrap .rii-data-toggle-item .rii-data-toggle-logo[src*="stryd-logo"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 24px;
        padding: 3px 8px;
      }
      .analysis-shell {
        width: calc(100% + 1rem) !important;
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
        border-radius: 22px !important;
        padding-left: 0.95rem !important;
        padding-right: 0.95rem !important;
        overflow: hidden !important;
      }
      #recommendedShoesSection.analysis-shell {
        overflow: visible !important;
      }

      .bio-cg-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 10px 0;
      }

      .shoe-focus-filters {
        grid-template-columns: 1fr 1fr !important;
        gap: 6px 10px !important;
        padding: 6px 8px !important;
      }

      .shoe-focus-confidence-pills {
        flex-wrap: wrap;
      }

      .shoe-focus-filters .bio-cg-col,
      .shoe-focus-filters .bio-cg-col--sep {
        width: 100%;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 0 6px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.07) !important;
      }

      .shoe-focus-filters .bio-cg-col:first-child {
        grid-column: 1 / -1 !important;
      }

      .shoe-focus-filters .bio-cg-col:last-child {
        grid-column: 1 / -1 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .shoe-focus-filters .bio-date-shell,
      .shoe-focus-filters .bio-select-shell {
        width: 100% !important;
        min-height: 34px !important;
      }

      .shoe-focus-filters .bio-date-display,
      .shoe-focus-filters .bio-period-select {
        font-size: 12px !important;
      }

      .recommended-shoes-heading {
        font-size: 1.35rem !important;
        line-height: 1.25 !important;
        margin-bottom: 0.75rem !important;
        text-align: left;
      }

      .good-options-section > h3,
      .good-options-section > p {
        text-align: center !important;
      }

      .shoe-tier-sidebar {
        padding: 1.5rem !important;
        text-align: center !important;
      }

      #shoeList .wow.fadeInUp {
        width: 100% !important;
        max-width: 100% !important;
      }

      section ul.disclaimer-list li {
        margin-bottom: 1rem !important;
      }

      .analysis-header-row.app-page-header {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center;
        min-height: 0;
        gap: 12px;
      }
      .analysis-header-row.app-page-header .analysis-header-copy {
        flex: 1 1 100%;
        min-width: 0;
        max-width: 100%;
      }
      .analysis-header-row.app-page-header .analysis-header-right {
        width: 100%;
        margin-left: 0 !important;
        justify-content: flex-end !important;
        flex-shrink: 0;
      }
      .analysis-header-meta { column-gap: 0.5rem; }
      .analysis-header-action { margin-top: 0; }
      html[data-run-it-native-shell="1"] .analysis-header-row.app-page-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start !important;
        gap: 0.48rem 0.75rem;
      }
      html[data-run-it-native-shell="1"] .analysis-header-row.app-page-header .analysis-header-copy {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        flex: 1 1 auto;
        max-width: 100%;
      }
      html[data-run-it-native-shell="1"] .analysis-header-row.app-page-header .analysis-header-right {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        width: auto;
        margin-left: 0 !important;
        justify-content: flex-end !important;
        align-self: start;
      }
      html[data-run-it-native-shell="1"] .analysis-header-row.app-page-header .analysis-header-action {
        width: auto;
      }
      html:not([data-run-it-native-shell="1"]) .analysis-header-row.app-page-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start !important;
        gap: 0.48rem 0.75rem;
      }
      html:not([data-run-it-native-shell="1"]) .analysis-header-row.app-page-header .analysis-header-copy {
        flex: 1 1 auto;
      }
      html:not([data-run-it-native-shell="1"]) .analysis-header-row.app-page-header .analysis-header-right {
        width: auto;
        margin-left: 0 !important;
        justify-content: flex-end !important;
        align-self: start;
      }
      html:not([data-run-it-native-shell="1"]) .analysis-header-row.app-page-header .analysis-header-action {
        width: auto;
      }
      .profile-toggle-wrap { width: 116px; }
      .profile-toggle-wrap .rii-data-toggle-btn { min-height: 34px; border-radius: 9px; padding: 4px 8px 4px 6px; }
      .profile-toggle-wrap .rii-data-toggle-logo { height: 26px; }
      .profile-toggle-wrap #profileViewToggleLogo[src*="stryd-logo"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 26px;
        padding: 3px 9px;
      }
      .profile-toggle-wrap .rii-data-toggle-chevron { width: 12px; height: 12px; }
      .profile-toggle-wrap .rii-data-toggle-item { min-height: 38px; padding: 4px 8px; }
      .profile-toggle-wrap .rii-data-toggle-item .rii-data-toggle-logo[src*="stryd-logo"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: 26px;
        padding: 3px 9px;
      }

      .analysis-section-subtitle {
        font-size: 0.82rem;
      }

      #sectionBlur {
        width: 280px !important;
        height: 280px !important;
      }

      #sectionBlur img {
        opacity: 0.1;
      }

    }

    @media (max-width: 1180px) {
      .shoe-focus-filters {
        grid-template-columns: 1fr 1fr;
        gap: 6px 10px;
        padding: 6px 8px;
      }

      .shoe-focus-confidence-pills {
        flex-wrap: wrap;
      }

      .shoe-focus-filters .bio-cg-col,
      .shoe-focus-filters .bio-cg-col--sep {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0 0 6px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.07);
      }

      .shoe-focus-filters .bio-cg-col:first-child {
        grid-column: 1 / -1;
      }

      .shoe-focus-filters .bio-cg-col:last-child {
        grid-column: 1 / -1;
        padding-bottom: 0;
        border-bottom: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
    }

    .report-footer { background: transparent !important; }

    /* -- Shoe card glow parity (match report card feel) -- */
    #shoeList .metric-card .metric-card-blur {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: hidden;
      border-radius: inherit;
      pointer-events: none;
      z-index: 0;
    }
    #shoeList .metric-card .metric-card-blur img {
      width: 100%;
      max-width: none;
      height: 180%;
      opacity: 0.55;
      object-fit: cover;
      object-position: center bottom;
      pointer-events: none;
      display: block;
      filter: blur(32px) saturate(1.45) brightness(1.07);
      transform: translateY(22%) scale(1.22);
      mix-blend-mode: normal !important;
      transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #shoeList .shoe-card-link,
    #shoeList .metric-card[data-tier],
    #shoeList .metric-card[data-shoe-id] {
      isolation: isolate;
      -webkit-backdrop-filter: none !important;
      backdrop-filter: none !important;
      background-clip: padding-box;
      transition: box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    #shoeList .metric-card .metric-card-blur {
      contain: paint;
      clip-path: inset(0 round 0.5rem);
    }

    #shoeList .shoe-card-link .metric-card-blur img,
    #shoeList .metric-card[data-tier] .metric-card-blur img,
    #shoeList .metric-card[data-shoe-id] .metric-card-blur img {
      transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    #shoeList .shoe-card-link[data-tier="great"]:hover,
    #shoeList .metric-card[data-tier="great"]:hover {
      border-color: rgba(139, 92, 246, 0.62) !important;
    }

    #shoeList .shoe-card-link[data-tier="good"]:hover,
    #shoeList .metric-card[data-tier="good"]:hover {
      border-color: rgba(1, 195, 168, 0.62) !important;
    }

    #shoeList .shoe-card-link:hover,
    #shoeList .metric-card[data-tier]:hover,
    #shoeList .metric-card[data-shoe-id]:hover {
      box-shadow: 0 0 24px rgba(var(--card-glow-rgb, 139, 92, 246), 0.2), inset 0 1px 0 rgba(255,255,255,0.05) !important;
    }

    #shoeList .shoe-card-link:hover .metric-card-blur img,
    #shoeList .metric-card[data-tier]:hover .metric-card-blur img,
    #shoeList .metric-card[data-shoe-id]:hover .metric-card-blur img {
      opacity: 0.66 !important;
      filter: blur(34px) saturate(1.28) brightness(1.03) !important;
      transform: translateY(24%) scale(1.16) !important;
    }

    .shoe-purchased-badge {
      display: inline-block;
      background: linear-gradient(135deg, rgba(1, 195, 168, 0.2), rgba(1, 195, 168, 0.1));
      border: 1px solid rgba(1, 195, 168, 0.4);
      color: rgba(1, 195, 168, 0.95);
      font-size: 0.6rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding: 3px 10px;
      border-radius: 9999px;
      margin-bottom: 4px;
    }

    @media (prefers-reduced-motion: reduce) {
      .fade-in-up,
      .fade-section,
      .animate-in-hidden,
      .animate-in-visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
      }
    }

    /* Hero shoe card responsive */
    .recommendation-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.45rem;
      min-height: 30px;
      padding: 0.4rem 0.9rem;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.14);
      background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(8, 13, 27, 0.9));
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 10px 20px rgba(2, 6, 23, 0.2);
      color: rgba(248, 250, 252, 0.92);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .recommendation-pill__dot {
      width: 0.42rem;
      height: 0.42rem;
      border-radius: 999px;
      flex-shrink: 0;
      background: rgba(var(--rec-badge-rgb, 46, 209, 244), 0.96);
      box-shadow: 0 0 10px rgba(var(--rec-badge-rgb, 46, 209, 244), 0.35);
    }

    .recommendation-pill--tier {
      --rec-badge-rgb: 167, 139, 250;
      gap: 0;
      padding: 0.38rem 0.88rem;
      border-color: rgba(var(--rec-badge-rgb), 0.42);
      background: linear-gradient(135deg, rgba(var(--rec-badge-rgb), 0.96), rgba(139, 92, 246, 0.82));
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 8px 22px rgba(var(--rec-badge-rgb), 0.24), 0 0 16px rgba(var(--rec-badge-rgb), 0.14);
      color: rgba(255,255,255,0.98);
    }

    .recommendation-pill--tier .recommendation-pill__dot {
      display: none;
    }

    .recommendation-badge-stack {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2px;
      padding: 0.38rem 0.68rem;
      border-radius: 0.78rem;
      border: 1px solid rgba(var(--badge-rgb, 46, 209, 244), 0.34);
      background: linear-gradient(180deg, rgba(var(--badge-rgb, 46, 209, 244), 0.14), rgba(8, 13, 27, 0.92));
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 14px rgba(var(--badge-rgb, 46, 209, 244), 0.18);
      text-align: center;
    }

    .recommendation-badge-stack__eyebrow {
      font-size: 0.46rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: rgba(var(--badge-rgb, 46, 209, 244), 0.78);
      line-height: 1;
    }

    .recommendation-badge-stack__value {
      font-size: 0.78rem;
      font-weight: 700;
      color: rgba(236, 254, 255, 0.96);
      line-height: 1.08;
    }

    .hero-lpi-scale {
      width: 100%;
      max-width: 420px;
      margin: 0 auto 1.25rem;
      text-align: center;
    }

    .hero-lpi-indicator {
      position: relative;
      width: 100%;
      min-height: 38px;
      margin-bottom: 10px;
    }

    .hero-lpi-indicator-copy {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      max-width: 100%;
      padding: 0;
      border: none;
      background: transparent;
      box-shadow: none;
      color: rgba(226, 248, 255, 0.88);
      font-size: 0.7rem;
      font-weight: 700;
      white-space: nowrap;
      text-shadow: none;
    }

    .hero-lpi-indicator-pointer {
      position: absolute;
      bottom: -1px;
      transform: translateX(-50%);
      font-size: 0.9rem;
      line-height: 1;
      color: rgba(142, 216, 245, 0.92);
      text-shadow: 0 0 4px rgba(46, 209, 244, 0.16);
    }

    .hero-lpi-legend {
      display: flex;
      gap: 12px;
      margin-top: 6px;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }

    .hero-lpi-legend-item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px;
    }

    .hero-copy-body,
    .hero-copy-note {
      line-height: 1.6;
      margin: 0;
    }

    .hero-copy-body {
      color: rgba(255,255,255,0.82);
      font-size: 0.8rem;
    }

    .hero-copy-note {
      color: rgba(255,255,255,0.58);
      margin-top: 0.75rem;
      font-size: 0.75rem;
    }

    .hero-copy-link {
      color: #c4b5fd;
      text-decoration: underline;
      text-underline-offset: 2px;
      white-space: nowrap;
    }

    .shoe-card-action {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

    .shoe-card-action-label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: calc(100% - 28px);
      max-width: 176px;
      min-height: 34px;
      margin: 0 auto;
      padding: 0 14px;
      appearance: none;
      -webkit-appearance: none;
      border-radius: 999px;
      font-family: inherit;
      font-size: 0.64rem;
      font-weight: 650;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.085em;
      background:
        linear-gradient(180deg, rgba(var(--card-glow-rgb, 46, 209, 244), 0.16), rgba(8, 13, 27, 0.76));
      border: 1px solid rgba(var(--card-glow-rgb, 46, 209, 244), 0.32);
      color: rgba(248,250,252,0.88);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 0 10px rgba(var(--card-glow-rgb, 46, 209, 244), 0.12);
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .shoe-card-action-label:hover,
    .shoe-card-action-label:focus-visible {
      background:
        linear-gradient(180deg, rgba(var(--card-glow-rgb, 46, 209, 244), 0.22), rgba(13, 19, 36, 0.84));
      border-color: rgba(var(--card-glow-rgb, 46, 209, 244), 0.5);
      color: rgba(255,255,255,0.96);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.07),
        0 0 14px rgba(var(--card-glow-rgb, 46, 209, 244), 0.18);
    }

    .shoe-card-action-label:focus-visible {
      outline: 2px solid rgba(var(--card-glow-rgb, 46, 209, 244), 0.5);
      outline-offset: 3px;
    }

    @media (max-width: 640px) {
      .hero-recommendation-unit {
        flex-direction: column !important;
        align-items: center !important;
      }
      .hero-shoe-wrapper {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
      }
      .hero-shoe-wrapper > div {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
      }
      .hero-shoe-card {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
      .hero-justification {
        width: calc(100% + 1rem) !important;
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important;
        padding: 1.5rem 1.25rem !important;
        border-radius: 0.85rem !important;
      }
      .hero-justification-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.75rem !important;
        min-height: 0 !important;
        margin-bottom: 1.25rem !important;
      }
      .hero-justification-title {
        width: 100%;
        font-size: 0.78rem !important;
      }
      .lpi-scale-container {
        max-width: 100% !important;
        margin-bottom: 1.5rem !important;
        padding: 0 0.25rem !important;
      }
      .recommendation-pill,
      .hero-lpi-indicator-copy {
        font-size: 0.64rem !important;
      }
      .recommendation-badge-stack {
        padding: 0.34rem 0.56rem !important;
      }
      .recommendation-badge-stack__eyebrow {
        font-size: 0.42rem !important;
      }
      .recommendation-badge-stack__value {
        font-size: 0.72rem !important;
      }
      .hero-lpi-indicator {
        min-height: 38px !important;
      }
      .hero-lpi-indicator-copy {
        max-width: calc(100% - 0.5rem) !important;
      }
      .hero-copy-body {
        font-size: 0.78rem !important;
      }
      .hero-copy-note {
        font-size: 0.72rem !important;
      }
    }

    /* Shoe cards container responsive */
    .shoe-cards-container {
      overflow: visible;
    }
    @media (max-width: 640px) {
      .shoe-cards-container {
        flex-direction: column !important;
        align-items: stretch !important;
      }
      .shoe-cards-container .recommendation-stagger-child {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
      }
      .shoe-cards-container .metric-card,
      .shoe-cards-container .shoe-card-link {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
      }
      .shoe-cards-container.shoe-cards-container--center-mobile {
        align-items: stretch !important;
      }
      .shoe-cards-container.shoe-cards-container--center-mobile .metric-card,
      .shoe-cards-container.shoe-cards-container--center-mobile .shoe-card-link {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
      .other-great-matches-heading {
        text-align: center !important;
      }
    }

    .metric-info-tooltip:hover .info-tooltip-content {
      opacity: 1 !important;
      visibility: visible !important;
    }

    /* --- Analysis Mobile Filter Toggle --- */
    .analysis-mobile-filter-stack {
      display: none;
    }
    .analysis-mobile-filter-stack .bio-mobile-control-row {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 11px 12px;
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
      box-shadow: 0 10px 24px rgba(2, 6, 23, 0.24), inset 0 1px 0 rgba(255,255,255,0.06);
      color: #f8fafc;
      text-align: left;
      cursor: pointer;
      transition: border-color 0.22s ease, background 0.22s ease;
    }
    .analysis-mobile-filter-stack .bio-mobile-control-row:hover,
    .analysis-mobile-filter-stack .bio-mobile-control-row:focus-visible {
      border-color: rgba(148,163,184,0.3);
      background: linear-gradient(135deg, rgba(255,255,255,0.065), rgba(255,255,255,0.028));
      outline: none;
    }
    .analysis-mobile-filter-stack .bio-mobile-control-row.is-open {
      border-color: rgba(46,209,244,0.34);
      box-shadow: 0 16px 34px rgba(8, 47, 73, 0.26), inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked {
      border-color: rgba(46,209,244,0.32);
      background: linear-gradient(135deg, rgba(46,209,244,0.08), rgba(255,255,255,0.026));
      box-shadow: 0 14px 28px rgba(8, 47, 73, 0.2), inset 0 1px 0 rgba(255,255,255,0.08);
    }
    .analysis-mobile-filter-stack .bio-mobile-control-chip {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 62px;
      padding: 0.38rem 0.62rem;
      border-radius: 999px;
      border: 1px solid rgba(148,163,184,0.22);
      background: rgba(15, 23, 42, 0.52);
      color: rgba(255,255,255,0.82);
      font-size: 0.64rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      line-height: 1;
    }
    .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip {
      border-color: rgba(46,209,244,0.36);
      background: rgba(46,209,244,0.12);
      color: #b9f8ff;
      box-shadow: 0 0 18px rgba(46,209,244,0.12);
    }
    html[data-shoe-analysis-entitlement-hint="pro"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked {
      border-color: rgba(148,163,184,0.18);
      background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.022));
      box-shadow: none;
    }
    html[data-shoe-analysis-entitlement-hint="pending"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked {
      border-color: rgba(148,163,184,0.18);
      background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.022));
      box-shadow: none;
    }
    html[data-shoe-analysis-entitlement-hint="pro"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip {
      border-color: rgba(148,163,184,0.22);
      background: rgba(15, 23, 42, 0.52);
      color: rgba(255,255,255,0.82);
      box-shadow: none;
    }
    html[data-shoe-analysis-entitlement-hint="pending"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip {
      border-color: rgba(148,163,184,0.22);
      background: rgba(15, 23, 42, 0.52);
      color: rgba(255,255,255,0.82);
      box-shadow: none;
    }
    html[data-shoe-analysis-entitlement-hint="pro"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip img,
    html[data-shoe-analysis-entitlement-hint="pro"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip span,
    html[data-shoe-analysis-entitlement-hint="pending"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip img,
    html[data-shoe-analysis-entitlement-hint="pending"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip span {
      display: none;
    }
    html[data-shoe-analysis-entitlement-hint="pro"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip::before,
    html[data-shoe-analysis-entitlement-hint="pending"] .analysis-mobile-filter-stack .bio-mobile-control-row.is-pro-locked .bio-mobile-control-chip::before {
      content: 'Filter';
    }
    .analysis-mobile-filter-stack .bio-mobile-control-chip img {
      display: block;
      width: 42px;
      height: auto;
      flex: 0 0 auto;
      filter: drop-shadow(0 0 8px rgba(46,209,244,0.18));
    }
    .analysis-mobile-filter-stack .bio-mobile-control-chip--pro {
      gap: 6px;
      min-width: 92px;
      padding-inline: 0.5rem 0.62rem;
      letter-spacing: 0.06em;
    }
    .analysis-mobile-filter-stack .bio-mobile-control-chip--pro span {
      transform: translateY(0.5px);
    }
    .analysis-mobile-filter-stack .bio-mobile-control-summary {
      flex: 1 1 auto;
      min-width: 0;
      font-size: 0.74rem;
      line-height: 1.35;
      color: rgba(226,232,240,0.74);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .analysis-mobile-filter-stack .bio-mobile-control-row.is-open .bio-mobile-control-summary {
      color: rgba(248,250,252,0.9);
    }
    .analysis-mobile-filter-stack .bio-mobile-control-chevron {
      flex: 0 0 auto;
      width: 10px;
      height: 10px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      color: rgba(226,232,240,0.62);
      transform: rotate(45deg);
      transition: transform 0.22s ease, color 0.22s ease;
    }
    .analysis-mobile-filter-stack .bio-mobile-control-row.is-open .bio-mobile-control-chevron {
      transform: rotate(225deg);
      color: rgba(248,250,252,0.88);
    }
    @media (max-width: 760px) {
      .analysis-mobile-filter-stack {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
        margin: 0 0 10px !important;
      }
      .shoe-focus-filters.bio-cg-wrap {
        display: none !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin-top: 0 !important;
        padding: 12px !important;
        border-radius: 16px !important;
      }
      .shoe-focus-filters.bio-cg-wrap.bio-mobile-panel-open {
        display: grid !important;
      }
      .shoe-focus-filters.bio-cg-wrap.is-pro-locked.bio-mobile-panel-open {
        display: none !important;
      }
      .shoe-focus-filters .bio-cg-col,
      .shoe-focus-filters .bio-cg-col--sep {
        width: 100%;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 0 6px 0 !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.07) !important;
      }
      .shoe-focus-filters .bio-cg-col:last-child {
        padding-bottom: 0 !important;
        border-bottom: none !important;
      }
      .shoe-focus-filters .bio-date-shell,
      .shoe-focus-filters .bio-select-shell {
        width: 100% !important;
        min-width: 0 !important;
      }
    }

    @media (min-width: 641px) {
      body .analysis-header-row:has(#sourceSwitcher),
      body .analysis-header-row:has(#profileViewToggle) {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
        min-height: 92px !important;
      }

      body .analysis-header-row:has(#sourceSwitcher) .analysis-header-copy,
      body .analysis-header-row:has(#profileViewToggle) .analysis-header-copy,
      body .analysis-header-row:has(#sourceSwitcher):has(.analysis-upload-switcher) .analysis-header-copy,
      body .analysis-header-row:has(#profileViewToggle):has(.analysis-upload-switcher) .analysis-header-copy {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
      }

      body .analysis-header-row:has(#sourceSwitcher) .analysis-header-right,
      body .analysis-header-row:has(#profileViewToggle) .analysis-header-right {
        width: auto !important;
        margin-left: auto !important;
        align-self: center !important;
      }

      body .analysis-header-row:has(#sourceSwitcher) .analysis-header-action,
      body .analysis-header-row:has(#profileViewToggle) .analysis-header-action {
        position: static !important;
        top: auto !important;
        right: auto !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        justify-content: flex-start !important;
        gap: 8px !important;
      }
    }
