:root {
  color-scheme: dark;
  --bg: #101112;
  --surface: #17191a;
  --surface-2: #1e2021;
  --line: rgba(255, 255, 255, 0.09);
  --muted: #9b9d9f;
  --text: #f7f4ef;
  --accent: #ff8a3d;
  --accent-light: #ffb26f;
  --accent-dark: #bf4814;
  --safe: #88c999;
  --warning: #f3bd62;
  --volume-fill: 30.9%;
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 138, 61, 0.08), transparent 26rem),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

button,
input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.app-shell {
  width: min(100% - 32px, 760px);
  margin: 0 auto;
  padding: 22px 0 32px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-bottom: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.brand-mark {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 2px;
  width: 29px;
  height: 29px;
  padding: 7px;
  border: 1px solid rgba(255, 138, 61, 0.35);
  border-radius: 9px;
  background: rgba(255, 138, 61, 0.11);
}

.brand-mark i {
  width: 3px;
  border-radius: 3px;
  background: var(--accent);
}

.brand-mark i:nth-child(1) { height: 7px; }
.brand-mark i:nth-child(2) { height: 14px; }
.brand-mark i:nth-child(3) { height: 10px; }

.ready-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: #c6c8c9;
  font-size: 0.8rem;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.install-button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 138, 61, 0.25);
  border-radius: 999px;
  background: rgba(255, 138, 61, 0.08);
  color: var(--accent-light);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease;
}

.install-button:hover {
  border-color: rgba(255, 138, 61, 0.48);
  background: rgba(255, 138, 61, 0.14);
}

.install-button:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: 2px;
}

.install-button:disabled {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.025);
  color: #777a7b;
  cursor: default;
}

.ready-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--safe);
  box-shadow: 0 0 0 4px rgba(136, 201, 153, 0.1);
}

.sound-stage {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 6vw, 50px) 24px 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 40%),
    rgba(23, 25, 26, 0.94);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.sound-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 44%, rgba(255, 255, 255, 0.03) 50%, transparent 56%);
  transform: translateX(-110%);
}

.sound-stage.is-playing::before {
  animation: sheen 0.75s ease-out;
}

