:root {
  --design-w: 1586;
  --design-h: 992;
  --stage-x: 50%;
  --stage-y: 42%;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  background: #efd6eb;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100svh;
  overflow: hidden;
  overflow-x: hidden;
  font-family:
    "Microsoft YaHei UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Noto Sans CJK SC",
    system-ui,
    sans-serif;
}

img {
  display: block;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

.rabbit-home {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  place-items: center;
  background:
    radial-gradient(circle at var(--stage-x) var(--stage-y), rgba(255, 255, 255, 0.48), transparent 20%),
    linear-gradient(180deg, #adb3ef 0%, #f7d5e8 58%, #ffeef8 100%);
}

.rabbit-home::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: url("./assets/expanded-background.png") center / cover no-repeat;
  filter: saturate(1.04);
}

.rabbit-home::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at var(--stage-x) var(--stage-y), rgba(255, 255, 255, 0.22), rgba(255, 190, 218, 0.08) 14%, transparent 34%),
    radial-gradient(circle at var(--stage-x) var(--stage-y), rgba(255, 129, 174, 0.07), transparent 24%);
  mix-blend-mode: screen;
}

.sky-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.edge-field {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: clamp(220px, 21vw, 460px);
  overflow: hidden;
  pointer-events: none;
  opacity: 0.82;
  filter: saturate(1.06);
  will-change: transform;
}

.edge-field::before,
.edge-field::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.edge-field::before {
  inset: 0;
  background:
    radial-gradient(circle at 38% 23%, rgba(255, 255, 255, 0.42), transparent 30%),
    radial-gradient(circle at 52% 64%, rgba(255, 203, 228, 0.4), transparent 38%),
    radial-gradient(circle at 42% 82%, rgba(255, 244, 252, 0.82), transparent 48%);
}

.edge-field::after {
  inset: auto 0 0;
  height: 46%;
  background:
    radial-gradient(ellipse at 45% 75%, rgba(255, 255, 255, 0.86), transparent 54%),
    radial-gradient(ellipse at 62% 55%, rgba(255, 222, 242, 0.48), transparent 46%);
}

