/* Space CV splash — part 1/2: base, starfield, orbs. See splash.css. */
#splash{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;background:radial-gradient(640px 420px at 18% 12%,rgba(0,245,196,.13),transparent 65%),radial-gradient(720px 480px at 84% 82%,rgba(123,97,255,.15),transparent 65%),radial-gradient(500px 360px at 78% 14%,rgba(0,245,196,.06),transparent 60%),#141414;font-family:"Figtree",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#fff;opacity:1;visibility:visible;transition:opacity .6s ease,visibility .6s ease;-webkit-font-smoothing:antialiased}
#splash.splash-hidden{opacity:0;visibility:hidden;pointer-events:none}
.splash-stars,.splash-stars::after{content:"";position:absolute;width:2px;height:2px;border-radius:50%;background:transparent;animation:splash-twinkle 3.2s ease-in-out infinite alternate}
.splash-stars{top:0;left:0;box-shadow:12vw 8vh 0 rgba(255,255,255,.8),28vw 22vh 0 rgba(255,255,255,.45),44vw 6vh 0 rgba(0,245,196,.8),63vw 18vh 0 rgba(255,255,255,.6),79vw 9vh 0 rgba(255,255,255,.4),91vw 27vh 0 rgba(123,97,255,.8),7vw 44vh 0 rgba(255,255,255,.5),22vw 61vh 0 rgba(255,255,255,.35),36vw 48vh 0 rgba(0,245,196,.55),52vw 72vh 0 rgba(255,255,255,.5),68vw 55vh 0 rgba(255,255,255,.7),84vw 66vh 0 rgba(255,255,255,.4),95vw 47vh 0 rgba(0,245,196,.6),15vw 82vh 0 rgba(123,97,255,.7),33vw 90vh 0 rgba(255,255,255,.55),58vw 86vh 0 rgba(255,255,255,.4),74vw 92vh 0 rgba(255,255,255,.6),88vw 80vh 0 rgba(123,97,255,.6)}
.splash-stars::after{animation-delay:-1.6s;animation-duration:4.1s;box-shadow:5vw 30vh 0 rgba(255,255,255,.5),19vw 12vh 0 rgba(255,255,255,.35),38vw 30vh 0 rgba(255,255,255,.6),55vw 12vh 0 rgba(123,97,255,.55),71vw 33vh 0 rgba(255,255,255,.45),86vw 20vh 0 rgba(255,255,255,.6),3vw 68vh 0 rgba(0,245,196,.5),27vw 74vh 0 rgba(255,255,255,.5),47vw 58vh 0 rgba(255,255,255,.35),62vw 78vh 0 rgba(0,245,196,.45),78vw 52vh 0 rgba(255,255,255,.55),93vw 72vh 0 rgba(255,255,255,.4),10vw 93vh 0 rgba(255,255,255,.5),45vw 94vh 0 rgba(123,97,255,.5),66vw 88vh 0 rgba(255,255,255,.45),82vw 90vh 0 rgba(255,255,255,.55)}
@keyframes splash-twinkle{from{opacity:.25}to{opacity:1}}
.splash-orb{position:absolute;border-radius:50%;filter:blur(90px);-webkit-filter:blur(90px);pointer-events:none}
.splash-orb-a{width:420px;height:420px;top:-140px;right:-110px;background:rgba(0,245,196,.16);animation:splash-drift 9s ease-in-out infinite alternate}
.splash-orb-b{width:380px;height:380px;bottom:-150px;left:-120px;background:rgba(123,97,255,.2);animation:splash-drift 11s ease-in-out infinite alternate-reverse}
@keyframes splash-drift{from{transform:translate(0,0) scale(1)}to{transform:translate(-34px,30px) scale(1.08)}}
.splash-card{position:relative;width:min(400px,100%);padding:40px 36px 32px;text-align:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.55),0 0 60px rgba(0,245,196,.07);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:splash-rise .7s cubic-bezier(.2,.9,.25,1) both}
@keyframes splash-rise{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.splash-avatar{position:relative;width:104px;height:104px;margin:0 auto 22px}
.splash-avatar-core{position:absolute;inset:12px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#00f5c4 0%,#7b61ff 100%);box-shadow:0 0 32px rgba(0,245,196,.45),0 0 70px rgba(123,97,255,.25);animation:splash-core-pulse 2.4s ease-in-out infinite}
.splash-avatar-core svg{width:44px;height:44px}
@keyframes splash-core-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
.splash-orbit{position:absolute;inset:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;animation:splash-spin 3.6s linear infinite}
.splash-orbit::after{content:"";position:absolute;top:-4px;left:50%;width:8px;height:8px;margin-left:-4px;border-radius:50%;background:#00f5c4;box-shadow:0 0 12px rgba(0,245,196,.9)}
.splash-orbit-b{position:absolute;inset:-12px;border:1px dashed rgba(255,255,255,.12);border-radius:50%;animation:splash-spin-rev 7s linear infinite}
@keyframes splash-spin{to{transform:rotate(360deg)}}
@keyframes splash-spin-rev{to{transform:rotate(-360deg)}}
.splash-name{margin:0;font-size:26px;font-weight:800;letter-spacing:-.5px;line-height:1.15;background:linear-gradient(92deg,#fff 30%,#00f5c4 70%,#7b61ff 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:splash-shimmer 3.5s linear infinite}
@keyframes splash-shimmer{from{background-position:200% 0}to{background-position:-200% 0}}
.splash-role{margin:8px 0 0;font-size:11px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:rgba(255,255,255,.55)}
.splash-bar{position:relative;height:5px;margin:26px 0 14px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.12)}
.splash-bar-fill{position:absolute;top:0;bottom:0;width:42%;border-radius:999px;background:linear-gradient(90deg,#00f5c4,#7b61ff);box-shadow:0 0 16px rgba(0,245,196,.8);animation:splash-slide 1.4s ease-in-out infinite}
@keyframes splash-slide{0%{left:-42%}100%{left:100%}}
.splash-status{margin:0;min-height:20px;font-size:13px;letter-spacing:.3px;color:rgba(255,255,255,.6);transition:opacity .3s ease}
.splash-status.splash-status-fade{opacity:0}
.splash-version{margin:18px 0 0;font-size:10px;letter-spacing:2px;color:rgba(255,255,255,.28)}
@media (max-width:420px){.splash-card{padding:32px 24px 26px}.splash-name{font-size:22px}}
@media (prefers-reduced-motion:reduce){.splash-stars,.splash-stars::after,.splash-orb,.splash-orbit,.splash-orbit-b,.splash-avatar-core,.splash-bar-fill,.splash-name{animation:none}}
