:root {
  --reader-bg: #07101f;
  --reader-bg-soft: #0d182a;
  --reader-panel: #121d2f;
  --reader-panel-raised: #18243a;
  --reader-ink: #f8fafc;
  --reader-muted: #aebbd0;
  --reader-line: rgba(203, 213, 225, 0.18);
  --reader-line-strong: rgba(125, 211, 252, 0.36);
  --reader-red: #e3363c;
  --reader-red-bright: #f45b61;
  --reader-cyan: #67d4e4;
  --reader-gold: #e8b35b;
  --reader-green: #238761;
  --reader-green-bright: #2ca978;
  --reader-shadow: 0 24px 72px rgba(0, 0, 0, 0.38);
  --reader-frame: min(1760px, calc(100% - clamp(32px, 5vw, 112px)));
  --reader-radius: 8px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--reader-bg);
  color: var(--reader-ink);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--reader-bg);
  color: var(--reader-ink);
}

body.reader-modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(227, 54, 60, 0.08), transparent 32%),
    linear-gradient(180deg, #07101f 0%, #0c1729 100%);
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid var(--reader-cyan);
  outline-offset: 3px;
}

.reader-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;
}

.reader-title-actions,
.catalogue-reader-card-actions,
.reader-error-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reader-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.reader-button--primary {
  background: var(--reader-red);
  color: #fff;
  box-shadow: 0 12px 34px rgba(227, 54, 60, 0.22);
}

.reader-button--primary:hover {
  background: var(--reader-red-bright);
  transform: translateY(-1px);
}

.reader-button--enquire {
  border-color: rgba(77, 205, 146, 0.4);
  background: var(--reader-green);
  color: #fff;
  box-shadow: 0 12px 34px rgba(35, 135, 97, 0.3);
}

.reader-button--enquire:hover {
  background: var(--reader-green-bright);
  transform: translateY(-1px);
}

.reader-button--quiet {
  border-color: var(--reader-line);
  background: rgba(255, 255, 255, 0.04);
  color: #e7edf7;
}

.reader-button--quiet:hover {
  border-color: var(--reader-line-strong);
  background: rgba(103, 212, 228, 0.08);
}

.catalogue-reader-frame {
  width: var(--reader-frame);
  margin: 0 auto;
}

.catalogue-reader-hero {
  min-height: 330px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--reader-line);
  background:
    linear-gradient(90deg, rgba(7, 16, 31, 0.22), rgba(7, 16, 31, 0.86)),
    url("/assets/images/catalogue/dma-catalogue-hero-merchandise.png") center 48% / cover no-repeat;
}

.catalogue-reader-hero .catalogue-reader-frame {
  padding: 36px 0 46px;
}

.catalogue-reader-breadcrumb,
.reader-back {
  color: #c5d0e1;
  font-size: 0.92rem;
}

.catalogue-reader-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 42px;
}

.catalogue-reader-breadcrumb a:hover,
.reader-back:hover {
  color: var(--reader-cyan);
}

.catalogue-reader-hero-copy {
  max-width: 810px;
}

.reader-eyebrow {
  margin-bottom: 12px;
  color: var(--reader-red-bright);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalogue-reader-section-heading h2,
.catalogue-reader-card h2,
.reader-error h2 {
  margin: 0;
  letter-spacing: 0;
}

.catalogue-reader-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #d5deea;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.65;
}

.catalogue-reader-library {
  padding: clamp(38px, 5vw, 76px) 0 84px;
}

.catalogue-reader-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.catalogue-reader-section-heading h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.7rem);
  font-weight: 700;
}

.catalogue-reader-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

.catalogue-reader-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--reader-line);
  border-radius: var(--reader-radius);
  background: var(--reader-panel);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.catalogue-reader-cover {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  border-bottom: 1px solid var(--reader-line);
  background: #0a1425;
}

.catalogue-reader-cover::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(145deg, rgba(103, 212, 228, 0.07), transparent 46%, rgba(227, 54, 60, 0.06));
  pointer-events: none;
}

.catalogue-reader-cover img {
  position: relative;
  width: auto;
  height: 300px;
  border-radius: 2px;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.52);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.catalogue-reader-cover:hover img {
  transform: translateY(-4px) scale(1.012);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.6);
}

.catalogue-reader-open-mark {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--reader-line-strong);
  border-radius: 50%;
  background: rgba(7, 16, 31, 0.86);
  color: var(--reader-cyan);
  font-size: 1.25rem;
}

