    :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);
    }

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



    h1, h2 {
      position: relative;
      padding-bottom: 12px;
      display: inline-block;
    }

    h1::after, h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background: linear-gradient(90deg, #2ed1f4 0%, #2ed1f4 60%, transparent 100%);
      animation: none;
      width: 130%;
      box-shadow: 0 0 8px rgba(46, 209, 244, 0.4);
    }

    .dashboard-shell .dash-page-intro h1::after {
      transform: scaleX(0);
      transform-origin: left center;
    }

    .dashboard-shell.is-ready .dash-page-intro h1::after {
      animation: dashWelcomeLineIn 450ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
    }

    @keyframes dashWelcomeLineIn {
      from { transform: scaleX(0); opacity: 0; }
      to { transform: scaleX(1); opacity: 1; }
    }


    .metric-card h1::after, .metric-card h2::after, .metric-card h3::after,
    [class*="card"] h3::after, [class*="card"] h4::after, [class*="card"] h5::after, [class*="card"] h6::after,
    .rounded-lg h3::after, .rounded-lg h4::after, .rounded-lg h5::after, .rounded-lg h6::after {
      display: none;
    }

    .dashboard-shell h2,
    .dashboard-shell h3 {
      animation: none !important;
      opacity: 1 !important;
      transform: none !important;
    }


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

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;
    }


    button,
    [type="button"],
    [type="submit"],
    .btn,
    [role="button"],
    input[type="checkbox"],
    input[type="radio"],
    select {
      cursor: pointer;
    }


    body {
      min-height: 100vh;
    }

    main {
      min-height: calc(100vh + 200px);
    }


    .spinner-loader {
      width: 48px;
      height: 48px;
      border: 4px solid rgba(46, 209, 244, 0.2);
      border-top-color: #2ed1f4;
      border-radius: 50%;
      animation: spinner-rotate 1s linear infinite;
    }

    @keyframes spinner-rotate {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .loading-text {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.875rem;
    }


      @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;
        }
      }

      .data-accuracy-tooltip {
        position: fixed;
        z-index: 2147483646;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s;
        will-change: transform, opacity;
        white-space: nowrap;
      }

      .data-accuracy-tooltip.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .data-accuracy-tooltip .tooltip-inner {
        background: linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(31, 41, 55, 0.98));
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-radius: 12px;
        padding: 10px 16px;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.18s ease-out, transform 0.18s ease-out;
      }

      .data-accuracy-tooltip .confidence-text {
        color: rgba(255,255,255,0.6);
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
      }

      .data-accuracy-tooltip .divider {
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.1);
        margin: 2px 0;
      }

      .data-accuracy-tooltip .row2 {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .data-accuracy-tooltip .metric {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 11px;
        font-weight: 700;
      }

      .data-accuracy-tooltip .metric-icon {
        width: 16px;
        height: 16px;
      }

      .data-accuracy-tooltip .arrow {
        position: absolute;
        width: 12px;
        height: 12px;
        left: 50%;
        background: linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(31, 41, 55, 0.98));
        border-radius: 2px;
      }

      .data-accuracy-tooltip.loading .tooltip-inner {
        opacity: 0.85;
      }

      .data-accuracy-tooltip .tooltip-inner.loading-content {
        opacity: 0;
        transform: translateY(4px);
      }

      .data-accuracy-tooltip .tooltip-inner.loaded-content {
        opacity: 1;
        transform: translateY(0);
      }

      .accuracy-tooltip-spinner {
        width: 18px;
        height: 18px;
        border: 3px solid rgba(46, 209, 244, 0.2);
        border-top-color: #2ed1f4;
        border-radius: 50%;
        animation: spinner-rotate 0.9s linear infinite;
      }

      .accuracy-tooltip-loading-row {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 6px 2px;
      }

      .accuracy-tooltip-skeleton {
        height: 10px;
        width: 120px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(255,255,255,0.10), rgba(255,255,255,0.18), rgba(255,255,255,0.10));
        background-size: 200% 100%;
        animation: accuracy-skeleton 1.1s ease-in-out infinite;
      }

      @keyframes accuracy-skeleton {
        0% { background-position: 200% 0; }
        100% { background-position: -200% 0; }
      }

      /* -- Dashboard cards -- */
      .dashboard-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2.5rem;
      }
      @media (min-width: 1024px) {
        .dashboard-grid { grid-template-columns: 1fr 1fr; }
      }
      .dash-card-full { grid-column: 1 / -1; }
      .dash-card {
        background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 0.5px solid rgba(255,255,255,0.18);
        border-radius: 1.25rem;
        padding: 1.5rem;
        box-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 0 30px rgba(200,200,200,0.07), inset 0 1px 0 rgba(255,255,255,0.1);
        opacity: 0;
        transform: translateY(10px);
      }
      .dashboard-shell.loading {
        opacity: 0;
        pointer-events: none;
      }
      .dashboard-shell.is-ready {
        opacity: 1;
        transition: opacity var(--dashboard-shell-reveal-duration) var(--dashboard-shell-reveal-easing);
      }
      .dashboard-shell .dash-page-intro {
        opacity: 0;
        transform: translateY(6px);
      }
      .dashboard-shell.is-ready .dash-page-intro {
        animation: dashIntroIn 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
      }
      .dashboard-shell.is-ready .dash-card:not([data-entry-played="true"]) {
        animation: dashCardIn 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: calc(var(--dashboard-card-index, 0) * 45ms);
      }
      .dashboard-shell.is-ready .dash-card[data-entry-played="true"] {
        opacity: 1;
        transform: none;
      }
      @keyframes dashIntroIn {
        from { opacity: 0; transform: translateY(6px); }
        to { opacity: 1; transform: translateY(0); }
      }
      @keyframes dashCardIn {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0); }
      }
      #legacyReportsCard {
        overflow: hidden;
      }
      .dash-card-loading {
        display: flex; align-items: center; justify-content: center; min-height: 80px;
      }
      .dash-card-skeleton {
        position: relative;
        overflow: hidden;
        display: grid;
        gap: 10px;
        padding: 2px 0 4px;
        min-height: 160px;
        align-content: start;
      }
      .dash-card-skeleton-line,
      .dash-card-skeleton-tile {
        border-radius: 999px;
        background: rgba(255,255,255,0.08);
      }
      .dash-card-skeleton-line {
        height: 10px;
      }
      .dash-card-skeleton-line.short {
        width: 58%;
      }
      .dash-card-skeleton-line.mid {
        width: 76%;
      }
      .dash-card-skeleton-tile {
        height: 82px;
        border-radius: 16px;
      }
      .dash-card[data-skeleton-variant="sync"] .dash-card-skeleton {
        grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 0.7fr);
        min-height: 32px;
        gap: 12px;
        padding: 0;
        align-items: center;
      }
      .dash-card[data-skeleton-variant="sync"] .dash-card-skeleton-tile {
        height: 32px;
      }
      .dash-card[data-skeleton-variant="sync"] .dash-card-skeleton-line {
        width: 100%;
        height: 8px;
      }
      .dash-card[data-skeleton-variant="biomech"] .dash-card-skeleton { min-height: 360px; }
      .dash-card[data-skeleton-variant="shoe"] .dash-card-skeleton { min-height: 300px; }
      .dash-card[data-skeleton-variant="blog"] .dash-card-skeleton { min-height: 150px; }
      .dash-card[data-skeleton-variant="reports"] .dash-card-skeleton { min-height: 180px; }
      .dash-card-skeleton::after {
        content: '';
        position: absolute;
        inset: 0;
        transform: translateX(-110%);
        background: linear-gradient(90deg, transparent, rgba(46,209,244,0.13), transparent);
        animation: dashSkeletonSweep 1.2s ease-in-out infinite;
      }
      @keyframes dashSkeletonSweep {
        to { transform: translateX(110%); }
      }
      .dash-card-stage {
        width: 100%;
        opacity: 1;
        transition:
          height 260ms cubic-bezier(0.22, 1, 0.36, 1),
          opacity 260ms cubic-bezier(0.22, 1, 0.36, 1);
      }
      .dash-card-stage.dash-card-stage-exiting {
        opacity: 0;
        transition-duration: 120ms;
      }
      .dash-card-stage.dash-card-stage-entering {
        opacity: 0;
        transition: none;
      }
      .dash-card-stage.dash-card-stage-entered {
        opacity: 1;
      }
      @media (prefers-reduced-motion: reduce) {
        body > header,
        .dashboard-shell,
        .dash-page-intro,
        .dash-card,
        .dash-card-stage,
        .dash-card-skeleton::after,
        .dashboard-shell h1::after,
        .dashboard-shell h2::after,
        .dashboard-shell h2,
        .dashboard-shell h3,
        .dash-bio-chart-stage,
        .dash-blog-thumb::before,
        .dash-blog-thumb img,
        .dash-shoe-image-wrap::before,
        .dash-rec-img::before,
        .dash-shoe-addition-media::before,
        .dash-shoe-image-wrap img,
        .dash-rec-img img,
        .sync-contributor-invite::before,
        .sync-contributor-invite-copy,
        .sync-contributor-invite-arrow {
          animation: none !important;
          transition: none !important;
        }
        .dashboard-shell.is-ready,
        .dash-page-intro,
        .dash-card,
        .dash-card-stage,
        .dash-card-skeleton::after,
        .dashboard-shell h1::after,
        .dashboard-shell h2::after,
        .dashboard-shell h2,
        .dashboard-shell h3,
        .dash-bio-chart-stage,
        .dash-blog-thumb::before,
        .dash-blog-thumb img,
        .dash-shoe-image-wrap::before,
        .dash-rec-img::before,
        .dash-shoe-addition-media::before,
        .dash-shoe-image-wrap img,
        .dash-rec-img img,
        .sync-contributor-invite::before,
        .sync-contributor-invite-copy,
        .sync-contributor-invite-arrow {
          opacity: 1 !important;
          clip-path: none !important;
          transform: none !important;
        }
      }
      #biomechCard {
        display: flex;
        flex-direction: column;
      }
      .dash-bio-chart-stage {
        position: relative;
        height: 220px;
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
        opacity: 1;
        transform: none;
      }
      .dashboard-shell.is-ready .dash-card[data-card-state="ready"]:not([data-entry-played="true"]) .dash-bio-chart-stage,
      .dash-card[data-card-motion="entering"] .dash-bio-chart-stage {
        animation: dashBioStageIn 480ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
      }
      @keyframes dashBioStageIn {
        from { opacity: 0; transform: translateY(8px) scale(0.985); }
        to { opacity: 1; transform: translateY(0) scale(1); }
      }
      .dash-bio-bottom {
        margin-top: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        margin-top: 1rem;
        padding-top: 0.95rem;
        border-top: 1px solid rgba(255,255,255,0.06);
      }
      .dash-bio-bottom--footer-only {
        justify-content: flex-end;
        padding-top: 0;
        border-top: 0;
        width: 100%;
      }
      .dash-bio-summary {
        display: flex;
        align-items: center;
        gap: 0.92rem;
        min-height: 48px;
      }
      .dash-bio-summary-icon {
        width: 34px;
        height: 34px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
      }
      .dash-bio-summary-copy {
        flex: 1;
        min-width: 0;
      }
      .dash-bio-summary-label {
        display: inline-block;
        font-size: 1.04rem;
        line-height: 1.08;
        font-weight: 700;
      }
      .dash-bio-summary-meta {
        color: rgba(255,255,255,0.42);
        font-size: 0.78rem;
        margin-left: 0.58rem;
      }
      .dash-bio-card-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-shrink: 0;
        margin-top: 0;
      }
      .dash-card-header {
        display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem;
      }
      .dash-card-header h3 {
        color: rgba(255,255,255,0.97) !important; font-size: 1rem; font-weight: 600; margin: 0;
      }
      .dash-card-header h3::after { display: none; }
      .dash-page-intro {
        margin-bottom: 3rem;
      }
      .dash-stats-pill {
        margin-left: auto;
          overflow: hidden !important;
        line-height: 1.15;
      }
      .dash-stats-pill-value {
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.01em;
      }
      .dash-stats-pill-label {
        font-size: 0.55rem;
        font-weight: 500;
        color: rgba(255,255,255,0.35);
        letter-spacing: 0.02em;
      }
      .legacy-reports-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
      }
      .legacy-reports-footer-link {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-top: 0.35rem;
      }
      .legacy-reports-toggle {
        appearance: none;
        border: 0;
        padding: 0.2rem 0;
        background: transparent;
        color: white;
        font: inherit;
        font-size: 0.85rem;
        cursor: pointer;
      }
      .legacy-reports-toggle:hover {
        color: #2ed1f4;
      }
      .legacy-reports-toggle:focus-visible {
        outline: 2px solid #2ed1f4;
        outline-offset: 4px;
        border-radius: 0.25rem;
      }
      .legacy-report-card {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        min-height: 100%;
        padding: 2rem;
        border-radius: 1.5rem;
        background:
          radial-gradient(circle at 50% 0%, rgba(59,130,246,0.12) 0%, rgba(59,130,246,0.045) 32%, transparent 74%),
          linear-gradient(180deg, rgba(9,13,25,0.96), rgba(5,8,18,0.99));
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: 1px solid rgba(59,130,246,0.24);
        box-shadow:
          0 12px 24px rgba(0,0,0,0.24),
          inset 0 0 0 1px rgba(59,130,246,0.06),
          inset 0 1px 0 rgba(255,255,255,0.04),
          inset 0 18px 34px rgba(59,130,246,0.045),
          inset 0 -22px 38px rgba(59,130,246,0.03);
        transition: box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
      }
      .legacy-report-card::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 34%);
        pointer-events: none;
        z-index: 0;
      }
      .legacy-report-card:hover {
        border-color: rgba(59,130,246,0.42);
        background:
          radial-gradient(circle at 50% 0%, rgba(59,130,246,0.15) 0%, rgba(59,130,246,0.06) 34%, transparent 76%),
          linear-gradient(180deg, rgba(10,14,26,0.97), rgba(5,8,18,0.995));
        box-shadow:
          0 14px 28px rgba(0,0,0,0.26),
          inset 0 0 0 1px rgba(59,130,246,0.08),
          inset 0 1px 0 rgba(255,255,255,0.05),
          inset 0 22px 38px rgba(59,130,246,0.055),
          inset 0 -24px 42px rgba(59,130,246,0.04);
      }
      .legacy-report-card > * {
        position: relative;
        z-index: 1;
      }
      .legacy-report-title {
        margin: 0;
        color: rgba(255,255,255,0.98);
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.22;
        letter-spacing: -0.01em;
      }
      .legacy-report-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.65rem;
      }
      .legacy-report-date {
        display: inline-flex;
        align-items: center;
        min-width: 0;
        max-width: calc(100% - 3rem);
        padding: 0.42rem 0.7rem;
        border-radius: 999px;
        background: rgba(46, 209, 244, 0.12);
        border: 1px solid rgba(46, 209, 244, 0.2);
        color: #91efff;
        font-size: 0.68rem;
        font-weight: 600;
        letter-spacing: 0.01em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .legacy-report-score {
        width: 2.15rem;
        height: 2.15rem;
        flex: 0 0 2.15rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.75rem;
        border: 1px solid rgba(255,255,255,0.18);
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        transition: all 0.12s ease-in-out;
        background: var(--legacy-score-bg, rgba(46, 209, 244, 0.15));
        border-color: var(--legacy-score-border, rgba(46, 209, 244, 0.3));
        color: var(--legacy-score-text, #2ed1f4);
      }
      .legacy-report-score:hover {
        background: rgba(var(--legacy-score-rgb, 46, 209, 244), 0.25);
        border-color: rgba(var(--legacy-score-rgb, 46, 209, 244), 0.5);
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(var(--legacy-score-rgb, 46, 209, 244), 0.18);
      }
      .legacy-report-chart-stage {
        position: relative;
        height: 150px;
        overflow: visible;
        background: transparent;
        border: none;
        box-shadow: none;
        margin-bottom: 0.1rem;
      }
      .legacy-report-chart-stage canvas {
        width: 100% !important;
        height: 100% !important;
        display: block;
      }
      .legacy-report-chart-fallback {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255,255,255,0.38);
        font-size: 0.74rem;
      }
      .legacy-report-link {
        min-height: 38px;
        padding-top: 0.55rem !important;
        padding-bottom: 0.55rem !important;
        font-size: 0.78rem !important;
      }
      .legacy-report-empty {
        margin: 0;
        color: rgba(255,255,255,0.55);
        font-size: 0.86rem;
        line-height: 1.5;
      }
      @media (max-width: 1023px) {
        .legacy-reports-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }
      .status-pill {
        display: inline-flex; align-items: center; gap: 0.38rem;
        padding: 0.26rem 0.72rem; border-radius: 999px;
        font-size: 0.68rem; font-weight: 700;
        text-transform: uppercase; letter-spacing: 0.08em;
        border: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
      }
      .status-pill::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: currentColor;
        box-shadow: 0 0 10px currentColor;
      }
      .status-pill-green { background: rgba(1,195,168,0.12); color: #01c3a8 !important; border-color: rgba(1,195,168,0.24); }
      .status-pill-amber { background: rgba(251,191,36,0.12); color: #fbbf24; border-color: rgba(251,191,36,0.22); }
      .status-pill-cyan { background: rgba(46,209,244,0.12); color: #2ed1f4; border-color: rgba(46,209,244,0.22); }
        .sync-two-row {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          width: 100%;
        }
        .sync-row-connections {
          display: flex;
          align-items: center;
          gap: clamp(1.2rem, 3vw, 2.5rem);
          --sync-connection-control-inline-size: 8.25rem;
          --sync-connection-control-block-size: 2rem;
        }
        .sync-divider {
          display: none;
          width: 100%;
          height: 1px;
          background: linear-gradient(90deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 60%, transparent 100%);
        }
        .sync-row-stats {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          justify-content: flex-end;
          gap: clamp(1.2rem, 3vw, 2.5rem);
        }
        .sync-status-item {
          display: flex;
          align-items: center;
          gap: 0.6rem;
          flex: 0 0 auto;
        }
        .sync-status-item-profile {
          overflow: visible;
        }
        .sync-status-item-contributor-mobile {
          display: none;
        }
        .sync-status-item-visit {
          margin-left: 0;
        }
      .sync-profile-label {
        color: rgba(255,255,255,0.78);
        font-size: 0.85rem;
      }
      .sync-profile-progress-link {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
      }
      .sync-contributor-invite {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        padding: 0.22rem 0.36rem 0.22rem 0.44rem;
        border: 1px solid transparent;
        border-radius: 8px;
        color: #B7FF00;
        background: transparent;
        box-shadow: none;
        text-decoration: none;
        transition: transform 160ms ease;
      }
      .sync-contributor-invite::before {
        position: absolute;
        inset: -1px;
        padding: 1px;
        border-radius: inherit;
        clip-path: none;
        background: linear-gradient(105deg, #2ED1F4 0%, #4B7CFF 26%, #8B5CF6 50%, #B7FF00 76%, #2ED1F4 100%);
        background-size: 260% 100%;
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        content: "";
        pointer-events: none;
        background-position: 50% 50%;
      }
      .dashboard-shell[data-dashboard-phase="settled"] .sync-contributor-invite::before {
        animation: dashContributorBorderMorph 4.8s ease-in-out infinite alternate;
      }
      .dashboard-shell .sync-contributor-invite[data-contributor-motion="entering"]::before {
        animation:
          dashContributorBorderIn 620ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both,
          dashContributorBorderMorph 4.8s ease-in-out 740ms infinite alternate;
      }
      .sync-contributor-invite:hover,
      .sync-contributor-invite:focus-visible {
        outline: none;
        transform: translateY(-1px);
      }
      .sync-contributor-invite:hover::before,
      .sync-contributor-invite:focus-visible::before {
        filter: brightness(1.18) saturate(1.08);
      }
      .sync-contributor-invite:focus-visible {
        outline: 3px solid rgba(223, 255, 143, 0.82);
        outline-offset: 3px;
      }
      .sync-contributor-invite-copy {
        display: grid;
        min-width: 0;
        position: relative;
        z-index: 1;
        opacity: 1;
        transform: none;
      }
      .sync-contributor-invite[data-contributor-motion="entering"] .sync-contributor-invite-copy {
        animation: dashContributorCopyIn 340ms cubic-bezier(0.16, 1, 0.3, 1) 580ms both;
      }
      .sync-contributor-invite-title,
      .sync-contributor-invite-meta {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .sync-contributor-invite-title {
        color: #B7FF00;
        font-size: 0.7rem;
        font-weight: 650;
        line-height: 1;
      }
      .sync-contributor-invite-meta {
        display: block;
        margin-top: 0.1rem;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.58rem;
        font-weight: 650;
        line-height: 1.1;
      }
      .sync-contributor-invite-arrow {
        position: relative;
        z-index: 1;
        flex: 0 0 auto;
        opacity: 1;
        transform: none;
        color: #B7FF00;
        font-size: 0.86rem;
        font-weight: 900;
        line-height: 1;
      }
      .sync-contributor-invite[data-contributor-motion="entering"] .sync-contributor-invite-arrow {
        animation: dashContributorCopyIn 340ms cubic-bezier(0.16, 1, 0.3, 1) 660ms both;
      }
      @keyframes dashContributorBorderIn {
        from { clip-path: inset(0 0 0 100%); }
        to { clip-path: inset(0 0 0 0); }
      }
      @keyframes dashContributorBorderMorph {
        from { background-position: 0% 50%; }
        to { background-position: 100% 50%; }
      }
      @keyframes dashContributorCopyIn {
        from { opacity: 0; transform: translateX(7px); }
        to { opacity: 1; transform: translateX(0); }
      }
      .sync-profile-new {
        display: inline-flex;
        align-items: baseline;
        gap: 0.32rem;
        white-space: nowrap;
      }
      .sync-profile-new-count {
        color: #2ed1f4;
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.01em;
      }
      .sync-profile-new-copy {
        color: rgba(255,255,255,0.7);
        font-size: 0.85rem;
      }
      .sync-profile-ring-wrap {
        --sync-profile-ring-rgb: 46,209,244;
        position: relative;
        width: 32px;
        height: 32px;
        overflow: visible;
        flex: 0 0 auto;
      }
      .sync-profile-ring-wrap::before {
        content: '';
        position: absolute;
        inset: -6px;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(var(--sync-profile-ring-rgb),0.22) 0%, rgba(var(--sync-profile-ring-rgb),0.08) 45%, transparent 72%);
        filter: blur(8px);
        opacity: 0.9;
        pointer-events: none;
      }
      .sync-profile-ring-wrap > * {
        position: relative;
        z-index: 1;
      }
      .sync-profile-progress-mobile {
        display: none;
      }
      .sync-profile-progress-value {
        color: rgba(255,255,255,0.9);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.01em;
      }
      .sync-profile-progress-bar {
        position: relative;
        width: 84px;
        height: 5px;
        border-radius: 999px;
        overflow: visible;
        background: rgba(255,255,255,0.11);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
      }
      .sync-profile-progress-fill {
        display: block;
        height: 100%;
        border-radius: inherit;
        position: relative;
        overflow: visible;
        background: linear-gradient(90deg, var(--sync-progress-color-start, #1bb8d8), var(--sync-progress-color-mid, #22d3ee), var(--sync-progress-color-end, #56e0fb));
        box-shadow: 0 0 10px var(--sync-progress-glow-strong, rgba(34, 211, 238, 0.58)), 0 0 24px var(--sync-progress-glow-soft, rgba(34, 211, 238, 0.28)), 0 0 42px rgba(34, 211, 238, 0.14);
      }
      .sync-profile-progress-fill::after {
        content: none;
      }
      .sync-connect-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.28rem 0.82rem;
        border-radius: 999px;
        background: rgba(46,209,244,0.11);
        color: #2ed1f4;
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid rgba(46,209,244,0.24);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 0 0 1px rgba(46,209,244,0.04);
        transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
      }
      .sync-connect-btn:hover,
      .sync-connect-btn:focus-visible {
        background: rgba(46,209,244,0.16);
        border-color: rgba(46,209,244,0.34);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 8px 18px rgba(46,209,244,0.16), 0 0 18px rgba(46,209,244,0.09);
        transform: translateY(-1px);
        outline: none;
      }
      .sync-connect-btn-arrow {
        font-size: 0.78rem;
        transition: transform 0.22s ease;
      }
      .sync-row-connections .status-pill,
      .sync-row-connections .sync-connect-btn {
        box-sizing: border-box;
        flex: 0 0 var(--sync-connection-control-inline-size);
        inline-size: var(--sync-connection-control-inline-size);
        block-size: var(--sync-connection-control-block-size);
        justify-content: center;
        padding-inline: 0.5rem;
        font-size: 0.68rem;
        line-height: 1;
      }
      .sync-connect-btn:hover .sync-connect-btn-arrow,
      .sync-connect-btn:focus-visible .sync-connect-btn-arrow {
        transform: translateX(2px);
      }
      .sync-service-label {
        color: rgba(255,255,255,0.7);
        font-size: 0.85rem;
      }
      .sync-processed-text {
        color: rgba(255,255,255,0.7);
        font-size: 0.85rem;
      }
      .source-pill {
        display: inline-flex; align-items: center;
        padding: 0.15rem 0.5rem; border-radius: 999px;
        font-size: 0.65rem; font-weight: 600;
        text-transform: uppercase; letter-spacing: 0.03em;
      }
      .source-pill-strava { background: rgba(252,82,0,0.15); color: #fc5200; }
      .source-pill-garmin { background: rgba(46,209,244,0.15); color: #2ed1f4; }
      .analysis-cols { display: flex; gap: 1.5rem; flex-wrap: wrap; }
      .analysis-col { flex: 1; min-width: 80px; }
      .cat-dot {
        width: 8px; height: 8px; border-radius: 50%;
        display: inline-block; flex-shrink: 0;
      }
      .lpi-bar-container {
        width: 40px; height: 6px; background: rgba(255,255,255,0.1);
        border-radius: 3px; overflow: hidden;
      }
      .lpi-bar-fill {
        height: 100%; border-radius: 3px;
        background: linear-gradient(90deg, #2ed1f4, #00BCD4);
        transition: width 0.6s ease-out;
      }
      .new-runs-badge {
        display: inline-flex; align-items: center;
        padding: 0.2rem 0.62rem; border-radius: 999px;
        background: rgba(46,209,244,0.12); color: #2ed1f4;
        border: 1px solid rgba(46,209,244,0.22);
        font-size: 0.68rem; font-weight: 700;
        letter-spacing: 0.03em;
      }
      .dash-shoe-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(46,209,244,0.4) 0%, rgba(46,209,244,0.2) 50%, transparent 100%);
        margin-bottom: 1rem;
      }
      .dash-shoe-shell {
        display: flex;
        flex-direction: column;
        gap: 1.15rem;
      }
      .dash-shoe-block {
        display: flex;
        flex-direction: column;
        gap: 0.9rem;
      }
      .dash-shoe-block + .dash-shoe-block {
        padding-top: 1.1rem;
        border-top: 1px solid rgba(255,255,255,0.08);
      }
      .dash-shoe-block-head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.85rem;
        flex-wrap: wrap;
      }
      .dash-shoe-block-kicker {
        margin: 0;
        color: rgba(46,209,244,0.9);
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }
      .dash-shoe-block-copy {
        margin: 0.3rem 0 0;
        color: rgba(255,255,255,0.58);
        font-size: 0.82rem;
        line-height: 1.45;
        max-width: 34rem;
      }
      .dash-shoe-count-badge {
        display: inline-flex;
        align-items: center;
        padding: 0.2rem 0.62rem;
        border-radius: 999px;
        background: rgba(255,255,255,0.06);
        color: rgba(255,255,255,0.72);
        border: 1px solid rgba(255,255,255,0.12);
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.03em;
      }
      .dash-shoe-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
      }
      .dash-shoe-card {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        border-radius: 0.85rem;
        border: 1px solid rgba(255,255,255,0.08);
        background: linear-gradient(180deg, rgba(9,13,25,0.96), rgba(5,8,18,0.99));
        box-shadow: 0 8px 20px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.04);
        min-height: 10.75rem;
        padding: 0.65rem 0.6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
      }
      .dash-shoe-card[data-purpose="daily"] {
        border-color: rgba(59,130,246,0.3);
      }
      .dash-shoe-card[data-purpose="tempo"] {
        border-color: rgba(249,115,22,0.3);
      }
      .dash-shoe-card[data-purpose="race"] {
        border-color: rgba(239,68,68,0.3);
      }
      .dash-shoe-card {
        transition: box-shadow 0.5s ease, border-color 0.5s ease;
      }
      .dash-shoe-card[data-purpose="daily"]:hover {
        box-shadow: 0 0 28px rgba(59, 130, 246, 0.25);
        border-color: rgba(59, 130, 246, 0.5);
      }
      .dash-shoe-card[data-purpose="tempo"]:hover {
        box-shadow: 0 0 28px rgba(249, 115, 22, 0.25);
        border-color: rgba(249, 115, 22, 0.5);
      }
      .dash-shoe-card[data-purpose="race"]:hover {
        box-shadow: 0 0 28px rgba(239, 68, 68, 0.25);
        border-color: rgba(239, 68, 68, 0.5);
      }
      .dash-shoe-card::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 34%);
        pointer-events: none;
        z-index: 0;
      }
      .dash-shoe-card > * {
        position: relative;
        z-index: 1;
      }
      .dash-shoe-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;
      }
      .dash-shoe-blur img {
        width: 100%;
        max-width: none;
        height: 180%;
        opacity: 0.3;
        object-fit: cover;
        object-position: center bottom;
        filter: blur(28px) saturate(1.3) brightness(1.05);
        transform: translateY(22%) scale(1.2);
        mix-blend-mode: screen;
        transition: opacity 0.5s ease;
      }
      .dash-shoe-card:hover .dash-shoe-blur img {
        opacity: 0.6;
      }
      .dash-shoe-image-wrap {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        min-width: 72px;
      }
      .dash-shoe-image-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 8px 12px rgba(0,0,0,0.4));
        opacity: 1;
        transition: opacity 180ms ease;
      }
      .dash-shoe-image-wrap img.is-loading,
      .dash-shoe-image-wrap img.is-failed {
        opacity: 0;
      }
      .dash-shoe-image-wrap[data-image-state="loading"]::before,
      .dash-rec-img[data-image-state="loading"]::before,
      .dash-shoe-addition-media[data-image-state="loading"]::before {
        content: '';
        position: absolute;
        width: 34px;
        height: 5px;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(46,209,244,0.16), rgba(46,209,244,0.8), rgba(46,209,244,0.16));
        box-shadow: 0 0 14px rgba(46,209,244,0.22);
        animation: dashImageLoadPulse 900ms ease-in-out infinite;
      }
      @keyframes dashImageLoadPulse {
        0%, 100% { opacity: 0.32; transform: scaleX(0.78); }
        50% { opacity: 0.95; transform: scaleX(1); }
      }
      .dash-shoe-image-placeholder {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        color: rgba(255,255,255,0.25);
        font-weight: 700;
      }
      .dash-shoe-name {
        color: rgba(255,255,255,0.96);
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.25;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
      }
      .dash-shoe-mileage-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.3rem;
        width: 100%;
      }
      .dash-shoe-mileage-label {
        font-size: 0.58rem;
        color: rgba(255,255,255,0.5);
        font-weight: 600;
      }
      .dash-shoe-mileage-bar {
        flex: 1;
        height: 5px;
        border-radius: 3px;
        background: rgba(255,255,255,0.08);
        overflow: hidden;
      }
      .dash-shoe-mileage-fill {
        height: 100%;
        border-radius: 3px;
        background: linear-gradient(90deg, rgba(46,209,244,0.5), rgba(46,209,244,0.8));
        transition: width 0.5s ease-out;
      }
      .dash-shoe-metric-bars {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 0.65rem;
      }
      .dash-shoe-metric-bar-row {
        display: flex;
        align-items: center;
        gap: 0.4rem;
      }
      .dash-shoe-metric-bar-label {
        font-size: 0.56rem;
        color: rgba(255,255,255,0.5);
        min-width: 3.2rem;
        text-align: right;
        white-space: nowrap;
      }
      .dash-shoe-metric-bar-label strong {
        color: rgba(255,255,255,0.82);
      }
      .dash-shoe-metric-bar-track {
        flex: 1;
        height: 4px;
        border-radius: 2px;
        background: rgba(255,255,255,0.06);
        overflow: hidden;
      }
      .dash-shoe-metric-bar-fill {
        height: 100%;
        border-radius: 2px;
        transition: width 0.4s ease;
      }
      .dash-shoe-empty {
        padding: 0.95rem 1rem;
        border-radius: 0.95rem;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgba(255,255,255,0.03);
        color: rgba(255,255,255,0.58);
        font-size: 0.82rem;
        line-height: 1.45;
      }
      .dash-visual-empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.9rem;
        min-height: clamp(210px, 24vw, 260px);
        padding: clamp(1rem, 2.4vw, 1.35rem);
        border-radius: 1rem;
        border: 1px solid rgba(255,255,255,0.08);
        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;
      }
      .dash-visual-empty-illustration {
        display: block;
        width: min(190px, 60vw);
        max-width: 100%;
        height: auto;
        opacity: 0.92;
        pointer-events: none;
        user-select: none;
      }
      .dash-visual-empty-illustration--biomech {
          width: clamp(360px, 36vw, 500px);
      }
      .dash-visual-empty-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        max-width: min(22rem, 100%);
      }
      .dash-visual-empty-copy--biomech {
        max-width: min(40rem, 100%);
      }
      .dash-visual-empty-title {
        margin: 0;
        font-size: clamp(0.8rem, 0.73rem + 0.28vw, 0.9rem);
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0.08em;
        color: rgba(255,255,255,0.42);
        text-transform: lowercase;
      }
      .dash-visual-empty-text {
        margin: 0;
        font-size: clamp(0.9rem, 0.84rem + 0.18vw, 0.96rem);
        line-height: 1.65;
        color: rgba(255,255,255,0.52);
      }
      .dash-visual-empty-text--biomech {
        white-space: nowrap;
      }
      .dash-visual-empty-text a {
        color: #2ed1f4;
        text-decoration: none;
      }
      .dash-visual-empty-text a:hover {
        text-decoration: underline;
      }
      @media (max-width: 640px) {
        .dash-visual-empty {
          min-height: clamp(220px, 72vw, 270px);
          gap: 0.72rem;
          padding: 1rem;
        }
        .dash-visual-empty-illustration {
          width: min(170px, 56vw);
        }
        .dash-visual-empty-illustration--biomech {
          width: min(360px, 96vw);
        }
        .dash-visual-empty-copy {
          max-width: 19rem;
        }
        .dash-visual-empty-copy--biomech {
          max-width: 19rem;
        }
        .dash-visual-empty-text--biomech {
          white-space: normal;
        }
      }
      .dash-shoe-additions-list {
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
      }
      .dash-shoe-addition-item {
        display: flex;
        align-items: center;
        gap: 0.7rem;
        padding: 0.72rem 0.78rem;
        border-radius: 0.92rem;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgba(255,255,255,0.03);
      }
      .dash-shoe-addition-media {
        width: 42px;
        height: 42px;
        border-radius: 0.85rem;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.06);
        position: relative;
      }
      .dash-shoe-addition-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: opacity 0.18s ease;
      }
      .dash-shoe-addition-media img.is-loading,
      .dash-shoe-addition-media img.is-failed {
        opacity: 0;
      }
      .dash-shoe-addition-copy {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.18rem;
      }
      .dash-shoe-addition-name {
        color: rgba(255,255,255,0.88);
        font-size: 0.84rem;
        font-weight: 600;
        line-height: 1.25;
      }
      .dash-shoe-addition-meta {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        flex-wrap: wrap;
      }
      .dash-shoe-addition-purpose {
        display: inline-flex;
        align-items: center;
        padding: 0.2rem 0.48rem;
        border-radius: 999px;
        background: rgba(255,255,255,0.05);
        border: 1px solid rgba(255,255,255,0.08);
        color: rgba(255,255,255,0.6);
        font-size: 0.62rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }
      .dash-shoe-cta {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.7rem;
        width: 100%;
        padding: 0.82rem 0.95rem;
        border-radius: 0.95rem;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgba(255,255,255,0.03);
        color: rgba(255,255,255,0.92);
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
      }
      .dash-shoe-cta:hover,
      .dash-shoe-cta:focus-visible {
        transform: translateY(-1px);
        border-color: rgba(255,255,255,0.14);
        background: rgba(255,255,255,0.05);
        box-shadow: 0 10px 24px rgba(0,0,0,0.18);
        outline: none;
      }
      .dash-shoe-cta-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        flex-shrink: 0;
        transition: transform 0.22s ease;
      }
      .dash-shoe-cta:hover .dash-shoe-cta-arrow,
      .dash-shoe-cta:focus-visible .dash-shoe-cta-arrow {
        transform: translateX(2px);
      }
      @media (max-width: 960px) {
        .dash-shoe-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }
      @media (max-width: 640px) {
        .dash-shoe-grid {
          grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
          gap: 0.85rem;
          grid-auto-rows: 1fr;
        }
        .dash-shoe-card {
          height: 100%;
          min-height: 100%;
          padding: 1rem 0.85rem 0.95rem;
          gap: 0.82rem;
        }
        .dash-shoe-image-wrap {
          width: 100%;
          height: 72px;
          padding: 0 0.2rem;
        }
        .dash-shoe-image-wrap img {
          width: auto;
          height: 100%;
          max-width: 118%;
        }
        .dash-shoe-image-placeholder {
          width: 56px;
          height: 56px;
        }
        .dash-shoe-name {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          white-space: normal;
          overflow: hidden;
          text-overflow: initial;
          min-height: calc(1.25em * 2);
          font-size: 0.78rem;
        }
        .dash-shoe-mileage-label {
          font-size: 0.62rem;
        }
        .dash-shoe-metric-bars {
          margin-top: 0.45rem;
        }
        .dash-shoe-metric-bar-label {
          min-width: 3.45rem;
          font-size: 0.6rem;
        }
      }
      /* -- Dashboard recommendation cards (shoes-analysis parity) -- */
      .dash-rec-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
      }
      .dash-rec-card {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        border-radius: 0.85rem;
        border: 1px solid rgba(1, 195, 168, 0.35);
        background: linear-gradient(180deg, rgba(9,13,25,0.96), rgba(5,8,18,0.99));
        box-shadow: 0 8px 20px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.04);
        min-height: 10.75rem;
        padding: 0.65rem 0.6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        transition: box-shadow 0.4s ease, border-color 0.4s ease;
      }
      .dash-rec-card:hover {
        box-shadow: 0 0 28px rgba(1, 195, 168, 0.25);
      }
      .dash-rec-card[data-tier="great"]:hover {
        box-shadow: 0 0 28px rgba(139, 92, 246, 0.3);
        border-color: rgba(139, 92, 246, 0.5);
      }
      .dash-rec-card[data-tier="not-ideal"]:hover {
        box-shadow: 0 0 28px rgba(255, 183, 65, 0.24);
        border-color: rgba(255, 183, 65, 0.5);
      }
      .dash-rec-card[data-tier="neutral"]:hover {
        box-shadow: 0 0 24px rgba(148, 163, 184, 0.16);
        border-color: rgba(148, 163, 184, 0.34);
      }
      .dash-rec-card > * {
        position: relative;
        z-index: 1;
      }
      .dash-rec-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;
      }
      .dash-rec-blur img {
        width: 100%;
        max-width: none;
        height: 180%;
        opacity: 0.35;
        object-fit: cover;
        object-position: center bottom;
        filter: blur(28px) saturate(1.3) brightness(1.05);
        transform: translateY(22%) scale(1.2);
        mix-blend-mode: screen;
        transition: opacity 0.5s ease;
      }
      .dash-rec-card:hover .dash-rec-blur img {
        opacity: 0.65;
      }
      .dash-rec-img {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        min-width: 72px;
      }
      .dash-rec-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        filter: drop-shadow(0 8px 12px rgba(0,0,0,0.4));
        opacity: 1;
        transition: opacity 180ms ease;
      }
      .dash-rec-img img.is-loading,
      .dash-rec-img img.is-failed {
        opacity: 0;
      }
      .dash-rec-img-placeholder {
        width: 40px;
        height: 40px;
        border-radius: 0.6rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.04);
        border: 1px solid rgba(255,255,255,0.06);
        font-size: 1rem;
        color: rgba(255,255,255,0.25);
        font-weight: 700;
      }
      .dash-rec-name {
        color: rgba(255,255,255,0.94);
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        width: 100%;
      }
      .dash-rec-divider {
        width: 80%;
        height: 1px;
        margin: 1px 0;
      }
      .dash-rec-tags {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 2px;
        justify-content: center;
        overflow: hidden;
        padding: 0 2px;
      }
      .dash-rec-tag {
        background: rgba(1, 195, 168, 0.08);
        border: 1px solid rgba(1, 195, 168, 0.2);
        color: rgba(255,255,255,0.72);
        padding: 2px 6px;
        border-radius: 9999px;
        font-size: 0.52rem;
        white-space: nowrap;
        line-height: 1.35;
      }
      .dash-rec-date {
        font-size: 0.48rem;
        color: rgba(255,255,255,0.35);
        text-align: center;
        margin-top: auto;
      }
      .dash-mobile-grid-cta {
        display: none;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        width: 100%;
        min-height: 100%;
        box-sizing: border-box;
        border-radius: 0.92rem;
        border: 1px solid rgba(255,255,255,0.09);
        background:
          linear-gradient(180deg, rgba(17, 22, 35, 0.5) 0%, rgba(10, 14, 24, 0.68) 100%),
          radial-gradient(circle at 24% 14%, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.05), transparent 40%);
        box-shadow:
          0 14px 28px rgba(0,0,0,0.14),
          inset 0 1px 0 rgba(255,255,255,0.04),
          inset 0 -18px 40px rgba(var(--grid-cta-rgb, 46, 209, 244), 0.03);
        backdrop-filter: blur(24px) saturate(108%);
        -webkit-backdrop-filter: blur(24px) saturate(108%);
        text-decoration: none;
        color: rgba(255,255,255,0.96);
        text-align: center;
      }
      .dash-mobile-grid-cta::before {
        content: '';
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        background:
          linear-gradient(140deg, rgba(255,255,255,0.09), rgba(255,255,255,0.01) 34%, transparent 66%),
          radial-gradient(circle at 86% 84%, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.08) 0%, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.03) 34%, transparent 64%);
        opacity: 0.88;
        pointer-events: none;
      }
      .dash-mobile-grid-cta::after {
        content: '';
        position: absolute;
        inset: auto -10% -22% auto;
        width: 74%;
        height: 62%;
        background: radial-gradient(circle at center, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.07) 0%, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.02) 42%, transparent 74%);
        filter: blur(38px);
        pointer-events: none;
      }
      .dash-mobile-grid-cta > * {
        position: relative;
        z-index: 1;
      }
      .dash-mobile-grid-cta-title {
        color: rgba(255,255,255,0.97);
        font-size: 1.04rem;
        font-weight: 650;
        line-height: 1.08;
        letter-spacing: -0.03em;
        max-width: 10ch;
        margin-inline: auto;
        text-align: center;
      }
      .dash-mobile-grid-cta-copy {
        color: rgba(255,255,255,0.58);
        font-size: 0.72rem;
        line-height: 1.48;
        max-width: 15ch;
        margin-inline: auto;
        text-align: center;
      }
      .dash-mobile-grid-cta-action {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.48rem;
        margin-top: auto;
        color: rgba(255,255,255,0.84);
        padding-top: 0.35rem;
      }
      .dash-mobile-grid-cta-action span:first-child {
        font-size: 0.74rem;
        font-weight: 600;
        letter-spacing: 0.015em;
      }
      .dash-mobile-grid-cta-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.92rem;
        height: 1.92rem;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 6px 14px rgba(0,0,0,0.12);
      }
      @media (max-width: 640px) {
        .dash-rec-grid {
          grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
          gap: 0.85rem;
          grid-auto-rows: 1fr;
        }
        .dash-rec-card {
          height: 100%;
          min-height: 100%;
          padding: 1rem 0.85rem 0.95rem;
          gap: 0.55rem;
        }
        .dash-rec-img {
          width: 100%;
          height: 72px;
          padding: 0 0.2rem;
        }
        .dash-rec-img img {
          width: auto;
          height: 100%;
          max-width: 118%;
        }
        .dash-rec-img-placeholder {
          width: 56px;
          height: 56px;
        }
        .dash-rec-name {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          white-space: normal;
          overflow: hidden;
          text-overflow: initial;
          min-height: calc(1.2em * 2);
          font-size: 0.8rem;
        }
        .dash-rec-tags {
          gap: 0.3rem;
        }
        .dash-rec-tag {
          font-size: 0.56rem;
          padding: 0.2rem 0.48rem;
        }
        .dash-rec-date {
          font-size: 0.54rem;
        }
        .dash-mobile-grid-cta {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 100%;
          gap: 0.58rem;
          padding: 0.78rem 0.78rem 0.82rem;
        }
        .dash-mobile-grid-cta::before {
          background:
            linear-gradient(140deg, rgba(255,255,255,0.08), rgba(255,255,255,0.01) 34%, transparent 66%),
            radial-gradient(circle at 82% 80%, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.12) 0%, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.04) 34%, transparent 66%);
        }
        .dash-mobile-grid-cta::after {
          width: 66%;
          height: 54%;
          inset: auto -4% -14% auto;
          background: radial-gradient(circle at center, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.1) 0%, rgba(var(--grid-cta-rgb, 46, 209, 244), 0.03) 44%, transparent 74%);
        }
        .dash-mobile-grid-cta-title {
          font-size: 0.92rem;
          line-height: 1.06;
          max-width: 9ch;
          color: rgba(255,255,255,0.96);
          text-shadow: 0 0 10px rgba(46,209,244,0.12);
        }
        .dash-mobile-grid-cta-copy {
          font-size: 0.66rem;
          line-height: 1.4;
          max-width: 13ch;
          color: rgba(255,255,255,0.5);
        }
        .dash-mobile-grid-cta-action {
          margin-top: 0;
          padding-top: 0.05rem;
          gap: 0.42rem;
        }
        .dash-mobile-grid-cta-action span:first-child {
          font-size: 0.7rem;
          color: rgba(46,209,244,0.96);
        }
        .dash-mobile-grid-cta-arrow {
          width: 1.82rem;
          height: 1.82rem;
          border-color: rgba(46,209,244,0.18);
          background: linear-gradient(180deg, rgba(46,209,244,0.09), rgba(255,255,255,0.025));
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 14px rgba(46,209,244,0.08);
        }
        #shoeRotationCard[data-mobile-cta="true"] .dash-rotation-footer-link {
          display: none !important;
        }
        #shoeRecsCard[data-mobile-cta="true"] .dash-rec-footer-link {
          display: none !important;
        }
      }
      .blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
      @media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }
      .dash-blog-thumb {
        width: 112px;
        height: auto;
        aspect-ratio: 1692 / 929;
        border-radius: 0.5rem;
        flex-shrink: 0;
        overflow: hidden;
        position: relative;
        background: linear-gradient(135deg, rgba(46,209,244,0.08), rgba(255,255,255,0.03));
        border: 1px solid rgba(255,255,255,0.08);
      }
      .dash-blog-thumb::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
        transform: translateX(-100%);
        animation: dashBlogThumbSweep 1.2s ease-in-out infinite;
      }
      .dash-blog-thumb[data-image-state="ready"]::before,
      .dash-blog-thumb[data-image-state="failed"]::before {
        display: none;
      }
      .dash-blog-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
        opacity: 0;
        transition: opacity 180ms ease;
      }
      .dash-blog-thumb[data-image-state="ready"] img {
        opacity: 1;
      }
      @keyframes dashBlogThumbSweep {
        to { transform: translateX(100%); }
      }
      .blog-post-excerpt {
        display: -webkit-box; -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; overflow: hidden;
      }
      @media (max-width: 640px) {
        .dash-blog-thumb {
          width: 100px;
        }
      }
      .completion-ring {
        position: relative;
        width: 32px;
        height: 32px;
        border-radius: 999px;
        overflow: visible;
      }
      .completion-ring svg { transform: rotate(-90deg); width: 100%; height: 100%; }
      @media (max-width: 640px) {
        .sync-two-row {
          flex-direction: column;
          gap: 0.9rem;
          align-items: flex-start;
        }
        .sync-row-connections {
          display: grid;
          grid-template-columns: 1fr;
          width: 100%;
          gap: 0.7rem;
          padding-bottom: 0;
          --sync-connection-control-inline-size: 7.25rem;
          --sync-connection-control-block-size: 1.75rem;
        }
        .sync-divider {
          display: block;
          margin: 0;
        }
        .sync-row-stats {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          width: 100%;
          gap: 0.7rem;
        }
        .sync-status-item {
          min-width: 0;
          gap: 0.45rem;
          padding: 0.72rem 0.8rem;
          border-radius: 0.95rem;
          background: rgba(255,255,255,0.035);
          border: 1px solid rgba(255,255,255,0.08);
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
        }
        .sync-row-connections .sync-status-item {
          width: 100%;
          justify-content: space-between;
        }
        .sync-row-connections .sync-service-label {
          flex: 1;
          min-width: 0;
        }
        .sync-row-connections .sync-status-item-contributor-mobile {
          display: flex;
          padding: 0;
          border: 0;
          background: transparent;
          box-shadow: none;
        }
        .sync-row-connections .sync-status-item-contributor-mobile .sync-contributor-invite {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          min-height: 3.02rem;
          gap: 0.75rem;
          margin: 0;
          padding: 0.72rem 0.8rem;
          border-radius: 0.95rem;
        }
        .sync-row-connections .sync-status-item-contributor-mobile .sync-contributor-invite-arrow {
          margin-left: auto;
        }
        .sync-row-stats .sync-contributor-invite-desktop { display: none; }
        .sync-row-stats .sync-status-item-profile {
          display: grid;
          grid-template-columns: auto minmax(0, 1fr);
          grid-column: 2;
          grid-row: 1;
          border-color: rgba(46,209,244,0.16);
          background: rgba(255,255,255,0.035);
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 0 0 1px rgba(46,209,244,0.04), 0 0 18px rgba(46,209,244,0.08);
          justify-content: flex-start;
          gap: 0.35rem;
        }
        .sync-row-stats .sync-status-item-processing { grid-column: 1; grid-row: 1; justify-content: flex-start; }
        .sync-row-stats .sync-status-item-profile > .sync-profile-progress-link {
          display: inline-flex !important;
          align-items: center;
          justify-content: flex-end;
          flex: 1 1 auto;
          min-width: 0;
          margin-left: auto;
        }
        .sync-row-stats .sync-profile-progress-mobile { gap: 0.25rem; max-width: none; }
        .sync-row-stats .sync-profile-progress-bar { width: clamp(46px, 16vw, 72px); }
        .sync-row-stats .sync-status-item-visit {
          grid-column: 1 / -1;
          justify-content: flex-start;
        }
        .status-pill {
          font-size: 0.52rem;
          padding: 0.11rem 0.34rem;
          letter-spacing: 0.05em;
        }
        .status-pill::before {
          width: 4px;
          height: 4px;
        }
        .sync-service-label {
          font-size: 0.72rem;
        }
        .sync-processed-text {
          font-size: 0.7rem;
        }
        .sync-profile-label {
          font-size: 0.72rem;
        }
        .sync-profile-new-count {
          font-size: 0.76rem;
        }
        .sync-profile-new-copy {
          font-size: 0.7rem;
        }
        .sync-profile-ring-wrap {
          display: none;
        }
        .sync-profile-progress-mobile {
          display: inline-flex;
          align-items: center;
          justify-content: flex-end;
          gap: 0.4rem;
          width: 100%;
          max-width: 110px;
        }
        .sync-profile-new {
          white-space: nowrap;
          flex-direction: row;
          align-items: baseline;
          gap: 0.34rem;
        }
        .sync-connect-btn {
          padding: 0.24rem 0.68rem;
          font-size: 0.7rem;
        }
        .sync-row-connections .status-pill,
        .sync-row-connections .sync-connect-btn {
          gap: 0.3rem;
          padding-inline: 0.35rem;
          font-size: 0.58rem;
        }
        .sync-row-connections .sync-connect-btn-arrow {
          font-size: 0.65rem;
        }
      }
      @media (max-width: 639px) {
        .dashboard-grid {
          gap: 1.5rem;
        }
        .dashboard-main {
          padding-top: calc(env(safe-area-inset-top, 0px) + 7.15rem) !important;
        }
        .dash-page-intro {
          width: auto;
          margin: 0 0 1.12rem;
          padding: 0;
        }
        #welcomeHeader {
          display: inline-block;
          max-width: 100%;
          margin: 0;
          padding-bottom: 0.66rem;
          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;
        }
        #welcomeHeader::after {
          width: 100%;
          opacity: 1;
          background: linear-gradient(90deg, rgba(46, 209, 244, 1) 0%, rgba(46, 209, 244, 0.88) 54%, rgba(46, 209, 244, 0.28) 82%, rgba(46, 209, 244, 0) 100%);
          box-shadow: 0 0 14px rgba(46, 209, 244, 0.32), 0 0 24px rgba(46, 209, 244, 0.12);
          animation: none;
        }
        .dashboard-shell.is-ready #welcomeHeader::after {
          animation: dashWelcomeLineIn 450ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
        }
        #welcomeSubtitle {
          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;
        }
        .dash-card {
          width: calc(100% + 1rem) !important;
          margin-left: -0.5rem !important;
          margin-right: -0.5rem !important;
          padding: 1.15rem 0.95rem !important;
          border: 0.5px solid rgba(255,255,255,0.18) !important;
          border-radius: 22px !important;
          background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)) !important;
          box-shadow: 0 8px 32px rgba(0,0,0,0.1), 0 0 30px rgba(200,200,200,0.07), inset 0 1px 0 rgba(255,255,255,0.1) !important;
          overflow: hidden !important;
        }
        #legacyReportsCard {
          overflow: hidden !important;
        }
        .dash-card-header {
          align-items: flex-start;
          flex-wrap: wrap;
          row-gap: 0.45rem;
          column-gap: 0.45rem;
          margin-bottom: 0.75rem;
        }
        .dash-card-header h3 {
          font-size: 0.88rem !important;
          white-space: normal;
          flex: 1 1 150px;
          line-height: 1.2;
        }
        .dash-stats-pill {
          padding: 0.15rem 0;
        }
        .dash-stats-pill-value {
          font-size: 0.72rem;
        }
        .dash-stats-pill-label {
          font-size: 0.48rem;
        }
        .legacy-reports-grid {
          grid-template-columns: 1fr;
          gap: 0.8rem;
        }
        .legacy-reports-footer-link {
          justify-content: flex-end;
          margin-top: 0.6rem;
        }
        #shoeRecsCard .dash-mobile-grid-cta {
          height: 100%;
          min-height: 100%;
          align-self: stretch;
        }
        .legacy-report-card {
          padding: 1.25rem;
          border-radius: 1.5rem;
        }
        .legacy-report-title {
          font-size: 0.94rem;
        }
        .legacy-report-date {
          max-width: calc(100% - 2.8rem);
          font-size: 0.66rem;
        }
        .legacy-report-score {
          width: 1.94rem;
          height: 1.94rem;
          flex-basis: 1.94rem;
          font-size: 0.76rem;
        }
        .legacy-report-chart-stage {
          height: 118px;
        }
        .dash-bio-chart-stage {
          width: calc(100% + 1rem);
          height: 242px;
          margin-left: -0.5rem;
          margin-right: -0.5rem;
        }
        .dash-bio-bottom {
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          gap: 0.75rem;
        }
        .dash-bio-summary {
          flex: 1 1 auto;
          min-width: 0;
          gap: 0.82rem;
          min-height: 60px;
        }
        .dash-bio-summary-icon {
          width: 30px;
          height: 30px;
        }
        .dash-bio-summary-label {
          font-size: 0.98rem;
        }
        .dash-bio-summary-meta {
          display: block;
          margin-left: 0;
          margin-top: 0.16rem;
          font-size: 0.74rem;
        }
        .dash-bio-card-footer {
          width: auto;
          justify-content: flex-end;
          align-self: center;
        }
        .dash-bio-card-footer a {
          display: inline-flex;
          align-items: center;
          white-space: nowrap;
          font-size: 0.8rem !important;
          line-height: 1;
          transform: translateY(-2px);
        }
        /* Blog posts */
        .blog-post-card {
          gap: 0.65rem;
        }
      }
      .inline-spinner {
        display: inline-block; width: 14px; height: 14px;
        border: 2px solid rgba(46,209,244,0.2);
        border-top-color: #2ed1f4; border-radius: 50%;
        animation: spinner-rotate 1s linear infinite;
      }





      h1 {
        font-size: clamp(1.5rem, 5vw, 2.5rem) !important;
      }
      h2 {
        font-size: clamp(1.25rem, 4vw, 2rem) !important;
      }
      h3 {
        font-size: clamp(1.1rem, 3.5vw, 1.5rem) !important;
      }
      h4 {
        font-size: clamp(1rem, 3vw, 1.25rem) !important;
      }
      h5 {
        font-size: clamp(0.875rem, 2.5vw, 1.125rem) !important;
      }
      h6 {
        font-size: clamp(0.75rem, 2vw, 1rem) !important;
      }


      p, .text-base {
        font-size: clamp(0.875rem, 2.5vw, 1rem) !important;
      }


      .text-sm, small {
        font-size: clamp(0.75rem, 2vw, 0.875rem) !important;
      }

      .text-xs {
        font-size: clamp(0.65rem, 1.8vw, 0.75rem) !important;
      }

      .text-lg {
        font-size: clamp(1rem, 3vw, 1.125rem) !important;
      }

      .text-xl {
        font-size: clamp(1.1rem, 3.5vw, 1.25rem) !important;
      }

      .text-2xl {
        font-size: clamp(1.25rem, 4vw, 1.5rem) !important;
      }


      button:not(.icon-btn):not([class*="p-1"]):not([class*="p-2"]):not([class*="p-0"]):not(:has(svg:only-child)),
      .btn:not(.icon-btn),
      [type="submit"]:not(.icon-btn) {
        font-size: clamp(0.8rem, 2.5vw, 1rem) !important;
      }


      button.text-sm:not(.icon-btn), .btn-sm:not(.icon-btn) {
        font-size: clamp(0.7rem, 2vw, 0.875rem) !important;
      }


      button.icon-btn,
      button[class*="p-1"],
      button[class*="p-2"],
      button[class*="p-0"],
      button:has(svg:only-child) {
        padding: revert !important;
        min-height: auto !important;
      }


      label {
        font-size: clamp(0.8rem, 2.5vw, 0.9rem) !important;
      }

      input, select, textarea {
        font-size: clamp(0.875rem, 2.5vw, 1rem) !important;
      }


      h1 + p, h2 + p, h3 + p, h4 + p {
        font-size: clamp(0.8rem, 2.5vw, 1rem) !important;
        line-height: 1.35 !important;
      }


      @media (max-width: 640px) {

        h1, h2, h3, h4, h5, h6 {
          line-height: 1.2 !important;
        }


        h2 {
          font-size: clamp(1.6rem, 5vw, 2rem) !important;
        }

        p {
          line-height: 1.5 !important;
        }


      }


      @media (max-width: 1023px) {
        header {
          background: rgba(2, 6, 23, 0.3) !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-nav-open="true"] {
          padding-bottom: 0 !important;
        }
      }


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