:root{--bg:#121217;--panel:#ffffff0d;--panel-border:#ffffff1f;--accent:#0a84ff;--text-heading:#ffffffe6;--text-body:#ffffffa6;--text-dim:#fff6;--warn-red:#ff453a;--warn-yellow:#ffd60a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:env(safe-area-inset-top,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);padding-bottom:env(safe-area-inset-bottom,0px);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.45;overflow-x:hidden}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}::selection{background:#0a84ff59}.splashScreen{z-index:1000;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:18px;transition:opacity .25s;animation:.4s 12s forwards splashAutoHide;display:flex;position:fixed;inset:0}.splashScreen.splashDone{opacity:0;pointer-events:none}.splashLogo{letter-spacing:.5px;color:var(--text-heading);font-size:28px;font-weight:800}.splashSpinner{border:2.5px solid #ffffff24;border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.9s linear infinite splashSpin}@keyframes splashSpin{to{transform:rotate(360deg)}}@keyframes splashAutoHide{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.splashSpinner{animation-duration:1.8s}}
