@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  font-family: Manrope, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: #f6f7ff;
  background: #050816;
  font-synthesis: none;
  --violet: #9c8cff;
  --cyan: #73efff;
  --muted: #7c849e;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: #050816; }
body { min-width:320px; min-height:100vh; margin:0; overflow-x:hidden; background:#050816; }
button,a { font:inherit; }

.noise {
  position:fixed; inset:0; z-index:20; pointer-events:none; opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.glow { position:fixed; width:520px; height:520px; border-radius:50%; filter:blur(130px); opacity:.13; pointer-events:none; }
.glow-one { top:-230px; left:-180px; background:#6554ff; }
.glow-two { right:-240px; bottom:-230px; background:#2ad9ff; }

.page { width:min(1240px,calc(100% - 80px)); min-height:100vh; margin:auto; display:flex; flex-direction:column; }
.nav { height:96px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,.08); }
.brand { display:flex; align-items:center; gap:13px; color:#f9faff; text-decoration:none; font-size:13px; font-weight:800; letter-spacing:.28em; }
.brand-mark { position:relative; width:36px; height:36px; border:1px solid rgba(156,140,255,.5); border-radius:50%; animation:markSpin 9s linear infinite; }
.brand-mark::before,.brand-mark::after { content:""; position:absolute; inset:7px; border:1px solid rgba(115,239,255,.45); border-radius:50% 20% 50% 20%; transform:rotate(45deg); }
.brand-mark::after { transform:rotate(-45deg); }
.brand-mark i { position:absolute; left:50%; top:50%; width:4px; height:4px; border-radius:50%; background:#fff; transform:translate(-50%,-50%); box-shadow:0 0 12px var(--cyan); }
.nav-meta { display:flex; align-items:center; gap:9px; color:#515a75; font-size:9px; font-weight:700; letter-spacing:.18em; }
.live-dot { width:5px; height:5px; border-radius:50%; background:#65e5c3; box-shadow:0 0 10px #65e5c3; animation:live 1.8s ease-in-out infinite; }

.hero { flex:1; min-height:680px; display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:45px; padding:45px 0; }
.copy { position:relative; z-index:4; max-width:510px; }
.edition { display:flex; align-items:center; gap:12px; margin-bottom:24px; color:#6b738d; font-size:9px; font-weight:700; letter-spacing:.22em; }
.edition span { padding:5px 8px; border:1px solid rgba(156,140,255,.25); border-radius:5px; color:#a89aff; }
h1 { margin:0; font-size:clamp(52px,5.5vw,76px); line-height:1.06; letter-spacing:-.06em; }
h1 em { color:transparent; background:linear-gradient(100deg,#a697ff 5%,#70e6f4 80%); -webkit-background-clip:text; background-clip:text; font-style:normal; }
.copy>p { max-width:420px; margin:26px 0 32px; color:var(--muted); font-size:14px; line-height:1.9; }
.enter-button { width:min(100%,360px); height:56px; display:flex; align-items:center; justify-content:space-between; padding:0 9px 0 21px; border:1px solid rgba(161,150,255,.35); border-radius:15px; color:#e9e8ff; background:linear-gradient(110deg,rgba(132,113,255,.23),rgba(56,176,208,.13)); box-shadow:inset 0 1px rgba(255,255,255,.08),0 15px 40px rgba(49,34,128,.2); cursor:pointer; font-weight:700; transition:.25s; backdrop-filter:blur(15px); }
.enter-button:hover { transform:translateY(-2px); border-color:rgba(115,239,255,.5); box-shadow:inset 0 1px rgba(255,255,255,.1),0 20px 45px rgba(49,34,128,.28); }
.enter-button i { width:38px; height:38px; display:grid; place-items:center; border-radius:11px; background:linear-gradient(135deg,#9c8cff,#5cd7e9); }
.enter-button svg { width:18px; fill:none; stroke:#101327; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.micro-copy { width:min(100%,360px); display:flex; justify-content:space-between; margin-top:17px; color:#3f4861; font-size:8px; font-weight:700; letter-spacing:.16em; }

.experience { position:relative; height:min(660px,60vw); min-height:580px; overflow:hidden; border:1px solid rgba(170,170,255,.1); border-radius:38px; background:radial-gradient(circle at 50% 43%,rgba(94,68,192,.19),transparent 24%),radial-gradient(circle at 54% 45%,rgba(52,192,215,.08),transparent 48%),linear-gradient(145deg,rgba(18,20,45,.84),rgba(6,11,28,.92)); box-shadow:inset 0 1px rgba(255,255,255,.035),0 38px 90px rgba(0,0,0,.3); isolation:isolate; }
.experience::before { content:""; position:absolute; inset:0; z-index:-1; opacity:.5; background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:48px 48px; mask-image:radial-gradient(circle,black,transparent 75%); }
.experience::after { content:""; position:absolute; left:-30%; top:-20%; width:160%; height:140%; background:conic-gradient(from 120deg at 50% 50%,transparent 0 38%,rgba(115,239,255,.035) 44%,transparent 50% 73%,rgba(156,140,255,.04) 78%,transparent 83%); animation:fieldRotate 18s linear infinite; }
.axis { position:absolute; z-index:1; background:linear-gradient(90deg,transparent,rgba(133,145,190,.12),transparent); }
.axis-x { left:7%; right:7%; top:50%; height:1px; }
.axis-y { top:7%; bottom:7%; left:50%; width:1px; background:linear-gradient(transparent,rgba(133,145,190,.12),transparent); }
.coordinate { position:absolute; z-index:2; color:#333d59; font-size:8px; letter-spacing:.15em; }
.coordinate-a { left:7%; top:48%; }.coordinate-b { left:51%; top:7%; }
.orbital { position:absolute; z-index:2; left:50%; top:46%; border:1px solid rgba(145,132,255,.15); border-radius:50%; transform:translate(-50%,-50%); }
.orbital i { position:absolute; left:50%; top:-3px; width:6px; height:6px; border-radius:50%; background:var(--cyan); box-shadow:0 0 15px var(--cyan); }
.orbital-outer { width:480px; height:480px; animation:orbit 18s linear infinite; }.orbital-mid { width:350px; height:350px; border-color:rgba(115,239,255,.13); animation:orbitReverse 13s linear infinite; }.orbital-inner { width:230px; height:230px; animation:orbit 8s linear infinite; }
.orbital-mid i { background:var(--violet); box-shadow:0 0 15px var(--violet); }.orbital-inner i { width:4px; height:4px; }
.core { position:absolute; z-index:4; left:50%; top:46%; width:145px; height:145px; border-radius:50%; transform:translate(-50%,-50%); animation:coreFloat 4.5s ease-in-out infinite; }
.core-surface { position:absolute; inset:0; overflow:hidden; border-radius:50%; background:radial-gradient(circle at 34% 30%,#d9d2ff 0,#8171ea 20%,#31316e 53%,#10152e 76%); box-shadow:inset -24px -20px 38px rgba(1,4,20,.72),inset 14px 10px 22px rgba(255,255,255,.17),0 0 55px rgba(125,105,255,.27),0 28px 60px rgba(0,0,0,.4); }
.core-surface::before { content:""; position:absolute; inset:-30%; background:repeating-radial-gradient(ellipse at 30% 20%,transparent 0 9px,rgba(255,255,255,.055) 10px 11px); transform:rotate(20deg); animation:surfaceMove 9s linear infinite; }
.core-light { position:absolute; inset:-25px; border-radius:50%; border:1px solid rgba(134,220,255,.08); box-shadow:0 0 45px rgba(98,179,255,.12); animation:corePulse 3.2s ease-in-out infinite; }
.wave { position:absolute; z-index:3; left:0; top:37%; width:100%; height:240px; overflow:visible; opacity:.35; }
.wave path { fill:none; stroke:url(#none); stroke:#796eff; stroke-width:1.3; stroke-dasharray:5 8; animation:waveFlow 9s linear infinite; }
.wave-two { transform:scaleY(-1); opacity:.22; }.wave-two path { stroke:#62d8ea; animation-direction:reverse; }
.spark { position:absolute; z-index:6; width:4px; height:4px; border-radius:50%; background:#8cf8ff; box-shadow:0 0 14px #8cf8ff; animation:spark 4s ease-in-out infinite; }
.spark-1{left:19%;top:24%;animation-delay:-.4s}.spark-2{right:17%;top:22%;animation-delay:-1.7s}.spark-3{right:12%;top:58%;animation-delay:-2.8s}.spark-4{left:15%;bottom:19%;animation-delay:-1.1s}.spark-5{left:37%;top:15%;animation-delay:-3.3s}.spark-6{right:35%;bottom:14%;animation-delay:-2.2s}
.experience-caption { position:absolute; z-index:7; left:38px; bottom:34px; display:flex; flex-direction:column; gap:7px; }
.experience-caption span { color:#525c79; font-size:8px; font-weight:700; letter-spacing:.19em; }.experience-caption strong { color:#969fbc; font-size:11px; font-weight:500; }
.experience.is-active .core { animation:coreAwaken 1.2s cubic-bezier(.16,1,.3,1),coreFloat 4.5s 1.2s ease-in-out infinite; }
.experience.is-active .core-light { box-shadow:0 0 85px rgba(115,239,255,.35); border-color:rgba(115,239,255,.3); }
.experience.is-active .orbital { border-color:rgba(115,239,255,.27); transition:border-color 1s; }
.experience.is-active .wave { opacity:.8; transition:opacity 1s; }
.experience.is-active .spark { animation-duration:1.8s; }

.footer { height:66px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-top:1px solid rgba(255,255,255,.07); color:#373f58; font-size:8px; font-weight:700; letter-spacing:.14em; }
.footer>span:last-child { text-align:right; }.footer button { border:0; color:#59627c; background:none; cursor:pointer; font-size:9px; }.footer button:hover { color:#9d98c5; }

.consent-layer { position:fixed; inset:0; z-index:50; display:grid; place-items:center; padding:20px; background:rgba(3,5,15,.73); backdrop-filter:blur(18px); transition:opacity .45s,visibility .45s; }
.consent-layer.is-hidden { opacity:0; visibility:hidden; pointer-events:none; }
.consent-card { position:relative; width:min(100%,440px); padding:36px; border:1px solid rgba(168,159,255,.2); border-radius:25px; background:linear-gradient(145deg,rgba(24,25,54,.97),rgba(10,14,31,.98)); box-shadow:0 30px 90px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.05); }
.close-button { position:absolute; top:17px; right:17px; width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); border-radius:10px; color:#747d97; background:rgba(255,255,255,.025); cursor:pointer; }.close-button svg { width:15px; fill:none; stroke:currentColor; stroke-width:1.8; }
.consent-index { color:#8074d1; font-size:8px; font-weight:800; letter-spacing:.2em; }
.consent-card h2 { margin:14px 0 12px; font-size:27px; letter-spacing:-.04em; }.consent-card>p { margin:0 0 24px; color:#8991aa; font-size:13px; line-height:1.85; }
.consent-button { width:100%; height:52px; display:flex; align-items:center; justify-content:center; gap:10px; border:0; border-radius:14px; color:#11152b; background:linear-gradient(100deg,#a698ff,#70e5f2); cursor:pointer; font-weight:800; box-shadow:0 12px 30px rgba(103,94,216,.22); }.consent-button:disabled{opacity:.6;cursor:wait}.consent-button svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8}.consent-card small { display:block; margin-top:14px; color:#4e5871; font-size:9px; text-align:center; }
.consent-error { margin:-7px 0 17px; padding:11px 13px; border:1px solid rgba(255,128,128,.16); border-radius:10px; color:#d99a9f; background:rgba(105,40,51,.18); font-size:11px; line-height:1.5; }

@keyframes markSpin{to{transform:rotate(360deg)}}@keyframes live{50%{opacity:.3}}@keyframes fieldRotate{to{transform:rotate(360deg)}}@keyframes orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes orbitReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes coreFloat{50%{transform:translate(-50%,calc(-50% - 10px))}}@keyframes corePulse{50%{transform:scale(1.12);opacity:.55}}@keyframes surfaceMove{to{transform:rotate(380deg)}}@keyframes waveFlow{to{stroke-dashoffset:-130}}@keyframes spark{0%,100%{opacity:.18;transform:scale(.6)}50%{opacity:1;transform:scale(1.5)}}@keyframes coreAwaken{0%{transform:translate(-50%,-50%) scale(.35);filter:brightness(4);opacity:0}55%{transform:translate(-50%,-50%) scale(1.18);filter:brightness(1.8)}100%{transform:translate(-50%,-50%) scale(1);filter:brightness(1)}}

@media(max-width:900px){.page{width:min(100% - 36px,640px)}.nav{height:78px}.hero{grid-template-columns:1fr;gap:42px;padding:48px 0}.copy{max-width:none}.copy>p{max-width:520px}.experience{height:600px;min-height:0}.orbital-outer{width:440px;height:440px}.orbital-mid{width:320px;height:320px}}
@media(max-width:520px){.page{width:100%;padding:0 20px}.nav-meta{font-size:0}.hero{min-height:0;padding:34px 0}.edition{margin-bottom:18px}h1{font-size:46px}.copy>p{margin:21px 0 27px;font-size:13px}.enter-button,.micro-copy{width:100%}.experience{height:510px;border-radius:27px}.orbital-outer{width:350px;height:350px}.orbital-mid{width:270px;height:270px}.orbital-inner{width:190px;height:190px}.core{width:116px;height:116px}.experience-caption{left:25px;bottom:25px}.footer{height:58px}.footer>span:last-child{display:none}.consent-card{padding:31px 25px 27px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
