:root {
  --page-bg: #050403;
  --surface: #17100b;
  --surface-raised: #21160f;
  --surface-soft: #2b1c12;
  --paper: #eadbc5;
  --paper-muted: #c7b49c;
  --ink: #24170f;
  --text: #f6ead8;
  --muted: #bba991;
  --accent: #e47828;
  --accent-bright: #ff9a43;
  --gold: #c79a53;
  --gold-soft: #e2bd7e;
  --line: rgba(226, 189, 126, 0.25);
  --line-strong: rgba(226, 189, 126, 0.5);
  --danger: #e35d3f;
  --focus: #ffd08b;
  --radius-xs: 2px;
  --radius-sm: 5px;
  --radius-md: 9px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --container: 1440px;
  --shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  background: #050403;
  color: var(--text);
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.container {
  width: min(100% - 24px, var(--container));
  margin-inline: auto;
}

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

.skip-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 20;
  padding: 9px 14px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  border-top: 4px solid var(--accent);
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.masthead {
  display: grid;
  gap: var(--space-4);
  padding-block: 18px;
}

.brand {
  display: inline-grid;
  gap: 1px;
  max-width: 100%;
}

.brand-kicker,
.edition-line,
.section-index,
.footer-eyebrow,
.error-card__eyebrow {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-name {
  max-width: 100%;
  color: var(--paper);
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.55rem, 7vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: 0.035em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-note {
  color: var(--accent-bright);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.masthead-tools {
  display: grid;
  align-content: end;
  gap: 8px;
}

.edition-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid var(--line-strong);
  background: #0c0907;
}

.search-form input {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 0;
  padding: 0 13px;
  background: transparent;
  color: var(--text);
  outline: 0;
}

.search-form input::placeholder {
  color: #8e7d69;
}

.search-form:focus-within {
  border-color: var(--accent-bright);
  box-shadow: 0 0 0 2px rgba(228, 120, 40, 0.18);
}

.search-form button {
  min-width: 88px;
  border: 0;
  border-left: 1px solid var(--line-strong);
  padding-inline: 13px;
  background: var(--accent);
  color: #1d0e04;
  font-weight: 800;
  cursor: pointer;
}

.search-form button:hover {
  background: var(--accent-bright);
}

.hot-strip {
  border-block: 1px solid var(--line);
  background: #0e0a07;
}

.hot-strip__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-block: 9px;
}

.hot-strip__label {
  padding: 2px 7px;
  border: 1px solid var(--accent);
  color: var(--accent-bright);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hot-strip__links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  min-width: 0;
}

.hot-strip__links a {
  max-width: 100%;
  color: var(--paper-muted);
  font-size: 0.82rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-strip__links a:hover {
  color: var(--accent-bright);
}

.sponsor-banner,
.sponsor-banner.container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100% !important;
  max-width: none !important;
  margin: 2px 0 !important;
  padding: 0 !important;
  gap: 2px 6px;
}

.sponsor-banner__item,
.sponsor-banner__item a,
.sponsor-banner__item img,
.sponsor-banner a,
.sponsor-banner img {
  width: 100%;
  height: 100%;
}

.sponsor-banner__item img,
.sponsor-banner img {
  display: block;
  object-fit: fill;
  border-radius: 2px;
}

.category-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-block: 2px 12px;
}

.category-nav a {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 41px;
  place-items: center;
  padding: 7px 6px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--paper);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  border-color: var(--accent-bright);
  background: #3a2112;
  color: #fff4e3;
}

.category-nav__home {
  background: var(--accent) !important;
  color: #1d0e04 !important;
}

.site-main {
  padding-block: 20px 28px;
}

.page-intro,
.catalogue-header,
.search-summary {
  margin-bottom: 20px;
}

.page-intro {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-left: 4px solid var(--accent);
  background: linear-gradient(100deg, var(--surface-raised), #100b08);
}

.page-intro h1,
.catalogue-header h1,
.search-summary h1,
.play-heading h1 {
  margin: 4px 0 0;
  color: var(--paper);
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.45rem, 6vw, 2.25rem);
  line-height: 1.25;
}

.page-intro p,
.catalogue-header__title > p,
.search-summary__content > p,
.play-heading > p {
  margin: 0;
  color: var(--muted);
}

.catalog-section + .catalog-section {
  margin-top: 22px;
}

.catalog-section {
  padding-block: 20px;
}

.catalog-section--popular {
  border-block: 1px solid var(--line);
  background: #0c0907;
}

