:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --app-width: 520px;
  --page-bg: #050505;
  --glass-fill: rgb(18 21 25 / 56%);
  --glass-fill-strong: rgb(18 21 25 / 76%);
  --glass-line: rgb(255 255 255 / 30%);
  --glass-highlight: rgb(255 255 255 / 34%);
  --glass-shadow: rgb(0 0 0 / 28%);
  --glass-blur: 24px;
  --surface: var(--glass-fill);
  --surface-strong: var(--glass-fill-strong);
  --line: var(--glass-line);
  --text: #f6f7f9;
  --text-muted: rgb(255 255 255 / 72%);
  --like: #ff355d;
  --advance: #53dbb2;
  background: var(--page-bg);
  color: var(--text);
}

* {
  box-sizing: border-box;
}

html,
body,
.app-shell,
.swiper,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}

html,
body {
  margin: 0;
  overflow: hidden;
}

button {
  font: inherit;
}

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

.app-shell {
  position: relative;
  background: var(--page-bg);
  overflow: hidden;
}

.topbar {
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(100%, var(--app-width));
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  transform: translateX(-50%);
  pointer-events: none;
}

.brand {
  min-width: 48px;
  font-size: 17px;
  font-weight: 700;
  text-shadow: 0 1px 12px rgb(0 0 0 / 65%);
}

.tabbar {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 999px;
  background: var(--surface);
  pointer-events: auto;
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgb(0 0 0 / 22%),
    0 10px 28px var(--glass-shadow);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.tab {
  position: relative;
  z-index: 1;
  min-width: 66px;
  height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgb(255 255 255 / 70%);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.tab.is-active {
  background: rgb(255 255 255 / 88%);
  box-shadow: inset 0 1px 0 #fff, 0 3px 12px rgb(0 0 0 / 18%);
  color: #080808;
}

.tab:disabled {
  cursor: default;
  opacity: 0.42;
}

.topbar-actions {
  display: flex;
  min-width: 94px;
  justify-content: flex-end;
  gap: 6px;
  pointer-events: auto;
}

.icon-button {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 50%;
  background: var(--surface);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgb(0 0 0 / 24%),
    0 9px 24px var(--glass-shadow);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  transition: transform 150ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.icon-button:active {
  transform: scale(0.92);
  background: rgb(35 40 46 / 72%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    inset 0 -1px 0 rgb(0 0 0 / 28%),
    0 5px 16px rgb(0 0 0 / 24%);
}

.icon-button:focus-visible,
.tab:focus-visible,
.action:focus-visible,
.retry-button:focus-visible,
.scrubbar:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.tool-icon,
.tool-icon svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 22px;
  height: 22px;
}

.tool-icon svg,
.retry-icon svg,
.error-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mode-button.is-advance {
  border-color: rgb(124 239 202 / 58%);
  background: rgb(18 74 60 / 64%);
  box-shadow:
    inset 0 1px 0 rgb(204 255 237 / 34%),
    inset 0 -1px 0 rgb(0 43 33 / 32%),
    0 9px 24px rgb(0 35 26 / 30%);
  color: var(--advance);
}

.icon-button.is-loading .tool-icon {
  animation: spin 760ms linear infinite;
}

.slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  overflow: hidden;
}

.video-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--page-bg);
  transform-origin: center center;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}

.media-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--page-bg);
}

.slide.is-landscape .media-frame {
  top: 50%;
  left: 50%;
  width: min(100%, 177.7778vh);
  height: auto;
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
}

.player-container,
.player-container .artplayer,
.player-container .art-video,
.video-stage video {
  width: 100%;
  height: 100%;
}

.player-container {
  position: absolute;
  inset: 0;
}

.player-container .artplayer {
  background: var(--page-bg);
}

.player-container .art-video,
.video-stage video {
  object-fit: contain;
  background: var(--page-bg);
}

.player-container .art-control,
.player-container .art-notice,
.player-container .art-mask,
.player-container .art-loading {
  display: none !important;
}

.video-loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  align-content: center;
  background:
    linear-gradient(105deg, transparent 34%, rgb(255 255 255 / 10%) 50%, transparent 66%),
    rgb(5 5 5 / 42%);
  background-size: 220% 100%, auto;
  color: var(--text-muted);
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
  backdrop-filter: blur(2px);
}

.slide.is-loading .video-loader {
  opacity: 1;
  animation: loader-scan 1.4s ease-in-out infinite;
}

.video-shade {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(to top, rgb(0 0 0 / 74%), rgb(0 0 0 / 0));
  pointer-events: none;
}

.meta {
  position: absolute;
  left: 18px;
  right: 86px;
  bottom: max(58px, calc(env(safe-area-inset-bottom) + 52px));
  z-index: 5;
  display: grid;
  gap: 7px;
}

.author {
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 10px rgb(0 0 0 / 80%);
}

