@font-face { font-family: Fraunces; src: url("/fonts/fraunces.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: Manrope; src: url("/fonts/manrope.ttf") format("truetype"); font-style: normal; font-weight: 200 800; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("/fonts/dm-mono-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "DM Mono"; src: url("/fonts/dm-mono-medium.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }

:root {
  --ink: #191a40;
  --paper: #f7f0e5;
  --sun: #f7d889;
  --coral: #e57b68;
  --sage: #628a7d;
  --muted: #66647a;
  --line: rgba(25, 26, 64, 0.14);
}

* { box-sizing: border-box; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; color: white; background: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #396ba5; outline-offset: 4px; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: radial-gradient(circle at 15% 15%, #fff9ec 0 12%, transparent 35%), var(--paper);
  font-family: Manrope, system-ui, sans-serif;
}

button,
input { font: inherit; }

button { cursor: pointer; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  height: 84px;
  margin: auto;
  padding: 0 28px;
}

.wordmark {
  color: var(--ink);
  font: 600 24px Fraunces, serif;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.wordmark span { color: var(--coral); }

.account {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.shell {
  width: min(1120px, calc(100% - 48px));
  min-height: calc(100vh - 162px);
  margin: 20px auto 54px;
}

.hero {
  max-width: 670px;
  padding: 92px 0 50px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font: 500 12px "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font: 600 clamp(42px, 6vw, 72px) / 0.98 Fraunces, Georgia, serif;
  letter-spacing: -0.055em;
}

.lede {
  max-width: 620px;
  margin: 28px 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.availability-note { max-width: 600px; padding: 12px 16px; border-left: 3px solid var(--coral); font-size: 14px; line-height: 1.6; background: rgba(255, 255, 255, 0.45); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease;
}

.button:hover:not(:disabled),
.round-button:hover:not(:disabled) { transform: translateY(-2px); }

.button:disabled,
.round-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.primary {
  border-color: var(--ink);
  color: white;
  background: var(--ink);
}

.quiet {
  color: var(--ink);
  background: transparent;
}

.link-button {
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-decoration: underline;
}

.fine-print,
.upload-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 25px;
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 5px;
}

.text-link span {
  color: var(--coral);
  transition: transform 0.18s ease;
}

.text-link:hover span { transform: translateX(4px); }

.story-card {
  position: absolute;
  top: 160px;
  right: max(6vw, 48px);
  width: 280px;
  height: 350px;
  overflow: hidden;
  padding: 34px;
  border-radius: 150px 150px 24px 24px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 16px 20px 0 var(--sun);
}

.story-card .moon {
  color: var(--sun);
  font: 70px Georgia, serif;
}

.story-card p {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  width: 170px;
  font: 500 22px / 1.1 Fraunces, serif;
}

.hills {
  position: absolute;
  bottom: -110px;
  left: -65px;
  width: 390px;
  height: 210px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 115px -35px 0 #9eb7a3;
}

.panel {
  margin: 74px auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 40px rgba(25, 26, 64, 0.06);
}

.narrow { max-width: 620px; }
.panel h1 { font-size: clamp(38px, 5vw, 57px); }

.panel > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.panel form {
  display: grid;
  gap: 11px;
  margin-top: 32px;
}

.panel label {
  font-size: 13px;
  font-weight: 700;
}

.panel input {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fffaf1;
}

.panel form .button {
  justify-self: start;
  margin-top: 12px;
}

.panel .consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
  font-weight: 400;
}

.panel .consent input {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--ink);
}

.consent-policies { margin: 0 0 10px; font-size: 12px; line-height: 1.65; }
.consent-policies p { margin: 0 0 8px; }
.consent-policies nav, .site-footer nav, .policy-related { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.consent-policies a, .site-footer a, .policy-page a { color: var(--ink); text-underline-offset: 4px; }
.site-footer { padding: 28px 24px; }
.site-footer p { margin: 0 0 18px; }
.site-footer nav { justify-content: center; font: 500 12px / 1.6 Manrope, sans-serif; text-transform: none; letter-spacing: 0; }
.site-footer .text-link { margin: 0; }
.policy-page { max-width: 820px; margin: 42px auto 84px; padding: 0 28px; }
.policy-version { white-space: nowrap; }
.policy-page h1 { font-size: clamp(42px, 6vw, 68px); line-height: 1.06; }
.policy-page .policy-introduction { margin: 28px 0 44px; font-size: 19px; color: var(--muted); line-height: 1.6; }
.policy-page section { border-top: 1px solid var(--line); padding: 26px 0; }
.policy-page h2 { margin: 0 0 18px; font: 600 27px / 1.2 Fraunces, Georgia, serif; }
.policy-page section p { margin: 0 0 18px; line-height: 1.8; white-space: pre-line; }
.policy-page section p:last-child { margin-bottom: 0; }
.policy-page .text-link { display: inline; margin: 0; }
.policy-related { border-top: 1px solid var(--line); padding-top: 26px; font-size: 14px; }

.message {
  max-width: 760px;
  margin: 18px auto;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
}

.success {
  color: #175844;
  background: #e1f1e6;
}

.error {
  color: #8d302a;
  background: #f9e2de;
}

.status-panel {
  max-width: 700px;
  text-align: center;
}

.status-panel h1 { margin: auto; }
.status-panel .button { margin-top: 20px; }

.spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 22px;
  border: 3px solid var(--line);
  border-top-color: var(--coral);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

.approval-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(300px, 1.15fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
  padding: 52px 0;
}

.approval-layout h1 { font-size: clamp(38px, 5vw, 62px); }

.approval-layout p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.sheet {
  margin: 0;
  padding: 13px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 12px 15px 0 var(--sun), 0 14px 38px rgba(25, 26, 64, 0.13);
}

.sheet img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.sheet figcaption {
  padding: 13px 7px 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.back-link {
  display: block;
  width: max-content;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.status-panel .back-link {
  margin-top: -24px;
  text-align: left;
}

.library { padding: 58px 0 86px; }

.library-head {
  display: flex;
  gap: 32px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 58px;
}

.library-head h1 { font-size: clamp(44px, 6vw, 68px); }

.library-head > div > p:not(.eyebrow) {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.library-head .button { flex: 0 0 auto; }

.shelf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 64px) clamp(24px, 4vw, 46px);
}

.shelf-book { min-width: 0; }

.shelf-cover {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 5px 12px 12px 5px;
  background: #141633;
  box-shadow: -6px 7px 0 #ded4c3, -10px 11px 0 #bbae98, 0 22px 38px rgba(25, 26, 64, 0.17);
  aspect-ratio: 3 / 2;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.shelf-cover::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7%;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(90deg, rgba(7, 8, 24, 0.42), transparent);
  pointer-events: none;
}

.shelf-cover:hover {
  box-shadow: -6px 7px 0 #ded4c3, -10px 11px 0 #bbae98, 0 28px 44px rgba(25, 26, 64, 0.23);
  transform: translateY(-5px) rotate(-0.5deg);
}

.shelf-cover img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.shelf-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  color: #f8e9cb;
  background: radial-gradient(circle at 50% 38%, rgba(247, 216, 137, 0.22), transparent 24%), linear-gradient(145deg, #282b5c, #15162f);
  font: 600 25px Fraunces, serif;
  text-align: center;
}

.shelf-placeholder i {
  margin-bottom: 10px;
  color: var(--sun);
  font-style: normal;
}

.shelf-book-copy { padding: 27px 4px 0; }

.book-status {
  margin: 0 0 10px;
  color: var(--coral);
  font: 500 10px "DM Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.book-status.ready { color: #397363; }

.shelf-book h2 {
  margin: 0;
  font: 600 29px / 1.1 Fraunces, serif;
  letter-spacing: -0.035em;
}

.shelf-book-copy > p:not(.book-status) {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.shelf-action {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.shelf-action span {
  color: var(--coral);
  transition: transform 0.18s ease;
}

.shelf-action:hover span { transform: translateX(4px); }

.book-ready {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.72fr);
  gap: clamp(38px, 8vw, 108px);
  align-items: center;
  min-height: calc(100vh - 220px);
  padding: 56px 3vw;
}

.book-ready-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.book-ready-copy .fine-print { font-size: 12px; }

.ready-cover {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 7px 15px 15px 7px;
  background: #111229;
  box-shadow: -9px 9px 0 #ddd0b7, -15px 15px 0 #b9aa8f, 0 30px 65px rgba(25, 26, 64, 0.24);
  transform: rotate(2deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ready-cover::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7%;
  border-radius: 7px 0 0 7px;
  background: linear-gradient(90deg, rgba(10, 10, 24, 0.4), transparent);
}

.ready-cover:hover {
  box-shadow: -9px 9px 0 #ddd0b7, -15px 15px 0 #b9aa8f, 0 38px 75px rgba(25, 26, 64, 0.3);
  transform: rotate(0deg) translateY(-7px);
}

.ready-cover img {
  display: block;
  width: 100%;
  border-radius: inherit;
}

footer {
  padding: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font: 12px "DM Mono", monospace;
  text-align: center;
}

/* Full-screen reading room */
body.reading-mode {
  overflow: hidden;
  color: #f8f1e6;
  background: #0a0c19;
}

body.reading-mode #app { height: 100vh; }

.reader-experience {
  --reader-ink: #f8f1e6;
  --reader-muted: rgba(248, 241, 230, 0.62);
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  grid-template-rows: 68px minmax(0, 1fr) 64px;
  color: var(--reader-ink);
  background:
    radial-gradient(ellipse at 50% 78%, rgba(198, 151, 91, 0.12), transparent 38%),
    linear-gradient(135deg, #111426 0%, #070912 58%, #0d0f1d 100%);
  isolation: isolate;
}

.reader-experience::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  pointer-events: none;
}

.reader-chrome {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 0 clamp(18px, 3vw, 46px);
  transition: opacity 0.35s ease;
}

.reader-title {
  overflow: hidden;
  margin: 0;
  color: var(--reader-muted);
  font: 500 13px "DM Mono", monospace;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reader-tools {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.reader-link,
.icon-button {
  width: max-content;
  padding: 8px 0;
  border: 0;
  color: var(--reader-ink);
  background: transparent;
  font-size: 13px;
}

.reader-link {
  display: flex;
  gap: 9px;
  align-items: center;
}

.reader-link span,
.refresh-link { color: var(--reader-muted); }

.icon-button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(248, 241, 230, 0.24);
  border-radius: 50%;
  font-size: 19px;
}

.reading-table {
  position: relative;
  display: grid;
  grid-template-columns: minmax(48px, 1fr) minmax(0, auto) minmax(48px, 1fr);
  gap: clamp(8px, 2vw, 28px);
  align-items: center;
  min-height: 0;
}

.book-object {
  --book-ratio: 1.5;
  position: relative;
  width: min(84vw, calc((100vh - 144px) * var(--book-ratio)));
  margin: 0;
  aspect-ratio: var(--book-ratio);
}

.book-object::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 18% 12% 2%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(34px);
  transform: translateY(8%);
}

.flipbook-host {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  transition: opacity 0.55s ease, transform 0.7s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.book-object.is-ready .flipbook-host {
  opacity: 1;
  transform: none;
}

.flipbook-host iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.reader-book-loading {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  color: rgba(248, 241, 230, 0.7);
  background: transparent;
  font: 11px "DM Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.reader-book-loading .spinner {
  width: 30px;
  height: 30px;
}

.reader-load-error {
  display: grid;
  height: 100%;
  padding: 32px;
  place-content: center;
  justify-items: center;
  border: 1px solid rgba(248, 241, 230, 0.18);
  border-radius: 10px;
  color: #f8f1e6;
  background: rgba(8, 10, 21, 0.72);
  text-align: center;
}

.page-edge {
  display: grid;
  width: 100%;
  height: 70%;
  padding: 0;
  place-items: center;
  border: 0;
  color: rgba(248, 241, 230, 0.8);
  background: transparent;
  transition: opacity 0.35s ease, color 0.18s ease;
}

.page-edge span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(248, 241, 230, 0.24);
  border-radius: 50%;
  background: rgba(8, 10, 21, 0.14);
  opacity: 0.72;
  backdrop-filter: blur(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.page-edge.previous { justify-content: end; }
.page-edge.next { justify-content: start; }
.page-edge:hover:not(:disabled) { color: #f7d889; }
.page-edge:hover:not(:disabled) span {
  border-color: rgba(247, 216, 137, 0.55);
  opacity: 1;
  transform: scale(1.04);
}
.page-edge:focus { outline: 0; }
.page-edge:focus-visible span { box-shadow: 0 0 0 3px rgba(226, 189, 112, 0.38); }

.page-edge:disabled {
  cursor: default;
  opacity: 0;
}

.reader-progress {
  display: grid;
  grid-template-columns: 120px minmax(120px, 430px) 1fr;
  gap: 22px;
  align-items: center;
  padding: 0 clamp(18px, 3vw, 46px);
  border: 0;
  color: var(--reader-muted);
  background: transparent;
  font: 11px "DM Mono", monospace;
  text-align: left;
  transition: opacity 0.35s ease;
}

.reader-page-label { color: var(--reader-ink); }

.progress-track {
  height: 2px;
  overflow: hidden;
  background: rgba(248, 241, 230, 0.16);
}

.progress-track span {
  display: block;
  height: 100%;
  background: #e2bd70;
  transition: width 0.35s ease;
}

.reader-hint { justify-self: end; }

.controls-hidden .reader-chrome,
.controls-hidden .reader-progress {
  pointer-events: none;
  opacity: 0;
}

.controls-hidden .page-edge { opacity: 0; }

.end-sheet {
  grid-column: 2;
  width: min(620px, calc(100vw - 48px));
  padding: clamp(38px, 7vw, 80px);
  border: 1px solid rgba(248, 241, 230, 0.18);
  color: #fff9ee;
  background: rgba(248, 241, 230, 0.06);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  text-align: center;
  backdrop-filter: blur(10px);
}

.end-sheet h1 {
  margin: auto;
  color: #fff9ee;
  font-size: clamp(44px, 7vw, 76px);
}

.end-sheet > p:not(.eyebrow) {
  color: var(--reader-muted);
  line-height: 1.7;
}

.end-sheet .hero-actions { justify-content: center; }

.button.light.primary {
  border-color: #f6ecdc;
  color: #15162b;
  background: #f6ecdc;
}

.button.light.quiet {
  border-color: rgba(248, 241, 230, 0.5);
  color: #f6ecdc;
}

@media (max-width: 900px) {
  .story-card {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0 50px;
  }

  .hero { padding: 62px 0 32px; }
  .approval-layout { grid-template-columns: 1fr; }
  .approval-layout .sheet { max-width: 600px; }
  .shelf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .book-ready {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 46px 0 70px;
  }

  .ready-cover {
    width: min(88%, 520px);
    justify-self: center;
  }

  .reader-experience { grid-template-rows: 58px minmax(0, 1fr) 56px; }
  .reader-title { display: none; }
  .reader-chrome { grid-template-columns: 1fr 1fr; }

  .reading-table {
    grid-template-columns: 0 minmax(0, 1fr) 0;
    gap: 0;
  }

  .book-object {
    width: min(100vw, calc((100vh - 114px) * var(--book-ratio) / 2));
    aspect-ratio: calc(var(--book-ratio) / 2);
  }

  .page-edge {
    position: absolute;
    z-index: 4;
    top: 15%;
    width: 23%;
  }

  .page-edge.previous {
    left: 0;
    justify-content: start;
    padding-left: 10px;
  }

  .page-edge.next {
    right: 0;
    justify-content: end;
    padding-right: 10px;
  }

  .page-edge span { opacity: 0.72; }

  .reader-progress {
    grid-template-columns: 95px 1fr;
    gap: 14px;
  }

  .reader-hint { display: none; }
}

@media (max-width: 560px) {
  .nav { padding: 0 20px; }
  .account span { display: none; }
  .shell { width: min(100% - 32px, 1120px); }
  .hero { padding-top: 34px; }

  .story-card {
    width: 240px;
    height: 300px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button { width: 100%; }
  .panel { margin: 32px auto; }
  .library { padding-top: 30px; }

  .library-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 44px;
  }

  .library-head .button { width: auto; }
  .shelf-grid { grid-template-columns: 1fr; gap: 48px; }
  .shelf-book { width: min(100%, 440px); }
  .reader-link span { display: none; }
  .reader-chrome { padding: 0 14px; }
  .reader-tools { gap: 11px; }
  .reader-progress { padding: 0 14px; }
  .end-sheet .hero-actions { flex-direction: column; }
}

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