:root{color:#e6edf7;background:#0a0f18;font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{-webkit-user-select:none;user-select:none;background:linear-gradient(#10131b 0%,#070b12 100%)}body.light-background{background:linear-gradient(#f6f8fc 0%,#e8edf5 100%)}#app{-webkit-user-select:none;user-select:none;width:100%;height:100%}canvas{-webkit-user-select:none;user-select:none;display:block}.hud{z-index:2;pointer-events:none;position:fixed;top:20px;left:20px}.leaderboard{z-index:2;pointer-events:none;width:min(280px,100vw - 40px);position:fixed;top:68px;right:20px}.leaderboard.mobile{z-index:4;pointer-events:auto}.chat{z-index:3;width:min(850px,100vw - 40px);position:fixed;bottom:20px;left:20px}.mobile-controls{z-index:2;pointer-events:none;touch-action:none;display:none;position:fixed;inset:0}.mobile-move-zone,.mobile-aim-zone{pointer-events:auto;touch-action:none;width:50%;position:absolute;inset:0 auto 0 0}.mobile-aim-zone{inset:0 0 0 auto}.mobile-joystick{pointer-events:none;width:112px;height:112px;margin-top:-56px;margin-left:-56px;position:absolute}.mobile-joystick.hidden{display:none}.mobile-joystick-base,.mobile-joystick-thumb,.mobile-aim-indicator{border-radius:999px;position:absolute;inset:0}.mobile-joystick-base{background:#0a0f183d;border:2px solid #ffffff24;box-shadow:inset 0 0 18px #0000002e}.mobile-joystick-thumb{background:#ffffff38;border:2px solid #ffffff47;inset:28px;transform:translate(0)}.mobile-aim-indicator{pointer-events:none;background:#0a0f1824;border:2px solid #ffffff1f;width:148px;height:148px;inset:auto 28px 110px auto;box-shadow:inset 0 0 18px #0000002e}.mobile-aim-indicator.active{background:#ff5b6d14;border-color:#ff8da04d}.mobile-action-stack{pointer-events:none;justify-items:end;gap:10px;display:grid;position:absolute;bottom:24px;right:26px}.mobile-action-button{color:#e7edf7f0;min-width:88px;min-height:56px;font:inherit;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;background:#0b0e1475;border:1px solid #ffffff29;border-radius:999px;padding:12px 16px;font-weight:700}.mobile-action-button.primary{background:#ff5b6d4d;border-color:#ff8da057;min-width:116px;min-height:74px}.mobile-action-button.secondary{min-width:96px}.mobile-action-button.active{background:#ff5b6d8a;border-color:#ffd6dc80;transform:scale(.98)}.minimap{z-index:3;width:172px;height:172px;box-shadow:none;pointer-events:none;background:0 0;border:0;border-radius:999px;padding:0;position:fixed;bottom:20px;right:20px}.minimap-canvas{border-radius:999px;width:100%;height:100%;display:block}.chat .panel{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.chat-layout{align-items:flex-end;gap:18px;display:flex}.chat-layout.mobile{gap:10px}.chat-panel{flex:auto;min-width:0}.chat-messages{flex-direction:column;justify-content:flex-end;gap:2px;min-height:274px;max-height:274px;margin-bottom:10px;display:flex;overflow:hidden}.chat-message{white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:1.2;overflow:hidden}.chat-name{color:#ff8da0}.chat-input{width:100%;color:inherit;font:inherit;-webkit-user-select:text;user-select:text;background:0 0;border:0;border-top:1px solid #ffffff14;border-radius:0;padding:8px 0}.chat-input::placeholder{color:#e7edf78a}.chat-input:focus{border-top-color:#ff8da057;outline:none}.chat-controls{color:#e7edf7bd;white-space:nowrap;flex-direction:column;gap:10px;font-size:13px;display:flex}.chat-controls-panel{flex:none;align-items:flex-end;gap:15px;display:flex}.chat-toggle{-webkit-user-select:none;user-select:none;align-items:center;gap:6px;display:inline-flex}.chat-toggle input{margin:0}.chat-messages.hidden{display:none}.overlay{z-index:4;pointer-events:none;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.overlay:empty{display:none}.overlay-card{color:#e7edf7f5;pointer-events:auto;background:#0b0e14db;border:1px solid #ff5b6d33;border-radius:16px;width:min(460px,100vw - 40px);padding:20px;box-shadow:0 20px 50px #0000004d}.overlay-card.compact{width:min(360px,100vw - 40px)}.overlay-card h1{margin:0 0 10px;font-size:30px}.overlay-copy{color:#e7edf7d1;margin:0 0 14px}.overlay-field{gap:8px;margin-bottom:14px;display:grid}.overlay-field input{width:100%;color:inherit;font:inherit;-webkit-user-select:text;user-select:text;background:#070b12e0;border:1px solid #ff5b6d33;border-radius:10px;padding:12px 14px}.overlay-actions{gap:10px;display:flex}.skins-dialog{width:min(1120px,100vw - 40px)}.skins-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px;display:grid}.skin-column{grid-template-rows:auto 210px minmax(0,320px);gap:10px;min-height:0;display:grid}.skin-column h2{margin:0;font-size:18px}.skin-preview{background:#070b1280;border:1px solid #ff5b6d29;border-radius:14px;padding:14px;position:relative;overflow:hidden}.skin-preview img{object-fit:contain;width:calc(100% - 28px);height:calc(100% - 28px);display:block;position:absolute;inset:14px}.skin-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:320px;padding-right:4px;display:grid;overflow-y:auto}.skin-option{aspect-ratio:1;cursor:pointer;background:#070b1266;border:1px solid #ff5b6d24;border-radius:12px;place-items:center;padding:8px;display:grid}.skin-option img{object-fit:contain;width:100%;height:100%}.skin-option.selected{border-color:#ff5b6da6;box-shadow:inset 0 0 0 1px #ff5b6d8c}.skins-actions{justify-content:flex-end;margin-top:16px}.overlay-button{color:#08101a;min-width:124px;font:inherit;cursor:pointer;background:#ff5b6d;border:1px solid #ff5b6d33;border-radius:10px;padding:11px 16px;font-weight:700}.overlay-button.secondary{color:#e7edf7f5;background:#ffffff14}.overlay-button:disabled{opacity:.55;cursor:default}body.light-background .chat-controls{color:#172130b8}body.light-background .chat .panel{box-shadow:none;background:0 0;border-color:#0000}body.light-background .chat-message{color:#172130}body.light-background .chat-input{color:#172130;background:0 0;border-top-color:#1721301f}body.light-background .chat-name{color:#b54258}body.light-background .chat-input::placeholder{color:#1721307a}body.light-background .chat-input:focus{border-top-color:#b5425847}body.light-background .overlay-card{color:#172130;background:#ffffffe0;border-color:#2b394d2e;box-shadow:0 20px 50px #53607633}body.light-background .skin-preview,body.light-background .skin-option{background:#ffffffbd;border-color:#2b394d24}body.light-background .skin-option.selected{border-color:#b542588c;box-shadow:inset 0 0 0 1px #b5425873}body.light-background .overlay-copy{color:#172130c2}body.light-background .overlay-field input{color:#172130;background:#f4f7fcf5;border-color:#2b394d2e}body.light-background .overlay-button.secondary{color:#172130;background:#17213014}@media (width<=980px){.hud{top:12px;left:12px}.leaderboard{width:min(212px,100vw - 24px);top:12px;right:12px}.hud .panel,.leaderboard .panel{padding:9px 11px;font-size:12px;line-height:1.25}.hud strong,.leaderboard strong{font-size:14px}.boost-bar{height:7px;margin:7px 0 8px}.leaderboard-list{margin-top:6px}.leaderboard-item{grid-template-columns:minmax(0,1fr) 24px;gap:8px}.leaderboard.mobile .panel{background:#0b0e14e0}.leaderboard.mobile:not(.expanded){width:min(212px,100vw - 24px)}.leaderboard.mobile.expanded{width:min(232px,100vw - 24px)}.chat{width:min(420px,100vw - 24px);bottom:12px;left:12px}.chat-layout.mobile .chat-panel{display:none}.chat-layout.mobile .chat-controls-panel{background:#0b0e1452;border-radius:12px;justify-content:flex-start;width:100%;padding:6px 8px}.mobile-action-button{font-size:13px}.skins-dialog{width:min(640px,100vw - 32px)}.skins-columns{grid-template-columns:1fr}.skin-column{grid-template-rows:auto 180px minmax(0,220px)}}.panel{color:#e7edf7eb;background:#0b0e14c2;border:1px solid #ff5b6d33;border-radius:14px;padding:12px 14px;line-height:1.5;box-shadow:0 14px 36px #00000040}.boost-bar{background:#081018d9;border:1px solid #101c2bf2;border-radius:999px;width:min(340px,100%);height:8px;margin:8px 0 10px;overflow:hidden}.boost-bar-fill{background:#58c9ff;border-radius:999px;height:100%}.boost-bar-fill.active{background:#76f4ff}.boost-bar-fill.recharge{background:#3a7ca3}.leaderboard-list{margin:8px 0 0;padding:0;list-style:none}.leaderboard-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.leaderboard-toggle{color:inherit;font:inherit;pointer-events:auto;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.leaderboard-item{grid-template-columns:minmax(0,1fr) 28px;align-items:baseline;gap:12px;display:grid}.leaderboard-main{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.leaderboard-item.mine{color:#ff8da0}.leaderboard-item.outside-rank{border-top:1px solid #ffffff14;margin-top:6px;padding-top:6px}body.light-background .panel{color:#172130;background:#ffffffc7;border-color:#2b394d2e;box-shadow:0 14px 36px #5360762e}body.light-background .minimap{box-shadow:none;background:0 0}body.light-background .boost-bar{background:#e3eaf4eb;border-color:#92a0b6a6}body.light-background .leaderboard-item.mine{color:#b54258}body.light-background .leaderboard-item.outside-rank{border-top-color:#1721301f}
