:root {
  --text: #4e3556;
  --text-soft: #7a6285;
  --pink: #ff7caf;
  --pink-deep: #f25193;
  --violet: #9a86ff;
  --violet-deep: #7d5fff;
  --shadow: 0 24px 60px rgba(171, 116, 155, 0.18);
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-soft: rgba(255, 255, 255, 0.68);
  --max-width: 1180px;
  --radius-xl: 32px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Microsoft YaHei UI", "PingFang SC", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 173, 210, 0.44), transparent 30%),
    radial-gradient(circle at top right, rgba(168, 146, 255, 0.24), transparent 28%),
    linear-gradient(180deg, #fff8fb 0%, #fff0f8 52%, #fffafc 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell,
.subpage-shell {
  position: relative;
  overflow: clip;
}

.hero {
  position: relative;
  padding: 22px 20px 54px;
}

.hero__backdrop,
.subpage-hero::before {
  position: absolute;
  inset: 18px 20px auto;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 36px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero__backdrop {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 245, 252, 0.52)),
    url("./素材/13.png") center/cover no-repeat;
}

.subpage-hero::before {
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 245, 252, 0.52)),
    url("./素材/13.png") center 24%/cover no-repeat;
}

.hero__backdrop::after,
.subpage-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.26)),
    linear-gradient(180deg, rgba(255, 247, 251, 0.12), rgba(255, 247, 251, 0.56));
  backdrop-filter: blur(5px);
}

.hero__glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.55;
  pointer-events: none;
}

.hero__glow--left {
  top: 40px;
  left: -60px;
  background: rgba(255, 163, 199, 0.72);
}

.hero__glow--right {
  top: 160px;
  right: -80px;
  background: rgba(175, 149, 255, 0.45);
}

.topbar,
.hero__content,
.section,
.footer,
.subpage-main,
.subpage-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 38px;
  padding: 10px 6px;
}

.topbar--subpage {
  margin-bottom: 26px;
}

.topbar__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topbar__links a {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  color: var(--text-soft);
}

.topbar__links .topbar__action {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, var(--pink-deep), var(--violet-deep));
  box-shadow: 0 14px 30px rgba(165, 102, 180, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Arial Rounded MT Bold", "Microsoft YaHei UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

.brand__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--violet));
  box-shadow: 0 0 0 6px rgba(255, 124, 175, 0.15);
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  align-items: center;
  gap: 36px;
}

.hero__copy {
  padding: 34px 4px 20px;
}

.hero-panel {
  max-width: 590px;
  padding: 42px 40px 34px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 249, 253, 0.54)),
    radial-gradient(circle at top left, rgba(255, 206, 228, 0.3), transparent 40%);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(183, 137, 169, 0.16);
}

.hero-panel__eyebrow {
  margin: 0 0 16px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--pink-deep);
}

.hero h1,
.section__heading h2,
.notice-card h3,
.footer h2,
.subpage-hero h1,
.sheet-section__heading h2 {
  margin: 0;
  font-family: "Arial Rounded MT Bold", "Microsoft JhengHei UI", sans-serif;
}

.hero h1,
.subpage-hero h1 {
  font-size: clamp(3.2rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-panel__tags a,
.hero-panel__meta-card {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(10px);
}

.hero-panel__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-soft);
}

.hero-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero-panel__button {
  min-width: 144px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  color: var(--text);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(185, 133, 163, 0.14);
}

.hero-panel__button--male {
  background: linear-gradient(135deg, rgba(183, 225, 255, 0.94), rgba(212, 200, 255, 0.94));
}

.hero-panel__button--female {
  background: linear-gradient(135deg, rgba(255, 220, 232, 0.96), rgba(255, 241, 191, 0.92));
}

.hero-panel__meta {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.hero-panel__meta-card {
  min-width: 118px;
  padding: 14px 16px;
  border-radius: 22px;
}

.hero-panel__meta-card strong {
  display: block;
  font-size: 1.28rem;
  color: var(--violet-deep);
}

.hero-panel__meta-card span,
.section__heading p,
.notice-card span,
.mini-note,
.sheet-section__heading p {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.hero-panel__banner {
  margin-top: 26px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(185, 133, 163, 0.14);
}

.hero-panel__banner img {
  width: 100%;
  aspect-ratio: 2.26;
  object-fit: cover;
}

.hero__art {
  position: relative;
  min-height: 600px;
}

.hero-service-banner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: min(100%, 420px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 245, 250, 0.62));
  box-shadow: 0 16px 36px rgba(179, 133, 166, 0.18);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.hero-service-banner__title {
  font-family: "Arial Rounded MT Bold", "Microsoft JhengHei UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pink-deep);
  letter-spacing: 0.1em;
}

.hero-service-banner__text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.hero-card {
  position: absolute;
  inset: 28px 18px 40px 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.48));
  backdrop-filter: blur(22px);
  box-shadow: 0 26px 60px rgba(175, 122, 161, 0.22);
}

.hero-card--link {
  display: block;
}

.hero-card__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.hero__mascot-link {
  position: absolute;
  z-index: 2;
  display: block;
  width: min(38%, 220px);
}

.hero__mascot-link--left {
  left: -8px;
  bottom: -10px;
}

.hero__mascot-link--right {
  right: -6px;
  bottom: -10px;
}

.hero__mascot {
  display: block;
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(171, 118, 161, 0.22);
  animation: floaty 5.8s ease-in-out infinite;
}

