.er-stage__top { top: 12px; left: 20px; right: 20px; gap: 10px; }
.er-experience--motion .er-track { height: 1100svh; }
.er-variants {
  margin: 0;
  padding: 3px;
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  pointer-events: auto;
  border: 1px solid #ffffff25;
  border-radius: 12px;
  background: #0f172ae8;
}
.er-variants a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #dbeafe;
  background: transparent;
  font-size: .8125rem;
  font-weight: 700;
  text-decoration: none;
}
.er-variants a:hover { border-color: #ffffff40; color: #fff; background: #1e3a5f; }
.er-variants a[aria-current="page"] { color: #fff; background: #2563eb; border-color: #60a5fa; }
.er-visual { inset: 74px 8px 66px; }
@media (max-width: 760px) {
  .er-variants { gap: 2px; }
  .er-variants a { padding: 8px; }
  .er-stage__top { top: 12px; left: 12px; right: 12px; gap: 6px; }
  .er-detail-label { padding: 7px 6px; white-space: nowrap; }
  .er-visual { inset: 74px 0 92px; }
}