.stage-heading {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent-light);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.stage-heading h1 {
  margin: 0;
  font-size: clamp(1.6rem, 5vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.stage-heading > p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.pulse-field {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 390px);
  height: clamp(270px, 50vw, 340px);
  margin: 8px auto 0;
}

.pulse-field::after {
  content: "";
  position: absolute;
  bottom: 16px;
  width: 42%;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  filter: blur(12px);
}

.pulse-ring {
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 138, 61, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.ring-two {
  width: 270px;
  height: 270px;
  border-color: rgba(255, 138, 61, 0.08);
}

.ring-three {
  width: 330px;
  height: 330px;
  border-color: rgba(255, 138, 61, 0.045);
}

.pulse-field.hit .pulse-ring {
  animation: pulse-out 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.pulse-field.hit .ring-two { animation-delay: 0.045s; }
.pulse-field.hit .ring-three { animation-delay: 0.09s; }

.thump-button {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  outline: 0;
  background:
    radial-gradient(circle at 36% 25%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(145deg, var(--accent-light), var(--accent) 47%, var(--accent-dark));
  box-shadow:
    inset 0 -10px 20px rgba(111, 34, 5, 0.25),
    inset 0 2px 0 rgba(255, 255, 255, 0.25),
    0 12px 0 #8f3511,
    0 22px 42px rgba(199, 70, 17, 0.32);
  color: #271107;
  cursor: pointer;
  transform: translateY(-5px);
  transition: transform 120ms ease, box-shadow 120ms ease, filter 160ms ease;
  user-select: none;
}

.thump-button:hover {
  filter: brightness(1.06);
}

.thump-button:active,
.thump-button.is-playing {
  box-shadow:
    inset 0 -5px 15px rgba(111, 34, 5, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 4px 0 #8f3511,
    0 10px 25px rgba(199, 70, 17, 0.25);
  transform: translateY(4px) scale(0.985);
}

.thump-button:focus-visible {
  outline: 3px solid rgba(255, 203, 159, 0.95);
  outline-offset: 6px;
}

.button-kicker,
.button-detail {
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.button-kicker {
  opacity: 0.68;
}

.button-detail {
  opacity: 0.74;
  letter-spacing: 0.05em;
}

.thump-button strong {
  margin: 1px 0 3px;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -0.12em;
  transform: translateX(-0.06em);
}

.keyboard-hint {
  position: relative;
  z-index: 2;
  margin: -4px 0 18px;
  color: #838587;
  font-size: 0.76rem;
}

kbd {
  display: inline-block;
  min-width: 28px;
  padding: 2px 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
  color: #aeb0b1;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.7rem;
}

.status-line {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.15);
  color: #b6b8b9;
  font-size: 0.82rem;
  text-align: left;
}

.status-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 22px;
}

.status-wave i {
  width: 3px;
  height: 5px;
  border-radius: 3px;
  background: #66696b;
}

.sound-stage.is-playing .status-wave i {
  background: var(--accent);
  animation: meter 0.55s ease-in-out infinite alternate;
}

.sound-stage.is-playing .status-wave i:nth-child(2),
.sound-stage.is-playing .status-wave i:nth-child(4) { animation-delay: -0.2s; }
.sound-stage.is-playing .status-wave i:nth-child(3) { animation-delay: -0.36s; }

.frequency-readout {
  color: #777a7b;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.74rem;
}

.frequency-readout b {
  color: var(--accent-light);
  font-size: 0.84rem;
}

.control-panel {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}

.scene-group {
  min-width: 0;
  margin: 0 0 22px;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.scene-group legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
}

.scene-group legend span {
  color: #f0ede8;
  font-size: 0.94rem;
  font-weight: 700;
}

.scene-group legend small {
  color: #7f8283;
  font-size: 0.76rem;
}

.scene-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.scene-options button {
  display: flex;
  min-width: 0;
  min-height: 96px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #242728;
  color: #aaacad;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}

.scene-options button:hover {
  border-color: rgba(255, 255, 255, 0.1);
  color: #e4e1dc;
}

.scene-options button:active {
  transform: scale(0.975);
}

.scene-options button:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: 2px;
}

.scene-options button.active {
  border-color: rgba(255, 138, 61, 0.38);
  background: linear-gradient(145deg, rgba(255, 138, 61, 0.14), rgba(255, 138, 61, 0.07));
  color: var(--accent-light);
}

.scene-glyph {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.13);
  font-size: 0.82rem;
  font-weight: 800;
}

.scene-options strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scene-options small {
  margin-top: 4px;
  color: #727576;
  font-size: 0.68rem;
}

.scene-options button.active small {
  color: rgba(255, 178, 111, 0.67);
}

.control-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.control-title > div,
.control-group legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.control-label,
.control-group legend > span {
  color: #f0edE8;
  font-size: 0.94rem;
  font-weight: 700;
}

.control-caption,
.control-group legend small {
  color: #7f8283;
  font-size: 0.76rem;
  font-weight: 400;
}

.volume-output {
  min-width: 54px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 138, 61, 0.2);
  border-radius: 9px;
  background: rgba(255, 138, 61, 0.08);
  color: var(--accent-light);
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}

.volume-slider {
  width: 100%;
  height: 5px;
  margin: 24px 0 11px;
  border-radius: 99px;
  outline: none;
  background: linear-gradient(90deg, var(--accent) var(--volume-fill), #323536 var(--volume-fill));
  cursor: pointer;
  appearance: none;
}

.volume-slider::-webkit-slider-thumb {
  width: 23px;
  height: 23px;
  border: 4px solid var(--surface);
  border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 0 1px rgba(255, 178, 111, 0.45), 0 4px 12px rgba(0, 0, 0, 0.35);
  appearance: none;
}

.volume-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 4px solid var(--surface);
  border-radius: 50%;
  background: var(--accent-light);
  box-shadow: 0 0 0 1px rgba(255, 178, 111, 0.45), 0 4px 12px rgba(0, 0, 0, 0.35);
}

.volume-slider:focus-visible {
  outline: 3px solid rgba(255, 178, 111, 0.45);
  outline-offset: 8px;
}

.range-scale {
  display: flex;
  justify-content: space-between;
  color: #66696b;
  font-size: 0.69rem;
}

.volume-warning {
  margin: 12px 0 0;
  padding: 9px 11px;
  border: 1px solid rgba(243, 189, 98, 0.18);
  border-radius: 9px;
  background: rgba(243, 189, 98, 0.06);
  color: var(--warning);
  font-size: 0.76rem;
  line-height: 1.6;
}

.control-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 12px;
  margin-top: 23px;
}

.control-group {
  min-width: 0;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.018);
}

.count-group {
  transition: opacity 160ms ease;
}

.control-group.is-disabled {
  opacity: 0.48;
}

.count-group button:disabled {
  cursor: not-allowed;
  transform: none;
}

.control-group legend {
  float: left;
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
}

.control-group legend + * {
  clear: both;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.segmented button {
  min-height: 54px;
  padding: 8px 6px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #242728;
  color: #aaaCAD;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}

.segmented button:hover {
  border-color: rgba(255, 255, 255, 0.1);
  color: #e4e1dc;
}

.segmented button:active {
  transform: scale(0.97);
}

.segmented button:focus-visible {
  outline: 2px solid var(--accent-light);
  outline-offset: 2px;
}

.segmented button.active {
  border-color: rgba(255, 138, 61, 0.35);
  background: rgba(255, 138, 61, 0.11);
  color: var(--accent-light);
}

.segmented button span,
.segmented button small {
  display: block;
}

.segmented button span {
  font-size: 0.82rem;
  font-weight: 700;
}

.segmented button small {
  margin-top: 3px;
  color: #717475;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 0.65rem;
}

.segmented button.active small {
  color: rgba(255, 178, 111, 0.68);
}

.count-options button {
  font-size: 0.8rem;
  font-weight: 700;
}

.output-card {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
}

.output-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(136, 201, 153, 0.2);
  border-radius: 10px;
  background: rgba(136, 201, 153, 0.07);
}

.output-icon span {
  position: absolute;
  left: 10px;
  top: 9px;
  width: 8px;
  height: 14px;
  border: 2px solid var(--safe);
  border-right: 0;
  border-radius: 2px 0 0 2px;
}

.output-icon i,
.output-icon i::before {
  position: absolute;
  border: 1px solid var(--safe);
  border-left: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0 50% 50% 0;
}

.output-icon i {
  left: 17px;
  top: 9px;
  width: 5px;
  height: 14px;
}

.output-icon i::before {
  content: "";
  left: 2px;
  top: -4px;
  width: 8px;
  height: 20px;
}

.output-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 110px;
}

