:root{--bg: #1b1f2a;--panel: rgba(20, 24, 34, .86);--border: #3b4356;--text: #e8ecf5;--muted: #9aa4bd;--accent: #7ac943;--accent2: #ffb84d;--danger: #ff5c5c;font-family:Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);overflow:hidden}#app{width:100%;height:100%;position:relative}canvas.game{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;transition:filter .5s ease-out}canvas.game.dead{filter:grayscale(1) brightness(.75)}button{font:inherit;color:var(--text);background:#2c3446;border:1px solid var(--border);border-radius:6px;padding:8px 14px;cursor:pointer}button:hover{background:#38425a}button.primary{background:var(--accent);color:#10230a;border-color:#5f9e34;font-weight:600}button.primary:hover{background:#8dd955}button:disabled{opacity:.5;cursor:default}input,select{font:inherit;color:var(--text);background:#11151f;border:1px solid var(--border);border-radius:6px;padding:8px 10px}.lobby{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;overflow:auto;padding:24px 12px;background:radial-gradient(ellipse 70% 55% at 50% 0%,rgba(122,201,67,.16),transparent 70%),radial-gradient(ellipse 60% 50% at 100% 100%,rgba(255,184,77,.1),transparent 70%),repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0 1px,transparent 1px 32px),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 32px),var(--bg)}.lobby .card{width:min(780px,100%);margin:auto;background:#141822eb;border:1px solid var(--border);border-radius:16px;padding:28px 28px 22px;box-shadow:0 24px 60px #00000073,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lobby .head{margin-bottom:20px}.lobby h1{margin:0;font-size:44px;line-height:1;font-weight:900;letter-spacing:3px;text-shadow:0 3px 0 rgba(0,0,0,.5)}.lobby h1 span{color:var(--accent);text-shadow:0 3px 0 #345c1c}.lobby .sub{color:var(--muted);margin:8px 0 0;font-size:15px}.lobby .panel{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:14px 16px;margin-bottom:12px}.lobby h2{margin:0 0 12px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:10px}.lobby .live{font-size:10px;letter-spacing:1px;color:var(--accent);display:inline-flex;align-items:center;gap:5px;font-weight:600}.lobby .live i{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:live-pulse 1.6s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.35}}.lobby .field{display:flex;flex-direction:column;gap:5px;min-width:0}.lobby .field>span{color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.lobby .field.grow{max-width:320px}.lobby .fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end}.lobby .fields .field.name{grid-column:span 2}.lobby .fields .create{grid-column:1 / -1;justify-self:center;min-width:200px;margin-top:4px}.lobby input,.lobby select{width:100%;padding:10px 12px;border-radius:8px;background:#0f131c;transition:border-color .15s,box-shadow .15s}.lobby input:hover,.lobby select:hover{border-color:#4d5872}.lobby input:focus,.lobby select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #7ac94333}.lobby select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:32px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239aa4bd' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.lobby button{padding:10px 16px;border-radius:8px;transition:background .15s,transform .1s,box-shadow .15s}.lobby button.primary{box-shadow:0 4px #4a7d2a,0 8px 18px #7ac94340}.lobby button.primary:hover:not(:disabled){transform:translateY(-1px)}.lobby button.primary:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px #4a7d2a}.lobby button.join{padding:6px 16px;font-weight:600}.lobby button.join:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.lobby table{width:100%;border-collapse:collapse}.lobby th,.lobby td{text-align:left;padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.06)}.lobby th{color:var(--muted);font-weight:600;font-size:11px;letter-spacing:1px;text-transform:uppercase}.lobby tbody tr:last-child td{border-bottom:none}.lobby tbody tr:hover td{background:#ffffff06}.lobby td:first-child{font-weight:600}.lobby td:nth-child(3){font-variant-numeric:tabular-nums;color:var(--accent2)}.lobby td:last-child:not(.empty){text-align:right}.lobby .empty{color:var(--muted);padding:22px 8px;text-align:center;font-style:italic}.lobby .badge{font-size:11px;font-weight:500;color:var(--muted);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:2px 8px;margin-left:6px;vertical-align:middle}.lobby .error{color:var(--danger);min-height:1.2em;margin:2px 4px 8px;font-size:14px}.lobby .error:empty{margin-bottom:0}.lobby .help{color:var(--muted);font-size:12px;margin-top:4px;display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center;line-height:1.8}.lobby .help a{color:var(--accent2);margin-left:auto;font-weight:600;text-decoration:none}.lobby .help a:hover{text-decoration:underline}.lobby kbd{display:inline-block;font:600 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--text);background:#2c3446;border:1px solid var(--border);border-bottom-width:2px;border-radius:4px;padding:3px 5px;margin:0 1px;vertical-align:middle}@media (max-width: 600px){.lobby .card{padding:20px 16px}.lobby h1{font-size:34px}.lobby .fields{grid-template-columns:repeat(2,minmax(0,1fr))}.lobby .field.grow{max-width:none}.lobby th:nth-child(3),.lobby td:nth-child(3){display:none}}.hud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;-webkit-user-select:none;user-select:none}.hud .crosshair{position:absolute;left:50%;top:50%;width:18px;height:18px;transform:translate(-50%,-50%)}.hud .crosshair:before,.hud .crosshair:after{content:"";position:absolute;background:#fff;box-shadow:0 0 2px #000}.hud .crosshair:before{left:8px;top:0;width:2px;height:18px}.hud .crosshair:after{top:8px;left:0;width:18px;height:2px}.hud .hitmarker{position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%) rotate(45deg);opacity:0;transition:opacity .25s}.hud .hitmarker:before,.hud .hitmarker:after{content:"";position:absolute;background:var(--danger)}.hud .hitmarker:before{left:14px;top:0;width:2px;height:30px}.hud .hitmarker:after{top:14px;left:0;width:30px;height:2px}.hud .hitmarker.show{opacity:1;transition:none}.hud .hitmarker.head{width:40px;height:40px}.hud .hitmarker.head:before,.hud .hitmarker.head:after{background:var(--accent2);box-shadow:0 0 6px var(--accent2)}.hud .hitmarker.head:before{left:18px;width:4px;height:40px}.hud .hitmarker.head:after{top:18px;width:40px;height:4px}.hud .charge{position:absolute;left:50%;top:calc(50% + 22px);width:60px;height:5px;transform:translate(-50%);background:#0000008c;border:1px solid var(--border);border-radius:3px;overflow:hidden}.hud .charge .fill{height:100%;width:0;background:var(--text)}.hud .charge.ready .fill{background:var(--accent2);box-shadow:0 0 6px var(--accent2)}.hud .charge.hidden{display:none}.hud .top{position:absolute;top:12px;left:50%;transform:translate(-50%);text-align:center}.hud .timer{font-size:30px;font-weight:700;text-shadow:0 2px 4px #000;font-variant-numeric:tabular-nums}.hud .timer.low{color:var(--danger)}.hud .roomname{color:var(--muted);font-size:12px;text-shadow:0 1px 2px #000}.hud .stats{position:absolute;left:14px;bottom:14px;font-size:16px;text-shadow:0 1px 3px #000}.hud .health{position:absolute;left:14px;bottom:44px;display:flex;align-items:center;gap:8px}.hud .health .bar{width:180px;height:12px;background:#0000008c;border:1px solid var(--border);border-radius:3px;overflow:hidden}.hud .health .fill{height:100%;width:100%;background:var(--accent);transition:width .15s ease-out,background .15s}.hud .health .hp{font-size:18px;font-weight:700;min-width:2.2em;text-shadow:0 1px 3px #000;font-variant-numeric:tabular-nums}.hud .health.low .fill{background:var(--danger)}.hud .health.low .hp{color:var(--danger)}.hud .weapon{position:absolute;right:14px;bottom:14px;text-align:right;text-shadow:0 1px 3px #000}.hud .weapon .name{font-size:20px;font-weight:700}.hud .weapon .hint{color:var(--muted);font-size:12px}.hud .weapon .label{font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;min-height:1.1em}.hud .weapon .label.special{color:var(--accent2);text-shadow:0 0 8px var(--accent2),0 1px 3px #000}.hud .toast{position:absolute;left:50%;bottom:20%;transform:translate(-50%);padding:6px 14px;background:#0009;border:1px solid var(--accent2);border-radius:4px;color:var(--accent2);font-weight:700;letter-spacing:1px;text-shadow:0 1px 3px #000;pointer-events:none;animation:toast-pop .25s ease-out}.hud .toast.hidden{display:none}@keyframes toast-pop{0%{transform:translate(-50%) scale(.8);opacity:0}to{transform:translate(-50%) scale(1);opacity:1}}.hud .weapon .ammo{font-size:16px;font-weight:700;font-variant-numeric:tabular-nums}.hud .weapon .ammo.low{color:var(--danger)}.hud .weapon .ammo.reloading{color:var(--muted);font-weight:400}.hud .weapon .ammo.hidden{display:none}.hud .shield{position:absolute;left:14px;bottom:68px;font-size:13px;color:var(--accent2);text-shadow:0 1px 3px #000;animation:shield-pulse .9s ease-in-out infinite alternate}.hud .shield.hidden{display:none}@keyframes shield-pulse{0%{opacity:.55}to{opacity:1}}.hud .ping{position:absolute;right:14px;top:12px;color:var(--muted);font-size:12px;text-shadow:0 1px 2px #000}.hud .feed{position:absolute;right:14px;top:34px;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.hud .feed div{background:#00000073;padding:4px 8px;border-radius:4px;font-size:13px}.hud .feed div.good{background:#7ac94359}.hud .feed div.bad{background:#e0404073}.hud .feed div{display:flex;align-items:center;gap:6px}.hud .feed .icons{display:inline-flex;gap:2px}.hud .feed .badge{display:inline-flex;align-items:center;gap:2px;margin-left:4px;padding-left:6px;border-left:1px solid rgba(255,255,255,.25)}.icon{display:inline-block;width:1.25em;height:1.25em;vertical-align:-.28em;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}.icon.red{color:var(--danger)}.badge .cap{font-size:.85em;font-weight:700;font-variant-numeric:tabular-nums}.hud .weapon .name .icon{width:42px;height:42px;vertical-align:middle}.hud .announce{position:absolute;left:50%;top:24%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:6px;text-shadow:0 2px 6px #000;pointer-events:none}.hud .announce .big{display:flex;flex-direction:column;align-items:center;color:var(--accent2);font-size:22px;font-weight:900;letter-spacing:2px}.hud .announce .big .icon{width:56px;height:56px;margin:0 -2px}.hud .announce .big .cap{font-size:30px;margin-left:8px}.hud .announce .big .label{font-size:13px;font-weight:800;letter-spacing:3px;color:var(--text);opacity:.85}.hud .announce .sub{display:inline-flex;align-items:center;gap:4px;margin:0 8px;font-size:16px;font-weight:700;color:var(--text)}.hud .announce .sub .icon{width:28px;height:28px}.hud .announce.pop{animation:announce-pop .35s cubic-bezier(.2,1.4,.4,1)}@keyframes announce-pop{0%{transform:translate(-50%,-50%) scale(.5);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.hud .center-msg .by{display:flex;align-items:center;justify-content:center;gap:6px}.hud .center-msg .by .icons{display:inline-flex;gap:2px}.hud .center-msg .tags{display:flex;justify-content:center;gap:12px;margin-top:4px;font-size:16px;color:var(--accent2)}.hud .center-msg .tags .badge{display:inline-flex;align-items:center;gap:3px}.hud .center-msg{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);text-align:center;font-size:22px;text-shadow:0 2px 4px #000}.hud .center-msg .big{font-size:40px;font-weight:800;color:var(--danger)}.hud .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;pointer-events:auto;cursor:pointer}.hud .overlay h2{margin:0;font-size:28px}.hud .overlay p{margin:0;color:var(--muted)}.hud .scoreboard{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:14px 18px;min-width:360px}.hud .scoreboard table,.results table{width:100%;border-collapse:collapse}.hud .scoreboard th,.hud .scoreboard td,.results th,.results td{padding:6px 10px;text-align:left;border-bottom:1px solid var(--border)}.hud .scoreboard th,.results th{color:var(--muted);font-weight:500;font-size:13px}.hud .scoreboard tr.me td,.results tr.me td{color:var(--accent);font-weight:600}.hud .scoreboard tr.dead td{opacity:.4}.hud .scoreboard td.empty{color:var(--muted);text-align:center}.hidden{display:none!important}.dmg-flash{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .4s ease-out;background:radial-gradient(ellipse at center,#f000 45%,#c800008c 75%,#780000f2)}.dmg-flash.show{transition:opacity .03s}.hud .dmg-numbers{position:absolute;left:100%;bottom:0;margin-left:10px;pointer-events:none}.hud .dmg-number{position:absolute;left:0;bottom:0;color:var(--danger);font-size:20px;font-weight:800;white-space:nowrap;text-shadow:0 1px 3px #000,0 0 6px rgba(255,0,0,.6);animation:dmg-float .8s ease-out forwards}.hud .dmg-number.big{font-size:28px}@keyframes dmg-float{0%{opacity:1;transform:translateY(0) scale(1.25)}20%{transform:translateY(-6px) scale(1)}to{opacity:0;transform:translateY(-34px) scale(1)}}.results{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0009}.results .card{width:min(560px,94vw);background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:24px}.results h1{margin:0 0 4px}.results .sub{color:var(--muted);margin-bottom:14px}.results .actions{margin-top:16px;display:flex;gap:10px;align-items:center}.results .medal{width:30px;display:inline-block}.results.ctf .card{width:min(880px,94vw)}.results h1.victory{color:#2ecc71;text-shadow:0 0 12px rgba(46,204,113,.45)}.results h1.defeat{color:var(--team-red);text-shadow:0 0 12px rgba(231,76,60,.45)}.results h1.draw{color:var(--muted)}.results .sub .side-score{color:var(--team);font-weight:700}.results .teams{display:flex;gap:14px;align-items:flex-start}.results .teams .side{flex:1 1 0;min-width:0;border:1px solid var(--team);border-radius:8px;padding:10px 12px;opacity:.85}.results .teams .side.won{opacity:1;box-shadow:0 0 0 1px var(--team),0 0 18px #00000059;background:color-mix(in srgb,var(--team) 10%,transparent)}.results .teams .teamhead{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;color:var(--team);font-weight:800;font-size:18px}.results .teams .teamhead .score{font-size:26px}.results .teams td.empty{color:var(--muted);text-align:center}@media (max-width: 640px){.results .teams{flex-direction:column}.results .teams .side{width:100%}}:root{--team-red: #e74c3c;--team-blue: #3498db}.t-red{--team: var(--team-red)}.t-blue{--team: var(--team-blue)}.lobby .field.captures.hidden{display:none}.lobby td.actions{white-space:nowrap}.lobby td.actions button.join+button.join{margin-left:4px}.lobby button.join.team{border-color:var(--team);color:var(--team)}.lobby button.join.team:hover:not(:disabled){background:var(--team);color:#fff;border-color:var(--team)}.lobby .teams{display:block;font-size:12px;color:var(--muted);margin-top:2px}.hud .ctfbar{display:flex;justify-content:center;align-items:baseline;gap:10px;margin-top:4px;font-size:18px;font-weight:800;text-shadow:0 1px 3px #000}.hud .ctfbar.hidden{display:none}.hud .ctfbar .side{color:var(--team)}.hud .ctfbar .limit{color:var(--muted);font-size:12px;font-weight:500}.hud .overlay .teams{display:flex;gap:10px;margin:8px 0 14px}.hud .overlay .teams.hidden{display:none}.hud .overlay .teams button.team{border-color:var(--team);color:var(--team);min-width:110px}.hud .overlay .teams button.team.mine{background:var(--team);color:#fff}.hud .overlay .teams button.team:not(:disabled):hover{background:var(--team);color:#fff}.hud .carry{position:absolute;left:50%;top:88px;transform:translate(-50%);padding:6px 14px;border-radius:4px;background:#0009;border:1px solid var(--team);color:var(--team);font-weight:700;text-shadow:0 1px 3px #000;pointer-events:none;animation:shield-pulse .9s ease-in-out infinite alternate}.hud .carry.hidden{display:none}.hud .feed .text{white-space:nowrap}.hud .scoreboard.ctf{min-width:0;width:min(880px,94vw)}.hud .scoreboard .sides{display:flex;gap:14px;align-items:flex-start}.hud .scoreboard .side{flex:1 1 0;min-width:0;border:1px solid var(--team);border-radius:8px;padding:8px 10px;background:color-mix(in srgb,var(--team) 8%,transparent)}.hud .scoreboard .side .teamhead{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px;color:var(--team);font-weight:800;font-size:18px}.hud .scoreboard .side .teamhead .score{font-size:24px}.hud .scoreboard .side td:nth-child(2){color:var(--team)}.hud .scoreboard .side tr.me td:nth-child(2){color:var(--accent)}
