@layer theme{:root,:host{--spacing:.25rem;--color-darkblue-950:#1e0d68}}.bitgraph-splash{justify-content:center;align-items:center;gap:calc(var(--spacing) * 6);background-color:var(--color-darkblue-950);flex-direction:column;display:flex;position:fixed;inset:0}.bitgraph-splash-slash{height:calc(var(--spacing) * 40);width:auto}.bitgraph-splash-logo{height:calc(var(--spacing) * 10);width:auto}.bitgraph-splash-sr{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:no-preference){.bitgraph-splash-slash{animation:1.2s cubic-bezier(.25,1,.5,1) both bitgraph-splash-draw}.bitgraph-splash-logo{animation:.7s cubic-bezier(.25,1,.5,1) .85s both bitgraph-splash-rise}}@keyframes bitgraph-splash-draw{0%{clip-path:inset(100% 0 0)}to{clip-path:inset(0)}}@keyframes bitgraph-splash-rise{0%{opacity:0;transform:translateY(calc(var(--spacing) * 7))}to{opacity:1;transform:none}}
