@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Share+Tech+Mono&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}canvas{display:block}:root{--cyan: #00e5ff;--cyan-dim: rgba(0, 229, 255, .55);--cyan-glow: rgba(0, 229, 255, .15);--cyan-bg: rgba(0, 229, 255, .07);--green: #00ff88;--green-dim: rgba(0, 255, 136, .5);--orange: #ff9500;--red: #ff4444;--bg-panel: rgba(0, 8, 22, .82);--bg-bar: rgba(0, 6, 18, .9);--font-mono: "Share Tech Mono", monospace;--font-hud: "Rajdhani", "Share Tech Mono", sans-serif}#hud{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:50;font-family:var(--font-hud);-webkit-user-select:none;user-select:none}.hud-icon{display:inline-block;width:13px;height:13px;vertical-align:middle;margin-bottom:1px;opacity:.9;filter:invert(1) brightness(1.5)}.hud-icon-arrival{display:block;width:48px;height:48px;filter:invert(1) brightness(1.4) sepia(1) saturate(4) hue-rotate(90deg) drop-shadow(0 0 10px rgba(0,255,136,.6))}.icon-cyan{filter:invert(80%) sepia(80%) saturate(400%) hue-rotate(150deg) brightness(1.2)}.icon-green{filter:invert(80%) sepia(80%) saturate(600%) hue-rotate(100deg) brightness(1.1)}#hud-bar{position:relative;display:flex;align-items:stretch;height:54px;background:var(--bg-bar);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--cyan-dim);box-shadow:0 2px 24px #000000b3,0 1px #00e5ff14 inset}#hud-bar:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:120px;height:4px;background:repeating-linear-gradient(90deg,var(--cyan-dim) 0px,var(--cyan-dim) 3px,transparent 3px,transparent 7px)}#hud-bar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,229,255,.015) 3px,rgba(0,229,255,.015) 4px);pointer-events:none}#hud-left{display:flex;align-items:stretch;flex-shrink:0}#hud-center{display:flex;align-items:center;justify-content:center;gap:0;flex:1;padding:0 24px}#hud-right{display:flex;align-items:center;padding:0 16px;gap:10px;flex-shrink:0;border-left:1px solid rgba(0,229,255,.18)}.hud-module{display:flex;flex-direction:column;justify-content:center;padding:0 20px;border-right:1px solid rgba(0,229,255,.18);min-width:130px;position:relative;gap:1px}.hud-module:first-child{border-left:none}.module-label{font-family:var(--font-mono);font-size:9px;letter-spacing:1.8px;color:#00e5ff80;text-transform:uppercase;line-height:1}.module-value{font-family:var(--font-hud);font-size:16px;font-weight:700;letter-spacing:1.5px;color:var(--cyan);text-transform:uppercase;line-height:1.2;display:flex;align-items:center;gap:6px;text-shadow:0 0 10px rgba(0,229,255,.4)}.module-value img{width:15px;height:15px;filter:invert(80%) sepia(80%) saturate(400%) hue-rotate(150deg) brightness(1.3);opacity:.9}.module-value.status-arrived{color:var(--green);text-shadow:0 0 10px rgba(0,255,136,.4)}.module-value.status-arrived img{filter:invert(70%) sepia(80%) saturate(500%) hue-rotate(100deg) brightness(1.1)}.module-value.status-onpath{color:var(--green);text-shadow:0 0 10px rgba(0,255,136,.3)}.module-value.status-onpath img{filter:invert(70%) sepia(80%) saturate(500%) hue-rotate(100deg) brightness(1.1)}.module-value.status-warning{color:var(--orange);text-shadow:0 0 10px rgba(255,149,0,.4)}.module-value.status-warning img{filter:invert(70%) sepia(80%) saturate(600%) hue-rotate(20deg) brightness(1.1)}.module-value.status-reset{color:var(--red);text-shadow:0 0 10px rgba(255,68,68,.4);animation:pulse-reset .5s ease-in-out infinite alternate}.module-value.manual-mode{color:var(--orange);text-shadow:0 0 10px rgba(255,149,0,.4)}.module-value.manual-mode img{filter:invert(70%) sepia(80%) saturate(600%) hue-rotate(20deg) brightness(1.1)}@keyframes pulse-reset{0%{opacity:.6}to{opacity:1}}.telemetry-block{display:flex;align-items:center;gap:20px;padding:0 24px;border-left:1px solid rgba(0,229,255,.15);border-right:1px solid rgba(0,229,255,.15)}.telemetry-block span{font-family:var(--font-hud);font-size:18px;font-weight:600;letter-spacing:2px;color:#dcf5ffeb;font-variant-numeric:tabular-nums;text-shadow:0 0 8px rgba(0,229,255,.2)}.telemetry-sep{color:#00e5ff59!important;font-weight:300!important;font-size:16px!important}#fps-counter{font-family:var(--font-mono);font-size:11px;letter-spacing:1px;color:#00e5ffa6;font-variant-numeric:tabular-nums;white-space:nowrap}.fps-bars{display:flex;align-items:flex-end;gap:2px;height:14px}.fps-bar{width:4px;background:var(--cyan-dim);border-radius:1px}.fps-bar:nth-child(1){height:4px}.fps-bar:nth-child(2){height:7px}.fps-bar:nth-child(3){height:10px}.fps-bar:nth-child(4){height:14px}.hud-panel{position:fixed;z-index:50;pointer-events:none;background:var(--bg-panel);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(0,229,255,.28);padding:14px 18px;min-width:210px}.hud-panel:before,.hud-panel:after{content:"";position:absolute;width:10px;height:10px;border-color:var(--cyan);border-style:solid}.hud-panel:before{top:-1px;left:-1px;border-width:2px 0 0 2px}.hud-panel:after{bottom:-1px;right:-1px;border-width:0 2px 2px 0}.hud-panel{box-shadow:inset calc(100% - 10px) 0 0 0 transparent,0 4px 32px #0009,0 0 0 0 transparent;outline:none}.panel-header{font-family:var(--font-mono);font-size:10px;letter-spacing:2.5px;color:var(--cyan-dim);text-transform:uppercase;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(0,229,255,.15)}#nav-controls-panel{bottom:24px;left:20px}.ctrl-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;line-height:1}.ctrl-row:last-child{margin-bottom:0}.ctrl-icon{width:20px;height:20px;flex-shrink:0;filter:invert(80%) sepia(80%) saturate(400%) hue-rotate(150deg) brightness(1.1);opacity:.75}.ctrl-key{font-family:var(--font-mono);font-size:10px;color:var(--cyan);letter-spacing:.5px;min-width:80px;flex-shrink:0}.ctrl-desc{font-family:var(--font-hud);font-size:13px;font-weight:500;color:#c8e6ffa6;letter-spacing:.3px}#mission-panel{bottom:24px;left:50%;transform:translate(-50%);min-width:220px;text-align:center}.mission-drone-icon{display:block;width:36px;height:36px;margin:0 auto 10px;filter:invert(80%) sepia(80%) saturate(400%) hue-rotate(150deg) brightness(1.3) drop-shadow(0 0 6px rgba(0,229,255,.5))}.mission-title{font-family:var(--font-mono);font-size:9px;letter-spacing:2.5px;color:#00e5ff80;text-transform:uppercase;margin-bottom:10px}.mission-stats{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.mission-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.mission-key{font-family:var(--font-hud);font-size:14px;font-weight:700;letter-spacing:1.5px;color:#c8e6ffbf}.mission-val{font-family:var(--font-mono);font-size:15px;color:var(--cyan);font-variant-numeric:tabular-nums;text-shadow:0 0 8px rgba(0,229,255,.4)}.mission-route{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:10px;border-top:1px solid rgba(0,229,255,.15);font-family:var(--font-mono);font-size:10px;letter-spacing:1.5px;color:#c8e6ff80}.route-status-text{font-weight:700;letter-spacing:2px;text-transform:uppercase}.route-status-text.active{color:var(--green);text-shadow:0 0 8px rgba(0,255,136,.4)}.route-status-text.idle{color:#c8e6ff73}.route-status-text.warning{color:var(--orange)}.route-dot{width:7px;height:7px;border-radius:50%;border:1.5px solid var(--green);background:#0f83;box-shadow:0 0 6px #0f86;flex-shrink:0}.route-dot.idle{border-color:#c8e6ff4d;background:transparent;box-shadow:none}.route-dot.warning{border-color:var(--orange);background:#ff950026;box-shadow:0 0 6px #ff95004d}#cam-controls-panel{bottom:24px;right:20px;min-width:230px}#arrival-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);z-index:100;display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 60px;background:#000a18eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1.5px solid rgba(0,255,136,.45);border-radius:4px;opacity:0;pointer-events:none;transition:opacity .45s ease,transform .45s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 60px #00ff881f,0 0 120px #00e5ff0f}#arrival-popup.show{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto}#arrival-icon{display:flex;align-items:center;justify-content:center;width:54px;height:54px;background:#00ff8812;border-radius:50%;border:1.5px solid rgba(0,255,136,.3);box-shadow:0 0 20px #0f83}#arrival-text{font-family:var(--font-hud);font-size:22px;font-weight:700;letter-spacing:3px;color:var(--green);text-shadow:0 0 20px rgba(0,255,136,.35)}#arrival-sub{font-family:var(--font-mono);font-size:11px;color:#00ff8880;letter-spacing:1px}#waypoint-info,#controls-guide{display:none}#pathfinding-hud{display:none!important}
