@font-face{font-family:Pixelify Sans;src:url(/assets/fonts/PixelifySans-VariableFont_wght.ttf) format("truetype");font-weight:400 700;font-style:normal;font-display:swap}.splash-screen{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;color:var(--Colors-Blue-11);background:var(--brand-50);opacity:1;transition:opacity .2s ease-out}.splash-screen[data-state=leaving]{opacity:0;pointer-events:none}.splash-screen__art{position:relative;width:min(860px,calc(100% - 48px));aspect-ratio:2/1;max-height:calc(100svh - 160px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.splash-screen__canvas{display:block;width:100%;height:100%;color:inherit;background:var(--brand-50);opacity:0;transition:opacity .16s ease-out}.splash-screen__canvas[data-ready=true]{opacity:1}.splash-screen__status{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.splash-screen__skip{position:absolute;bottom:max(24px,env(safe-area-inset-bottom));right:max(32px,env(safe-area-inset-right));display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:0 12px;border:0;border-radius:var(--border-radius-component-sm);color:inherit;background:transparent;font-family:var(--typography-family-manrope);font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease-out,scale .15s ease-out}.splash-screen__skip-icon{flex-shrink:0;transform:rotate(-45deg)}.splash-screen__skip:hover{background:var(--brand-100)}.splash-screen__skip:active{scale:.96}.splash-screen__skip:focus-visible{outline:2px solid currentColor;outline-offset:2px}.splash-content{height:100%}.splash-content[data-loading=true]{visibility:hidden}.splash-content:focus{outline:none}@media (max-width:600px){.splash-screen__art{aspect-ratio:1.3/1}.splash-screen__skip{right:16px;bottom:max(16px,env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.splash-screen,.splash-screen__canvas,.splash-screen__skip{transition:none}.splash-screen__skip:active{scale:1}}