.output-copy span {
  color: #737677;
  font-size: 0.7rem;
}

.output-copy strong {
  color: #d7d9d9;
  font-size: 0.82rem;
}

.output-card p {
  margin: 0;
  color: #858889;
  font-size: 0.76rem;
  line-height: 1.6;
  text-align: right;
}

.safety-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 14px;
  padding: 17px 18px;
  border: 1px solid rgba(243, 189, 98, 0.14);
  border-radius: 16px;
  background: rgba(243, 189, 98, 0.045);
}

.safety-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(243, 189, 98, 0.35);
  border-radius: 50%;
  color: var(--warning);
  font-family: Georgia, serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.safety-note strong {
  display: block;
  margin-bottom: 4px;
  color: #e5c793;
  font-size: 0.84rem;
}

.safety-note p {
  margin: 0;
  color: #928777;
  font-size: 0.76rem;
  line-height: 1.65;
}

.audio-credits {
  margin-top: 24px;
  color: #aeb0b2;
  font-size: 0.875rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.audio-credits summary {
  cursor: pointer;
  color: #d4d5d6;
}

.audio-credits a {
  color: #e2bf83;
  text-underline-offset: 3px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 4px 0;
  color: #606263;
  font-size: 0.68rem;
}

.emergency-stop {
  position: fixed;
  z-index: 10;
  right: 16px;
  bottom: 16px;
  min-width: 120px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: #c9412d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.install-dialog {
  width: min(calc(100% - 28px), 440px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #191b1c;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62);
  color: var(--text);
}

.install-dialog::backdrop {
  background: rgba(5, 6, 6, 0.78);
  backdrop-filter: blur(5px);
}

.install-dialog form {
  position: relative;
  padding: 28px;
  text-align: center;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0 0 3px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  color: #a6a8a9;
  font-size: 1.35rem;
  cursor: pointer;
}

.install-app-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 16px;
  overflow: hidden;
  border-radius: 19px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.32);
}

.install-app-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.dialog-eyebrow {
  margin: 0 0 5px;
  color: var(--accent-light);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.install-dialog h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.35;
}

.dialog-lead {
  margin: 9px auto 18px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.install-steps {
  display: grid;
  gap: 8px;
  text-align: left;
}

.install-steps > div {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.install-steps b,
.install-steps span {
  display: block;
}

.install-steps b {
  margin-bottom: 4px;
  color: #ddd9d3;
  font-size: 0.8rem;
}

.install-steps span {
  color: #898c8d;
  font-size: 0.76rem;
  line-height: 1.6;
}

.dialog-done {
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  border: 0;
  border-radius: 12px;
  background: var(--accent);
  color: #271107;
  font-weight: 800;
  cursor: pointer;
}

@keyframes pulse-out {
  0% { opacity: 0.9; transform: scale(0.58); border-width: 2px; }
  100% { opacity: 0; transform: scale(1.15); border-width: 1px; }
}

@keyframes meter {
  0% { height: 5px; opacity: 0.55; }
  100% { height: 20px; opacity: 1; }
}

@keyframes sheen {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(110%); }
}

@media (max-width: 620px) {
  .app-shell {
    width: min(100% - 20px, 540px);
    padding-top: 12px;
  }

  .sound-stage {
    padding-inline: 14px;
    border-radius: 22px;
  }

  .pulse-field {
    height: 280px;
    transform: scale(0.92);
    margin-block: -4px;
  }

  .keyboard-hint {
    display: none;
  }

  .control-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .control-grid {
    grid-template-columns: 1fr;
  }

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

  .scene-options button:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .output-card {
    grid-template-columns: auto 1fr;
  }

  .output-card p {
    grid-column: 1 / -1;
    text-align: left;
  }

  footer {
    flex-direction: column;
    gap: 5px;
  }

  .emergency-stop {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 390px) {
  .ready-pill {
    padding-inline: 9px;
  }

  .install-button {
    padding-inline: 10px;
  }

  .stage-heading > p:last-child {
    font-size: 0.82rem;
  }

  .ring-three {
    width: 300px;
    height: 300px;
  }

  .status-line {
    grid-template-columns: 36px 1fr auto;
    padding-inline: 10px;
  }

  .safety-note {
    padding: 14px;
  }

  .scene-options {
    gap: 6px;
  }

  .scene-options button {
    min-height: 91px;
    padding-inline: 4px;
  }

  .scene-options strong {
    font-size: 0.76rem;
  }
}

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