:root {
  color-scheme: dark;
  --page: #1c1c1e;
  --surface: #18181b;
  --surface-raised: #212124;
  --surface-soft: #29292d;
  --line: #3a3a40;
  --line-soft: #2b2b30;
  --text: #f6f6f7;
  --muted: #a5a5ad;
  --faint: #707079;
  --blue: #2693ff;
  --blue-strong: #087fe9;
  --green: #36bf8c;
  --mild: #f1b46f;
  --moderate: #f47762;
  --severe: #ff4055;
  --phone-width: 430px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  background: #09090a;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(38, 147, 255, 0.1), transparent 30rem),
    #09090a;
  color: var(--text);
}

body.fullscreen-lock {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

button:focus-visible,
input:focus-visible {
  outline: 2px solid #8cc8ff;
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.phone-shell {
  width: min(100%, var(--phone-width));
  min-height: 100svh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--page);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
}

.video-panel {
  position: relative;
  width: 100%;
  height: clamp(430px, 57svh, 560px);
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.video-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #000;
}

.swing-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #000;
}

.swing-tracer {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.guideline-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 24%, transparent 65%, rgba(0, 0, 0, 0.64));
}

.video-play-overlay {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: clamp(56px, 15vw, 68px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 7, 8, 0.7);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(0.9);
  transition:
    opacity 160ms ease,
    transform 180ms ease,
    visibility 0s linear 180ms;
  backdrop-filter: blur(4px);
}

.video-play-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition-delay: 0s;
}

.video-play-overlay__icon {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
}

.video-topbar {
  position: absolute;
  z-index: 4;
  top: max(18px, env(safe-area-inset-top));
  left: 18px;
  right: 18px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  pointer-events: none;
}

.brand-mark,
.back-button {
  grid-column: 1;
  justify-self: start;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
}

.brand-mark {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(28, 30, 33, 0.64);
  backdrop-filter: blur(12px);
}

.brand-mark img {
  width: 35px;
  height: 35px;
  display: block;
  object-fit: contain;
}

.back-button {
  display: none;
  width: 35.2px;
  height: 35.2px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(69, 72, 76, 0.72);
  backdrop-filter: blur(10px);
  cursor: pointer;
  pointer-events: auto;
}

.back-button img {
  width: 19.2px;
  height: 19.2px;
  display: block;
  object-fit: contain;
  filter: invert(1);
  pointer-events: none;
}

.video-panel.is-mobile-fullscreen .brand-mark {
  display: none;
}

.video-panel.is-mobile-fullscreen .back-button {
  display: grid;
}

.club-pill {
  grid-column: 2;
  justify-self: center;
  min-width: 92px;
  padding: 9px 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(28, 30, 33, 0.64);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.01em;
  backdrop-filter: blur(12px);
}