.title {
  display: -webkit-box;
  max-height: 3.8em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.45;
  text-shadow: 0 1px 10px rgb(0 0 0 / 80%);
}

.category {
  position: relative;
  width: max-content;
  max-width: 100%;
  padding: 3px 8px;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 999px;
  background: var(--glass-fill);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 24%), 0 6px 18px rgb(0 0 0 / 22%);
  color: rgb(255 255 255 / 84%);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.actions {
  position: absolute;
  right: 16px;
  bottom: max(58px, calc(env(safe-area-inset-bottom) + 52px));
  z-index: 6;
  display: grid;
  gap: 13px;
}

.action {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 1px 8px rgb(0 0 0 / 75%);
}

.action-icon {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 50%;
  background: var(--surface);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgb(0 0 0 / 24%),
    0 9px 24px var(--glass-shadow);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  transition: transform 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.action-icon svg {
  position: relative;
  z-index: 1;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.action:active .action-icon {
  transform: scale(0.9);
  background: rgb(35 40 46 / 72%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 5px 16px rgb(0 0 0 / 24%);
}

.action-label {
  max-width: 58px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.center-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 16;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 50%;
  background: var(--glass-fill);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgb(0 0 0 / 24%),
    0 14px 34px rgb(0 0 0 / 32%);
  font-size: 15px;
  font-weight: 700;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.center-hint svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
}

.slide.show-center-hint .center-hint {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.slide.is-paused .center-hint {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.slide.needs-user-play .center-hint {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.slide.is-loading .center-hint {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.codec-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 17;
  display: grid;
  width: min(340px, calc(100% - 32px));
  gap: 7px;
  padding: 18px 20px;
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    0 16px 40px rgb(0 0 0 / 36%);
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.codec-notice[hidden] {
  display: none;
}

.slide.is-codec-unsupported .center-hint {
  display: none;
}

.codec-notice strong {
  font-size: 15px;
  line-height: 1.4;
}

.codec-notice span {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
}

.heart-burst {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  color: var(--like);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4) rotate(-8deg);
  text-shadow: 0 8px 24px rgb(0 0 0 / 42%);
  pointer-events: none;
}

.heart-burst svg {
  width: 78px;
  height: 78px;
  fill: currentColor;
  stroke: currentColor;
}

.slide.show-heart .heart-burst {
  animation: heart-pop 620ms ease both;
}

.slide.is-liked .like-icon {
  color: var(--like);
}

.scrubbar {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: max(4px, env(safe-area-inset-bottom));
  z-index: 15;
  display: grid;
  gap: 5px;
  padding: 12px 2px 6px;
  cursor: pointer;
  opacity: 0.72;
  touch-action: none;
  transition: opacity 150ms ease;
}

.scrubbar:focus-visible,
.slide.is-scrubbing .scrubbar {
  opacity: 1;
}

.scrub-track {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: rgb(255 255 255 / 22%);
}

.scrub-buffer,
.scrub-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: inherit;
}

.scrub-buffer {
  width: 0;
  background: rgb(255 255 255 / 28%);
}

.scrub-fill {
  width: 0;
  background: #fff;
}

.scrub-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 45%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75);
  transition: opacity 150ms ease, transform 150ms ease;
}

.slide.is-scrubbing .scrub-thumb,
.scrubbar:focus-visible .scrub-thumb {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.scrub-time {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgb(255 255 255 / 72%);
  opacity: 0;
  transition: opacity 150ms ease;
}

.slide.is-scrubbing .scrub-time,
.scrubbar:focus-visible .scrub-time,
.slide.is-quick-seeking .scrub-time {
  opacity: 1;
}

.seek-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 13;
  display: grid;
  min-width: 142px;
  gap: 6px;
  padding: 13px 16px;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  background: var(--glass-fill-strong);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgb(0 0 0 / 26%),
    0 16px 38px rgb(0 0 0 / 34%);
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 140ms ease, transform 140ms ease;
  pointer-events: none;
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.slide.is-quick-seeking .seek-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.seek-direction {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 800;
}

.seek-time {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: rgb(255 255 255 / 76%);
}

.loading,
.error {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--page-bg);
  color: var(--text);
  text-align: center;
}

.loading[hidden],
.error[hidden] {
  display: none !important;
}

.error {
  background:
    linear-gradient(105deg, transparent 32%, rgb(255 255 255 / 6%) 50%, transparent 68%),
    var(--page-bg);
  background-size: 220% 100%, auto;
}

.loading::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 26px, rgb(255 255 255 / 2.5%) 27px),
    linear-gradient(105deg, transparent 32%, rgb(255 255 255 / 7%) 50%, transparent 68%);
  background-size: auto, 220% 100%;
  content: "";
  animation: loader-scan 1.8s ease-in-out infinite;
}

.loading-content,
.error-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.loading-copy {
  color: var(--text-muted);
  font-size: 13px;
}

.loading-visual {
  display: flex;
  height: 34px;
  align-items: center;
  gap: 5px;
}

.loading-visual i {
  display: block;
  width: 5px;
  height: 28px;
  border-radius: 3px;
  background: #fff;
  animation: loading-bars 900ms ease-in-out infinite alternate;
}

.loading-visual i:nth-child(2) {
  animation-delay: 150ms;
}

.loading-visual i:nth-child(3) {
  animation-delay: 300ms;
}

.loading-visual-small {
  height: 28px;
}

.loading-visual-small i {
  width: 4px;
  height: 22px;
  background: rgb(255 255 255 / 86%);
}

.error-card {
  width: min(320px, calc(100% - 32px));
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 rgb(0 0 0 / 28%),
    0 18px 54px rgb(0 0 0 / 42%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.error-icon,
.error-icon svg {
  width: 30px;
  height: 30px;
  color: #ff8b9f;
}

.error-message {
  color: #ffd5dc;
  font-size: 14px;
  line-height: 1.55;
}

.retry-button {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: 7px;
  background: var(--glass-fill);
  box-shadow: inset 0 1px 0 var(--glass-highlight), 0 8px 20px var(--glass-shadow);
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(145%);
  backdrop-filter: blur(var(--glass-blur)) saturate(145%);
}

.retry-icon,
.retry-icon svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
}

.tabbar::before,
.icon-button::before,
.action-icon::before,
.category::before,
.center-hint::before,
.seek-overlay::before,
.error-card::before,
.retry-button::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(
    128deg,
    rgb(255 255 255 / 20%) 0%,
    rgb(255 255 255 / 6%) 28%,
    transparent 44%,
    transparent 72%,
    rgb(255 255 255 / 8%) 100%
  );
  content: "";
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
}

.icon-button:active::before,
.action:active .action-icon::before,
.retry-button:active::before {
  opacity: 0.62;
  transform: translateY(2px);
}

.error-card > *,
.retry-button > * {
  position: relative;
  z-index: 1;
}

@supports not (backdrop-filter: blur(1px)) {
  .tabbar,
  .icon-button,
  .action-icon,
  .category,
  .center-hint,
  .seek-overlay,
  .error-card,
  .retry-button {
    background: rgb(18 21 25 / 92%);
  }

  .mode-button.is-advance {
    background: rgb(18 74 60 / 92%);
  }
}

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

@keyframes loader-scan {
  from {
    background-position: 120% 0, 0 0;
  }

  to {
    background-position: -120% 0, 0 0;
  }
}

@keyframes loading-bars {
  0% {
    opacity: 0.42;
    transform: scaleY(0.38);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes heart-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35) rotate(-8deg);
  }

  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05) rotate(-8deg);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, -58%) scale(0.95) rotate(-8deg);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -68%) scale(1.08) rotate(-8deg);
  }
}

