html,body,#root{width:100%;height:100%;margin:0;overflow:hidden;background:#03040a}body{font-family:system-ui,sans-serif}html.game-input-locked,body.game-input-locked{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;touch-action:none}canvas{display:block}.game-shell--focused,.game-shell--focused canvas{overscroll-behavior:none;touch-action:none}.studio-launch{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,rgba(255,230,0,.08),transparent 32%),#03040a}.studio-launch__button{min-width:220px;padding:14px 28px;border:1px solid rgba(255,230,0,.48);background:#07090ed1;color:#ffe600;cursor:pointer;font:inherit;font-size:18px;font-weight:800;letter-spacing:0}.studio-launch__button:hover{background:#ffe6001f}.dialogue-bubble{max-width:190px;padding:8px 11px;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:#030408e0;box-shadow:0 10px 30px #00000047,0 0 18px #ffffff1f;color:#fff;font-size:13px;font-weight:700;letter-spacing:0;line-height:1.2;opacity:0;pointer-events:none;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.92);text-shadow:0 0 10px rgba(255,255,255,.18);transform:translateY(6px) scale(.96);transition:opacity .24s ease,transform .24s ease;white-space:normal}.dialogue-bubble--danger{max-width:310px;padding:18px 22px;border-color:#ff3a40db;border-radius:10px;background:#111111f0;box-shadow:0 14px 34px #0000006b,0 0 28px #ff262d4d;color:#ff3038;font-size:21px;font-weight:900;line-height:1.14;text-shadow:0 0 14px rgba(255,38,45,.42)}.dialogue-bubble--visible{opacity:1;transform:translateY(0) scale(1)}.dialogue-bubble--danger.dialogue-bubble--visible{animation:dialogue-danger-hover 2.2s ease-in-out infinite}@keyframes dialogue-danger-hover{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-7px) scale(1)}}.game-shell{width:100%;height:100%;cursor:auto}.game-shell canvas{cursor:auto}.game-shell--focused,.game-shell--focused canvas{cursor:none}.hub-minimap{position:fixed;top:18px;right:18px;width:188px;height:188px;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.hub-minimap__ring{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:1px solid rgba(230,235,244,.14);border-radius:50%}.hub-minimap__section{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:5px;max-width:92px;font-size:9.5px;line-height:1;color:#f2f5fae6;text-shadow:0 0 10px rgba(255,255,255,.18);white-space:nowrap}.hub-minimap__section span{flex:0 0 auto;width:5px;height:5px;border-radius:50%;background:#f2f5fae0;box-shadow:0 0 8px #ffffff47}.hub-minimap__section small{overflow:hidden;color:#ebeef4db;text-overflow:ellipsis}.hub-minimap__player{position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 14px #ffffffb8;transform:translate(-50%,-50%)}.game-focus-hint{position:fixed;left:50%;top:64px;z-index:25;display:flex;flex-direction:column;gap:2px;min-width:148px;padding:9px 14px;border:1px solid rgba(245,247,251,.18);background:#04060ca3;color:#fff;opacity:0;pointer-events:none;text-align:center;transform:translate(-50%) translateY(-8px);transition:opacity .16s ease,transform .16s ease}.game-focus-hint--visible{opacity:1;transform:translate(-50%) translateY(0)}.game-focus-hint strong{font-size:14px;font-weight:700}.game-focus-hint span{color:#fff;font-size:11px}.showcase-play-fallback{min-width:170px;padding:12px 18px;border:1px solid rgba(250,204,21,.72);border-radius:8px;background:#05070cf0;box-shadow:0 0 24px #facc1533;color:#facc15;cursor:pointer;font:inherit;font-size:14px;font-weight:800;touch-action:manipulation;white-space:nowrap}.game-hud{position:fixed;left:max(16px,env(safe-area-inset-left));bottom:max(16px,env(safe-area-inset-bottom));z-index:45;display:flex;width:clamp(48px,6vmin,64px);flex-direction:column;gap:clamp(5px,.8vmin,7px);color:#f7f9fc;pointer-events:none}.game-hud__actions{display:grid;gap:clamp(5px,.8vmin,7px)}.game-hud button,.game-hud__panel{box-sizing:border-box;border:1px solid rgba(137,170,188,.34);border-radius:5px;background:#050910db;box-shadow:0 8px 22px #00000047,inset 0 0 0 1px #ffffff06;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px)}.game-hud button{display:grid;place-items:center;width:100%;min-width:0;height:clamp(44px,6vmin,58px);min-height:44px;padding:clamp(8px,1.2vmin,11px);color:#f7f9fcf0;cursor:pointer;font:inherit;font-size:clamp(10px,1.5vw,12px);font-weight:700;line-height:1;pointer-events:auto;touch-action:manipulation}.game-hud button svg{width:clamp(19px,2.5vmin,25px);height:clamp(19px,2.5vmin,25px);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.game-hud__sound-icon{display:block;font-size:clamp(19px,2.5vmin,25px);line-height:1}.game-hud__panel{display:flex;width:100%;min-width:0;padding:clamp(7px,1vmin,10px)}.game-hud__points{align-items:center;justify-content:center;height:clamp(44px,6vmin,58px);border-color:#3f7d3a9e;color:#3f7d3a}.game-hud__points strong{font-size:clamp(20px,2.8vmin,28px);line-height:1}.game-hud__section-progress{align-items:center;justify-content:center;height:clamp(44px,6vmin,58px);border-color:#ffe60094;color:#ffe600;transition:border-color .16s ease,color .16s ease}.game-hud__section-progress strong{font-size:clamp(14px,2vmin,19px);line-height:1;text-align:center;white-space:nowrap}.game-hud__speed{height:clamp(108px,18vh,170px);flex-direction:column;gap:clamp(7px,1vmin,10px);align-items:center;border-color:#ffe6002e;opacity:.56;transition:border-color .16s ease,opacity .16s ease}.game-hud__speed--active{border-color:#ffe60094;opacity:1}.game-hud__bolt{width:clamp(16px,2.2vmin,22px);height:clamp(21px,2.8vmin,28px);flex:0 0 auto;color:#ffe600;fill:currentColor}.game-hud__progress{display:flex;flex:1;width:clamp(11px,1.5vmin,15px);min-height:0;align-items:flex-end;overflow:hidden;border:1px solid rgba(255,230,0,.22);border-radius:2px;background:#ffe6000f}.game-hud__progress span{display:block;width:100%;height:0;background:#ffe600;transition:height .12s linear}.game-hud__mobile-cluster{display:none}.game-hud button:hover,.game-hud button:focus-visible{border-color:#f5f7fb70;background:#0e121cd1;outline:none}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#03040a;color:#f5f7fb;opacity:1;pointer-events:auto;transition:opacity .52s ease}.loading-screen--ready{opacity:0}.loading-screen__content{display:flex;flex-direction:column;gap:10px;align-items:center;padding:18px 24px;border:1px solid rgba(245,247,251,.14);border-radius:8px;background:#06080eb8;box-shadow:0 20px 70px #00000080}.loading-screen__content strong{font-size:18px;letter-spacing:0}.loading-screen__content span{color:#dce2ecb8;font-size:13px;font-weight:700}.trackpad-shell{position:fixed;left:50%;bottom:max(22px,env(safe-area-inset-bottom));z-index:40;transform:translate(-50%);pointer-events:none}.trackpad{position:relative;width:clamp(103px,14vw,122px);height:clamp(103px,14vw,122px);border:1px solid rgba(245,247,251,.22);border-radius:50%;background:#0a0d1457;box-shadow:inset 0 0 24px #ffffff0d,0 12px 38px #00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none}.trackpad:before,.trackpad:after{position:absolute;content:"";background:#f5f7fb24}.trackpad:before{left:50%;top:16px;bottom:16px;width:1px}.trackpad:after{top:50%;left:16px;right:16px;height:1px}.trackpad__thumb{position:absolute;left:50%;top:50%;width:30px;height:30px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:#f5f7fb33;box-shadow:0 0 24px #ffffff1f;transform:translate(-50%,-50%);pointer-events:none;transition:transform .15s cubic-bezier(.22,1,.36,1);will-change:transform}.trackpad--active .trackpad__thumb{transition:none}.game-hud{left:50%;bottom:max(8px,env(safe-area-inset-bottom));width:min(94vw,330px);height:190px;transform:translate(-50%)}.game-hud__panel{display:none}.game-hud__actions{position:absolute;left:2px;bottom:22px;z-index:3;display:flex;flex-direction:column;gap:7px}.game-hud__actions button{width:38px;height:38px;min-height:38px;padding:8px;border-color:#f5f7fb4d;border-radius:50%;clip-path:none;background:#04070dd6;box-shadow:0 5px 18px #00000061,inset 0 0 0 1px #ffffff06}.game-hud__actions button:nth-child(2){order:1}.game-hud__actions button:nth-child(1){order:2}.game-hud__actions button:nth-child(3){order:3}.game-hud__actions button svg,.game-hud__sound-icon{width:20px;height:20px;font-size:20px}.game-hud__mobile-cluster{position:absolute;left:50%;bottom:0;display:block;width:240px;height:180px;transform:translate(-50%);pointer-events:none}.game-hud__mobile-points{position:absolute;left:50%;top:-29px;z-index:2;min-width:48px;padding:5px 14px;transform:translate(-50%);border:1px solid rgba(245,247,251,.22);border-radius:999px;background:#04070ddb;box-shadow:0 5px 18px #00000061,0 0 14px #ffffff0a;color:#3f7d3a;font-size:16px;font-weight:800;line-height:1;text-align:center}.game-hud__mobile-progress-value,.game-hud__mobile-speed-icon{position:absolute;top:1px;z-index:2;width:28px;font-size:18px;font-weight:800;line-height:1;text-align:center;text-shadow:0 0 6px currentColor}.game-hud__mobile-progress-value{left:66px;color:#fff}.game-hud__mobile-progress-value--complete{color:#ffe76a;filter:drop-shadow(0 0 3px rgba(255,255,255,.5)) drop-shadow(0 0 6px rgba(255,230,0,.38));text-shadow:none}.game-hud__mobile-speed-icon{right:66px;color:#ffe600;font-size:17px}.game-hud__mobile-arcs{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.game-hud__mobile-arc-track,.game-hud__mobile-arc{fill:none;stroke-linecap:round;stroke-width:2}.game-hud__mobile-arc-track{stroke:#ffffff21}.game-hud__mobile-arc-track--speed{stroke:#ffe60021}.game-hud__mobile-arc{transition:stroke-dasharray .16s linear}.game-hud__mobile-arc--progress{stroke:#fff;filter:drop-shadow(0 0 4px rgba(255,255,255,.34))}.game-hud__mobile-arc--speed{stroke:#ffe600;filter:drop-shadow(0 0 4px rgba(255,230,0,.34))}.trackpad-shell{bottom:max(18px,env(safe-area-inset-bottom))}.trackpad{width:clamp(132px,36vw,150px);height:clamp(132px,36vw,150px);border-color:#f5f7fb47;background:#03060cad;box-shadow:inset 0 0 30px #ffffff0b,0 10px 32px #0000006b}.trackpad__thumb{width:50px;height:50px}
