*,:before,:after{box-sizing:border-box}html,body{color:#e8ecf1;-webkit-font-smoothing:antialiased;overscroll-behavior:none;touch-action:none;background:#0b0e14;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}#game{cursor:crosshair;outline:none;width:100%;height:100%;display:block;position:fixed;inset:0}#ui{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:10;position:fixed;inset:0}#ui>*{pointer-events:none}#loading{color:#e8ecf1;letter-spacing:.02em;z-index:100;background:#0b0e14;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:opacity .4s;display:flex;position:fixed;inset:0}#loading[hidden]{display:none}#loading .title{font-size:22px;font-weight:500}#loading .sub{color:#8b95a5;font-variant-numeric:tabular-nums;font-size:13px}#loading .bar{background:#ffffff14;border-radius:2px;width:220px;height:2px;overflow:hidden}#loading .bar i{background:#e8ecf1;width:0%;height:100%;transition:width .25s;display:block}#fatal{color:#ffb4a8;white-space:pre-wrap;z-index:200;background:#0b0e14;justify-content:center;align-items:center;padding:24px;font:14px/1.5 ui-monospace,Menlo,monospace;display:none;position:fixed;inset:0}
