@font-face {
  font-family: MaruBuri;
  src: url("/media/MaruBuri-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Watermelon;
  src: url("/media/116watermelon.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
:root {
  color-scheme: dark;
  --bg: #0d1014;
  --text: #eee7d8;
  --muted: #a6a39b;
  --gold: #c9a86a;
  --red: #8a2424;
  --line: #b9a27c33;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    15px/1.8 Arial,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    sans-serif;
  word-break: keep-all;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:enabled,
summary {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.wrap {
  width: min(1120px, calc(100% - 100px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 20;
  padding: 12px;
  background: var(--text);
  color: var(--bg);
}
.skip:focus {
  top: 10px;
}
.header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 0 48px;
  border-bottom: 1px solid #ffffff12;
  background: linear-gradient(#080b10bb, #080b1033);
}
.brand {
  display: block;
  width: 180px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.header a:hover,
.footer a:hover {
  color: var(--gold);
}
.nav-cta {
  border: 1px solid #c9a86a70;
  padding: 8px 16px;
}
.nav-cta span {
  margin-left: 20px;
  color: var(--gold);
}
.hero {
  min-height: 850px;
  height: 100svh;
  max-height: 1100px;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(0deg, var(--bg), transparent 32%, #080b1010 70%, #080b1050),
    radial-gradient(ellipse at center, #080b108a 10%, #080b1040 50%, #080b1040);
}
.hero-content {
  text-align: center;
  padding: 120px 20px 90px;
  width: 100%;
  text-shadow: 0 3px 24px #000;
}
.eyebrow {
  font:
    10px/1.7 Arial,
    sans-serif;
  letter-spacing: 3px;
  color: var(--gold);
  margin: 0 0 22px;
}
.hero .eyebrow {
  font-size: 12px;
  letter-spacing: 5px;
}
.hero-kicker {
  font-family: Watermelon, MaruBuri, serif;
  font-size: 34px;
  letter-spacing: 0.05em;
  margin: 0 0 28px;
}
.hero-kicker em {
  color: #efe5d2;
}
.hero h1 {
  width: min(640px, 70vw);
  margin: 0 auto 32px;
  filter: drop-shadow(0 6px 2px #050911) drop-shadow(0 0 35px #000);
}
.hero-description {
  font:
    17px/1.9 MaruBuri,
    serif;
  color: #d4cdbf;
  margin: 0 0 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(120deg, #822725, #551714);
  border: 1px solid #b35d49;
  color: #fff3db;
  padding: 14px 24px;
  box-shadow:
    inset 0 0 0 3px #18090835,
    0 7px 22px #0005;
  position: relative;
  transition:
    background 0.2s,
    transform 0.2s;
  text-align: left;
}
.button::before,
.button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.button::before {
  left: -3px;
}
.button::after {
  right: -3px;
}
.button > span:nth-child(2) {
  font:
    21px/1.4 Watermelon,
    serif;
}
.button small {
  display: block;
  font:
    9px/1.7 Arial,
    sans-serif;
  letter-spacing: 0.1em;
  color: #dbc6b2;
  margin-top: 3px;
}
.button .play-icon {
  font-size: 28px;
}
.button:hover {
  transform: translateY(-3px);
  background: #922d27;
}
.hero-note {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #bdb5a6;
  margin-top: 25px;
}
.hero-note b {
  color: var(--gold);
  padding: 0 13px;
}
.hero-side {
  position: absolute;
  left: 25px;
  top: 36%;
  writing-mode: vertical-rl;
  font:
    9px Arial,
    sans-serif;
  letter-spacing: 4px;
  color: #c9a86a80;
}
.scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  color: #c5b99e;
  font-size: 10px;
  letter-spacing: 0.16em;
  gap: 6px;
}
.scroll-cue > span:last-child {
  font-size: 24px;
  animation: float-down 2s ease-in-out infinite;
}
.hero-file {
  position: absolute;
  right: 38px;
  bottom: 63px;
  transform: rotate(-9deg);
  width: 138px;
  border: 1px solid #a6473f80;
  padding: 13px;
  text-align: center;
  background: #15141477;
  color: #d19a7f;
}
.hero-file > span {
  font: 9px monospace;
  letter-spacing: 3px;
}
.hero-file strong {
  font:
    28px/1.7 MaruBuri,
    serif;
  display: block;
  color: #c27163;
}
.hero-file small {
  font-size: 8px;
}
.dust {
  position: absolute;
  inset: 10% 0 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 24% 28%, #eac890a0 50%, transparent),
    radial-gradient(2px 2px at 72% 42%, #eac89080 50%, transparent),
    radial-gradient(1px 1px at 46% 70%, #eac890a0 50%, transparent),
    radial-gradient(2px 2px at 85% 76%, #eac89080 50%, transparent);
  background-size: 470px 430px;
  animation: dust 20s linear infinite;
}
h2,
h3,
blockquote {
  font-family: MaruBuri, Georgia, serif;
  font-weight: 400;
}
h2 {
  font-family: Watermelon, MaruBuri, serif;
  font-size: 42px;
  line-height: 1.55;
  letter-spacing: -0.05em;
  margin: 0;
}
em {
  font-style: normal;
  color: var(--gold);
}
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.section-heading > p:last-child:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  margin: 18px 0 0;
}
.case-section {
  padding: 88px 0 110px;
  background: radial-gradient(ellipse at 50% 65%, #27343d3b, transparent 70%);
}
.case-board {
  border: 1px solid #8b784e66;
  background: #151a20;
  box-shadow: 0 30px 70px #0005;
}
.board-bar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 30px;
  border-bottom: 1px solid var(--line);
  font:
    10px Arial,
    sans-serif;
  color: #b8afa0;
  letter-spacing: 0.12em;
}
.board-bar > span:first-child {
  color: var(--gold);
}
.board-bar i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #9a3430;
  border-radius: 50%;
  margin-right: 8px;
}
.board-content {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 64px;
  padding: 55px 64px;
  background: linear-gradient(125deg, #121923, #14181d 70%);
}
.suspect-file {
  background: #d7c9aa;
  color: #2c2a25;
  padding: 20px 19px 70px;
  transform: rotate(-4deg);
  align-self: center;
  position: relative;
  box-shadow: 8px 10px 25px #0007;
}
.file-tab {
  position: absolute;
  left: 0;
  top: -24px;
  padding: 3px 17px;
  background: #d7c9aa;
  font:
    11px/1.7 MaruBuri,
    serif;
}
.suspect-photo {
  position: relative;
  border: 7px solid #e9dfc6;
  box-shadow: 0 2px 5px #0004;
}
.suspect-photo img {
  width: 100%;
  filter: sepia(0.4);
}
.suspect-photo > span {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%) rotate(-6deg);
  background: #291d18;
  color: #ddc9a5;
  padding: 2px 15px;
  font:
    13px MaruBuri,
    serif;
  white-space: nowrap;
}
.suspect-meta {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 10px;
  font-size: 10px;
  margin-top: 23px;
  border-top: 1px solid #83765866;
  padding-top: 15px;
}
.suspect-meta strong {
  font-weight: 400;
}
.red-stamp {
  position: absolute;
  right: 15px;
  bottom: 18px;
  border: 2px solid #91352b;
  color: #91352b;
  font:
    20px MaruBuri,
    serif;
  padding: 7px;
  transform: rotate(-10deg);
}
.transcript-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font: 10px monospace;
  color: #b7a682;
  letter-spacing: 0.12em;
}
.transcript-label > span:last-child {
  margin-left: auto;
  color: #787e83;
}
.rec-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #af4b3c;
}
blockquote {
  font-size: 27px;
  line-height: 1.8;
  margin: 22px 0 25px;
  letter-spacing: -0.045em;
}
mark {
  background: none;
  color: #e2bb7e;
  text-decoration: underline;
  text-decoration-color: #a8493f;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
.evidence-prompt {
  font-size: 11px;
  color: #c6c0b4;
  margin: 0 0 14px;
}
.evidence-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.evidence {
  color: #d6c9ad;
  background: #20252a;
  border: 1px solid #82745355;
  padding: 12px 14px 14px;
  text-align: left;
  position: relative;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.evidence:enabled:hover {
  border-color: #c9a86a;
  background: #2b2c29;
  transform: translateY(-3px);
}
.evidence[aria-pressed="true"] {
  border-color: #c9a86a;
  background: #38342a;
  box-shadow: inset 0 0 0 1px #c9a86a66;
}
.evidence[aria-pressed="true"]::after {
  content: "선택";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 9px;
  color: var(--gold);
}
.evidence-number {
  font: 9px monospace;
  letter-spacing: 0.12em;
  color: #a39a8b;
  display: block;
}
.receipt-icon {
  font: 10px/1.4 monospace;
  background: #cfc3a9;
  color: #413b31;
  width: 68px;
  display: block;
  padding: 8px;
  margin: 15px auto;
  transform: rotate(-8deg);
  box-shadow: 4px 4px 0 #0003;
  border-bottom: 3px dashed #5b503e;
}
.umbrella-icon {
  font-size: 48px;
  line-height: 1.45;
  display: block;
  text-align: center;
  color: #a6abb3;
}
.evidence strong {
  display: block;
  font:
    13px/1.7 MaruBuri,
    serif;
}
.evidence small {
  display: block;
  font-size: 9px;
  color: #b2aa9a;
  margin-top: 3px;
}
.deduction {
  border-left: 2px solid #6b6654;
  margin-top: 20px;
  padding: 0 0 0 13px;
}
.deduction-title {
  font:
    13px/1.6 MaruBuri,
    serif;
  margin: 0 0 5px;
  color: #cfbb96;
}
.deduction-text {
  font-size: 11px;
  color: #999e9f;
  margin: 0;
  line-height: 1.8;
}
.deduction[data-result="receipt"] {
  border-color: #bf694f;
}
.deduction[data-result="receipt"] .deduction-title {
  color: #e9b181;
}
.board-footer {
  padding: 16px 30px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  color: #a19c93;
}
.board-footer strong {
  font-weight: 400;
  color: #d8c6a0;
}
.nojs-note {
  font-size: 12px;
  color: var(--gold);
}
.gameplay-section {
  padding: 95px 0 105px;
  border-top: 1px solid var(--line);
  background: radial-gradient(ellipse at 50% 75%, #60473133, transparent 70%);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 55px;
  margin-top: 100px;
}
.step {
  text-align: center;
  position: relative;
}
.step-featured {
  transform: translateY(-35px);
}
.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font:
    25px Georgia,
    serif;
  color: var(--gold);
  margin-bottom: 23px;
}
.step-number span {
  font:
    12px MaruBuri,
    serif;
  color: #c3b89f;
}
.screen-link {
  display: block;
  position: relative;
  width: min(260px, 100%);
  margin: auto;
  border-radius: 24px;
  border: 3px solid #393b3b;
  box-shadow:
    0 0 0 2px #090b0c,
    0 24px 36px #0009;
  transition: transform 0.3s;
}
.screen-link:hover {
  transform: translateY(-6px);
}
.game-crop {
  display: block;
  position: relative;
  aspect-ratio: 550/1140;
  overflow: hidden;
  border-radius: 20px;
  background: #080b13;
}
.game-crop img {
  max-width: none;
  width: 196.36%;
  position: absolute;
  left: -48.7%;
  top: -43.68%;
}
.zoom {
  position: absolute;
  bottom: 14px;
  right: 9px;
  padding: 3px 7px;
  background: #0d1014e8;
  border: 1px solid #9a85604d;
  color: #c9b78d;
  font-size: 8px;
}
.step h3 {
  font-family: Watermelon, MaruBuri, serif;
  font-size: 22px;
  letter-spacing: -0.04em;
  margin: 28px 0 10px;
}
.step p {
  font-size: 12px;
  color: var(--muted);
  line-height: 2;
  margin: 0;
}
.final-case {
  text-align: center;
  padding: 88px 0 75px;
  border-block: 1px solid var(--line);
  position: relative;
  background:
    linear-gradient(#0d1014d9, #0d1014e8),
    url("/media/desk.webp") center 68% / cover;
}
.classified {
  font: 16px monospace;
  display: inline-block;
  color: #ad5146;
  border: 2px solid #ad5146;
  padding: 6px 13px;
  letter-spacing: 4px;
  transform: rotate(-8deg);
  margin-bottom: 32px;
}
.final-case .eyebrow {
  margin-bottom: 16px;
}
.final-case h2 {
  font-size: 44px;
}
.final-case p:not(.eyebrow) {
  color: #b3aa9a;
  font-size: 14px;
  margin: 22px 0 32px;
}
.final-case p.closing-note {
  font-size: 10px;
  margin: 23px 0 0;
}
.faq {
  padding-block: 70px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 65px;
}
.faq h2 {
  font-size: 27px;
}
.faq .eyebrow {
  margin-bottom: 13px;
}
.text-link {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  border-bottom: 1px solid #c9a86a66;
  margin-top: 22px;
}
.questions {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding: 17px 0;
  font-size: 13px;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: var(--gold);
  font-size: 18px;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0 10px 20px 0;
}
details p a {
  color: var(--gold);
  text-decoration: underline;
}
.footer {
  padding-block: 35px 24px;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.footer .brand {
  width: 155px;
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: #b6b2a9;
  font-size: 11px;
}
.email {
  font-size: 11px;
  color: var(--gold);
  display: inline-block;
  margin: 24px 0 12px;
  overflow-wrap: anywhere;
}
.disclaimer {
  font-size: 10px;
  color: #8a8a83;
  line-height: 1.9;
  margin: 0 0 25px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: #96948c;
}
dialog {
  background: #101318;
  border: 1px solid var(--line);
  padding: 52px 12px 12px;
  max-height: 94dvh;
  max-width: min(600px, 94vw);
  overflow: auto;
}
dialog::backdrop {
  background: #000e;
  backdrop-filter: blur(6px);
}
.preview img {
  max-height: calc(94dvh - 85px);
  width: auto;
  max-width: 100%;
  margin: auto;
  display: block;
}
.preview-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  color: var(--text);
  border: 1px solid var(--line);
  padding: 4px 14px;
  cursor: pointer;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@keyframes dust {
  to {
    background-position: 30px -130px;
  }
}
@keyframes float-down {
  50% {
    transform: translateY(5px);
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header {
    padding-inline: 32px;
  }
  .hero-file {
    right: 22px;
    width: 115px;
  }
  .hero h1 {
    width: 580px;
    max-width: 72vw;
  }
  .board-content {
    grid-template-columns: 210px 1fr;
    gap: 38px;
    padding: 45px 32px;
  }
  .board-footer {
    flex-direction: column;
    gap: 4px;
  }
  .steps {
    gap: 32px;
  }
  .step h3 {
    font-size: 19px;
  }
  .step p {
    font-size: 11px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .faq {
    gap: 35px;
  }
}
@media (max-width: 650px) {
  html {
    scroll-padding-top: 25px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .header {
    height: 68px;
    padding-inline: 18px;
  }
  .brand {
    width: 142px;
  }
  .header nav {
    gap: 14px;
    font-size: 11px;
  }
  .header nav > a:not(.nav-cta) {
    display: none;
  }
  .nav-cta {
    padding: 7px 11px;
  }
  .nav-cta span {
    margin-left: 12px;
  }
  .hero {
    min-height: 760px;
    max-height: 950px;
    height: 100svh;
  }
  .hero-art {
    object-position: 68% center;
    filter: brightness(0.62);
  }
  .hero-shade {
    background:
      linear-gradient(0deg, var(--bg), transparent 36%, #080b1066 80%),
      radial-gradient(ellipse at center, #080b10aa, transparent);
  }
  .hero-content {
    padding: 100px 18px 90px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 22px;
  }
  .hero-kicker {
    font-size: 27px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .hero h1 {
    width: 100%;
    max-width: 440px;
    margin-bottom: 28px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 17px;
  }
  .button {
    min-width: 248px;
    padding: 13px 22px;
    gap: 22px;
  }
  .button > span:nth-child(2) {
    font-size: 18px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 24px;
  }
  .hero-note b {
    padding-inline: 9px;
  }
  .hero-file,
  .hero-side {
    display: none;
  }
  .scroll-cue {
    font-size: 9px;
    bottom: 25px;
    white-space: nowrap;
  }
  .case-section {
    padding: 52px 0 65px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 28px;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 12px;
    margin-top: 14px;
  }
  .board-bar {
    padding: 14px 16px;
    font-size: 8px;
    letter-spacing: 0;
    gap: 8px;
  }
  .board-content {
    display: block;
    padding: 25px 22px;
  }
  .suspect-file {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px;
    transform: rotate(-2deg);
    margin: 0 0 30px;
  }
  .file-tab,
  .red-stamp {
    display: none;
  }
  .suspect-photo {
    width: 88px;
    flex-shrink: 0;
    border-width: 4px;
  }
  .suspect-photo > span {
    font-size: 9px;
    padding: 2px 8px;
  }
  .suspect-meta {
    flex: 1;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 9px;
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .suspect-meta strong {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .transcript-label {
    font-size: 9px;
  }
  blockquote {
    font-size: 22px;
    margin-top: 18px;
  }
  .evidence-prompt {
    font-size: 10px;
  }
  .evidence {
    padding: 10px;
  }
  .evidence strong {
    font-size: 12px;
  }
  .evidence small {
    font-size: 8px;
  }
  .deduction-title {
    font-size: 12px;
  }
  .deduction-text {
    font-size: 10px;
  }
  .board-footer {
    padding: 14px 16px;
    font-size: 9px;
    line-height: 1.8;
  }
  .gameplay-section {
    padding: 60px 0;
  }
  .steps {
    grid-template-columns: 1fr;
    margin-top: 45px;
    gap: 52px;
  }
  .step-featured {
    transform: none;
  }
  .screen-link {
    width: 220px;
  }
  .step h3 {
    font-size: 23px;
    margin-top: 24px;
  }
  .step p {
    font-size: 12px;
  }
  .step-number {
    margin-bottom: 19px;
  }
  .final-case {
    padding: 60px 0;
  }
  .final-case h2 {
    font-size: 30px;
  }
  .classified {
    font-size: 13px;
    margin-bottom: 26px;
  }
  .final-case p:not(.eyebrow) {
    font-size: 12px;
  }
  .final-case p.closing-note {
    font-size: 9px;
    line-height: 2;
    max-width: 270px;
    margin-inline: auto;
  }
  .faq {
    padding-block: 50px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq h2 {
    font-size: 26px;
  }
  .footer {
    padding-top: 28px;
  }
  .footer nav {
    font-size: 10px;
    gap: 12px 16px;
  }
  .footer-top {
    gap: 22px;
  }
  .footer-bottom {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