.catalogue-reader-card-body {
  padding: 24px;
}

.catalogue-reader-meta {
  display: flex;
  gap: 9px;
  margin-bottom: 12px;
  color: var(--reader-cyan);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.catalogue-reader-meta span + span::before {
  content: "·";
  margin-right: 9px;
  color: #68768c;
}

.catalogue-reader-card h2 {
  font-size: clamp(1.25rem, 1.5vw, 1.6rem);
  line-height: 1.2;
}

.catalogue-reader-card h2 a:hover {
  color: var(--reader-cyan);
}

.catalogue-reader-card p {
  min-height: 5.1em;
  margin: 14px 0 22px;
  color: var(--reader-muted);
  line-height: 1.68;
}

.catalogue-reader-card-actions {
  align-items: stretch;
}

.catalogue-reader-card-actions .reader-button {
  flex: 1 1 0;
  padding-inline: 12px;
  text-align: center;
  font-size: 0.88rem;
}

.reader-footer {
  display: flex;
  width: var(--reader-frame);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 25px 0 34px;
  border-top: 1px solid var(--reader-line);
  color: #95a4ba;
  font-size: 0.9rem;
}

.reader-footer a {
  color: #dbe8f5;
  font-weight: 700;
}

.catalogue-reader-main {
  width: min(1880px, calc(100% - clamp(20px, 3vw, 64px)));
  margin: 0 auto;
  padding: 24px 0 32px;
}

.reader-titlebar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
}

.reader-title-line {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 8px;
}

.reader-back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(203, 213, 225, 0.28);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
  color: #e4ebf4;
  font-weight: 740;
}

.reader-back:hover {
  border-color: var(--reader-line-strong);
  background: rgba(103, 212, 228, 0.08);
}

.reader-title-line h1 {
  font-size: clamp(1.55rem, 2.3vw, 2.7rem);
}

.reader-title-line > span {
  flex: 0 0 auto;
  color: var(--reader-cyan);
  font-size: 0.8rem;
  font-weight: 760;
  text-transform: uppercase;
}

.reader-title-actions > a:first-child {
  color: #d3dce9;
  font-size: 0.9rem;
  font-weight: 700;
}

.reader-title-actions > a:first-child:hover {
  color: var(--reader-cyan);
}

.reader-shell {
  overflow: hidden;
  border: 1px solid var(--reader-line-strong);
  border-radius: var(--reader-radius);
  background: #07101d;
  box-shadow: var(--reader-shadow);
}

.reader-toolbar {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 10px;
  border-bottom: 1px solid var(--reader-line);
  background: #111d30;
}

.reader-tool-group {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
}

.reader-tool {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #dfe7f2;
  cursor: pointer;
}

.reader-tool svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.reader-tool:hover:not(:disabled) {
  border-color: rgba(103, 212, 228, 0.28);
  background: rgba(103, 212, 228, 0.08);
  color: var(--reader-cyan);
}

.reader-tool:disabled {
  color: #59677a;
  cursor: not-allowed;
}

.reader-page-jump {
  display: flex;
  height: 38px;
  align-items: center;
  gap: 7px;
  padding: 4px 10px;
  border: 1px solid var(--reader-line);
  border-radius: 5px;
  color: #aebbd0;
  font-size: 0.82rem;
}

.reader-page-jump input {
  width: 48px;
  padding: 3px 2px;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 760;
  text-align: center;
  appearance: textfield;
}

.reader-page-jump input::-webkit-inner-spin-button,
.reader-page-jump input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.reader-zoom-value {
  width: 52px;
  color: #b9c5d6;
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.reader-stage {
  position: relative;
  display: grid;
  height: clamp(470px, calc(100dvh - 248px), 930px);
  min-height: 470px;
  place-items: center;
  overflow: hidden;
  background-color: #0a1320;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 28px 28px;
  touch-action: pan-y;
  cursor: pointer;
  outline: none;
}

.reader-stage:focus-visible {
  outline: 3px solid var(--reader-cyan);
  outline-offset: -4px;
}

.reader-stage.is-zoomed {
  display: block;
  overflow: auto;
}

.reader-side-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: 56px;
  height: 76px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(4, 12, 23, 0.72);
  color: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.reader-side-nav--previous {
  left: 14px;
}

.reader-side-nav--next {
  right: 14px;
}

.reader-side-nav svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.reader-side-nav:hover:not(:disabled) {
  border-color: rgba(103, 212, 228, 0.68);
  background: rgba(15, 31, 48, 0.9);
  color: var(--reader-cyan);
  transform: translateY(-50%) scale(1.035);
}

.reader-side-nav:disabled {
  opacity: 0.22;
  cursor: not-allowed;
}

.reader-browse-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 7;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(4, 12, 23, 0.78);
  color: #eef5fb;
  font-size: 0.82rem;
  font-weight: 680;
  pointer-events: none;
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.reader-browse-hint[hidden] {
  display: none;
}

.reader-browse-hint.is-dismissing {
  opacity: 0;
  transform: translate(-50%, 6px);
}

.reader-mobile-navigation {
  display: none;
}

.reader-pages {
  position: absolute;
  inset: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, 0.35vw, 8px);
  opacity: 1;
  transform: translateX(0);
}

