:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#game{width:100%;height:100%;margin:0;overflow:hidden;background:#0c1110}body{touch-action:none;-webkit-user-select:none;user-select:none}canvas{display:block}.ui-layer{position:fixed;inset:0;z-index:20;pointer-events:none;color:#d7eef1}.ui-modal-backdrop{position:absolute;inset:0;pointer-events:auto;background:radial-gradient(circle at 50% 35%,rgb(92 193 255 / 11%),transparent 36%),#0408099e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ui-modal-backdrop[hidden],.game-window[hidden]{display:none}.game-window{position:absolute;top:0;left:0;overflow:hidden;border-radius:8px;border:1px solid rgb(154 203 202 / 24%);background:linear-gradient(180deg,#121e1feb,#060a0adb),#09100f;box-shadow:0 18px 46px #0000006b,inset 0 1px #ffffff14;pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-window:before{position:absolute;inset:0 0 auto;height:2px;content:"";background:linear-gradient(90deg,#63e7d0,#72c7ff,#ffe27a);opacity:.8}.game-window__titlebar{display:flex;height:30px;align-items:center;justify-content:space-between;padding:0 8px 0 11px;cursor:grab;background:#ffffff0a;color:#b9d8d5;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.game-window--locked .game-window__titlebar{cursor:default}.game-window__actions{display:flex;gap:5px}.game-window__action--close i:before,.game-window__action--close i:after{position:absolute;top:6px;left:1px;width:12px;height:2px;border-radius:2px;content:"";background:#f1fbf9}.game-window__action--close i:before{transform:rotate(45deg)}.game-window__action--close i:after{transform:rotate(-45deg)}.game-window__action--lock i:before{position:absolute;left:2px;bottom:1px;width:10px;height:7px;border-radius:2px;content:"";background:#d8f6f3}.game-window__action--lock i:after{position:absolute;top:1px;left:3px;width:6px;height:7px;border:2px solid #d8f6f3;border-bottom:0;border-radius:8px 8px 0 0;content:""}.game-window--locked .game-window__action--lock{border-color:#ffe27aa8;color:#ffe27a}.game-window--locked .game-window__action--lock i:before{background:#ffe27a}.game-window--locked .game-window__action--lock i:after{border-color:#ffe27a}.game-window__content{padding:12px}.game-window__action,.ui-tool{position:relative;display:grid;width:24px;height:24px;place-items:center;border:1px solid rgb(145 194 192 / 28%);border-radius:6px;background:#070c0db8;color:#d8f6f3;cursor:pointer}.game-window__action:hover,.ui-tool:hover,.ui-tool--active{border-color:#74daedb3;background:#192f31d1;box-shadow:0 0 18px #74daed2e}.game-window__action i,.ui-tool i{position:relative;display:block;width:14px;height:14px}.ui-toolbar{position:absolute;top:18px;right:18px;z-index:90;display:flex;gap:8px;pointer-events:auto}.ui-tool{width:36px;height:36px;border-radius:8px}.ui-tool--pause i:before,.ui-tool--pause i:after{position:absolute;top:2px;width:4px;height:11px;border-radius:2px;content:"";background:#f1fbf9}.ui-tool--pause i:before{left:3px}.ui-tool--pause i:after{right:3px}.ui-tool--diagnostics i:before{position:absolute;left:1px;bottom:1px;width:12px;height:8px;border:2px solid #f1fbf9;border-top:0;border-right:0;content:""}.ui-tool--diagnostics i:after{position:absolute;left:3px;top:4px;width:9px;height:7px;content:"";background:linear-gradient(135deg,transparent 45%,#79f0cc 46% 58%,transparent 59%)}.hud-window .game-window__content{padding:11px}.hud__bar{height:16px;overflow:hidden;border-radius:5px;background:#20282a;outline:1px solid rgb(223 238 232 / 18%)}.hud__bar+.hud__bar{margin-top:8px}.hud__bar span{display:block;width:100%;height:100%;transform-origin:left center;transition:transform .12s linear}.hud__bar--health span{background:linear-gradient(90deg,#e14e5b,#ff7b60)}.hud__bar--mana span{background:linear-gradient(90deg,#3488ff,#6dd8ff)}.hud__line{display:flex;align-items:baseline;gap:8px;margin-top:10px;color:#a9c6c5;font-size:12px}.hud__line strong{min-width:28px;color:#eff9f8;font-size:18px}.hud__status{display:grid;min-height:26px;place-items:center;color:#f3fbf9;font-size:17px;font-weight:750;letter-spacing:0;text-align:center;text-shadow:0 2px 12px rgb(0 0 0 / 90%)}.hud__cell{display:flex;align-items:center;gap:9px;color:#b7d5d2;font-size:12px}.hud__cell i{width:8px;height:8px;border-radius:999px;background:#79f0cc;box-shadow:0 0 14px #79f0cc}.hud__abilities{display:flex;gap:10px}.ability{position:relative;display:grid;grid-template-columns:24px 36px;grid-template-rows:34px 16px;align-items:center;justify-items:center;width:76px;height:58px;padding:0;border:1px solid #3c4b4d;border-radius:7px;background:#111817;color:#9fb9b7;font:inherit;pointer-events:none}.ability--ready{border-color:#6abed0;background:#132322;color:#eefaf9}.ability--active{border-color:#ffe27a;box-shadow:0 0 0 2px #ffe27a38}.ability b{grid-row:1 / 2;grid-column:1 / 2;color:#fff;font-size:15px}.ability span{grid-row:2 / 3;grid-column:1 / 3;font-size:11px}.ability em{position:absolute;top:8px;right:9px;min-width:13px;color:#ffe27a;font-size:13px;font-style:normal;font-weight:800;text-align:center}.ability__icon{grid-row:1 / 2;grid-column:2 / 3;position:relative;width:31px;height:31px}.ability__icon--chain:before,.ability__icon--bolt:before{position:absolute;inset:4px;content:"";background:#82e2ff;clip-path:polygon(47% 0,20% 45%,48% 37%,32% 100%,82% 27%,54% 34%);filter:drop-shadow(0 0 7px rgb(130 226 255 / 90%))}.ability__icon--chain:after{position:absolute;top:9px;right:2px;width:10px;height:10px;border:2px solid #82e2ff;border-radius:999px;content:""}.ability__icon--bolt:before{background:#ffe27a;filter:drop-shadow(0 0 7px rgb(255 226 122 / 90%))}.pause-window{text-align:center}.pause-menu{display:grid;gap:16px;justify-items:center;padding:4px 0 8px}.pause-menu__mark{width:58px;height:58px;border:1px solid rgb(121 240 204 / 64%);border-radius:999px;background:linear-gradient(90deg,transparent 34%,#79f0cc 35% 43%,transparent 44% 56%,#79f0cc 57% 65%,transparent 66%),#79f0cc17;box-shadow:0 0 28px #79f0cc38}.pause-menu h2{margin:0;color:#f2fbf8;font-size:24px;letter-spacing:0}.pause-menu__actions{display:flex;gap:10px}.pause-menu__setting{display:grid;gap:8px;justify-items:center}.pause-menu__setting>span{color:#cdebe7d1;font-size:12px;font-weight:750;text-transform:uppercase}.pause-menu__segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;width:min(100%,198px);border:1px solid rgb(116 218 237 / 34%);border-radius:7px;background:#080f10b3}.pause-menu button{min-width:118px;height:38px;border:1px solid rgb(116 218 237 / 42%);border-radius:7px;background:#0f1c1ed1;color:#e8fbf8;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.pause-menu button:hover{border-color:#79f0cc;background:#1a3234e0}.pause-menu__segmented button{min-width:0;height:34px;border:0;border-radius:0;background:transparent;color:#def4f1c2;font-size:12px}.pause-menu__segmented button+button{border-left:1px solid rgb(116 218 237 / 22%)}.pause-menu__segmented button:hover,.pause-menu__segmented-button--active{background:#79f0cc29;color:#f2fbf8}.pause-menu__switch{position:relative;grid-template-columns:1fr auto;align-items:center;justify-items:stretch;width:min(100%,198px);padding:9px 10px;border:1px solid rgb(116 218 237 / 34%);border-radius:7px;background:#080f10b3;cursor:pointer}.pause-menu__switch>span{text-align:left}.pause-menu__switch input{position:absolute;opacity:0;pointer-events:none}.pause-menu__switch i{position:relative;width:42px;height:24px;border:1px solid rgb(116 218 237 / 44%);border-radius:999px;background:#0f1c1ed1;transition:border-color .14s ease,background .14s ease}.pause-menu__switch i:after{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:999px;background:#def4f1c2;content:"";transition:background .14s ease,transform .14s ease}.pause-menu__switch:hover i,.pause-menu__switch--active i{border-color:#79f0cc}.pause-menu__switch--active i{background:#79f0cc29}.pause-menu__switch--active i:after{background:#f2fbf8;transform:translate(18px)}.diagnostics-window .game-window__content{padding:10px 12px 12px}.diagnostics{display:grid;gap:10px}.diagnostics__hero{display:flex;align-items:baseline;gap:8px;color:#f4fffb}.diagnostics__hero span{min-width:48px;font-size:30px;font-weight:850}.diagnostics__hero small{color:#8db9b7;font-size:11px;font-weight:800;letter-spacing:.12em}.diagnostics__table{width:100%;border-collapse:collapse;color:#b7d5d2;font-size:12px}.diagnostics__table th,.diagnostics__table td{padding:4px 0;border-top:1px solid rgb(160 187 178 / 12%)}.diagnostics__table th{color:#8fb0ae;font-weight:650;text-align:left}.diagnostics__table td{color:#ecfaf7;font-variant-numeric:tabular-nums;text-align:right}.diagnostics__path{padding-top:8px;border-top:1px solid rgb(160 187 178 / 16%);color:#9fc9c6;font-size:11px;line-height:1.45}@media(max-width:680px){.hud__status{font-size:16px}.ui-toolbar{top:14px;right:14px}.game-window__titlebar{height:28px}}
