:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body{background:#0b0e14;width:100dvw;height:100dvh;overflow:hidden}body{flex-direction:column;display:flex}#game{touch-action:none;flex:auto;width:100%;min-height:0;display:block}#hud{color:#f2c94c;letter-spacing:.06em;white-space:pre;-webkit-user-select:none;user-select:none;background:#000;flex:none;grid-template-columns:1fr auto 1fr;align-items:center;height:52px;padding:0 16px;font:16px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:grid}.hud__left,.hud__right{align-items:center;gap:20px;min-width:0;display:flex;overflow:hidden}.hud__right{justify-content:flex-end}.hud__percentage{white-space:nowrap;font-size:28px;font-weight:700}.hud__flash{animation:.5s ease-out hud-flash}.hud__mute{color:inherit;font:inherit;cursor:pointer;background:#14171f;border:1px solid #333;border-radius:4px;padding:4px 10px;line-height:1}.hud__mute:hover{border-color:#555}.hud__fullscreen{color:inherit;font:inherit;cursor:pointer;background:#14171f;border:1px solid #333;border-radius:4px;padding:4px 10px;line-height:1}.hud__fullscreen:hover{border-color:#555}.hud__name{color:inherit;font:inherit;cursor:pointer;background:#14171f;border:1px solid #333;border-radius:4px;padding:4px 10px;line-height:1}.hud__name:hover{border-color:#555}@keyframes hud-flash{0%{color:#a3be8c;text-shadow:0 0 12px #a3be8c}to{color:#f2c94c;text-shadow:none}}#gameover,#levelcomplete,#scorescreen{z-index:10;color:#e5e9f0;-webkit-user-select:none;user-select:none;background:#0b0e14d1;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px 0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}#gameover[hidden],#levelcomplete[hidden],#scorescreen[hidden]{display:none}.overlay__title{letter-spacing:.12em;color:#bf616a;font-size:44px}#levelcomplete .overlay__title,#scorescreen .overlay__title{color:#a3be8c}.overlay__stats{color:#f2c94c;font-size:20px}.overlay__hint{color:#d8dee9;font-size:18px}.overlay__bonus{color:#8a93a6;flex-direction:column;gap:2px;width:min(300px,80vw);font-size:15px;display:flex}.overlay__bonus-heading{letter-spacing:.14em;text-align:center;color:#d8dee9;margin:0 0 4px;font-size:13px}.overlay__bonus-row{font-variant-numeric:tabular-nums;justify-content:space-between;display:flex}.overlay__bonus-row--hit{color:#f2c94c;font-weight:700}.overlay__bonus-extra{text-align:center;letter-spacing:.1em;color:#a3be8c;margin:8px 0 0;font-weight:700}.overlay__leaderboard-status{text-align:center;color:#8a93a6;margin:0}.scorescreen__name{flex-direction:column;align-items:center;gap:4px;width:min(300px,80vw);display:flex}.scorescreen__name-label{letter-spacing:.14em;color:#d8dee9;font-size:13px}.scorescreen__name-row{gap:8px;width:100%;display:flex}.scorescreen__name-input{color:#e5e9f0;min-width:0;font:inherit;background:#14171f;border:1px solid #333;border-radius:4px;flex:1;padding:6px 10px;font-size:16px}.scorescreen__name-input:focus{border-color:#8fbcff;outline:none}.scorescreen__name-save{color:inherit;font:inherit;cursor:pointer;background:#14171f;border:1px solid #333;border-radius:4px;flex:none;padding:6px 14px}.scorescreen__name-save:hover{border-color:#555}.scorescreen__name-save:disabled{opacity:.6;cursor:default}.scorescreen__name-status{color:#8a93a6;min-height:1.2em;margin:0;font-size:13px}.scorescreen__name-status--ok{color:#a3be8c}.scorescreen__name-status--error{color:#bf616a}.touch-joystick,.touch-action-button{z-index:15;touch-action:none;-webkit-user-select:none;user-select:none;position:fixed}.touch-joystick{left:calc(18px + env(safe-area-inset-left,0px));bottom:calc(18px + env(safe-area-inset-bottom,0px));background:#e5e9f01f;border:2px solid #e5e9f040;border-radius:50%;width:90px;height:90px}.touch-joystick__knob{background:#e5e9f059;border:2px solid #e5e9f08c;border-radius:50%;width:42px;height:42px;margin:-21px 0 0 -21px;position:absolute;top:50%;left:50%}.touch-action-button{right:calc(20px + env(safe-area-inset-right,0px));bottom:calc(20px + env(safe-area-inset-bottom,0px));color:#e5e9f0;background:#bf616a4d;border:2px solid #bf616a8c;border-radius:50%;width:56px;height:56px;font-size:17px;line-height:1}.touch-action-button--active{background:#bf616a8c}.orientation-warning{z-index:20;text-align:center;color:#e5e9f0;background:#0b0e14;justify-content:center;align-items:center;padding:32px;font:20px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.orientation-warning[hidden]{display:none}.overlay__ios-hint{color:#8a93a6;align-items:center;gap:10px;margin-top:8px;font-size:14px;display:flex}.overlay__ios-hint-close{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;flex:none;padding:2px 8px}
