* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth; }
body { font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; background: #24003f; color: #ffffff; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
main { position: relative; z-index: 1; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.emoji-bg { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.emoji-bg span { position: absolute; font-size: 28px; opacity: .12; animation: floatEmoji 12s linear infinite; filter: drop-shadow(0 0 10px rgba(37,223,245,.25)); }
.emoji-bg span:nth-child(1) { left: 5%; animation-delay: -1s; animation-duration: 14s; }
.emoji-bg span:nth-child(2) { left: 12%; animation-delay: -7s; animation-duration: 17s; }
.emoji-bg span:nth-child(3) { left: 22%; animation-delay: -4s; animation-duration: 13s; }
.emoji-bg span:nth-child(4) { left: 31%; animation-delay: -11s; animation-duration: 18s; }
.emoji-bg span:nth-child(5) { left: 43%; animation-delay: -6s; animation-duration: 15s; }
.emoji-bg span:nth-child(6) { left: 54%; animation-delay: -13s; animation-duration: 19s; }
.emoji-bg span:nth-child(7) { left: 63%; animation-delay: -3s; animation-duration: 16s; }
.emoji-bg span:nth-child(8) { left: 72%; animation-delay: -9s; animation-duration: 14s; }
.emoji-bg span:nth-child(9) { left: 82%; animation-delay: -5s; animation-duration: 20s; }
.emoji-bg span:nth-child(10) { left: 91%; animation-delay: -12s; animation-duration: 16s; }
.emoji-bg span:nth-child(11) { left: 16%; animation-delay: -15s; animation-duration: 21s; }
.emoji-bg span:nth-child(12) { left: 37%; animation-delay: -16s; animation-duration: 18s; }
.emoji-bg span:nth-child(13) { left: 68%; animation-delay: -18s; animation-duration: 22s; }
.emoji-bg span:nth-child(14) { left: 88%; animation-delay: -21s; animation-duration: 19s; }
@keyframes floatEmoji { 0% { transform: translate3d(0, 110vh, 0) rotate(0deg); opacity: 0; } 12% { opacity: .16; } 50% { transform: translate3d(22px, 45vh, 0) rotate(12deg); } 100% { transform: translate3d(-18px, -12vh, 0) rotate(28deg); opacity: 0; } }
.site-header { position: sticky; top: 0; width: 100%; z-index: 9999; background: rgba(36, 0, 63, 0.72); backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22); }
.header-inner { max-width: 1280px; margin: 0 auto; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 22px; }
.site-logo, .drawer-logo, .footer-logo { flex: 0 0 auto; display: inline-flex; align-items: center; }
.site-logo img { max-height: 46px; display: block; }
.drawer-logo img { max-height: 44px; }
.footer-logo img { max-height: 48px; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 12px; flex: 1 1 auto; }
.nav-core a { color: #ffffff; font-size: 14px; text-decoration: none; padding: 8px 12px; border-radius: 999px; white-space: nowrap; transition: .25s ease; }
.nav-core a:hover, .nav-core a.active { color: #25dff5; background: rgba(37, 223, 245, 0.12); }
.header-actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; background: linear-gradient(90deg, #21dff5 0%, #8f7bff 52%, #f06bea 100%); color: #ffffff; border-radius: 6px; box-shadow: 0 14px 30px rgba(240,107,234,0.26); font-weight: 700; border: 0; transition: .25s ease; white-space: nowrap; }
.main-btn:hover { transform: translateY(-1px); box-shadow: 0 18px 40px rgba(37,223,245,0.30); }
.header-btn { min-height: 40px; padding: 0 18px; font-size: 14px; }
.menu-toggle { width: 42px; height: 42px; border-radius: 10px; border: 1px solid rgba(191, 255, 255, 0.18); background: rgba(255, 255, 255, 0.06); color: #ffffff; cursor: pointer; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-toggle span { width: 20px; height: 2px; border-radius: 4px; background: #ffffff; box-shadow: 0 0 8px rgba(37,223,245,.45); }
.drawer-overlay { position: fixed; inset: 0; background: rgba(12,0,24,.62); opacity: 0; visibility: hidden; transition: .25s ease; z-index: 10000; }
.side-drawer { position: fixed; top: 0; right: 0; width: min(390px, 88vw); height: 100vh; background: linear-gradient(180deg, #24003f 0%, #16002b 100%); z-index: 10001; transform: translateX(102%); transition: .3s ease; box-shadow: -18px 0 48px rgba(0,0,0,.42); padding: 20px; overflow-y: auto; border-left: 1px solid rgba(191,255,255,.14); }
.drawer-is-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-is-open .side-drawer { transform: translateX(0); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.drawer-close { width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(191,255,255,.18); background: rgba(255,255,255,.06); color: #ffffff; font-size: 30px; line-height: 1; cursor: pointer; }
.drawer-links { display: grid; gap: 10px; }
.drawer-links a { color: #ffffff; padding: 13px 14px; border-radius: 12px; background: rgba(255,255,255,.045); border: 1px solid rgba(191,255,255,.08); transition: .25s ease; }
.drawer-links a:hover, .drawer-links a.active { color: #25dff5; border-color: rgba(37,223,245,.38); background: rgba(37,223,245,.10); }
.hero-section { min-height: 100vh; background: linear-gradient(180deg, rgba(35,0,63,0.55) 0%, rgba(35,0,63,0.78) 58%, rgba(141,0,255,0.92) 100%), url("背景.webp") center center / cover no-repeat; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-section::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 230px; background: linear-gradient(180deg, rgba(141,0,255,0) 0%, rgba(157,0,255,0.95) 100%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 42px; padding: 72px 0; }
.hero-copy h1 { margin: 10px 0 18px; font-size: clamp(44px, 8vw, 92px); line-height: 1.03; color: #bfffff; text-shadow: 0 0 18px rgba(37,223,245,0.20); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #25dff5; font-weight: 700; letter-spacing: .5px; }
.hero-copy p { color: #ffffff; font-size: 18px; max-width: 690px; margin: 0 0 26px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.ghost-link, .text-link { color: #25dff5; font-weight: 700; border-bottom: 1px solid rgba(37,223,245,.5); }
.hero-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; }
.hero-notes li { color: #d8c7ff; padding: 12px 14px; border-radius: 14px; background: rgba(60,0,100,.42); border: 1px solid rgba(191,255,255,.12); }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: 10% 8%; background: radial-gradient(circle, rgba(37,223,245,.35), rgba(240,107,234,.16) 48%, transparent 70%); filter: blur(18px); }
.hero-visual img { position: relative; z-index: 1; margin: 0 auto; max-height: 600px; object-fit: contain; filter: drop-shadow(0 24px 50px rgba(0,0,0,.46)); }
.highlight-strip { position: relative; z-index: 2; margin-top: -68px; display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 28px; overflow: hidden; background: linear-gradient(90deg, rgba(240,107,234,.80), rgba(143,123,255,.72), rgba(37,223,245,.44)); box-shadow: 0 18px 60px rgba(37,223,245,.16), inset 0 -2px 0 rgba(37,223,245,.72); border: 1px solid rgba(191,255,255,.18); }
.highlight-item { padding: 24px; min-height: 150px; }
.highlight-item + .highlight-item { border-left: 1px solid rgba(255,255,255,.18); }
.highlight-item h3 { margin: 0 0 8px; color: #ffffff; font-size: 19px; }
.highlight-item p { margin: 0; color: #efe8ff; font-size: 14px; }
.section-pad { padding: 92px 0; }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 38px; }
h1, h2, h3, .section-title { color: #bfffff; text-shadow: 0 0 18px rgba(37,223,245,0.20); }
.section-title { margin: 0 0 14px; font-size: clamp(30px, 4vw, 48px); line-height: 1.18; }
.section-desc { margin: 0; color: #d8c7ff; }
.card, .zone-card, .info-card, .content-card, .question-card, .review-card { background: rgba(60, 0, 100, 0.56); border: 1px solid rgba(191,255,255,0.14); box-shadow: 0 18px 46px rgba(0,0,0,0.32); backdrop-filter: blur(10px); border-radius: 22px; }
.capsule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.capsule-card { padding: 20px; min-height: 190px; transition: .25s ease; }
.capsule-card:hover, .game-card:hover, .activity-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(37,223,245,.16); border-color: rgba(37,223,245,.32); }
.card-no { display: inline-flex; color: #25dff5; font-weight: 900; font-size: 13px; margin-bottom: 10px; }
.capsule-card h3 { margin: 0 0 8px; font-size: 19px; }
.capsule-card p { margin: 0; color: #d8c7ff; font-size: 14px; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.split-copy p, .content-card p, .inner-copy p, .notice-box p { color: #d8c7ff; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { padding: 12px 14px; border-radius: 14px; color: #ffffff; background: rgba(37,223,245,.08); border: 1px solid rgba(37,223,245,.14); }
.image-frame { border-radius: 28px; overflow: hidden; border: 1px solid rgba(191,255,255,.16); background: rgba(255,255,255,.04); box-shadow: 0 24px 60px rgba(0,0,0,.34); }
.image-frame img { width: 100%; object-fit: contain; }
.poster-banner { padding-top: 20px; }
.poster-banner img { width: min(1040px, 100%); margin: 0 auto; border-radius: 28px; object-fit: contain; box-shadow: 0 26px 70px rgba(0,0,0,.38); border: 1px solid rgba(191,255,255,.14); }
.game-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.game-card { overflow: hidden; transition: .25s ease; }
.game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: rgba(22,0,43,.58); }
.game-card-body { padding: 16px; }
.game-card h3 { margin: 0 0 7px; font-size: 17px; }
.game-card p { margin: 0 0 10px; color: #d8c7ff; font-size: 14px; }
.two-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.four-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.content-card { padding: 26px; }
.content-card h3 { margin: 0 0 10px; }
.activity-card { overflow: hidden; transition: .25s ease; }
.activity-card img { width: 100%; min-height: 220px; object-fit: contain; background: rgba(22,0,43,.42); }
.activity-card .content-card { border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.review-card { padding: 22px; color: #d8c7ff; }
.review-card strong { display: block; color: #ffffff; margin-bottom: 8px; }
.faq-list { display: grid; gap: 16px; }
.question-card { padding: 22px; }
.question-card h3 { margin: 0 0 8px; font-size: 19px; }
.question-card p { margin: 0; color: #d8c7ff; }
.notice-box { border-radius: 24px; padding: 28px; background: linear-gradient(135deg, rgba(37,223,245,.12), rgba(240,107,234,.12)); border: 1px solid rgba(191,255,255,.18); }
.inner-hero { padding: 78px 0 56px; background: radial-gradient(circle at 18% 20%, rgba(37,223,245,.18), transparent 30%), radial-gradient(circle at 82% 10%, rgba(240,107,234,.20), transparent 32%), linear-gradient(180deg, #2d0052 0%, #24003f 100%); }
.inner-hero h1 { margin: 12px 0 16px; font-size: clamp(36px, 6vw, 64px); line-height: 1.12; }
.inner-hero p { max-width: 820px; color: #d8c7ff; font-size: 18px; margin: 0; }
.inner-wrap { padding: 72px 0; }
.inner-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: start; }
.inner-copy { padding: 30px; }
.inner-copy h2 { margin-top: 0; }
.info-list { display: grid; gap: 16px; padding: 0; margin: 0; list-style: none; }
.info-list li { padding: 18px; border-radius: 18px; background: rgba(60,0,100,.42); border: 1px solid rgba(191,255,255,.12); color: #d8c7ff; }
.info-list strong { display: block; color: #ffffff; margin-bottom: 5px; }
.timeline { display: grid; gap: 18px; }
.timeline-item { padding: 22px; border-left: 3px solid #25dff5; background: rgba(60,0,100,.44); border-radius: 16px; }
.timeline-item h3 { margin: 0 0 8px; }
.site-footer { position: relative; z-index: 1; background: #140024; color: #d8c7ff; padding: 54px 0; }
.footer-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .9fr 1fr; gap: 30px; align-items: start; }
.footer-brand p, .footer-note p { margin: 14px 0 0; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.footer-links a { color: #d8c7ff; padding: 8px 0; }
.footer-links a:hover { color: #25dff5; }
.footer-note { padding: 20px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(191,255,255,.12); }
@media (max-width: 1080px) { .nav-core { display: none; } .hero-inner, .split-section, .inner-grid { grid-template-columns: 1fr; } .game-grid { grid-template-columns: repeat(3, 1fr); } .capsule-grid { grid-template-columns: repeat(3, 1fr); } .highlight-strip { grid-template-columns: repeat(2, 1fr); } .highlight-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); } .highlight-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); } .footer-inner { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .header-inner { min-height: 64px; padding: 0 12px; gap: 8px; } .site-logo img { max-height: 38px; } .header-btn { min-height: 36px; padding: 0 12px; font-size: 12px; } .menu-toggle { width: 38px; height: 38px; } .hero-section { min-height: calc(100vh - 64px); } .hero-inner { padding: 54px 0 92px; gap: 24px; } .hero-copy p { font-size: 16px; } .hero-notes { grid-template-columns: 1fr; } .highlight-strip { margin-top: -58px; grid-template-columns: 1fr; border-radius: 22px; } .highlight-item + .highlight-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); } .section-pad, .inner-wrap { padding: 62px 0; } .capsule-grid, .three-grid, .four-grid { grid-template-columns: 1fr; } .two-grid { grid-template-columns: 1fr; } .game-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .game-card-body { padding: 13px; } .content-card, .inner-copy, .question-card { padding: 20px; } .footer-links { grid-template-columns: 1fr; } .emoji-bg span:nth-child(n+7) { display: none; } }
@media (max-width: 390px) { .header-btn { padding: 0 10px; font-size: 11px; } .site-logo img { max-height: 34px; } }