.catalog-section--selected {
  background: linear-gradient(180deg, #1b120c 0%, #120d09 100%);
}

.catalog-section--latest {
  border-top: 3px double var(--line-strong);
  background: #090706;
}

.section-layout {
  display: grid;
  gap: 16px;
}

.section-heading {
  min-width: 0;
  margin-bottom: 14px;
}

.section-heading p,
.listing-heading p,
.related-heading p {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
}

.section-heading h2,
.listing-heading h2,
.related-heading h2 {
  margin: 2px 0 0;
  color: var(--paper);
  font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(1.25rem, 4.5vw, 1.75rem);
  line-height: 1.2;
}

.section-number {
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.section-heading--vertical {
  display: flex;
  gap: 11px;
  margin: 0;
  padding: 4px 0 12px;
  border-bottom: 1px solid var(--line);
}

.section-heading--vertical > div > span {
  color: var(--muted);
  font-size: 0.78rem;
}

.section-heading--split,
.section-heading--ledger,
.section-heading--search {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-strong);
}

.section-heading__title,
.section-heading--ledger {
  display: flex;
  align-items: end;
  gap: 12px;
}

.section-caption {
  max-width: 42%;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: right;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.video-card {
  min-width: 0;
  height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-xs);
  background: var(--surface-raised);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.video-card > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.video-card__cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #120d09;
}

.video-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.video-card__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(23, 10, 3, 0.72));
  pointer-events: none;
}

.play-mark {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 9px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 231, 194, 0.74);
  border-radius: 50%;
  background: rgba(24, 12, 5, 0.72);
}

.play-mark::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 11px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--accent-bright);
}

.cover-label {
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 7px;
  max-width: calc(100% - 14px);
  padding: 2px 5px;
  border: 1px solid rgba(255, 217, 157, 0.5);
  background: rgba(34, 17, 8, 0.82);
  color: var(--gold-soft);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 9px;
}

