html,body{min-height:100%}html{background:var(--app-backdrop,#000);color:var(--text);text-shadow:var(--text-shadow);font-size:16px}.x-app{align-items:center;gap:var(--space);max-width:32em;animation:x-app-splash-fade var(--motion-panel,.32s) var(--ease-enter,ease-out) both;flex-direction:column;margin:20dvh auto;font-size:2em;display:flex}.x-app>.logo{width:5em;max-width:100%;filter:drop-shadow(0 0 1.2em color-mix(in oklch, var(--beta,#8627ff), transparent 78%));animation:x-app-splash-rise var(--motion-panel,.32s) var(--ease-enter,ease-out) both;display:block}.x-app>.version{color:var(--muted);font-variant-numeric:tabular-nums;letter-spacing:.08em;margin:0;font-size:.4em}.x-app[data-bootfailed]{color:color-mix(in oklch, var(--fg), transparent 25%);font-size:1.1em}@keyframes x-app-splash-fade{0%{opacity:0}}@keyframes x-app-splash-rise{0%{transform:translateY(var(--motion-entrance-y,8px)) scale(.98)}}