.video-tools {
  position: absolute;
  z-index: 4;
  top: 34%;
  right: 12px;
  width: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 26px;
  background: rgba(69, 72, 76, 0.72);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.video-tool {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.video-tool img {
  display: block;
  object-fit: contain;
  transition: opacity 150ms ease;
}

.fullscreen-icon {
  width: 22px;
  height: 22px;
  filter: invert(1);
}

.tracer-icon {
  width: 25px;
  height: 25px;
}

#tracer-button.is-active {
  border-color: transparent;
  border-radius: 50%;
  background: #168cf0;
  box-shadow: 0 4px 12px rgba(22, 140, 240, 0.3);
}

.guideline-panel {
  --guideline-expanded-height: 326px;
  --guideline-collapsed-height: 48px;
  --guideline-collapsed-shift: calc((var(--guideline-expanded-height) - var(--guideline-collapsed-height)) / 2);
  position: absolute;
  z-index: 4;
  top: 20%;
  left: 10px;
  width: 52px;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 26px;
  background: rgba(69, 72, 76, 0.72);
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  max-height: var(--guideline-expanded-height);
  transform: translateY(0);
  transform-origin: top center;
  transition:
    max-height 300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 300ms ease;
}

.video-panel.is-mobile-fullscreen .guideline-panel {
  display: flex;
}

.guideline-collapse {
  width: 42px;
  height: 40px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.guideline-chevron {
  width: 17px;
  height: 17px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(4px) rotate(225deg);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.guideline-options {
  display: grid;
  gap: 4px;
  justify-items: center;
  max-height: 272px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transform-origin: top center;
  visibility: visible;
  transition:
    max-height 300ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear;
}

.guideline-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 3px;
  overflow: visible;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.guideline-button img {
  width: auto;
  height: 36px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.guideline-button.is-active {
  border-color: transparent;
  background: #168cf0;
  box-shadow: 0 4px 12px rgba(22, 140, 240, 0.3);
}

.guideline-panel.is-collapsed {
  max-height: var(--guideline-collapsed-height);
  border-radius: 26px;
  transform: translateY(var(--guideline-collapsed-shift));
}

.guideline-panel.is-collapsed .guideline-options {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
  transition:
    max-height 300ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 140ms ease,
    transform 220ms ease,
    visibility 0s linear 300ms;
}

.guideline-panel.is-collapsed .guideline-chevron {
  transform: translateY(-4px) rotate(45deg);
}

.video-panel.is-mobile-fullscreen {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100vw;
  height: 100dvh;
  border-radius: 0;
  background: #000;
}

.video-panel.is-mobile-fullscreen {
  position: fixed;
  z-index: 9999;
  inset: 0;
}

.video-panel.is-mobile-fullscreen .video-stage {
  height: auto;
}

.video-panel.is-mobile-fullscreen .swing-video {
  object-fit: contain;
}

.video-panel.is-mobile-fullscreen .video-controls {
  display: none;
}

.video-panel.is-mobile-fullscreen .video-tools {
  top: calc(20% + 111px);
}

.video-controls {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 17px;
  left: 14px;
}

.video-control-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.playback-speed,
.video-timestamp {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 8, 8, 0.78);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  backdrop-filter: blur(6px);
}

.playback-speed {
  min-width: 36px;
  padding: 0 8px;
  cursor: pointer;
}

.video-timestamp {
  min-width: 82px;
  padding: 0 10px;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}

.video-progress {
  width: 100%;
  height: 18px;
  margin: 0;
  appearance: none;
  background: transparent;
  accent-color: #fff;
  cursor: pointer;
  touch-action: none;
}

.video-progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

.video-progress::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.video-progress::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

.video-progress::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.video-progress::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #fff;
}

.phase-strip {
  display: none;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-template-rows: 68px 44px;
  column-gap: 1px;
  row-gap: 4px;
  height: calc(126px + env(safe-area-inset-bottom));
  padding: 5px 4px calc(5px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 12, 0.9);
  backdrop-filter: blur(10px);
}

.video-panel.is-mobile-fullscreen .phase-strip {
  display: grid;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
}

.phase-button {
  min-width: 0;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
}

.phase-button img {
  width: auto;
  height: clamp(34px, 10vw, 44px);
  max-width: none;
  display: block;
  pointer-events: none;
}

.phase-button.is-active {
  border-color: transparent;
  background: #168cf0;
  box-shadow: 0 4px 12px rgba(22, 140, 240, 0.3);
}

.frame-scrubber {
  --ruler-offset: 0px;
  --ruler-width: 0px;
  grid-column: 1 / -1;
  position: relative;
  height: 44px;
  overflow: hidden;
  background: #1b1b1d;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}

.frame-ruler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: var(--ruler-width);
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.92) 0 2px, transparent 2px),
    linear-gradient(to right, rgba(255, 255, 255, 0.84) 0 1px, transparent 1px),
    linear-gradient(to right, rgba(255, 255, 255, 0.76) 0 1px, transparent 1px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 120px 16px, 60px 12px, 12px 8px;
  transform: translateX(calc(0px - var(--ruler-offset)));
  pointer-events: none;
  will-change: transform;
}

.frame-ruler::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-50%);
}

.frame-ruler::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.76);
  transform: translateY(-50%);
}

.frame-playhead {
  position: absolute;
  z-index: 1;
  top: 2px;
  bottom: 2px;
  left: 50%;
  width: 3px;
  background: #ff6f6f;
  transform: translateX(-50%);
  pointer-events: none;
}

.frame-scrubber.is-scrubbing {
  cursor: grabbing;
}

.frame-scrubber:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: -2px;
}

.analysis-nav {
  height: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
  background: #18181a;
}

.analysis-nav__item {
  position: relative;
  border: 0;
  background: transparent;
  color: #77777f;
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
}

.analysis-nav__item.is-active {
  color: #fff;
}

.analysis-nav__item.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--blue);
  box-shadow: 0 0 12px rgba(38, 147, 255, 0.48);
}

.analysis-content {
  padding: 14px 12px 32px;
}

.tempo-rhythm-content {
  display: grid;
  gap: 12px;
  padding: 20px 12px 32px;
  background: #1c1c1e;
}

