:root {
  --page-bg: #0f0f10;
  --canvas-bg: #050505;
  --outline: rgba(255, 255, 255, 0.12);
  --text: #f4efe6;
}

* {
  box-sizing: border-box;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: radial-gradient(circle at top, #1c1c1f 0%, #0d0d0f 48%, #080809 100%);
  color: var(--text);
  font-family: "SF Pro Display", "PingFang SC", sans-serif;
}

.workspace {
  width: 100%;
}

.canvas {
  position: relative;
  width: 1080px;
  height: 1987.3px;
  margin: 0 auto;
  background: var(--canvas-bg);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.section {
  position: absolute;
  left: 0;
  width: 100%;
}

.hero {
  top: 0;
  height: 500.41px;
  background: #000;
  overflow: hidden;
}

.hero-background,
.hero-glow,
.hero-fade,
.hero-title-image,
.hero-cta-image,
.experience-button-image,
.menu-button-image {
  display: block;
}

.hero-background {
  position: absolute;
  left: -37.63px;
  top: -32.57px;
  width: 1153.01px;
  height: 648.67px;
  object-fit: cover;
  z-index: 0;
}

.hero-glow {
  position: absolute;
  left: 0;
  top: -11.23px;
  width: 1113.88px;
  height: 605.43px;
  object-fit: cover;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.92;
}

.hero-fade {
  position: absolute;
  left: 0;
  top: 373.48px;
  width: 1099.1px;
  height: 220.72px;
  object-fit: cover;
  z-index: 2;
}

.hero-header {
  position: absolute;
  left: 1.68px;
  top: 0;
  width: 1078.31px;
  height: 44.93px;
  background: rgba(0, 0, 0, 0.79);
  backdrop-filter: blur(2.86px);
  z-index: 3;
}

.hero-header-inner {
  position: absolute;
  left: 146.02px;
  top: 0.56px;
  width: 786.27px;
  height: 44.93px;
}

.hero-logo {
  position: absolute;
  left: 0;
  top: 12.36px;
  width: 78.63px;
  height: 20.22px;
  object-fit: contain;
}

.hero-header-actions {
  position: absolute;
  right: 0;
  top: 12.36px;
  display: flex;
  gap: 11.23px;
  align-items: center;
  height: 20.22px;
}

.experience-button,
.menu-button {
  cursor: pointer;
  padding: 0;
  border: 0;
}

.experience-button {
  position: relative;
  width: 58.41px;
  height: 20.22px;
  border-radius: 4.49px;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.experience-button-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-button {
  position: relative;
  width: 20.22px;
  height: 20.22px;
  border-radius: 4.49px;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.menu-button-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.label {
  position: absolute;
  left: 24px;
  top: 24px;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  font-size: 12px;
  line-height: 1.4;
}

.label strong {
  font-size: 14px;
  font-weight: 700;
}

.hero-content {
  position: absolute;
  left: 58.41px;
  top: 61.22px;
  width: 995.2px;
  height: 389.77px;
  z-index: 4;
}

.hero-title-image {
  position: absolute;
  left: 260.59px;
  top: 165.12px;
  width: 442.56px;
  height: 36.55px;
  object-fit: contain;
}

.hero-cta {
  position: absolute;
  left: 435.26px;
  top: 242.62px;
  width: 93.79px;
  height: 26.96px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero-cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro {
  top: 500.41px;
  height: 504.9px;
  background: transparent;
  overflow: hidden;
}

.intro-top-glow,
.intro-bear,
.intro-title-image,
.intro-copy-image {
  display: block;
}

.intro-top-glow {
  position: absolute;
  left: 342.95px;
  top: -56px;
  width: 378.3px;
  height: 378.3px;
  object-fit: cover;
  z-index: 0;
  transform: rotate(-90deg);
  transform-origin: center;
}

.intro-bear {
  position: absolute;
  left: 433.01px;
  top: 31.45px;
  width: 198.17px;
  height: 170.73px;
  object-fit: contain;
  z-index: 2;
}

.intro-bear-a {
  z-index: 1;
}

.intro-bear-b {
  z-index: 2;
}

.intro-title-image {
  position: absolute;
  left: 368.42px;
  top: 169.05px;
  width: 344.27px;
  height: 58.92px;
  object-fit: contain;
  z-index: 3;
}

.intro-copy-image {
  position: absolute;
  left: 147.15px;
  top: 254.42px;
  width: 786.27px;
  height: 45.65px;
  object-fit: contain;
  z-index: 3;
}

.intro-card {
  position: absolute;
  top: 337.49px;
  width: 253.82px;
  height: 122.98px;
  border-radius: 6.74px;
  overflow: hidden;
  z-index: 4;
  cursor: pointer;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.intro-card:focus,
.intro-card:focus-visible {
  outline: none;
}

.intro-card-1 {
  left: 145.47px;
  background: linear-gradient(243.62deg, rgb(40, 28, 15) 7.31%, rgb(13, 10, 10) 25.05%, rgb(16, 12, 11) 70.06%, rgb(24, 17, 14) 96.88%);
}

.intro-card-2 {
  left: 411.59px;
  background: linear-gradient(209.13deg, rgb(13, 10, 10) 43.84%, rgb(24, 17, 14) 86.29%);
}

.intro-card-3 {
  left: 677.71px;
  background: linear-gradient(209.13deg, rgb(13, 10, 10) 43.84%, rgb(24, 17, 14) 86.29%);
}

.intro-card-glow {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 4.49px 0 rgba(255, 204, 122, 0.74);
  pointer-events: none;
}

.intro-card-icon {
  position: absolute;
  border: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-card-icon-1 {
  left: 19.69px;
  top: 11.23px;
  width: 23.06px;
  height: 22.47px;
  background-image: url("https://www.figma.com/api/mcp/asset/086b131a-9590-4595-94e5-0ebd42fb6613");
}

.intro-card-icon-2,
.intro-card-icon-3 {
  left: 19.13px;
  top: 11.23px;
  width: 21.91px;
  height: 22.47px;
}

.intro-card-icon-2 {
  background-image: url("https://www.figma.com/api/mcp/asset/bfe7372b-612d-4db5-9668-59a272b8b3a0");
}

.intro-card-icon-3 {
  background-image: url("https://www.figma.com/api/mcp/asset/05cdf35c-5078-4553-a289-5f51d848d386");
}

.intro-card-title {
  position: absolute;
  left: 19.13px;
  top: 48.74px;
  margin: 0;
  color: #fff;
  font-size: 11.23px;
  line-height: 15.72px;
  font-weight: 600;
  white-space: nowrap;
}

.intro-card-copy {
  position: absolute;
  left: 19.69px;
  top: 75.13px;
  width: 177.03px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 7.86px;
  line-height: 10.67px;
}

.intro-card.is-active {
  border-color: #f8cf93;
  box-shadow: 0 0 0 0.56px rgba(248, 207, 147, 0.9), 0 0 8px rgba(255, 204, 122, 0.74);
  transform: translateY(-1px);
}

.intro-card.is-active .intro-card-glow {
  box-shadow: 0 0 7px 0 rgba(255, 204, 122, 0.92);
}

.timeline {
  top: 1004.3px;
  height: 574.3px;
  background: transparent;
  overflow: hidden;
}

.timeline-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-overlay {
  position: absolute;
  left: 50%;
  top: 69.75px;
  width: 791px;
  height: 348.75px;
  transform: translateX(-50%);
  object-fit: cover;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 240ms ease;
}

.timeline-overlay.is-visible {
  opacity: 1;
}

.cta {
  top: 1578.6px;
  width: 1078.3px;
  height: 335.6px;
  background: transparent;
  overflow: hidden;
}

.cta-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  top: 1914.2px;
  width: 1078.3px;
  height: 100.9px;
  background: transparent;
}

.footer-top-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.12px;
  background: linear-gradient(90deg, rgba(255, 183, 88, 0) 0%, rgba(255, 183, 88, 0.95) 50%, rgba(255, 183, 88, 0) 100%);
  opacity: 0.92;
}

.footer-inner {
  position: absolute;
  left: 146.02px;
  top: 14px;
  width: 786.27px;
  height: 72px;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.footer-logo {
  width: 78.63px;
  height: 20.22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-contact-list {
  display: flex;
  align-items: center;
  gap: 21.34px;
  margin-left: 82.57px;
  white-space: nowrap;
}

.footer-contact-item {
  margin: 0;
  font-size: 9px;
  line-height: 12.36px;
  color: rgba(255, 255, 255, 0.56);
}

.footer-contact-value {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
}

.footer-contact-label {
  color: #ffffff;
  font-weight: 700;
}

.footer-social-list {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8.98px;
}

.footer-social-item {
  position: relative;
  width: 20.22px;
  height: 20.22px;
}

.footer-social-button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer-social-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-qr-panel {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  padding: 8px;
  border-radius: 10px;
  background: rgba(16, 12, 8, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.footer-qr-panel img {
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.footer-qr-panel-wechat img {
  width: 96px;
  height: 96px;
}

.footer-qr-panel-zhihu img {
  width: 108px;
  height: 82px;
}

.footer-social-item-qr:hover .footer-qr-panel,
.footer-social-item-qr:focus-within .footer-qr-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.footer-record {
  display: block;
  width: 100%;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8.98px;
  line-height: 12.36px;
  text-align: center;
  text-decoration: none;
}

.footer-record:hover {
  color: rgba(255, 255, 255, 0.72);
}