.hero__mascot--left {
  left: -8px;
  animation-delay: -1.4s;
}

.hero__mascot--right {
  animation-delay: -0.6s;
}

.section,
.subpage-main {
  padding: 84px 20px 0;
}

.section__heading {
  margin-bottom: 26px;
}

.section__heading h2,
.sheet-section__heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
}

.icon-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 251, 0.62));
  box-shadow: var(--shadow);
}

.icon-menu__item {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 18px 12px;
}

.icon-menu__item img,
.subpage-hero__avatar {
  width: 132px;
  height: 132px;
  border-radius: 999px;
  object-fit: cover;
  border: 6px solid rgba(190, 173, 255, 0.56);
  box-shadow: 0 16px 34px rgba(168, 141, 188, 0.22);
}

.icon-menu__item span {
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.notice-card,
.sheet-card {
  display: block;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 251, 0.62));
  box-shadow: var(--shadow);
}

.coming-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 251, 0.62));
  box-shadow: var(--shadow);
}

.coming-card img {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  object-fit: cover;
  border: 5px solid rgba(190, 173, 255, 0.56);
}

.coming-card h3 {
  margin: 0;
  font-family: "Arial Rounded MT Bold", "Microsoft JhengHei UI", sans-serif;
  font-size: 1.5rem;
}

.coming-card span {
  display: block;
  margin-top: 8px;
  color: var(--text-soft);
}

.notice-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.notice-card__header img {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  object-fit: cover;
  border: 4px solid rgba(190, 173, 255, 0.56);
}

.notice-card__preview,
.sheet-card img {
  width: 100%;
  border-radius: 20px;
}

.footer {
  padding: 84px 20px 92px;
}

.footer__card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.84), rgba(255, 243, 249, 0.72)),
    radial-gradient(circle at right top, rgba(255, 196, 221, 0.24), transparent 36%);
  box-shadow: var(--shadow);
  text-align: center;
}

.footer h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.subpage-hero {
  position: relative;
  padding: 22px 20px 40px;
}

.subpage-hero__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 6px 0;
}

.subpage-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.subpage-menu a {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.66);
  font-weight: 700;
  color: var(--text-soft);
}

.sheet-section + .sheet-section {
  margin-top: 42px;
}

.sheet-section__heading {
  margin-bottom: 18px;
}

.sheet-grid {
  display: grid;
  gap: 24px;
}

.sheet-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.qr-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 251, 0.62));
  box-shadow: var(--shadow);
}

.qr-card img {
  width: 100%;
  border-radius: 20px;
}

.voice-grid {
  display: grid;
  gap: 24px;
}

.voice-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 251, 0.62));
  box-shadow: var(--shadow);
}

.voice-card__avatar {
  width: 148px;
  height: 148px;
  border-radius: 26px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.voice-card__body h3 {
  margin: 0;
  font-family: "Arial Rounded MT Bold", "Microsoft JhengHei UI", sans-serif;
  font-size: 1.45rem;
}

.voice-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.voice-card__tags span {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-soft);
}

.voice-card__player {
  width: 100%;
  margin-top: 18px;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1080px) {
  .hero__content,
  .notice-grid,
  .sheet-grid--two {
    grid-template-columns: 1fr;
  }

  .qr-grid {
    grid-template-columns: 1fr;
  }

  .icon-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 720px) {
  .hero,
  .subpage-hero {
    padding-inline: 14px;
  }

  .hero__backdrop,
  .subpage-hero::before {
    inset-inline: 14px;
    height: 700px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .topbar__links {
    width: 100%;
  }

  .topbar__links a {
    text-align: center;
  }

  .hero__content {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    padding-top: 18px;
  }

  .hero-panel {
    padding: 28px 22px 22px;
    border-radius: 28px;
  }

  .hero h1,
  .subpage-hero h1 {
    font-size: 2.8rem;
  }

  .hero-panel__tags {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-panel__actions {
    gap: 10px;
    margin-top: 14px;
  }

  .hero-panel__meta {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }

  .hero-panel__meta-card {
    min-width: calc(50% - 5px);
  }

  .hero-panel__banner {
    margin-top: 18px;
    border-radius: 22px;
  }

  .hero__art {
    min-height: 420px;
  }

  .hero-service-banner {
    top: 8px;
    width: calc(100% - 40px);
    padding: 12px 14px;
    border-radius: 18px;
  }

  .hero-card {
    inset: 14px 6px 54px;
    padding: 12px;
  }

  .hero__mascot-link--left {
    left: 0;
    bottom: -10px;
  }

  .hero__mascot-link--right {
    right: 0;
    bottom: -10px;
  }

  .hero__mascot-link {
    width: 34%;
    min-width: 108px;
  }

  .section,
  .footer,
  .subpage-main {
    padding-inline: 14px;
  }

  .icon-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 16px;
    gap: 18px 10px;
  }

  .icon-menu__item {
    gap: 10px;
    padding: 8px 4px;
  }

  .icon-menu__item img,
  .subpage-hero__avatar {
    width: 96px;
    height: 96px;
  }

  .icon-menu__item span {
    font-size: 1rem;
    line-height: 1.35;
  }

  .voice-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .voice-card__avatar {
    width: 120px;
    height: 120px;
  }

  .notice-card,
  .sheet-card,
  .footer__card,
  .coming-card {
    border-radius: 22px;
  }

  .subpage-hero__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .coming-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