@media (min-width: 720px) {
  .app-shell {
    max-width: var(--app-width);
    margin: 0 auto;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 8%);
  }

  .app-shell.is-landscape-feed {
    max-width: none;
    box-shadow: none;
  }

  .app-shell.is-landscape-feed .slide.is-landscape .media-frame {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    transform: none;
  }

  .app-shell.is-landscape-feed .slide.is-landscape .video-stage video {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 440px) {
  .topbar {
    gap: 6px;
    padding: 0 10px;
  }

  .brand {
    min-width: 36px;
    font-size: 15px;
  }

  .tabbar {
    gap: 3px;
    padding: 3px;
  }

  .tab {
    min-width: 0;
    height: 29px;
    padding: 0 8px;
    font-size: 12px;
  }

  .topbar-actions {
    min-width: 84px;
    gap: 4px;
  }

  .icon-button {
    width: 40px;
    height: 40px;
  }

  .tool-icon,
  .tool-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 360px) {
  .topbar {
    padding: 0 10px;
    gap: 6px;
  }

  .brand {
    min-width: 38px;
    font-size: 15px;
  }

  .tab {
    min-width: 50px;
    padding: 0 7px;
    font-size: 12px;
  }

  .topbar-actions {
    min-width: 86px;
    gap: 4px;
  }

  .icon-button {
    width: 41px;
    height: 41px;
  }
}

@media (max-height: 520px) {
  .topbar {
    top: max(7px, env(safe-area-inset-top));
  }

  .meta {
    bottom: max(44px, calc(env(safe-area-inset-bottom) + 40px));
    gap: 4px;
  }

  .author {
    font-size: 14px;
  }

  .category,
  .action-label {
    display: none;
  }

  .title {
    font-size: 12px;
    -webkit-line-clamp: 1;
  }

  .actions {
    bottom: max(42px, calc(env(safe-area-inset-bottom) + 38px));
    gap: 7px;
  }

  .action-icon {
    width: 40px;
    height: 40px;
  }

  .action {
    gap: 0;
  }
}

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