.card-type {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-card h3 {
  display: -webkit-box;
  min-width: 0;
  height: 2.8em;
  margin: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.4;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.video-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.video-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

.video-card--selected {
  border-bottom: 3px solid var(--gold);
}

.video-card--latest .video-card__body {
  background: #25170f;
}

.catalogue-header {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(115deg, #26170d, #100b08);
}

.catalogue-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.catalogue-stats div {
  min-width: 0;
  padding: 11px;
  border-top: 2px solid var(--accent);
  background: rgba(5, 4, 3, 0.48);
}

.catalogue-stats dt {
  color: var(--muted);
  font-size: 0.73rem;
}

.catalogue-stats dd {
  margin: 2px 0 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing-shell,
.search-results {
  padding: 14px;
  border: 1px solid var(--line);
  background: #0d0907;
}

.listing-heading {
  display: flex;
  gap: 11px;
  align-items: end;
  margin-bottom: 12px;
}

.sort-rack {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  padding: 9px;
  border-block: 1px solid var(--line);
  background: var(--surface-raised);
}

.sort-rack__label {
  color: var(--gold-soft);
  font-size: 0.75rem;
  font-weight: 700;
}

.sort-rack__options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sort-rack__options a,
.sort-rack__options button,
.sort-rack__options span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xs);
  padding: 5px 11px;
  background: #100b08;
  color: var(--paper-muted);
}

.sort-rack__options a:hover,
.sort-rack__options .active,
.sort-rack__options .current {
  border-color: var(--accent);
  background: var(--accent);
  color: #1c0d04;
}

.video-grid:not(:empty) + .empty-state {
  display: none;
}

.empty-state {
  padding: 28px 16px;
  border: 1px dashed var(--line-strong);
  background: var(--surface-raised);
  color: var(--muted);
  text-align: center;
}

.empty-state strong {
  display: block;
  color: var(--paper);
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: 1.15rem;
}

.empty-state p {
  margin: 6px 0 14px;
}

.empty-state a,
.footer-home,
.error-card a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent);
  padding: 7px 15px;
  background: var(--accent);
  color: #211006;
  font-weight: 800;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.page-link {
  display: inline-grid;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  padding: 4px 8px;
  background: var(--surface-raised);
  color: var(--paper-muted);
}

.page-link:hover,
.page-link.current,
.page-link.active,
.page-link.on {
  border-color: var(--accent-bright);
  background: var(--accent);
  color: #1d0d04;
  font-weight: 800;
}

.search-summary {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  border: 1px solid var(--line-strong);
  background: var(--surface-raised);
}

.search-summary__mark {
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #241006;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
}

.search-summary__content {
  min-width: 0;
  padding: 14px 14px 14px 0;
}

.search-summary__content h1 {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search-summary strong {
  color: var(--accent-bright);
}

.screening-room {
  padding: 0;
}

.play-heading {
  max-width: 960px;
  margin: 0 auto 12px;
  padding: 14px;
  border-left: 4px solid var(--accent);
  background: var(--surface-raised);
}

.play-heading__label {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: var(--gold-soft);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

.play-heading h1 {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.player-stage {
  position: relative;
  width: 100%;
  max-width: 960px;
  max-height: 540px;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #000;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.5);
}

.video-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
  background: #000;
}

.player-status {
  position: absolute;
  inset: auto 12px 12px;
  z-index: 2;
  padding: 8px 10px;
  border: 1px solid var(--danger);
  background: rgba(26, 8, 4, 0.94);
  color: #ffd9cc;
  text-align: center;
}

.video-actions-panel {
  width: 100%;
  max-width: 960px;
  margin: 2px auto 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--surface-raised);
}

.video-actions-panel a,
.video-actions-panel button {
  min-height: 36px;
}

.related-section {
  margin-top: 24px;
  padding-block: 20px;
  border-block: 1px solid var(--line-strong);
  background: linear-gradient(110deg, #21140d, #0c0907 50%);
}

.related-layout {
  display: grid;
  gap: 15px;
}

.related-heading {
  padding: 12px;
  border-top: 3px solid var(--accent);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 5, 4, 0.42);
}

.related-heading__index {
  display: block;
  margin-bottom: 13px;
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

.related-heading > span:last-child {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-footer {
  border-top: 4px solid var(--gold);
  background: #1a110b;
}

.footer-grid {
  display: grid;
  gap: 22px;
  padding-block: 24px;
}

.footer-identity h2,
.friend-links h2 {
  margin: 4px 0 7px;
  color: var(--paper);
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: 1.28rem;
}

.footer-identity p:not(.footer-eyebrow) {
  max-width: 620px;
  margin: 0 0 13px;
  color: var(--muted);
}

.footer-section-heading {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line-strong);
}

.footer-section-heading > span {
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.friend-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  padding-top: 11px;
}

.friend-links__list a {
  max-width: 100%;
  color: var(--paper-muted);
  font-size: 0.83rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friend-links__list a:hover {
  color: var(--accent-bright);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  background: #0b0806;
}

.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  justify-content: space-between;
  padding-block: 12px;
  color: #94826d;
  font-size: 0.73rem;
}

.error-page {
  display: grid;
  min-height: 100vh;
}

.error-stage {
  display: grid;
  width: min(100% - 24px, 760px);
  margin: auto;
  padding-block: 24px;
}

.error-card {
  position: relative;
  padding: 26px 18px;
  border: 1px solid var(--line-strong);
  border-top: 5px solid var(--accent);
  background: linear-gradient(135deg, var(--surface-raised), #0d0907);
  box-shadow: var(--shadow);
  text-align: center;
}

.error-card__code {
  color: rgba(228, 120, 40, 0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 24vw, 10rem);
  font-weight: 800;
  line-height: 0.86;
}

.error-card h1 {
  margin: 14px 0 5px;
  color: var(--paper);
  font-family: Georgia, "Noto Serif SC", serif;
  font-size: clamp(1.7rem, 7vw, 2.6rem);
}

.error-card > p:not(.error-card__eyebrow) {
  margin: 0 0 17px;
  color: var(--muted);
}

.error-card small {
  display: block;
  margin-top: 18px;
  color: #8d7c67;
}

.image-load-failed {
  filter: grayscale(1) brightness(0.45);
}

@media (min-width: 520px) {
  .category-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sort-rack {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }
}

@media (min-width: 641px) {
  .container {
    width: min(100% - 36px, var(--container));
  }

  .sponsor-banner,
  .sponsor-banner.container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .masthead {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    align-items: end;
    padding-block: 21px;
  }

  .category-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .video-card__body {
    padding: 11px;
  }

  .video-card h3 {
    font-size: 0.92rem;
  }

  .catalogue-header {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.45fr);
    align-items: end;
  }

  .listing-shell,
  .search-results {
    padding: 18px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (min-width: 900px) {
  .site-main {
    padding-block: 24px 32px;
  }

  .category-nav {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .page-intro--home {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
    align-items: end;
  }

  .page-intro--home > p {
    padding-left: 16px;
    border-left: 1px solid var(--line-strong);
  }

  .section-layout--aside {
    grid-template-columns: 165px minmax(0, 1fr);
  }

  .section-heading--vertical {
    display: block;
    padding: 10px 14px 10px 0;
    border-right: 1px solid var(--line-strong);
    border-bottom: 0;
  }

  .section-heading--vertical .section-number {
    display: block;
    margin-bottom: 46px;
    font-size: 2.4rem;
  }

  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }

  .related-layout {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .related-heading {
    margin: 0;
  }
}

@media (min-width: 1240px) {
  .category-nav {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .video-card h3 {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
