:root {
  color-scheme: light;
  --ink: #24465b;
  --ink-soft: #638194;
  --ink-faint: #8ba4b3;
  --blue-050: #f4fbff;
  --blue-100: #e8f5fc;
  --blue-200: #d8edf8;
  --blue-300: #bddfeb;
  --blue-500: #5c9fbd;
  --blue-700: #316b88;
  --glass: rgba(255, 255, 255, 0.55);
  --glass-strong: rgba(255, 255, 255, 0.74);
  --line: rgba(255, 255, 255, 0.78);
  --shadow: 0 24px 60px rgba(62, 116, 146, 0.16);
  --danger: #b86672;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #dceef8;
}

body {
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.9), transparent 26rem),
    linear-gradient(150deg, #eaf7fc 0%, #d7edf7 46%, #dceef8 100%);
  font-family:
    "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

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

.ambient {
  position: fixed;
  z-index: 0;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.ambient-one {
  width: 280px;
  height: 280px;
  top: -70px;
  right: -80px;
  background: rgba(111, 187, 216, 0.24);
}

.ambient-two {
  width: 230px;
  height: 230px;
  left: -120px;
  bottom: 9%;
  background: rgba(255, 255, 255, 0.72);
}

.ambient-three {
  width: 160px;
  height: 160px;
  right: 3%;
  bottom: 22%;
  background: rgba(137, 202, 226, 0.16);
}

.app-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  min-height: 100dvh;
  margin: 0 auto;
  padding: max(20px, env(safe-area-inset-top)) clamp(18px, 4vw, 58px)
    calc(104px + env(safe-area-inset-bottom));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
}

.brand strong {
  display: block;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.brand strong em {
  color: var(--blue-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.whale-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(68, 132, 164, 0.12);
}

.whale-body {
  position: absolute;
  width: 24px;
  height: 13px;
  left: 9px;
  top: 17px;
  border-radius: 70% 60% 54% 62%;
  background: #5f9fbd;
  transform: rotate(-8deg);
}

.whale-body::before,
.whale-body::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 7px;
  right: -6px;
  border-radius: 80% 30% 80% 20%;
  background: #5f9fbd;
}

.whale-body::before {
  top: -3px;
  transform: rotate(-34deg);
}

.whale-body::after {
  top: 5px;
  transform: rotate(34deg);
}

.whale-eye {
  position: absolute;
  z-index: 2;
  width: 2px;
  height: 2px;
  left: 15px;
  top: 20px;
  border-radius: 50%;
  background: #fff;
}

.whale-spout {
  position: absolute;
  top: 7px;
  left: 17px;
  color: #72abc3;
  font-size: 18px;
  line-height: 1;
}

.status-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 24px rgba(62, 116, 146, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 12px;
  white-space: nowrap;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #79b49b;
  box-shadow: 0 0 0 4px rgba(121, 180, 155, 0.14);
}

main {
  width: 100%;
}

.view {
  display: none;
  padding: clamp(48px, 8vh, 82px) 0 20px;
  animation: view-in 420ms ease both;
}

.view.is-active {
  display: block;
}

@keyframes view-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.draw-intro {
  text-align: center;
}

.eyebrow {
  display: inline-block;
  color: var(--blue-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.draw-intro h1,
.section-heading h1 {
  margin: 12px 0 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: clamp(34px, 7vw, 56px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.06em;
}

.draw-intro p,
.section-heading p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.card-stage {
  position: relative;
  width: min(100%, 430px);
  height: 310px;
  margin: 44px auto 0;
  perspective: 1200px;
}

.card-shadow {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow);
}

.card-shadow-back {
  transform: translateY(16px) scale(0.91);
  opacity: 0.48;
}

.card-shadow-mid {
  transform: translateY(8px) scale(0.96);
  opacity: 0.68;
}

.question-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 720ms cubic-bezier(0.2, 0.78, 0.25, 1);
}

.question-card.is-flipped {
  transform: rotateY(180deg);
}

.card-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 27px 29px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 32px;
  box-shadow:
    0 26px 70px rgba(55, 110, 140, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card-front {
  background:
    radial-gradient(circle at 90% 12%, rgba(109, 174, 201, 0.2), transparent 35%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(229, 245, 251, 0.7));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.card-front::before {
  content: "";
  position: absolute;
  width: 185px;
  height: 185px;
  right: -72px;
  bottom: -86px;
  border: 1px solid rgba(79, 145, 174, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(79, 145, 174, 0.05),
    0 0 0 48px rgba(79, 145, 174, 0.035);
}

.frequency,
.card-number,
.back-meta,
.back-note {
  color: var(--ink-faint);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.signal {
  position: absolute;
  top: 26px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 17px;
}

.signal i {
  display: block;
  width: 2px;
  border-radius: 9px;
  background: rgba(72, 139, 168, 0.56);
}

.signal i:nth-child(1),
.signal i:nth-child(5) {
  height: 5px;
}

.signal i:nth-child(2),
.signal i:nth-child(4) {
  height: 11px;
}

.signal i:nth-child(3) {
  height: 17px;
}

.card-kicker {
  color: var(--blue-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.card-front h2 {
  max-width: 310px;
  margin: 12px 0 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: clamp(22px, 5vw, 29px);
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.06em;
}

.card-back {
  align-items: stretch;
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 12% 92%, rgba(255, 255, 255, 0.48), transparent 42%),
    linear-gradient(145deg, rgba(103, 165, 192, 0.93), rgba(64, 126, 155, 0.95));
  color: #fff;
}

.back-meta {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.68);
}

.card-back p {
  margin: auto 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: clamp(20px, 4.6vw, 27px);
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.045em;
}

.back-note {
  color: rgba(255, 255, 255, 0.62);
}

.draw-actions {
  width: min(100%, 430px);
  margin: 28px auto 0;
  text-align: center;
}

.primary-button,
.soft-button,
.danger-button,
.text-button {
  border: 0;
  cursor: pointer;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 200px;
  min-height: 53px;
  padding: 14px 22px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #5f9fbd, #3c7895);
  box-shadow: 0 15px 32px rgba(55, 117, 146, 0.25);
  font-weight: 700;
  letter-spacing: 0.08em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(55, 117, 146, 0.3);
}

.primary-button:active {
  transform: translateY(1px);
}

.primary-button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
  transform: none;
}

.primary-button.compact {
  min-width: 126px;
  min-height: 45px;
  padding: 11px 17px;
  border-radius: 15px;
  font-size: 13px;
}

.draw-actions p {
  margin: 13px 0 0;
  color: var(--ink-faint);
  font-size: 11px;
  line-height: 1.6;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading h1 {
  font-size: clamp(30px, 5vw, 44px);
}

.soft-button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 14px;
  color: var(--blue-700);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 8px 22px rgba(63, 119, 147, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 700;
}

.archive-list,
.library-list {
  display: grid;
  gap: 12px;
}

.archive-list {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.archive-card,
.library-card,
.glass-panel {
  border: 1px solid var(--line);
  background: var(--glass);
  box-shadow: 0 16px 38px rgba(55, 110, 140, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.archive-card {
  min-height: 170px;
  padding: 22px;
  border-radius: 25px;
}

.archive-card .archive-meta {
  display: flex;
  justify-content: space-between;
  color: var(--ink-faint);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  letter-spacing: 0.13em;
}

.archive-card p {
  margin: 22px 0 0;
  font-family: "Songti SC", "STSong", serif;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.empty-state {
  padding: 74px 20px 50px;
  text-align: center;
}

.empty-state[hidden] {
  display: none;
}

.empty-orbit {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border: 1px solid rgba(73, 141, 170, 0.3);
  border-radius: 50%;
  box-shadow:
    0 0 0 10px rgba(255, 255, 255, 0.26),
    0 0 0 20px rgba(255, 255, 255, 0.14);
}

.empty-state h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", serif;
  font-size: 23px;
}

.empty-state p {
  margin: 10px 0 18px;
  color: var(--ink-soft);
  font-size: 13px;
}

.text-button {
  padding: 8px;
  color: var(--blue-700);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.library-heading {
  align-items: center;
}

.admin-login {
  width: min(100%, 480px);
  margin: 60px auto 0;
  padding: 34px;
  border-radius: 28px;
  text-align: center;
}

.lock-mark {
  position: relative;
  display: block;
  width: 42px;
  height: 35px;
  margin: 0 auto 20px;
  border: 2px solid #689db5;
  border-radius: 11px;
}

.lock-mark::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  left: 9px;
  top: -15px;
  border: 2px solid #689db5;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
}

.admin-login h2,
.confirm-dialog h2 {
  margin: 0;
  font-family: "Songti SC", "STSong", serif;
  font-size: 24px;
}

.admin-login > p,
.confirm-dialog p {
  margin: 10px 0 22px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.admin-login form {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.admin-login label {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.admin-login label span,
.add-card label {
  display: block;
  margin: 0 0 8px 4px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.82);
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

input {
  height: 45px;
  padding: 0 14px;
  border-radius: 14px;
}

textarea {
  min-height: 100px;
  padding: 14px;
  resize: vertical;
  border-radius: 16px;
  line-height: 1.7;
}

input:focus,
textarea:focus {
  border-color: rgba(77, 146, 176, 0.48);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(90, 157, 187, 0.09);
}

.form-message {
  min-height: 20px;
  margin: 10px 0 0 !important;
  color: var(--danger) !important;
}

.library-content {
  width: min(100%, 840px);
  margin: 0 auto;
}

.library-content[hidden] {
  display: none;
}

.add-card {
  padding: 22px;
  border-radius: 24px;
}

.form-row,
.library-toolbar,
.library-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.form-row {
  margin-top: 12px;
}

.form-row > span {
  color: var(--ink-faint);
  font-size: 11px;
}

.library-toolbar {
  margin: 24px 2px 12px;
}

.library-count {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.search-field {
  width: min(48%, 240px);
}

.search-field input {
  height: 38px;
  background: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}

.library-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  border-radius: 21px;
}

.library-card.is-disabled {
  opacity: 0.58;
}

.library-index {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 12px;
  color: var(--blue-700);
  background: rgba(255, 255, 255, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
}

.library-prompt {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.mini-button {
  padding: 7px 8px;
  border: 0;
  color: var(--ink-soft);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.mini-button.delete {
  color: var(--danger);
}

.toggle {
  position: relative;
  width: 39px;
  height: 23px;
  border: 0;
  border-radius: 999px;
  background: #b7cbd4;
  cursor: pointer;
  transition: background 180ms ease;
}

.toggle::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 7px rgba(35, 75, 96, 0.2);
  transition: transform 180ms ease;
}

.toggle[aria-checked="true"] {
  background: #6ca58e;
}

.toggle[aria-checked="true"]::after {
  transform: translateX(16px);
}

.bottom-nav {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(calc(100% - 28px), 420px);
  min-height: 68px;
  padding: 7px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  background: rgba(244, 251, 255, 0.64);
  box-shadow: 0 18px 48px rgba(55, 110, 140, 0.2);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 18px;
  color: var(--ink-faint);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.nav-item.is-active {
  color: var(--blue-700);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 20px rgba(65, 123, 151, 0.1);
}

.nav-icon {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
}

.icon-card {
  border: 1.5px solid currentColor;
  border-radius: 5px;
  transform: rotate(-5deg);
}

.icon-card::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  left: 3px;
  top: 4px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.7;
}

.icon-waves::before,
.icon-waves::after {
  content: "";
  position: absolute;
  inset: 3px 1px;
  border: 1.5px solid currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.icon-waves::after {
  inset: 6px 5px;
}

.icon-library {
  border: 1.5px solid currentColor;
  border-radius: 4px;
}

.icon-library::before,
.icon-library::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background: currentColor;
  opacity: 0.7;
}

.icon-library::before {
  left: 6px;
}

.icon-library::after {
  right: 6px;
}

.toast {
  position: fixed;
  z-index: 30;
  left: 50%;
  top: max(22px, env(safe-area-inset-top));
  min-width: 180px;
  max-width: calc(100% - 40px);
  padding: 12px 18px;
  transform: translate(-50%, -18px);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 15px;
  opacity: 0;
  color: var(--ink);
  background: rgba(248, 253, 255, 0.82);
  box-shadow: 0 15px 40px rgba(55, 110, 140, 0.2);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  pointer-events: none;
  text-align: center;
  font-size: 13px;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.dialog-backdrop {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(39, 75, 95, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dialog-backdrop[hidden] {
  display: none;
}

.confirm-dialog {
  width: min(100%, 390px);
  padding: 28px;
  border-radius: 26px;
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.danger-button {
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 14px;
  color: #fff;
  background: var(--danger);
  font-size: 12px;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 760px) {
  .view[data-view="draw"] {
    display: none;
    grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1fr);
    align-items: center;
    gap: clamp(48px, 8vw, 110px);
    min-height: calc(100dvh - 190px);
    padding-top: 35px;
  }

  .view[data-view="draw"].is-active {
    display: grid;
  }

  .draw-intro {
    text-align: left;
  }

  .draw-intro h1 {
    font-size: clamp(44px, 5vw, 64px);
  }

  .draw-intro p {
    font-size: 15px;
  }

  .card-stage {
    margin-top: 0;
  }

  .draw-actions {
    grid-column: 2;
    margin-top: -18px;
  }
}

@media (max-width: 759px) {
  .app-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .view {
    padding-top: 46px;
  }

  .draw-intro h1 {
    font-size: clamp(32px, 9.5vw, 43px);
  }

  .card-stage {
    height: min(69vw, 300px);
    min-height: 260px;
    margin-top: 35px;
  }

  .card-face {
    padding: 23px;
    border-radius: 28px;
  }

  .section-heading {
    align-items: flex-start;
  }

  .library-heading {
    align-items: center;
  }
}

@media (max-width: 520px) {
  .brand small {
    display: none;
  }

  .status-pill {
    padding: 7px 10px;
    font-size: 10px;
  }

  .admin-login {
    margin-top: 36px;
    padding: 26px 20px;
  }

  .admin-login form {
    display: grid;
  }

  .admin-login .primary-button {
    width: 100%;
  }

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

  .library-card-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    padding-top: 8px;
  }
}

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