.edge-field-left {
  left: 0;
  mask-image: linear-gradient(90deg, #000 0%, #000 62%, transparent 100%);
}

.edge-field-right {
  right: 0;
  mask-image: linear-gradient(270deg, #000 0%, #000 62%, transparent 100%);
}

.edge-field img {
  position: absolute;
  display: none;
  max-width: none;
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 18px 34px rgba(161, 115, 155, 0.12));
}

.edge-field-left .edge-world {
  display: block;
  left: -148px;
  top: 24%;
  width: min(118%, 430px);
  opacity: 0.24;
}

.edge-field-left .edge-flowers {
  left: -18px;
  bottom: 4%;
  width: min(86%, 320px);
  opacity: 0.78;
}

.edge-field-right .edge-world {
  display: block;
  right: -144px;
  top: 20%;
  width: min(116%, 410px);
  opacity: 0.23;
}

.edge-field-right .edge-flowers {
  right: -20px;
  bottom: 2%;
  width: min(82%, 315px);
  opacity: 0.8;
}

.desktop-canvas {
  position: relative;
  z-index: 2;
  width: min(100svw, calc(100svh * 1.5987903226), 1586px);
  aspect-ratio: var(--design-w) / var(--design-h);
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.source-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.source-layer {
  position: absolute;
  left: calc(var(--x) / var(--design-w) * 100%);
  top: calc(var(--y) / var(--design-h) * 100%);
  z-index: 5;
  width: calc(var(--w) / var(--design-w) * 100%);
  height: calc(var(--h) / var(--design-h) * 100%);
  pointer-events: none;
  transform-origin: center;
}

.source-layer > img,
.source-layer:not(a):not(div) {
  width: calc(var(--w) / var(--design-w) * 100%);
  height: calc(var(--h) / var(--design-h) * 100%);
  object-fit: fill;
}

.source-layer:not(a):not(div) {
  width: calc(var(--w) / var(--design-w) * 100%);
  height: calc(var(--h) / var(--design-h) * 100%);
}

.source-layer > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

[data-parallax] {
  transform: translate3d(var(--px, 0), var(--py, 0), 0) scale(var(--pz, 1));
  will-change: transform;
}

.foreground-flower {
  z-index: 9;
}

.exact-nav {
  z-index: 36;
  pointer-events: auto;
  filter: drop-shadow(0 8px 16px rgba(91, 82, 126, 0.12));
}

.nav-hotspot {
  position: absolute;
  left: calc(var(--x) / 1522 * 100%);
  top: 0;
  display: block;
  width: calc(var(--w) / 1522 * 100%);
  height: 100%;
  border-radius: 999px;
  outline: 0;
}

.nav-hotspot:focus-visible,
.nav-hotspot:hover {
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.72),
    0 0 20px rgba(255, 127, 164, 0.28);
}

.exact-widget {
  z-index: 10;
  filter: drop-shadow(0 8px 12px rgba(255, 180, 210, 0.14));
}

.scenery-piece {
  display: none;
  opacity: 0.72;
  filter:
    saturate(1.03)
    drop-shadow(0 16px 30px rgba(173, 124, 168, 0.1));
  mask-image: radial-gradient(ellipse at 50% 58%, #000 0 46%, rgba(0, 0, 0, 0.76) 58%, transparent 78%);
}

.scenery-left {
  mask-image: radial-gradient(ellipse at 40% 58%, #000 0 44%, rgba(0, 0, 0, 0.68) 57%, transparent 78%);
}

.scenery-right {
  mask-image: radial-gradient(ellipse at 60% 54%, #000 0 44%, rgba(0, 0, 0, 0.68) 57%, transparent 78%);
}

.side-asset {
  z-index: 12;
  opacity: 0.66;
  filter:
    saturate(1.04)
    drop-shadow(0 18px 34px rgba(176, 119, 162, 0.12));
  mask-image: radial-gradient(ellipse at 50% 56%, #000 0 58%, rgba(0, 0, 0, 0.74) 70%, transparent 88%);
}

.side-asset-left {
  transform-origin: 34% 62%;
}

.side-asset-right {
  transform-origin: 66% 58%;
}

.floating-code {
  opacity: 0.64;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 68%, transparent 82%);
  animation: geekFloat 7s ease-in-out infinite;
}

.floating-laptop {
  opacity: 0.62;
  mask-image: radial-gradient(ellipse at 50% 52%, #000 0 48%, transparent 74%);
  filter:
    saturate(1.05)
    drop-shadow(0 10px 18px rgba(255, 180, 210, 0.14));
  animation: geekFloat 7.6s ease-in-out infinite reverse;
}

.geek-deco {
  z-index: 11;
  opacity: 0.5;
  filter:
    saturate(1.05)
    drop-shadow(0 10px 22px rgba(255, 149, 190, 0.13));
  mix-blend-mode: screen;
  animation: geekFloat 8.5s ease-in-out infinite;
}

.geek-neural {
  opacity: 0.36;
  animation-duration: 9.2s;
}

.geek-robot {
  opacity: 0.34;
  animation-duration: 8.8s;
}

.geek-chip {
  opacity: 0.32;
  animation-duration: 7.8s;
}

.geek-brackets {
  opacity: 0.4;
  animation-duration: 8.1s;
}

.geek-c {
  opacity: 0.34;
  animation-duration: 9.4s;
  animation-delay: -1.6s;
}

.geek-cuda {
  opacity: 0.31;
  animation-duration: 8.7s;
  animation-delay: -0.8s;
}

.geek-tensor {
  opacity: 0.3;
  animation-duration: 9.8s;
  animation-delay: -2.2s;
}

.geek-robot-head {
  opacity: 0.34;
  animation-duration: 8.6s;
  animation-delay: -2.8s;
}

.geek-circuit {
  opacity: 0.29;
  animation-duration: 9.1s;
  animation-delay: -1.2s;
}

.geek-terminal {
  opacity: 0.32;
  animation-duration: 8.9s;
  animation-delay: -3.1s;
}

.geek-ros {
  opacity: 0.28;
  animation-duration: 9.5s;
  animation-delay: -2.4s;
}

.hero-source {
  z-index: 16;
  animation: sourceFloat 5.8s ease-in-out infinite;
  filter: drop-shadow(0 18px 34px rgba(255, 141, 181, 0.18));
}

.title-source {
  z-index: 17;
  filter: drop-shadow(0 12px 24px rgba(255, 118, 158, 0.22));
}

.subtitle-source {
  z-index: 18;
}

.title-text,
.subtitle-text {
  display: grid;
  margin: 0;
  place-items: center;
  text-align: center;
  pointer-events: none;
}

.title-text {
  z-index: 30;
  color: #fff8fb;
  font-family: "Microsoft YaHei UI", "SimHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  font-size: clamp(54px, 5.15vw, 102px);
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 4px 0 rgba(255, 133, 165, 0.55),
    0 0 14px rgba(255, 255, 255, 0.95),
    0 0 30px rgba(255, 122, 164, 0.72),
    0 14px 28px rgba(157, 77, 123, 0.2);
}

.subtitle-text {
  z-index: 31;
  color: #a84e65;
  font-family: "Songti SC", Georgia, serif;
  font-size: clamp(14px, 1.18vw, 22px);
  font-weight: 800;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72),
    0 0 10px rgba(255, 244, 249, 0.8);
}

.local-time {
  z-index: 19;
  display: grid;
  grid-template-columns: 16px auto auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #a34e67;
  background:
    linear-gradient(135deg, rgba(255, 250, 253, 0.62), rgba(255, 224, 241, 0.35)),
    radial-gradient(circle at 22% 42%, rgba(255, 138, 180, 0.2), transparent 34%);
  box-shadow:
    0 10px 30px rgba(211, 112, 160, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.local-time::before {
  width: 15px;
  height: 15px;
  background: url("./assets/original-heart-particle.png") center / contain no-repeat;
  content: "";
  filter: drop-shadow(0 0 8px rgba(255, 126, 166, 0.32));
}

.local-time span {
  color: #c45d75;
  font-family: "Songti SC", Georgia, serif;
  font-size: clamp(11px, 0.8vw, 15px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.local-time time {
  color: #8c6aa8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.exact-card {
  z-index: 24;
  display: block;
  overflow: visible;
  border-radius: clamp(10px, 1.5vw, 25px);
  pointer-events: auto;
  outline: 0;
  isolation: isolate;
  --card-x: 50%;
  --card-y: 50%;
  transition:
    filter 260ms ease,
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.exact-card::before,
.exact-card::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.exact-card::before {
  inset: -3%;
  z-index: -1;
  background:
    radial-gradient(circle at var(--card-x) var(--card-y), rgba(255, 255, 255, 0.78), rgba(255, 173, 209, 0.22) 28%, transparent 58%);
  filter: blur(12px);
}

.exact-card::after {
  inset: 1.7%;
  z-index: 2;
  background:
    radial-gradient(circle at var(--card-x) var(--card-y), rgba(255, 255, 255, 0.38), transparent 27%),
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.22) 48%, transparent 58% 100%);
  mix-blend-mode: screen;
}

.exact-card > img {
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

.card-glow {
  position: absolute;
  inset: -3%;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at var(--card-x) var(--card-y), rgba(255, 255, 255, 0.78), rgba(255, 173, 209, 0.22) 28%, transparent 58%);
  filter: blur(12px);
  transform: scale(0.99);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.exact-card.is-hovered .card-glow,
.exact-card:hover .card-glow,
.exact-card:focus-visible .card-glow {
  opacity: 0.88;
  transform: scale(1.01);
}

.exact-card-left {
  filter: drop-shadow(0 18px 28px rgba(98, 111, 210, 0.12));
}

.exact-card-right {
  filter: drop-shadow(0 18px 28px rgba(218, 94, 132, 0.12));
}

.exact-card:hover,
.exact-card:focus-visible,
.exact-card.is-hovered {
  transform: translate3d(var(--px, 0), calc(var(--py, 0) - 6px), 0) scale(calc(var(--pz, 1) * 1.012));
}

.exact-card:hover::before,
.exact-card:focus-visible::before,
.exact-card.is-hovered::before {
  opacity: 0.88;
  transform: scale(1.01);
}

.exact-card:hover::after,
.exact-card:focus-visible::after,
.exact-card.is-hovered::after {
  opacity: 0.72;
}

.exact-card-left:hover,
.exact-card-left:focus-visible {
  filter:
    drop-shadow(0 24px 36px rgba(86, 105, 219, 0.2))
    drop-shadow(0 0 26px rgba(255, 255, 255, 0.62));
}

.exact-card-right:hover,
.exact-card-right:focus-visible {
  filter:
    drop-shadow(0 24px 36px rgba(231, 91, 134, 0.2))
    drop-shadow(0 0 26px rgba(255, 255, 255, 0.62));
}

.footer-source {
  z-index: 28;
  filter: drop-shadow(0 12px 24px rgba(226, 115, 160, 0.12));
}

.mobile-flow {
  display: none;
}

.cursor-light {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 145, 188, 0.1) 38%, transparent 70%);
  mix-blend-mode: screen;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 180ms ease;
}

.cursor-heart {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 24px;
  height: 24px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 160ms ease;
}

.trail-piece {
  position: fixed;
  z-index: 999;
  width: var(--size);
  height: var(--size);
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) rotate(var(--r));
  animation: trailFade 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.profile-page {
  display: grid;
  min-height: 100svh;
  padding: 24px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.62), transparent 28%),
    url("./assets/rebuilt-background.png") center / cover no-repeat;
}

.profile-card {
  width: min(92vw, 560px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 24px 80px rgba(139, 111, 151, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  text-align: center;
  backdrop-filter: blur(22px);
}

.profile-card img {
  width: min(72vw, 330px);
  margin: 0 auto -8px;
}

.profile-card h1 {
  margin: 0 0 12px;
  color: #e95f8d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 9vw, 86px);
  font-style: italic;
  line-height: 1;
}

.profile-card p {
  margin: 0 0 28px;
  color: #8a5d76;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.7;
}

.profile-card a {
  display: inline-grid;
  min-width: 154px;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #ff8fb5, #9aa8ff);
  box-shadow: 0 14px 34px rgba(225, 101, 148, 0.24);
  text-decoration: none;
}

@keyframes sourceFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

@keyframes geekFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: -1deg;
  }
  50% {
    translate: 0 -8px;
    rotate: 1.5deg;
  }
}

@keyframes sideFloat {
  0%,
  100% {
    translate: 0 0;
    rotate: -0.8deg;
  }
  50% {
    translate: 0 -10px;
    rotate: 0.9deg;
  }
}

@keyframes trailFade {
  0% {
    opacity: 0.82;
    transform: translate3d(-50%, -50%, 0) rotate(var(--r)) scale(0.74);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(-50% + var(--tx)), calc(-50% + var(--ty)), 0) rotate(calc(var(--r) + 30deg)) scale(1.24);
  }
}

@media (max-width: 820px), (max-aspect-ratio: 13 / 10) {
  body {
    overflow-y: auto;
  }

  .rabbit-home {
    display: block;
    min-height: 100svh;
    padding: max(12px, env(safe-area-inset-top)) 12px 34px;
    background:
      radial-gradient(circle at var(--stage-x) var(--stage-y), rgba(255, 255, 255, 0.46), transparent 24%),
      url("./assets/expanded-background.png") center top / cover no-repeat;
  }

  .desktop-canvas {
    display: none;
  }

  .edge-field {
    display: none;
  }

  .mobile-flow {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 16px;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    min-width: 0;
  }

  .mobile-nav {
    display: grid;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow:
      0 16px 48px rgba(111, 86, 137, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(20px);
  }

  .mobile-logo {
    display: grid;
    justify-self: center;
    width: 190px;
    text-decoration: none;
  }

  .mobile-nav nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
  }

  .mobile-nav nav a {
    display: grid;
    min-height: 38px;
    min-width: 0;
    overflow: hidden;
    border-radius: 999px;
    place-items: center;
    background: rgba(255, 246, 251, 0.48);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
  }

  .mobile-nav nav img {
    width: min(calc(100% - 8px), 68px);
    min-width: 0;
    height: 30px;
    object-fit: contain;
  }

  .mobile-hero {
    position: relative;
    display: grid;
    justify-items: center;
    margin-top: 2px;
  }

  .mobile-geek-icon {
    position: absolute;
    z-index: 0;
    width: 86px;
    opacity: 0.28;
    pointer-events: none;
    filter: drop-shadow(0 10px 20px rgba(255, 147, 190, 0.12));
    mix-blend-mode: screen;
    animation: geekFloat 8s ease-in-out infinite;
  }

  .mobile-side-deco {
    position: absolute;
    z-index: 0;
    width: 134px;
    pointer-events: none;
    opacity: 0.36;
    filter:
      saturate(1.04)
      drop-shadow(0 12px 24px rgba(180, 116, 160, 0.12));
    animation: sideFloat 9s ease-in-out infinite;
  }

  .mobile-side-left {
    left: -42px;
    top: 29%;
  }

  .mobile-side-right {
    right: -42px;
    top: 25%;
    width: 124px;
    animation-delay: -3s;
  }

  .mobile-geek-cpp {
    left: 2%;
    top: 8%;
  }

  .mobile-geek-ai {
    right: 0;
    top: 2%;
    width: 96px;
    animation-delay: -2s;
  }

  .mobile-geek-cuda {
    left: 0;
    bottom: 18%;
    width: 92px;
    animation-delay: -1.2s;
  }

  .mobile-geek-robot {
    right: 4%;
    bottom: 13%;
    width: 82px;
    animation-delay: -3s;
  }

  .mobile-rabbits {
    position: relative;
    z-index: 1;
    width: min(96%, 500px);
    filter: drop-shadow(0 18px 32px rgba(255, 136, 180, 0.22));
    animation: sourceFloat 5.8s ease-in-out infinite;
  }

  .mobile-title,
  .mobile-subtitle {
    margin: 0;
    text-align: center;
  }

  .mobile-title {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin-top: -18px;
    overflow-wrap: anywhere;
    color: #fff8fb;
    font-family: "Microsoft YaHei UI", "SimHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
    font-size: clamp(50px, 15vw, 76px);
    font-weight: 900;
    line-height: 1;
    text-shadow:
      0 3px 0 rgba(255, 133, 165, 0.58),
      0 0 14px rgba(255, 255, 255, 0.96),
      0 0 28px rgba(255, 122, 164, 0.7);
  }

  .mobile-subtitle {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 8px;
    color: #a84e65;
    font-family: "Songti SC", Georgia, serif;
    font-size: clamp(15px, 4.2vw, 20px);
    font-weight: 800;
    text-shadow: 0 0 10px rgba(255, 244, 249, 0.9);
  }

  .mobile-local-time {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 13px auto auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 38px;
    margin-top: 10px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 999px;
    color: #9b5974;
    background: rgba(255, 248, 252, 0.58);
    box-shadow:
      0 12px 28px rgba(217, 117, 164, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
  }

  .mobile-local-time::before {
    width: 13px;
    height: 13px;
    background: url("./assets/original-heart-particle.png") center / contain no-repeat;
    content: "";
    filter: drop-shadow(0 0 7px rgba(255, 126, 166, 0.28));
  }

  .mobile-local-time span {
    color: #c45d75;
    font-family: "Songti SC", Georgia, serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
  }

  .mobile-local-time time {
    color: #8c6aa8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
  }

  .mobile-card {
    position: relative;
    display: block;
    justify-self: center;
    width: 96%;
    border-radius: 22px;
    outline: 0;
    filter: drop-shadow(0 16px 28px rgba(112, 86, 136, 0.16));
    transition: transform 180ms ease, filter 180ms ease;
    isolation: isolate;
  }

  .mobile-card::before {
    position: absolute;
    inset: -3%;
    z-index: -1;
    border-radius: 24px;
    content: "";
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.58), rgba(255, 165, 207, 0.18) 32%, transparent 62%);
    filter: blur(12px);
    transition: opacity 180ms ease;
  }

  .mobile-card img {
    width: 100%;
    border-radius: 22px;
  }

  .mobile-card:hover,
  .mobile-card:focus-visible,
  .mobile-card.is-hovered {
    transform: translateY(-5px) scale(1.006);
    filter:
      drop-shadow(0 20px 34px rgba(112, 86, 136, 0.18))
      drop-shadow(0 0 22px rgba(255, 255, 255, 0.5));
  }

  .mobile-card:hover::before,
  .mobile-card:focus-visible::before,
  .mobile-card.is-hovered::before {
    opacity: 0.86;
  }

  .mobile-footer {
    justify-self: center;
    width: min(100%, 520px);
  }

  .cursor-light,
  .cursor-heart {
    display: none;
  }
}

@media (max-width: 430px) {
  .mobile-nav nav img {
    width: 62px;
  }

  .mobile-title {
    margin-top: -14px;
  }

  .mobile-side-deco {
    width: 112px;
    opacity: 0.3;
  }

  .mobile-side-left {
    left: -46px;
  }

  .mobile-side-right {
    right: -46px;
    width: 108px;
  }
}

@media (pointer: fine) {
  .rabbit-home,
  .exact-card,
  .nav-hotspot {
    cursor: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
