:root{
  --bg:#020207;
  --text:#f8f7ff;
  --muted:#aaa6bb;
  --accent:#9d68ff;
  --cyan:#77d7ff;
  --line:rgba(255,255,255,.105);
  --mx:50vw;
  --my:50vh;
  --px:0;
  --py:0;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#020207;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
body{overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}

#spaceCanvas{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 40%,rgba(62,38,108,.18),transparent 34%),linear-gradient(180deg,#020208 0%,#050512 54%,#020207 100%)}
.noise{position:fixed;inset:0;z-index:4;pointer-events:none;opacity:.055;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E")}
.vignette{position:fixed;inset:0;z-index:5;pointer-events:none;background:radial-gradient(circle at center,transparent 35%,rgba(0,0,0,.15) 68%,rgba(0,0,0,.72) 100%)}

.nebula{position:fixed;z-index:1;pointer-events:none;border-radius:50%;filter:blur(90px);mix-blend-mode:screen;opacity:.16}
.nebula-a{width:520px;height:420px;left:-170px;top:12%;background:#6b34ff;animation:nebA 18s ease-in-out infinite}
.nebula-b{width:520px;height:460px;right:-190px;top:20%;background:#2469ff;animation:nebB 23s ease-in-out infinite}
.nebula-c{width:420px;height:320px;left:35%;bottom:-120px;background:#ff2d9c;opacity:.10;animation:nebC 19s ease-in-out infinite}
@keyframes nebA{50%{transform:translate(100px,70px) scale(1.18)}}
@keyframes nebB{50%{transform:translate(-90px,60px) scale(.88)}}
@keyframes nebC{50%{transform:translate(50px,-40px) scale(1.1)}}

.light-streak{position:fixed;z-index:2;width:360px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);filter:blur(.5px);opacity:.25;transform:rotate(-24deg);pointer-events:none}
.streak-a{right:4%;top:18%;animation:streakA 10s ease-in-out infinite}
.streak-b{left:0;top:62%;animation:streakB 13s ease-in-out infinite}
@keyframes streakA{50%{transform:rotate(-24deg) translate(-90px,130px);opacity:.5}}
@keyframes streakB{50%{transform:rotate(-24deg) translate(150px,-40px);opacity:.38}}

.space-scene{position:fixed;inset:0;z-index:2;pointer-events:none;overflow:hidden;perspective:1200px}
.ringed-world,.orbital-world,.wire-sphere,.crystal,.orbit-line{position:absolute;transform-style:preserve-3d;will-change:transform}
.ringed-world{width:230px;height:230px;left:4vw;top:9vh;filter:drop-shadow(0 0 30px rgba(152,114,255,.18))}
.world-core{position:absolute;inset:28px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#fff 0 4%,#d8d3ff 9%,#8e83b8 24%,#3c2f5d 55%,#0e0b1a 78%);box-shadow:inset -26px -20px 45px rgba(0,0,0,.72),0 0 48px rgba(160,130,255,.22)}
.world-core::after{content:"";position:absolute;inset:-2px;border-radius:50%;background:conic-gradient(from 120deg,transparent 0 38%,rgba(255,255,255,.4),transparent 54%,rgba(95,169,255,.25),transparent 79%);filter:blur(3px);animation:planetSpin 12s linear infinite}
.world-ring{position:absolute;left:-16px;right:-16px;top:80px;height:58px;border:1px solid rgba(224,221,255,.65);border-radius:50%;transform:rotateX(68deg) rotateZ(-12deg);box-shadow:0 0 22px rgba(192,174,255,.20)}
.ring-2{left:-32px;right:-32px;top:83px;height:52px;opacity:.35;transform:rotateX(68deg) rotateZ(-12deg) translateZ(10px)}
.world-glow{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle,rgba(145,103,255,.12),transparent 62%);animation:worldPulse 4s ease-in-out infinite}
@keyframes planetSpin{to{transform:rotate(360deg)}}
@keyframes worldPulse{50%{transform:scale(1.08);opacity:.55}}

.world-right{width:170px;height:170px;right:5vw;top:18vh;animation:floatWorld 9s ease-in-out infinite}
.orbital-core{position:absolute;inset:30px;border-radius:50%;background:radial-gradient(circle at 34% 25%,#ffffff,#b8b7ff 8%,#5d5a91 28%,#23203e 62%,#0b0b16 82%);box-shadow:inset -24px -24px 38px rgba(0,0,0,.72),0 0 50px rgba(111,169,255,.18)}
.orbital-ring{position:absolute;left:-30px;right:-30px;top:68px;height:34px;border:1px solid rgba(150,201,255,.32);border-radius:50%;transform:rotateX(66deg) rotateZ(25deg);animation:orbSpin 13s linear infinite}
.r2{left:-44px;right:-44px;top:71px;opacity:.35;animation-duration:17s;animation-direction:reverse}.r3{left:-60px;right:-60px;top:72px;opacity:.2;animation-duration:21s}
@keyframes orbSpin{to{transform:rotateX(66deg) rotateZ(385deg)}}
@keyframes floatWorld{50%{transform:translate3d(-10px,22px,45px) rotateY(12deg)}}

.wire-sphere{border:1px solid rgba(178,156,255,.2);border-radius:50%;box-shadow:inset 0 0 50px rgba(163,119,255,.05),0 0 35px rgba(129,104,255,.08);opacity:.7}
.wire-sphere::before,.wire-sphere::after{content:"";position:absolute;inset:9%;border:1px solid rgba(116,196,255,.12);border-radius:50%;transform:rotateX(68deg)}
.wire-sphere::after{transform:rotateY(68deg)}
.sphere-a{width:340px;height:340px;right:16vw;top:-90px;animation:wireFloat 22s linear infinite}
.sphere-b{width:190px;height:190px;left:20vw;top:46vh;opacity:.32;animation:wireFloat 17s linear infinite reverse}
@keyframes wireFloat{to{transform:rotateX(360deg) rotateY(360deg) rotateZ(180deg)}}

.crystal{width:58px;height:92px;background:linear-gradient(145deg,rgba(255,255,255,.32),rgba(111,79,202,.05) 38%,rgba(102,197,255,.22));border:1px solid rgba(255,255,255,.2);clip-path:polygon(50% 0,93% 36%,73% 100%,27% 100%,7% 36%);filter:drop-shadow(0 0 20px rgba(194,180,255,.14));opacity:.55}
.crystal::after{content:"";position:absolute;inset:1px;background:linear-gradient(150deg,rgba(255,255,255,.65),transparent 22%,transparent 68%,rgba(120,190,255,.18));clip-path:inherit}
.crystal-a{left:28%;top:12%;transform:translateZ(120px) rotate(24deg);animation:crA 8s ease-in-out infinite}
.crystal-b{left:10%;top:42%;width:42px;height:68px;transform:translateZ(30px) rotate(-18deg);animation:crB 10s ease-in-out infinite}
.crystal-c{right:20%;top:53%;width:38px;height:62px;transform:translateZ(170px) rotate(28deg);animation:crC 9s ease-in-out infinite}
.crystal-d{right:7%;top:35%;width:28px;height:48px;opacity:.35;animation:crD 12s ease-in-out infinite}
.crystal-e{left:45%;top:7%;width:26px;height:42px;opacity:.3;animation:crE 11s ease-in-out infinite}
@keyframes crA{50%{transform:translate3d(18px,26px,160px) rotate(68deg)}}
@keyframes crB{50%{transform:translate3d(-12px,-30px,80px) rotate(26deg)}}
@keyframes crC{50%{transform:translate3d(15px,20px,210px) rotate(-8deg)}}
@keyframes crD{50%{transform:translate3d(-30px,30px,90px) rotate(70deg)}}
@keyframes crE{50%{transform:translate3d(25px,16px,110px) rotate(-50deg)}}

.orbit-line{border:1px solid rgba(173,148,255,.10);border-radius:50%;height:220px;width:540px;left:50%;top:42%;transform:translate(-50%,-50%) rotate(-13deg) rotateX(66deg);opacity:.45}
.orbit-b{width:700px;height:270px;top:40%;opacity:.22;transform:translate(-50%,-50%) rotate(12deg) rotateX(67deg)}
.orbit-c{width:430px;height:180px;top:47%;opacity:.18;transform:translate(-50%,-50%) rotate(-28deg) rotateX(67deg)}

.horizon{position:fixed;left:0;right:0;bottom:0;height:31vh;z-index:2;pointer-events:none;overflow:hidden}
.mountain{position:absolute;left:-6%;right:-6%;bottom:0;height:100%;clip-path:polygon(0 76%,10% 60%,17% 72%,28% 38%,36% 58%,45% 31%,55% 66%,66% 42%,75% 64%,88% 34%,100% 70%,100% 100%,0 100%)}
.mountain-back{background:linear-gradient(180deg,rgba(38,36,68,.28),rgba(5,5,12,.72));filter:blur(2px);transform:translateZ(-100px);opacity:.65}
.mountain-mid{background:linear-gradient(180deg,rgba(18,20,37,.75),rgba(3,3,10,.96));transform:translateZ(30px) scale(1.02);opacity:.9;clip-path:polygon(0 83%,8% 69%,17% 79%,27% 49%,38% 67%,49% 44%,59% 72%,71% 47%,81% 68%,93% 49%,100% 78%,100% 100%,0 100%)}
.mountain-front{background:linear-gradient(180deg,rgba(2,3,8,.72),#010105);transform:translateZ(90px) scale(1.03);clip-path:polygon(0 88%,15% 79%,23% 85%,34% 67%,45% 81%,57% 70%,71% 84%,86% 63%,100% 83%,100% 100%,0 100%)}
.city{position:absolute;left:0;right:0;bottom:0;height:25%;display:flex;align-items:flex-end;justify-content:space-around;opacity:.55;filter:blur(.2px)}
.city i{display:block;width:clamp(10px,1.8vw,28px);height:var(--h,30px);background:#04040b;border:1px solid rgba(151,131,214,.12);box-shadow:0 -1px 0 rgba(255,255,255,.04);position:relative}
.city i:nth-child(1){--h:38px}.city i:nth-child(2){--h:74px}.city i:nth-child(3){--h:52px}.city i:nth-child(4){--h:96px}.city i:nth-child(5){--h:41px}.city i:nth-child(6){--h:64px}.city i:nth-child(7){--h:110px}.city i:nth-child(8){--h:56px}.city i:nth-child(9){--h:85px}.city i:nth-child(10){--h:47px}.city i:nth-child(11){--h:72px}.city i:nth-child(12){--h:120px}.city i:nth-child(13){--h:58px}.city i:nth-child(14){--h:80px}
.city i::after{content:"";position:absolute;left:3px;right:3px;top:8px;height:2px;background:linear-gradient(90deg,transparent 0 20%,rgba(179,157,255,.5) 20% 28%,transparent 28% 45%,rgba(117,210,255,.42) 45% 53%,transparent 53% 78%,rgba(224,214,255,.34) 78% 84%,transparent 84%);box-shadow:0 10px 0 rgba(152,131,214,.22),0 22px 0 rgba(112,194,255,.14)}
.floor-grid{position:absolute;left:-12%;right:-12%;bottom:-11%;height:70%;background:linear-gradient(rgba(136,114,214,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(136,114,214,.09) 1px,transparent 1px);background-size:66px 66px;transform:perspective(520px) rotateX(70deg) translateY(45%);transform-origin:center bottom;mask-image:linear-gradient(to top,black,transparent 92%);opacity:.5}
.floor-glow{position:absolute;left:50%;bottom:-16%;width:80%;height:50%;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(125,95,255,.18),transparent 65%);filter:blur(16px)}

.cursor-glow{position:fixed;left:0;top:0;width:320px;height:320px;border-radius:50%;z-index:6;pointer-events:none;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(164,122,255,.16),rgba(75,145,255,.045) 35%,transparent 72%);filter:blur(4px);mix-blend-mode:screen;opacity:.8}

.page-shell{position:relative;z-index:10;min-height:100vh;display:flex;justify-content:center;padding:48px 18px 40px;transform:translate3d(calc(var(--px)*-6px),calc(var(--py)*-3px),0);transition:transform .22s ease-out}
.top-profile{position:fixed;right:26px;top:26px;width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(10,10,18,.62);backdrop-filter:blur(14px);color:#fff;display:grid;place-items:center;box-shadow:0 0 30px rgba(122,91,214,.1);cursor:pointer;transition:.3s ease;z-index:15}
.top-profile:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 0 45px rgba(154,101,255,.25)}
.mini-g{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:linear-gradient(145deg,#ab6cff,#6f3ced);font-weight:800;font-size:12px}
.profile{width:min(680px,100%);text-align:center;padding:34px 0 18px;animation:profileIn 1s cubic-bezier(.2,.8,.2,1) both}
@keyframes profileIn{from{opacity:0;transform:translateY(40px) scale(.97);filter:blur(12px)}to{opacity:1;transform:none;filter:none}}
.avatar-wrap{position:relative;width:136px;height:136px;margin:4px auto 20px;transform:perspective(820px) rotateX(var(--tiltX,0deg)) rotateY(var(--tiltY,0deg));transition:transform .16s ease-out}
.avatar{position:relative;z-index:4;width:112px;height:112px;margin:12px;border-radius:50%;object-fit:cover;object-position:center;border:1px solid rgba(255,255,255,.18);background:#14121e;box-shadow:0 0 60px rgba(164,121,255,.34),0 20px 50px rgba(0,0,0,.5);transition:.35s ease}
.avatar-wrap:hover .avatar{transform:scale(1.05);box-shadow:0 0 78px rgba(164,121,255,.5),0 25px 60px rgba(0,0,0,.62)}
.avatar-wrap::before{content:"";position:absolute;inset:-5px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0 22%,rgba(195,159,255,.8),transparent 36%,rgba(92,198,255,.65),transparent 56%,rgba(255,255,255,.45),transparent 78%);filter:blur(9px);opacity:.42;animation:haloSpin 8s linear infinite}
.avatar-wrap::after{content:"";position:absolute;inset:-20px;border-radius:50%;border:1px solid rgba(158,125,255,.11);box-shadow:0 0 90px rgba(146,108,255,.12);animation:haloPulse 4s ease-in-out infinite}
@keyframes haloSpin{to{transform:rotate(360deg)}}
@keyframes haloPulse{50%{transform:scale(1.07);opacity:.48}}
.avatar-ring{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(186,157,255,.28);animation:ringSpin 10s linear infinite;z-index:3}
.ring-b{inset:5px;border-color:rgba(107,187,255,.2);animation-direction:reverse;animation-duration:13s}.ring-c{inset:13px;border-style:dashed;border-color:rgba(255,255,255,.12);animation-duration:17s}
@keyframes ringSpin{to{transform:rotate(360deg)}}
.status-dot{position:absolute;right:7px;bottom:12px;width:18px;height:18px;border-radius:50%;background:linear-gradient(145deg,#7ef0ff,#57a7ff);border:3px solid #10101a;box-shadow:0 0 24px rgba(91,171,255,.65);z-index:6;animation:statusPulse 2s ease-in-out infinite}
@keyframes statusPulse{50%{box-shadow:0 0 32px rgba(91,171,255,.9);transform:scale(1.08)}}
h1{margin:0;font-size:39px;line-height:1.1;letter-spacing:-.035em;font-weight:780;text-shadow:0 8px 32px rgba(0,0,0,.36);animation:nameIn .9s .15s both}
@keyframes nameIn{from{opacity:0;transform:translateY(18px);filter:blur(12px);letter-spacing:.12em}to{opacity:1;transform:none;filter:none;letter-spacing:-.035em}}
.verified{position:relative;display:inline-grid;place-items:center;width:21px;height:21px;margin-left:7px;vertical-align:middle;border-radius:50%;background:linear-gradient(145deg,#5fa8ff 0%,#1877f2 55%,#0e61d8 100%);box-shadow:0 0 0 2px rgba(24,119,242,.08),0 4px 14px rgba(24,119,242,.28),0 0 22px rgba(24,119,242,.34);transform:translateY(-2px);animation:verifiedIn .65s cubic-bezier(.2,.8,.2,1) both,verifiedPulse 3s ease-in-out .8s infinite;overflow:hidden}
.verified::before{content:"";position:absolute;inset:1.5px;border-radius:50%;border:1px solid rgba(255,255,255,.28);pointer-events:none}
.verified::after{content:"";position:absolute;inset:-40%;background:linear-gradient(120deg,transparent 35%,rgba(255,255,255,.55) 50%,transparent 65%);transform:translateX(-55%) rotate(18deg);animation:verifiedShine 3.8s ease-in-out 1.2s infinite}
.verified svg{position:relative;z-index:2;width:13px;height:13px;fill:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18))}
@keyframes verifiedIn{from{opacity:0;transform:translateY(-2px) scale(.55)}to{opacity:1;transform:translateY(-2px) scale(1)}}
@keyframes verifiedPulse{50%{box-shadow:0 0 0 2px rgba(24,119,242,.1),0 5px 18px rgba(24,119,242,.34),0 0 30px rgba(24,119,242,.42);transform:translateY(-2px) scale(1.05)}}
@keyframes verifiedShine{0%,55%{transform:translateX(-70%) rotate(18deg);opacity:0}65%{opacity:.85}78%,100%{transform:translateX(75%) rotate(18deg);opacity:0}}
.username{margin:9px 0 8px;color:#d3cfe0;font-size:15px;animation:fadeUp .8s .24s both}.bio{margin:0 auto;color:var(--muted);max-width:540px;font-size:15px;line-height:1.65;animation:fadeUp .8s .34s both}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.socials{display:flex;justify-content:center;gap:12px;margin:25px 0 18px}.social{position:relative;width:46px;height:46px;border:1px solid var(--line);border-radius:15px;background:rgba(16,15,26,.62);backdrop-filter:blur(14px);display:grid;place-items:center;transition:.3s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);opacity:0;animation:stagger .7s var(--d) cubic-bezier(.2,.8,.2,1) forwards}
.social:nth-child(1){--d:.44s}.social:nth-child(2){--d:.52s}.social:nth-child(3){--d:.60s}.social:nth-child(4){--d:.68s}
@keyframes stagger{to{opacity:1;transform:none}}
.social::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%,8px);background:rgba(7,7,13,.94);border:1px solid rgba(255,255,255,.12);padding:6px 9px;border-radius:8px;font-size:10px;color:#eee;opacity:0;pointer-events:none;white-space:nowrap;transition:.2s ease;box-shadow:0 10px 28px rgba(0,0,0,.35)}
.social:hover::after{opacity:1;transform:translate(-50%,0)}
.social:hover{transform:translateY(-5px) rotate(-2deg) scale(1.05);border-color:rgba(182,149,255,.42);box-shadow:0 0 30px rgba(144,97,255,.24)}
.social img{width:22px;height:22px;transition:.3s ease;position:relative;z-index:1}.social:hover img{transform:scale(1.23);filter:drop-shadow(0 0 9px rgba(196,173,255,.7))}
.links{display:grid;gap:12px;margin-top:18px}.link-card{position:relative;display:flex;align-items:center;gap:14px;text-align:left;padding:15px 16px;border:1px solid rgba(255,255,255,.095);border-radius:18px;background:linear-gradient(180deg,rgba(18,17,28,.87),rgba(9,9,17,.75));backdrop-filter:blur(16px);box-shadow:0 16px 38px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.035);overflow:hidden;transition:.28s ease;opacity:0;animation:cardIn .8s var(--d) cubic-bezier(.2,.8,.2,1) forwards;transform-style:preserve-3d}
.link-card:nth-child(1){--d:.74s}.link-card:nth-child(2){--d:.83s}.link-card:nth-child(3){--d:.92s}.link-card:nth-child(4){--d:1.01s}.link-card:nth-child(5){--d:1.10s}
@keyframes cardIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
.link-card::before{content:"";position:absolute;inset:0;background:radial-gradient(260px circle at var(--mxp,50%) var(--myp,50%),rgba(162,117,255,.20),transparent 62%);opacity:0;transition:.25s ease;pointer-events:none}.link-card::after{content:"";position:absolute;inset:-70% auto -70% -20%;width:34%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);transform:skewX(-22deg) translateX(-240%);transition:.8s ease;pointer-events:none}
.link-card:hover{transform:translateY(-4px) scale(1.01) rotateX(1deg);border-color:rgba(188,155,255,.38);box-shadow:0 22px 48px rgba(0,0,0,.36),0 0 32px rgba(139,89,255,.12)}.link-card:hover::before{opacity:1}.link-card:hover::after{transform:skewX(-22deg) translateX(650%)}
.link-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;flex:none;background:linear-gradient(145deg,rgba(124,75,237,.40),rgba(44,38,66,.78));border:1px solid rgba(177,139,255,.18);box-shadow:0 0 23px rgba(118,72,230,.14);transition:.28s ease}.link-card:hover .link-icon{transform:translateZ(18px) scale(1.06) rotate(-4deg);box-shadow:0 0 34px rgba(139,85,255,.30)}
.support .link-icon{background:linear-gradient(145deg,#7d44ee,#9a62ff);box-shadow:0 0 30px rgba(136,76,255,.34);animation:supportPulse 3s ease-in-out infinite}.support .link-icon img{border-radius:11px}
@keyframes supportPulse{50%{box-shadow:0 0 44px rgba(143,78,255,.55)}}
.link-icon img{width:24px;height:24px;object-fit:contain}.sociabuzz-icon img{width:100%;height:100%;object-fit:cover;border-radius:13px}
.link-text{min-width:0;display:flex;flex-direction:column;gap:4px}.link-text strong{font-size:15px}.link-text small{font-size:12px;color:#908b9f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arrow{margin-left:auto;width:22px;height:22px;display:grid;place-items:center;color:#c9c3d5;opacity:.72;transition:.2s ease;flex:none}.arrow svg{width:18px;height:18px;display:block;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(255,255,255,.08))}.link-card:hover .arrow{transform:translate(3px,-3px);opacity:1;color:#fff}
.email-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin:25px auto 0;padding:10px 15px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(8,8,14,.58);color:#ccc7d6;font-size:12px;backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(0,0,0,.18);transition:.28s ease;overflow:hidden;opacity:0;animation:emailIn .8s 1.22s both}
@keyframes emailIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.email-button::before{content:"";position:absolute;inset:-2px;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.16) 48%,transparent 72%);transform:translateX(-120%);animation:emailShine 4.6s ease-in-out infinite}.email-button:hover{color:#fff;transform:translateY(-3px);border-color:rgba(177,140,255,.4);box-shadow:0 0 32px rgba(128,81,238,.18)}.mail-svg{display:grid;place-items:center;width:18px;height:18px;animation:mailFloat 2.4s ease-in-out infinite}.mail-svg svg{width:18px;height:18px}
@keyframes emailShine{0%,55%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}@keyframes mailFloat{50%{transform:translateY(-2px) rotate(-3deg)}}
footer{margin-top:22px;color:#615d6d;font-size:11px;opacity:0;animation:fadeUp .9s 1.42s both}

@media (max-width:700px){
  .space-scene{opacity:.62}.ringed-world{width:155px;height:155px;left:-20px;top:10vh}.world-right{width:110px;height:110px;right:-10px;top:15vh}.sphere-a{width:220px;height:220px;right:-85px;top:-30px}.sphere-b{width:120px;height:120px;left:-25px;top:50vh}.crystal-a{left:8%;top:16%}.crystal-c{right:8%;top:50%}.orbit-line{opacity:.2}.horizon{height:24vh}.floor-grid{opacity:.28}.page-shell{padding-top:60px;transform:none}.top-profile{right:14px;top:14px;width:40px;height:40px}.profile{padding-inline:6px}.avatar-wrap{width:116px;height:116px}.avatar{width:96px;height:96px}.link-card{padding:14px 13px;border-radius:16px}.link-text small{font-size:11px}.social{width:44px;height:44px}.cursor-glow{display:none}
}
@media (max-width:700px){
  /* Mobile performance mode: keep the cinematic look but reduce GPU-heavy effects. */
  #spaceCanvas{opacity:.82}
  .noise{opacity:.025}
  .vignette{background:radial-gradient(circle at center,transparent 38%,rgba(0,0,0,.35) 100%)}
  .nebula{filter:blur(45px);opacity:.10;animation-duration:34s}
  .light-streak{opacity:.12;animation-duration:20s}
  .space-scene{transform:none!important;will-change:auto}
  .ringed-world,.world-right,.sphere-a,.sphere-b,.crystal,.orbit-line{will-change:transform;backdrop-filter:none}
  .ringed-world{animation-duration:28s}.world-right{animation-duration:32s}.sphere-a,.sphere-b{animation-duration:36s}.crystal{animation-duration:30s}.orbit-line{animation-duration:30s}
  .link-card,.social,.email-button{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 10px 24px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035)}
  .link-card::after,.link-card::before{transition:none}
  .link-card:active,.social:active,.email-button:active{transform:scale(.985)!important}
  .avatar-wrap::after{animation:none;opacity:.35}
  .avatar-wrap::before{animation-duration:18s}
  .avatar-ring{animation-duration:24s}.ring-b{animation-duration:28s}.ring-c{animation-duration:34s}
  .status-dot{animation:none}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .cursor-glow,.crystal,.wire-sphere,.orbit-line,.ringed-world,.orbital-world,.nebula,.light-streak{display:none!important}.page-shell{transform:none!important}.profile,h1,.username,.bio,.social,.link-card,.email-button,footer{animation:none!important;opacity:1!important;transform:none!important}
}
