.splash{position:fixed;z-index:99;inset:0;background:#090c09;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:splash-out .85s 2.8s cubic-bezier(.7,0,.3,1) forwards;pointer-events:none}.splash-brand{position:relative;z-index:2;color:#f6f3e8;font:800 clamp(19px,2vw,29px) Manrope,sans-serif;letter-spacing:2px;animation:logo-in .7s .25s both}.splash-brand span{color:#d9b15d;font-weight:500}.splash-brand sup{font:9px DM Mono;vertical-align:top}.splash-chart{position:absolute;width:min(78vw,900px);color:#e2bc69;filter:drop-shadow(0 0 14px #e4bd625c) drop-shadow(0 0 50px #d9ad4e44);animation:splash-chart-in 1.7s .45s both}.splash-chart svg{width:100%;display:block}.splash-chart path:first-child{stroke-dasharray:940;stroke-dashoffset:940;animation:splash-draw 1.7s .45s ease-out forwards}.splash p{position:absolute;bottom:8%;font:10px DM Mono;letter-spacing:3px;color:#d9b15d;opacity:0;animation:logo-in .5s 1.4s both}@keyframes splash-draw{to{stroke-dashoffset:0}}@keyframes splash-chart-in{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}@keyframes logo-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes splash-out{to{opacity:0;visibility:hidden;transform:scale(1.02)}}@media(prefers-reduced-motion:reduce){.splash{display:none}}
