.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 60; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, #5B3FA8, #A35BFF, #E8376F, #F59E0B); }
.split .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.split .w > span { display: inline-block; transform: translateY(105%); transition: transform .9s cubic-bezier(.16, 1, .3, 1); transition-delay: calc(var(--i, 0) * 55ms); }
.split.in .w > span { transform: none; }
.split .grad-w > span { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.dark .split .grad-w > span { background: linear-gradient(100deg, #C4B2FF, #FF8FB1 60%, #FFC24D); -webkit-background-clip: text; background-clip: text; }
.spot { position: relative; isolation: isolate; }
.spot::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: -1; opacity: 0; transition: opacity .4s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, .14), transparent 45%);
}
.spot::after {
  content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; z-index: 1; pointer-events: none; opacity: 0; transition: opacity .4s;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(163, 91, 255, .9), rgba(232, 55, 111, .5) 40%, transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}
.spot:hover::before, .spot:hover::after { opacity: 1; }
.tilt { transition: transform .5s cubic-bezier(.2, .8, .2, 1); transform-style: preserve-3d; will-change: transform; }
.hero2 { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding: 120px 0 80px; overflow: hidden; }
.hero2::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(600px circle at var(--cx, 70%) var(--cy, 40%), rgba(163, 91, 255, .16), transparent 60%); }
.hero2 canvas.net { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: .9; }
.hero2 .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero2 h1 { font-size: clamp(54px, 8.6vw, 108px); letter-spacing: -0.04em; line-height: .95; margin: 22px 0 26px; }
.hero2 .lead { font-size: clamp(18px, 1.9vw, 21px); color: var(--ink-2); max-width: 520px; line-height: 1.55; }
.hero2 .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.ticker { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; padding: 8px 16px 8px 8px; border-radius: 999px; background: var(--glass); border: 1px solid var(--line); box-shadow: var(--shadow-sm); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-weight: 700; font-size: 15px; }
.ticker .live { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border-radius: 999px; background: rgba(16, 185, 129, .12); color: var(--green); font-size: 12.5px; font-weight: 800; letter-spacing: .04em; }
.ticker .live i { width: 7px; height: 7px; border-radius: 50%; background: #10B981; box-shadow: 0 0 0 0 rgba(16, 185, 129, .6); animation: ping 1.8s infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 9px rgba(16, 185, 129, 0); } 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); } }
.ticker .slot { position: relative; display: inline-block; height: 1.5em; overflow: hidden; min-width: 240px; }
.ticker .slot span { position: absolute; left: 0; top: 0; white-space: nowrap; transform: translateY(110%); opacity: 0; transition: transform .6s cubic-bezier(.16, 1, .3, 1), opacity .6s; }
.ticker .slot span.on { transform: none; opacity: 1; }
.ticker .slot span.out { transform: translateY(-110%); opacity: 0; }
.ticker .slot small { color: var(--ink-3); font-weight: 600; font-size: 13.5px; }
.stage2 { position: relative; height: 660px; display: grid; place-items: center; perspective: 1400px; }
.device { position: relative; width: 310px; height: 636px; border-radius: 50px; padding: 11px; transform-style: preserve-3d;
  background: linear-gradient(160deg, #2E2748, #120E1F 60%); box-shadow: var(--shadow-lg), inset 0 0 0 1.5px rgba(255, 255, 255, .1), inset 0 0 0 5px #0B0814;
  transform: rotateY(-14deg) rotateX(6deg) rotateZ(-2deg); transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.device::before { content: ''; position: absolute; top: 21px; left: 50%; transform: translateX(-50%); width: 96px; height: 27px; border-radius: 20px; background: #06040C; z-index: 5; }
.device::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 6;
  background: linear-gradient(115deg, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, 0) 38%); mix-blend-mode: screen; }
.device .screen { position: relative; height: 100%; border-radius: 40px; overflow: hidden; background: linear-gradient(180deg, #F4EFFF 0%, #FBF9FF 40%, #fff 100%); color: #16112A; font-size: 12px; }
.device .glow { position: absolute; width: 260px; height: 260px; border-radius: 50%; filter: blur(50px); opacity: .55; }
.device .g1 { background: #B9A4FF; top: -120px; left: -60px; }
.device .g2 { background: #FFB3C9; top: -80px; right: -120px; }
.feed-mask { position: absolute; left: 0; right: 0; top: 214px; bottom: 0; overflow: hidden; padding: 0 16px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 18px, #000 70%, transparent 92%); mask-image: linear-gradient(180deg, transparent 0, #000 18px, #000 70%, transparent 92%); }
.feed { animation: feed 26s linear infinite; }
@keyframes feed { to { transform: translateY(-50%); } }
.ev .seats.tick { animation: tick .6s; }
@keyframes tick { 40% { transform: scale(1.25); background: #FDE7EF; color: #E8376F; } }
.toast { position: absolute; left: 12px; right: 12px; top: 52px; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 18px;
  background: rgba(255, 255, 255, .92); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 14px 30px -12px rgba(60, 35, 130, .5), 0 0 0 1px rgba(22, 17, 42, .06);
  transform: translateY(-140%) scale(.9); opacity: 0; transition: transform .6s cubic-bezier(.16, 1, .3, 1), opacity .4s; }
.toast.show { transform: none; opacity: 1; }
.toast .av { width: 32px; height: 32px; border-radius: 11px; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 13px; flex: none; }
.toast b { display: block; font-size: 12.5px; }
.toast span { font-size: 11px; color: #7D7694; font-weight: 600; }
.stage2 .float { transform: translateZ(60px); }
.stage2 .f1 { top: 130px; left: -60px; }
.stage2 .f2 { top: 330px; right: -60px; }
.stage2 .f3 { bottom: 70px; left: -50px; }
.orbit { position: absolute; width: 560px; height: 560px; border-radius: 50%; border: 1.5px dashed rgba(139, 92, 246, .22); animation: spin 60s linear infinite; }
.orbit.o2 { width: 440px; height: 440px; animation-duration: 40s; animation-direction: reverse; border-color: rgba(232, 55, 111, .18); }
.orbit i { position: absolute; top: -18px; left: 50%; width: 36px; height: 36px; margin-left: -18px; border-radius: 12px; display: grid; place-items: center; font-size: 18px; font-style: normal;
  background: var(--surface); box-shadow: var(--shadow); animation: spin 60s linear infinite reverse; }
.orbit.o2 i { animation-duration: 40s; animation-direction: normal; top: auto; bottom: -18px; }
@keyframes spin { to { transform: rotate(360deg); } }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--ink-3); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { width: 24px; height: 38px; border-radius: 14px; border: 2px solid var(--line-2); position: relative; }
.scroll-cue i::after { content: ''; position: absolute; top: 7px; left: 50%; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--brand-2); animation: wheel 1.8s infinite; }
@keyframes wheel { 60% { transform: translateY(12px); opacity: 0; } 61% { transform: none; opacity: 0; } 100% { opacity: 1; } }
@media (max-width: 980px) {
  .hero2 { min-height: 0; padding-top: 110px; }
  .hero2 .wrap { grid-template-columns: 1fr; gap: 10px; }
  .hero2 .copy { text-align: center; }
  .hero2 .lead { margin: 0 auto; }
  .hero2 .actions { justify-content: center; }
  .stage2 { height: 620px; }
  .device { transform: rotateY(-8deg) rotateX(4deg); }
  .scroll-cue { display: none; }
}
@media (max-width: 560px) {
  .stage2 { height: 560px; margin: 0 -16px; }
  .device { transform: scale(.84) rotateY(-6deg) rotateX(3deg); }
  .orbit { width: 400px; height: 400px; } .orbit.o2 { width: 320px; height: 320px; }
  .stage2 .f1 { left: 4px; top: 70px; } .stage2 .f2 { right: 4px; top: 300px; } .stage2 .f3 { left: 8px; bottom: 50px; }
  .ticker { font-size: 13.5px; } .ticker .slot { min-width: 200px; }
  .hero2 .actions .store { flex: 1 1 100%; justify-content: center; }
}
.marquee2 { position: relative; padding: 22px 0; overflow: hidden; background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 12px; }
.marquee2::before, .marquee2::after { content: ''; position: absolute; top: 0; bottom: 0; width: 140px; z-index: 1; pointer-events: none; }
.marquee2::before { left: 0; background: linear-gradient(90deg, var(--surface), transparent); }
.marquee2::after { right: 0; background: linear-gradient(-90deg, var(--surface), transparent); }
.marquee2 .track { animation-duration: 55s; }
.marquee2 .track.rev { animation-direction: reverse; animation-duration: 62s; }
.marquee2 .track span:hover { background: var(--brand-soft); color: var(--brand-ink); border-color: rgba(139, 107, 214, .4); transform: translateY(-2px) rotate(-1.5deg); }
.marquee2 .track span { transition: transform .3s, background .3s, color .3s; }
.city { position: relative; overflow: hidden; color: #F3F0FF; background: #0B0816; min-height: clamp(640px, 64vw, 780px); border-radius: clamp(28px, 4vw, 48px); margin: clamp(40px, 6vw, 72px) clamp(8px, 1.5vw, 20px) 0; }
.city .head { position: relative; z-index: 2; padding: clamp(56px, 7vw, 88px) var(--gutter) 0; max-width: var(--max); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; pointer-events: none; }
.city .head .eyebrow { color: #C4B2FF; }
.city h2 { font-size: clamp(34px, 5vw, 60px); margin-top: 14px; max-width: 700px; }
.city .head p { color: #A9A1C2; max-width: 360px; font-size: 16.5px; }
.city canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.city .legend { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; padding: 10px 18px; border-radius: 999px;
  background: rgba(20, 15, 36, .7); border: 1px solid rgba(255, 255, 255, .08); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 13.5px; font-weight: 700; color: #CFC7E6; white-space: nowrap; }
.city .legend span { display: inline-flex; align-items: center; gap: 8px; }
.city .legend i { width: 9px; height: 9px; border-radius: 50%; background: #A78BFA; box-shadow: 0 0 10px #A78BFA; }
.city .legend i.ev { background: #FFC24D; box-shadow: 0 0 10px #FFC24D; }
.city .legend i.ln { width: 18px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #FF8FB1, #A78BFA); box-shadow: none; }
.city .feed-log { position: absolute; right: clamp(16px, 3vw, 40px); bottom: 80px; z-index: 2; display: grid; gap: 8px; width: 250px; pointer-events: none; }
.city .feed-log div { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: rgba(23, 18, 42, .82); border: 1px solid rgba(255, 255, 255, .08); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  font-size: 13px; font-weight: 700; color: #E9E4F7; animation: logIn .6s cubic-bezier(.16, 1, .3, 1); }
.city .feed-log div em { font-style: normal; font-size: 17px; }
.city .feed-log div small { display: block; font-size: 11.5px; color: #8C84A6; font-weight: 600; }
@keyframes logIn { from { opacity: 0; transform: translateX(30px) scale(.95); } }
@media (max-width: 760px) { .city .feed-log { display: none; } .city { min-height: 680px; } .city .legend { font-size: 12px; gap: 6px 12px; } }
.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 90px); }
.story-stage { position: sticky; top: 12vh; height: 76vh; min-height: 620px; display: grid; place-items: center; perspective: 1400px; }
.story-stage .blob { position: absolute; width: 420px; height: 420px; border-radius: 50%; filter: blur(70px); opacity: .5; transition: background 1s; background: #A78BFA; }
.story-stage[data-s="1"] .blob { background: #34D399; }
.story-stage[data-s="2"] .blob { background: #FFB547; }
.story-stage[data-s="3"] .blob { background: #FF8FB1; }
.story-stage .device { transform: rotateY(8deg) rotateX(4deg); }
.scr { position: absolute; inset: 0; opacity: 0; transform: scale(.96); transition: opacity .6s, transform .6s cubic-bezier(.16, 1, .3, 1); pointer-events: none; }
.scr.on { opacity: 1; transform: none; }
.scr-pad { padding: 60px 16px 0; }
.scr h5 { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 12px; }
.scr .sub { color: #7D7694; font-weight: 700; font-size: 11.5px; }
.scr-find .mapbar { height: 110px; border-radius: 18px; margin-bottom: 12px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #E9E3FB, #F7E8F1); box-shadow: inset 0 0 0 1px rgba(22, 17, 42, .06); }
.scr-find .mapbar::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(91, 63, 168, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(91, 63, 168, .08) 1px, transparent 1px); background-size: 22px 22px; }
.scr-find .pin { position: absolute; width: 30px; height: 30px; border-radius: 10px 10px 10px 2px; transform: rotate(-45deg) scale(0); display: grid; place-items: center; font-size: 14px; box-shadow: 0 6px 14px -6px rgba(0, 0, 0, .4); }
.scr-find .pin span { transform: rotate(45deg); }
.scr-find.on .pin { animation: pinDrop .6s cubic-bezier(.34, 1.56, .64, 1) forwards; }
.scr-find .pin:nth-child(1) { left: 22%; top: 30%; background: #fff; animation-delay: .2s !important; }
.scr-find .pin:nth-child(2) { left: 58%; top: 18%; background: #fff; animation-delay: .45s !important; }
.scr-find .pin:nth-child(3) { left: 74%; top: 55%; background: #fff; animation-delay: .7s !important; }
.scr-find .me { position: absolute; left: 44%; top: 56%; width: 14px; height: 14px; border-radius: 50%; background: #5B3FA8; border: 3px solid #fff; box-shadow: 0 0 0 0 rgba(91, 63, 168, .5); animation: meping 2s infinite; }
@keyframes meping { 70% { box-shadow: 0 0 0 16px rgba(91, 63, 168, 0); } }
@keyframes pinDrop { from { transform: rotate(-45deg) translate(0, -30px) scale(.4); opacity: 0; } to { transform: rotate(-45deg) scale(1); opacity: 1; } }
.scr-find .ev { opacity: 0; transform: translateY(24px); }
.scr-find.on .ev { animation: up .7s cubic-bezier(.16, 1, .3, 1) forwards; }
.scr-find.on .ev:nth-of-type(2) { animation-delay: .5s; }
.scr-find.on .ev:nth-of-type(3) { animation-delay: .7s; }
@keyframes up { to { opacity: 1; transform: none; } }
.scr-qr { background: #0E0A1A; color: #fff; }
.scr-qr .scr-pad { text-align: center; }
.scr-qr h5 { color: #fff; }
.scr-qr .sub { color: #A9A1C2; }
.cam { position: relative; width: 210px; height: 210px; margin: 26px auto 0; }
.cam .corner { position: absolute; width: 36px; height: 36px; border: 4px solid #34D399; }
.cam .c1 { top: 0; left: 0; border-right: 0; border-bottom: 0; border-radius: 14px 0 0 0; }
.cam .c2 { top: 0; right: 0; border-left: 0; border-bottom: 0; border-radius: 0 14px 0 0; }
.cam .c3 { bottom: 0; left: 0; border-right: 0; border-top: 0; border-radius: 0 0 0 14px; }
.cam .c4 { bottom: 0; right: 0; border-left: 0; border-top: 0; border-radius: 0 0 14px 0; }
.cam .qrc { position: absolute; inset: 22px; padding: 10px; border-radius: 16px; background: #fff; }
.cam .qrc svg { width: 100%; height: 100%; }
.cam .beam { position: absolute; left: 14px; right: 14px; height: 3px; top: 20px; border-radius: 3px; background: #34D399; box-shadow: 0 0 18px 4px rgba(52, 211, 153, .6); opacity: 0; }
.scr-qr.on .beam { animation: beam 1.3s ease-in-out 2 forwards; }
@keyframes beam { 0% { top: 20px; opacity: 1; } 50% { top: 186px; opacity: 1; } 100% { top: 20px; opacity: 1; } }
.ok-sheet { position: absolute; left: 10px; right: 10px; bottom: 10px; border-radius: 30px; background: #fff; color: #16112A; padding: 22px 18px 20px; text-align: center; transform: translateY(110%); }
.scr-qr.on .ok-sheet { animation: sheet .7s cubic-bezier(.16, 1, .3, 1) 2.7s forwards; }
@keyframes sheet { to { transform: none; } }
.ok-sheet .tick { width: 58px; height: 58px; margin: -50px auto 10px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, #10B981, #047857); color: #fff; box-shadow: 0 10px 24px -8px #047857; border: 4px solid #fff; }
.ok-sheet .tick svg { width: 28px; height: 28px; stroke-dasharray: 30; stroke-dashoffset: 30; }
.scr-qr.on .ok-sheet .tick svg { animation: draw .5s ease-out 3.2s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.ok-sheet b { font-family: var(--font-display); font-size: 19px; }
.ok-sheet .rw { display: flex; justify-content: center; gap: 6px; margin-top: 12px; }
.ok-sheet .rw span { font-size: 11px; font-weight: 800; padding: 6px 10px; border-radius: 999px; background: #F3EFFD; color: #5B3FA8; opacity: 0; transform: scale(.6); }
.scr-qr.on .ok-sheet .rw span { animation: pop .5s cubic-bezier(.34, 1.56, .64, 1) forwards; }
.scr-qr.on .ok-sheet .rw span:nth-child(1) { animation-delay: 3.5s; }
.scr-qr.on .ok-sheet .rw span:nth-child(2) { animation-delay: 3.7s; }
.scr-qr.on .ok-sheet .rw span:nth-child(3) { animation-delay: 3.9s; }
@keyframes pop { to { opacity: 1; transform: none; } }
.xpfly { position: absolute; left: 50%; top: 42%; transform: translateX(-50%); font-family: var(--font-display); font-weight: 800; font-size: 28px; color: #FFD27A; text-shadow: 0 4px 20px rgba(255, 194, 77, .6); opacity: 0; }
.scr-qr.on .xpfly { animation: xp 1.4s ease-out 3.3s forwards; }
@keyframes xp { 0% { opacity: 0; transform: translate(-50%, 20px) scale(.6); } 30% { opacity: 1; transform: translate(-50%, 0) scale(1.1); } 100% { opacity: 0; transform: translate(-50%, -80px) scale(1); } }
.scr-lock .cover { height: 150px; background: linear-gradient(135deg, #1F7A4D, #4FBF7F); position: relative; }
.scr-lock .cover .emo { position: absolute; right: 18px; bottom: 10px; font-size: 54px; }
.scr-lock .cover .tag { position: absolute; left: 14px; top: 56px; background: rgba(255, 255, 255, .92); font-weight: 800; font-size: 10.5px; padding: 5px 9px; border-radius: 999px; }
.scr-lock .body { padding: 16px; }
.scr-lock .body h6 { font-family: var(--font-display); font-size: 18px; margin: 0 0 4px; letter-spacing: -0.01em; }
.addr-box { margin-top: 16px; border-radius: 18px; padding: 14px; background: #F7F4FE; box-shadow: inset 0 0 0 1px rgba(22, 17, 42, .06); }
.addr-box .row { display: flex; align-items: center; gap: 12px; }
.lockic { position: relative; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, #5B3FA8, #8B5CF6); color: #fff; flex: none; transition: background .5s; }
.lockic svg { width: 21px; height: 21px; }
.lockic .shackle { transition: transform .5s cubic-bezier(.34, 1.56, .64, 1); transform-origin: 16px 10.5px; }
.addr-box .a { font-weight: 800; font-size: 14px; filter: blur(6px); transition: filter .8s; }
.addr-box .h { font-size: 11.5px; color: #7D7694; font-weight: 700; }
.addr-box .cd { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: .02em; text-align: center; margin-top: 12px; color: #5B3FA8; font-variant-numeric: tabular-nums; }
.scr-lock.open .lockic { background: linear-gradient(135deg, #10B981, #047857); }
.scr-lock.open .lockic .shackle { transform: translateY(-3px) rotate(-28deg); }
.scr-lock.open .addr-box .a { filter: none; }
.scr-lock.open .addr-box .cd { color: #047857; }
.mini-map { margin-top: 12px; height: 92px; border-radius: 16px; background: linear-gradient(135deg, #E6F6EE, #F4EFFF); position: relative; overflow: hidden; opacity: .35; filter: blur(3px); transition: opacity .8s, filter .8s; }
.mini-map::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(15, 157, 107, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 157, 107, .12) 1px, transparent 1px); background-size: 18px 18px; }
.mini-map i { position: absolute; left: 55%; top: 40%; width: 16px; height: 16px; border-radius: 50%; background: #E8376F; border: 3px solid #fff; box-shadow: 0 0 0 6px rgba(232, 55, 111, .2); }
.scr-lock.open .mini-map { opacity: 1; filter: none; }
.scr-chat .chathead { display: flex; align-items: center; gap: 10px; padding: 56px 16px 12px; border-bottom: 1px solid rgba(22, 17, 42, .06); background: rgba(255, 255, 255, .7); }
.scr-chat .chathead .av { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, #EC4899, #F59E0B); color: #fff; font-weight: 800; }
.scr-chat .chathead b { font-size: 14px; display: block; }
.scr-chat .chathead span span { font-size: 11px; color: #10B981; font-weight: 700; display: block; }
.scr-chat .msgs { padding: 14px; display: grid; gap: 8px; }
.scr-chat .m { max-width: 80%; padding: 9px 13px; border-radius: 18px; font-size: 12.5px; font-weight: 600; line-height: 1.4; opacity: 0; transform: translateY(12px) scale(.96); }
.scr-chat .m.in { background: #F3EFFD; border-bottom-left-radius: 6px; }
.scr-chat .m.out { margin-left: auto; color: #fff; background: linear-gradient(135deg, #5B3FA8, #A35BFF 60%, #E8376F); border-bottom-right-radius: 6px; }
.scr-chat .m.typing { display: inline-flex; gap: 4px; padding: 12px 14px; width: fit-content; }
.scr-chat .m.typing i { width: 6px; height: 6px; border-radius: 50%; background: #A39BB8; animation: dot 1s infinite; }
.scr-chat .m.typing i:nth-child(2) { animation-delay: .15s; } .scr-chat .m.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes dot { 50% { transform: translateY(-4px); opacity: .5; } }
.scr-chat.on .m { animation: up .5s cubic-bezier(.16, 1, .3, 1) forwards; }
.scr-chat.on .m:nth-child(1) { animation-delay: .3s; }
.scr-chat.on .m:nth-child(2) { animation: up .4s forwards .9s, gone .3s forwards 2s; }
.scr-chat.on .m:nth-child(3) { animation-delay: 2.1s; }
.scr-chat.on .m:nth-child(4) { animation-delay: 2.9s; }
@keyframes gone { to { opacity: 0; height: 0; padding: 0; margin: -4px 0; } }
.scr-chat .invite { margin: 6px 14px 0; padding: 12px; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px -12px rgba(60, 35, 130, .45), 0 0 0 1px rgba(22, 17, 42, .06); display: flex; align-items: center; gap: 10px; opacity: 0; transform: translateY(20px); }
.scr-chat.on .invite { animation: up .6s cubic-bezier(.16, 1, .3, 1) 3.8s forwards; }
.scr-chat .invite .emo { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-size: 20px; background: linear-gradient(135deg, #FF6B4A, #FF9E2C); flex: none; }
.scr-chat .invite b { font-size: 12.5px; display: block; }
.scr-chat .invite span { font-size: 11px; color: #7D7694; font-weight: 700; }
.scr-chat .invite em { margin-left: auto; font-style: normal; font-size: 11px; font-weight: 800; color: #fff; background: #5B3FA8; padding: 7px 11px; border-radius: 999px; }
.steps-col { padding: 10vh 0; }
.stp { min-height: 72vh; display: flex; flex-direction: column; justify-content: center; opacity: .28; transition: opacity .5s; }
.stp.on { opacity: 1; }
.stp .n { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--brand); }
.stp .n b { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--brand-soft); font-size: 16px; transition: background .4s, color .4s, transform .4s; }
.stp.on .n b { background: var(--grad-brand); color: #fff; transform: rotate(-6deg) scale(1.06); }
.stp h3 { font-size: clamp(34px, 4.4vw, 56px); letter-spacing: -0.03em; margin: 18px 0 16px; }
.stp p { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 500px; }
.stp .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.stp .chips span { padding: 8px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); font-weight: 700; font-size: 14.5px; box-shadow: var(--shadow-sm); }
.story-dots { display: none; }
@media (max-width: 900px) {
  .story { grid-template-columns: 1fr; gap: 0; }
  .story-stage { position: relative; top: 0; height: 600px; min-height: 0; }
  .story-stage .device { transform: scale(.86); }
  .steps-col { padding: 0; min-height: 280px; position: relative; }
  .stp { min-height: 0; position: absolute; inset: 0; opacity: 0; pointer-events: none; text-align: center; align-items: center; justify-content: flex-start; transform: translateY(10px); transition: opacity .5s, transform .5s; }
  .stp.on { opacity: 1; pointer-events: auto; transform: none; }
  .stp .chips { justify-content: center; }
  .story-dots { display: flex; justify-content: center; gap: 8px; margin: 6px 0 22px; }
  .story-dots button { width: 44px; height: 6px; border-radius: 6px; border: 0; padding: 0; background: var(--line-2); overflow: hidden; cursor: pointer; position: relative; }
  .story-dots button i { position: absolute; inset: 0; background: var(--grad-brand); transform-origin: 0 50%; transform: scaleX(0); }
  .story-dots button.on i { animation: fill var(--dur, 6s) linear forwards; }
  .story-dots button.done i { transform: none; }
}
@keyframes fill { to { transform: scaleX(1); } }
.creator .caret { display: inline-block; width: 2px; height: 1.05em; background: var(--brand); vertical-align: -2px; margin-left: 1px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.creator .stepper b { font-family: var(--font-display); font-size: 18px; display: inline-block; min-width: 28px; text-align: center; }
.creator .stepper b.bump { animation: bump .3s; }
@keyframes bump { 50% { transform: scale(1.35); color: var(--brand); } }
.creator .chips-sm span { transition: background .3s, color .3s, border-color .3s, transform .3s; }
.creator .btn.press { transform: scale(.96); }
.creator .done { position: absolute; left: 50%; bottom: -22px; transform: translate(-50%, 20px); opacity: 0; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 16px; background: #16112A; color: #fff; font-weight: 700; font-size: 15px; box-shadow: var(--shadow-lg); white-space: nowrap; transition: opacity .5s, transform .6s cubic-bezier(.16, 1, .3, 1); }
.creator .done.show { opacity: 1; transform: translate(-50%, 0); }
@media (prefers-color-scheme: dark) { .creator .done { background: #fff; color: #16112A; } }
.confetti { position: absolute; inset: 0; pointer-events: none; overflow: visible; }
.confetti i { position: absolute; left: 50%; top: 88%; width: 8px; height: 12px; border-radius: 2px; opacity: 0; }
.lvl { position: relative; margin-top: 22px; padding: 18px; border-radius: 18px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .14); }
.lvl .top { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; }
.lvl .top b { font-family: var(--font-display); font-size: 26px; }
.lvl .top span { color: #FFD27A; font-family: var(--font-display); font-variant-numeric: tabular-nums; }
.lvl .bar2 { height: 12px; border-radius: 12px; background: rgba(0, 0, 0, .25); margin-top: 12px; overflow: hidden; }
.lvl .bar2 i { display: block; height: 100%; width: 0; border-radius: 12px; background: linear-gradient(90deg, #FFD27A, #FF8FB1); box-shadow: 0 0 16px rgba(255, 210, 122, .7); transition: width 2.2s cubic-bezier(.16, 1, .3, 1); }
.levels.in .lvl .bar2 i { width: 78%; }
.badge-grid div:not(.lk) { opacity: 0; transform: scale(.5) rotate(-12deg); overflow: hidden; }
.levels.in .badge-grid div:not(.lk) { animation: badge .8s cubic-bezier(.34, 1.56, .64, 1) forwards; }
.levels.in .badge-grid div:nth-child(2) { animation-delay: .15s; }
.levels.in .badge-grid div:nth-child(3) { animation-delay: .3s; }
.levels.in .badge-grid div:nth-child(4) { animation-delay: .45s; }
@keyframes badge { to { opacity: 1; transform: none; } }
.badge-grid div:not(.lk) span.shine { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .55) 50%, transparent 70%); transform: translateX(-120%); animation: shine 3.5s ease-in-out infinite; animation-delay: inherit; }
@keyframes shine { 0%, 60% { transform: translateX(-120%); } 85%, 100% { transform: translateX(120%); } }
.xp-list div { opacity: 0; transform: translateX(-16px); transition: opacity .5s, transform .6s cubic-bezier(.16, 1, .3, 1); }
.levels.in .xp-list div { opacity: 1; transform: none; }
.levels.in .xp-list div.no { opacity: .55; }
.xp-list div:nth-child(2) { transition-delay: .1s; } .xp-list div:nth-child(3) { transition-delay: .2s; } .xp-list div:nth-child(4) { transition-delay: .3s; } .xp-list div:nth-child(5) { transition-delay: .4s; }
.safety > div { position: relative; }
.safety .ic { transition: transform .5s cubic-bezier(.34, 1.56, .64, 1); }
.safety > div:hover .ic { transform: translateY(-4px) rotate(-8deg) scale(1.08); }
.dark .spot::before { background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(163, 91, 255, .18), transparent 45%); }
.shield-hero { position: absolute; right: clamp(-60px, 2vw, 60px); top: 60px; width: 360px; height: 360px; opacity: .9; pointer-events: none; }
.shield-hero .ring { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid rgba(196, 178, 255, .25); animation: pulse 4s ease-out infinite; }
.shield-hero .ring:nth-child(2) { animation-delay: 1.3s; } .shield-hero .ring:nth-child(3) { animation-delay: 2.6s; }
@keyframes pulse { from { transform: scale(.35); opacity: 1; } to { transform: scale(1); opacity: 0; } }
.shield-hero svg { position: absolute; inset: 0; margin: auto; width: 130px; height: 130px; filter: drop-shadow(0 20px 40px rgba(139, 92, 246, .6)); animation: hover 5s ease-in-out infinite; }
@keyframes hover { 50% { transform: translateY(-12px); } }
@media (max-width: 1100px) { .shield-hero { display: none; } }
.cta .bubbles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.cta .bubbles i { position: absolute; bottom: -60px; font-style: normal; font-size: 30px; opacity: 0; animation: rise linear infinite; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .2)); }
@keyframes rise { 0% { transform: translateY(0) rotate(0); opacity: 0; } 10% { opacity: .9; } 90% { opacity: .9; } 100% { transform: translateY(-560px) rotate(25deg); opacity: 0; } }
.cta h2 { background: linear-gradient(90deg, #fff, #FFE2A8, #fff, #FFD1E0, #fff); background-size: 300% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: sheen 8s linear infinite; }
@keyframes sheen { to { background-position: -300% 0; } }
@media (prefers-reduced-motion: reduce) {
  .split .w > span { transform: none; }
  .feed { animation: none; }
  .levels .badge-grid div:not(.lk), .xp-list div { opacity: 1; transform: none; }
  .levels .lvl .bar2 i { width: 78%; }
  .scr-qr .ok-sheet, .scr-chat .m, .scr-chat .invite, .scr-find .ev, .scr-find .pin { opacity: 1; transform: none; }
  .scr-find .pin { transform: rotate(-45deg); }
}
.toast .av { background: linear-gradient(135deg,#F59E0B,#EC4899); }
.city .head p { text-shadow: 0 2px 16px #0B0816; }
.city .split .grad-w > span { background: linear-gradient(100deg, #C4B2FF, #FF8FB1 60%, #FFC24D); -webkit-background-clip: text; background-clip: text; }
.story-stage .screen::after { display: none; }
.story-stage .screen { background: linear-gradient(180deg, #F4EFFF 0%, #FBF9FF 40%, #fff 100%); }
.cta > .bubbles { position: absolute; inset: 0; z-index: 0; }
.cta > :not(.bubbles) { z-index: 1; }
.cta .bubbles i { opacity: 0; }
@keyframes rise { 0% { transform: translateY(0) rotate(0); opacity: 0; } 10% { opacity: .55; } 90% { opacity: .55; } 100% { transform: translateY(-560px) rotate(25deg); opacity: 0; } }
.device::after{mix-blend-mode:normal;background:linear-gradient(115deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,0) 38%)}
.toast,.s-tabs,.ticker{-webkit-backdrop-filter:none;backdrop-filter:none}
.toast{background:#fff}.s-tabs{background:rgba(255,255,255,.96)}.ticker{background:var(--surface)}
.cta .bubbles i{filter:none}
.feed,.track,.orbit,.float,.device{will-change:transform}
.hero2::after{display:none}

.warp{position:relative;height:420vh;background:#07050F;color:#F3F0FF;margin-top:clamp(40px,6vw,72px)}
.warp-pin{position:sticky;top:0;height:100vh;height:100svh;overflow:hidden}
.warp canvas{position:absolute;inset:0;width:100%;height:100%;display:block;opacity:0;transition:opacity 1.2s}
.warp.ready canvas{opacity:1}
.warp-vignette{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 50% 45%,transparent 45%,rgba(7,5,15,.85) 100%),linear-gradient(180deg,#07050F 0%,transparent 14%,transparent 80%,#07050F 100%)}
.warp-caps{position:absolute;left:0;right:0;bottom:clamp(40px,9vh,96px);max-width:var(--max);margin:0 auto;padding:0 var(--gutter);pointer-events:none;height:clamp(200px,28vh,260px)}
.cap{position:absolute;left:var(--gutter);right:var(--gutter);bottom:0;max-width:620px;opacity:0;transform:translateY(24px);filter:blur(6px);transition:opacity .7s,transform .9s cubic-bezier(.16,1,.3,1),filter .7s}
.cap.on{opacity:1;transform:none;filter:none}
.cap .eyebrow{color:#C4B2FF}
.cap h2{font-size:clamp(32px,4.6vw,58px);letter-spacing:-.03em;margin:12px 0 12px;text-shadow:0 4px 30px #07050F}
.cap .grad{background:linear-gradient(100deg,#C4B2FF,#FF8FB1 55%,#FFC24D);-webkit-background-clip:text;background-clip:text;color:transparent}
.cap p{color:#BDB5D6;font-size:clamp(16px,1.5vw,18.5px);max-width:480px;text-shadow:0 2px 16px #07050F}
.warp-dots{position:absolute;right:clamp(16px,3vw,40px);top:50%;transform:translateY(-50%);display:grid;gap:10px}
.warp-dots i{width:4px;height:28px;border-radius:4px;background:rgba(255,255,255,.14);transition:background .5s,height .5s}
.warp-dots i.on{background:linear-gradient(180deg,#A78BFA,#FF7BA9);height:40px}
.warp-hint{position:absolute;left:50%;top:clamp(80px,12vh,120px);transform:translateX(-50%);font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:rgba(243,240,255,.45);white-space:nowrap}
.warp.nogl{height:auto}
.warp.nogl .warp-pin{position:relative;height:auto;padding:80px 0}
.warp.nogl canvas,.warp.nogl .warp-dots,.warp.nogl .warp-hint,.warp.nogl .warp-vignette{display:none}
.warp.nogl .warp-caps{position:relative;bottom:auto;height:auto;display:grid;gap:48px}
.warp.nogl .cap{position:relative;left:auto;right:auto;opacity:1;transform:none;filter:none}
@media (max-width:760px){.warp{height:380vh}.warp-caps{height:230px}.warp-dots{right:10px}}
body.nav-dark .nav.scrolled{background:rgba(7,5,15,.78);border-bottom-color:rgba(255,255,255,.08)}
body.nav-dark .nav .brand,body.nav-dark .nav-links a{color:#E9E4F7}
body.nav-dark .nav .brand b{color:#C4B2FF}
body.nav-dark .nav-links a:hover{background:rgba(255,255,255,.08);color:#fff}
body.nav-dark .menu-btn{background:#17122A;border-color:rgba(255,255,255,.12);color:#fff}
.nav,.nav .brand,.nav-links a{transition:background .4s,color .4s,border-color .4s}