.reader-stage.is-zoomed .reader-pages {
  position: relative;
  inset: auto;
  width: max-content;
  min-width: 100%;
  height: max-content;
  min-height: 100%;
  padding: 14px;
}

.reader-pages.is-turning-forward {
  animation: reader-turn-forward 190ms ease-out;
}

.reader-pages.is-turning-backward {
  animation: reader-turn-backward 190ms ease-out;
}

@keyframes reader-turn-forward {
  0% { opacity: 0.38; transform: translateX(14px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes reader-turn-backward {
  0% { opacity: 0.38; transform: translateX(-14px); }
  100% { opacity: 1; transform: translateX(0); }
}

.reader-page {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.56);
}

.reader-page--left {
  transform-origin: right center;
  border-radius: 3px 0 0 3px;
  box-shadow: -15px 22px 48px rgba(0, 0, 0, 0.42), inset -18px 0 28px -28px rgba(0, 0, 0, 0.72);
}

.reader-page--right {
  transform-origin: left center;
  border-radius: 0 3px 3px 0;
  box-shadow: 15px 22px 48px rgba(0, 0, 0, 0.42), inset 18px 0 28px -28px rgba(0, 0, 0, 0.72);
}

.reader-page--single {
  border-radius: 3px;
}

.reader-page canvas {
  width: 100%;
  height: 100%;
  background: #fff;
}

.reader-page-number {
  position: absolute;
  right: 8px;
  bottom: 6px;
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  padding: 0 6px;
  border-radius: 4px;
  background: rgba(7, 16, 31, 0.78);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 760;
  pointer-events: none;
}

.reader-loading,
.reader-error {
  position: relative;
  z-index: 3;
}

.reader-loading {
  display: grid;
  width: min(360px, calc(100% - 40px));
  justify-items: center;
  gap: 10px;
  color: #d9e3ef;
  text-align: center;
}

.reader-loading[hidden] {
  display: none;
}

.reader-loading-detail {
  color: var(--reader-muted);
}

.reader-spinner {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(103, 212, 228, 0.18);
  border-top-color: var(--reader-cyan);
  border-radius: 50%;
  animation: reader-spin 760ms linear infinite;
}

@keyframes reader-spin {
  to { transform: rotate(360deg); }
}

.reader-progress {
  width: min(280px, 80vw);
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.reader-progress > span {
  display: block;
  width: 6%;
  height: 100%;
  background: var(--reader-cyan);
  transition: width 160ms ease;
}

.reader-error {
  width: min(600px, calc(100% - 34px));
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(244, 91, 97, 0.42);
  border-radius: var(--reader-radius);
  background: rgba(17, 29, 48, 0.98);
  box-shadow: var(--reader-shadow);
  text-align: center;
}

.reader-error[hidden] {
  display: none;
}

.reader-error-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 auto 14px;
  border: 1px solid rgba(244, 91, 97, 0.48);
  border-radius: 50%;
  color: var(--reader-red-bright);
  font-size: 1.25rem;
  font-weight: 850;
}

.reader-error h2 {
  font-size: 1.45rem;
}

.reader-error p {
  color: var(--reader-muted);
  line-height: 1.6;
}

.reader-error-actions {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.reader-statusbar {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 14px;
  border-top: 1px solid var(--reader-line);
  background: #0d1829;
  color: #96a6ba;
  font-size: 0.76rem;
}

.reader-noscript {
  margin: 0;
  padding: 16px;
  color: #fff;
  text-align: center;
}

.reader-noscript a {
  color: var(--reader-cyan);
  text-decoration: underline;
}

.reader-shell:fullscreen,
.reader-shell:-webkit-full-screen,
.reader-shell.reader-shell--expanded {
  display: grid;
  width: 100vw;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
  border: 0;
  border-radius: 0;
  background: #07101d;
}

.reader-shell.reader-shell--expanded {
  position: fixed;
  inset: 0;
  z-index: 100;
}

.reader-shell:fullscreen .reader-stage,
.reader-shell:-webkit-full-screen .reader-stage,
.reader-shell.reader-shell--expanded .reader-stage {
  height: auto;
  min-height: 0;
}

@media (max-width: 1120px) {
  .catalogue-reader-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalogue-reader-card:last-child {
    grid-column: 1 / -1;
  }

  .catalogue-reader-card:last-child {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) 1.25fr;
  }

  .catalogue-reader-card:last-child .catalogue-reader-cover {
    border-right: 1px solid var(--reader-line);
    border-bottom: 0;
  }

  .reader-titlebar {
    align-items: start;
  }

  .reader-title-actions {
    flex-direction: column;
    align-items: end;
  }
}

@media (max-width: 820px) {
  :root {
    --reader-frame: calc(100% - 32px);
  }

  .catalogue-reader-hero {
    min-height: 390px;
    background-position: 58% 50%;
  }

  .catalogue-reader-breadcrumb {
    margin-bottom: 66px;
  }

  .catalogue-reader-section-heading {
    display: block;
  }

  .catalogue-reader-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-reader-card:last-child {
    display: block;
    grid-column: auto;
  }

  .catalogue-reader-card:last-child .catalogue-reader-cover {
    border-right: 0;
    border-bottom: 1px solid var(--reader-line);
  }

  .catalogue-reader-card p {
    min-height: 0;
  }

  .reader-footer {
    display: block;
  }

  .reader-footer a {
    display: block;
    margin-top: 9px;
  }

  .catalogue-reader-main {
    width: 100%;
    padding: 14px 0 0;
  }

  .reader-titlebar {
    width: calc(100% - 28px);
    margin: 0 auto 14px;
  }

  .reader-title-line {
    display: block;
  }

  .reader-title-line h1 {
    margin: 8px 0 5px;
    font-size: clamp(1.3rem, 6vw, 1.8rem);
  }

  .reader-title-actions {
    display: none;
  }

  .reader-shell {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .reader-toolbar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 10px;
    padding: 6px;
  }

  .reader-tool {
    width: 40px;
    height: 40px;
  }

  .reader-tool--open {
    display: none;
  }

  .reader-stage {
    height: clamp(430px, calc(100dvh - 272px), 760px);
    min-height: 430px;
  }

  .reader-side-nav {
    display: none;
  }

  .reader-mobile-navigation {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 10px;
    border-top: 1px solid var(--reader-line);
    background: #111d30;
  }

  .reader-mobile-navigation button {
    display: inline-flex;
    min-width: 128px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(203, 213, 225, 0.26);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    color: #f2f6fb;
    font-weight: 760;
    cursor: pointer;
  }

  .reader-mobile-navigation button:hover:not(:disabled) {
    border-color: var(--reader-line-strong);
    background: rgba(103, 212, 228, 0.09);
    color: var(--reader-cyan);
  }

  .reader-mobile-navigation button:disabled {
    opacity: 0.28;
    cursor: not-allowed;
  }

  .reader-browse-hint {
    bottom: 16px;
    width: max-content;
    max-width: calc(100% - 32px);
    text-align: center;
  }

  .reader-pages {
    inset: 10px 8px;
  }

  .reader-page--left,
  .reader-page--right {
    border-radius: 3px;
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.52);
  }

  .reader-statusbar span:last-child {
    display: none;
  }
}

@media (max-width: 540px) {
  .catalogue-reader-card-actions {
    display: grid;
  }

  .catalogue-reader-cover {
    min-height: 310px;
  }

  .catalogue-reader-cover img {
    height: 280px;
  }

  .reader-navigation-tools .reader-tool:first-child,
  .reader-navigation-tools .reader-tool:last-child {
    display: none;
  }

  .reader-view-tools .reader-tool[data-reader-action="fit"] {
    display: none;
  }

  .reader-statusbar {
    justify-content: center;
  }

  .reader-mobile-navigation button {
    min-width: 0;
    flex: 1 1 0;
  }
}

@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;
  }
}