.metric-card {
  padding: 14px;
  border: 1px solid #44444a;
  border-radius: 14px;
  background: #2a2a2c;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.metric-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.metric-card__header h2 {
  margin: 0;
  color: #f2f2f3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.rhythm-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.rhythm-value-card {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #55555b;
  border-radius: 12px;
  background: rgba(18, 18, 20, 0.08);
}

.rhythm-value-card span {
  display: block;
  margin-bottom: 5px;
  color: #f2f2f3;
  font-size: 13px;
  font-weight: 650;
}

.rhythm-value-card strong {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.comparison-vs {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #6c6c70;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.tempo-comparison {
  display: grid;
  gap: 8px;
  padding: 0;
}

.tempo-swing__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 12px;
}

.tempo-swing__topline strong {
  font-weight: 700;
}

.tempo-swing__topline span {
  font-variant-numeric: tabular-nums;
  font-weight: 650;
}

.tempo-bar {
  width: 100%;
  height: 22px;
  display: flex;
  gap: 3px;
}

.tempo-segment {
  min-width: 0;
  display: grid;
  flex-basis: 0;
  flex-grow: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 3px;
  color: #101113;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.tempo-segment--backswing {
  background: #64b5f6;
}

.tempo-segment--downswing {
  background: #66bb6a;
}

.tempo-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
  color: #c8c8cc;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.tempo-vs {
  justify-self: center;
  margin: 0;
}

.result-tabs {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.result-tab {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #414147;
  border-radius: 10px;
  background: #232326;
  color: #d5d5d8;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.result-tab.is-active {
  border-color: var(--blue);
  background: linear-gradient(180deg, #2b9cff, var(--blue-strong));
  color: #fff;
  box-shadow: 0 5px 16px rgba(8, 127, 233, 0.22);
}

.info-button {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1.5px solid #b8b8bd;
  border-radius: 50%;
  background: transparent;
  color: #d6d6d9;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.result-help {
  margin: -6px 0 16px;
  padding: 11px 12px;
  border: 1px solid rgba(38, 147, 255, 0.22);
  border-radius: 10px;
  background: rgba(38, 147, 255, 0.07);
  color: #b8c8d7;
  font-size: 12px;
  line-height: 1.5;
}

.screen-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 180px;
  color: var(--muted);
  font-size: 13px;
}

.screen-status[hidden] {
  display: none;
}

.spinner {
  width: 17px;
  height: 17px;
  border: 2px solid #35353a;
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: spin 800ms linear infinite;
}

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

.result-panel {
  display: grid;
  gap: 14px;
}

.result-card {
  overflow: hidden;
  border: 1px solid #44444a;
  border-radius: 14px;
  background: #2a2a2c;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.result-card__header {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 17px 18px 0;
}

.result-rank {
  flex: 0 0 auto;
  min-width: 43px;
  padding: 5px 8px;
  border: 1px solid #4d4d53;
  border-radius: 9px;
  background: #2b2b2f;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
}

.result-title-wrap {
  min-width: 0;
}

.result-name {
  margin: 0;
  color: #f2f2f3;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -0.015em;
}

.result-description {
  margin: 0;
  padding: 12px 18px 17px;
  color: #c3c3c8;
  font-size: 13px;
  line-height: 1.52;
  white-space: pre-line;
}

.severity {
  padding: 13px 18px 17px;
  border-top: 1px solid #45454b;
  background: rgba(12, 12, 14, 0.13);
}

.severity__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  color: #74747c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.severity__label {
  color: var(--severity-color, var(--mild));
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.severity__meter {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.severity__meter span {
  height: 6px;
  border-radius: 999px;
  background: #55555b;
}

.severity__meter span.is-filled {
  background: var(--segment-color);
  box-shadow: 0 0 8px color-mix(in srgb, var(--segment-color) 45%, transparent);
}

.severity__meter span:nth-child(1) {
  --segment-color: #e3969a;
}

.severity__meter span:nth-child(2) {
  --segment-color: #e47c81;
}

.severity__meter span:nth-child(3) {
  --segment-color: #e85960;
}

.severity__meter span:nth-child(4) {
  --segment-color: #f04049;
}

.severity__meter span:nth-child(5) {
  --segment-color: #f52832;
}

.empty-state {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 28px;
  border: 1px dashed #3b3b41;
  border-radius: 14px;
  background: #17171a;
  text-align: center;
}

.empty-state__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(54, 191, 140, 0.1);
  color: var(--green);
  font-size: 21px;
}

.empty-state h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

.empty-state p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 431px) {
  body {
    padding: 20px 0;
  }

  .phone-shell {
    min-height: calc(100svh - 40px);
    border: 1px solid #252529;
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
