@import"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#000;font-family:Share Tech Mono,Courier New,monospace;color:#ccc}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,rgba(0,0,0,.12) 0px,rgba(0,0,0,.12) 1px,transparent 1px,transparent 3px);pointer-events:none;z-index:9999}#top-bar{position:fixed;top:0;left:0;right:0;height:36px;background:#000000eb;border-bottom:1px solid #222;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:1000;font-size:11px}#back-btn{color:#666;text-decoration:none;transition:color .2s}#back-btn:hover{color:#0f0}#title{color:#888;letter-spacing:2px}#cam-count{color:#555}#source-filters{display:flex;gap:4px;align-items:center;flex-wrap:nowrap}.src-btn{background:transparent;border:1px solid var(--src-color, #333);color:var(--src-color, #666);font-family:Share Tech Mono,monospace;font-size:9px;padding:2px 6px;cursor:pointer;transition:opacity .2s,background .2s;white-space:nowrap}.src-btn:hover{background:#ffffff0f}.src-btn.off{opacity:.2;background:transparent!important}#map{position:fixed;top:36px;left:0;right:0;bottom:24px;z-index:1}.leaflet-tile-pane{filter:invert(1) hue-rotate(180deg) brightness(.6) contrast(1.3) saturate(.3)}.leaflet-control-zoom a{background:#111!important;color:#666!important;border-color:#333!important}.leaflet-control-zoom a:hover{color:#0f0!important}.leaflet-control-attribution{background:#000000b3!important;color:#444!important;font-size:9px!important}.leaflet-control-attribution a{color:#555!important}.cam-marker-custom{cursor:pointer;transition:transform .2s}.cam-marker-custom:hover{transform:scale(1.6)}.cam-marker-custom div{transition:box-shadow .2s}.cam-marker-custom:hover div{box-shadow:0 0 12px currentColor!important}.cam-marker-live{cursor:pointer;transition:transform .2s;filter:drop-shadow(0 0 4px rgba(0,255,0,.5))}.cam-marker-live:hover{transform:scale(1.5);filter:drop-shadow(0 0 8px rgba(0,255,0,.8))}.cam-marker-live .live-blink{animation:live-blink 1.2s ease-in-out infinite}@keyframes live-blink{0%,to{opacity:1}50%{opacity:.2}}.marker-cluster{background:#002814b3!important;border:1px solid #0a8!important}.marker-cluster div{background:#003c1ee6!important;color:#0f0!important;font-family:Share Tech Mono,monospace!important;font-size:11px!important}.marker-cluster-small{background:#00281499!important}.marker-cluster-medium{background:#003219b3!important}.marker-cluster-large{background:#003c1ecc!important}.cam-popup{font-family:Share Tech Mono,monospace;font-size:11px;max-width:280px}.cam-popup-title{color:#0f0;font-size:12px;margin-bottom:6px;border-bottom:1px solid #333;padding-bottom:4px}.cam-popup-list{list-style:none;max-height:200px;overflow-y:auto}.cam-popup-item{padding:4px 6px;margin:2px 0;background:#001e0f80;border:1px solid #1a3a2a;cursor:pointer;color:#aaa;transition:color .2s,border-color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cam-popup-item:hover{color:#0f0;border-color:#0f0}.cam-popup-item .cam-status{display:inline-block;width:6px;height:6px;border-radius:50%;background:#0a8;margin-right:6px}.leaflet-popup-content-wrapper{background:#0a0a0af2!important;border:1px solid #333!important;border-radius:2px!important;color:#ccc!important}.leaflet-popup-tip{background:#0a0a0af2!important;border:1px solid #333!important}.leaflet-popup-close-button{color:#666!important}.leaflet-popup-close-button:hover{color:#0f0!important}#viewer{position:fixed;top:36px;right:0;width:50%;bottom:24px;background:#050505f7;border-left:1px solid #333;z-index:500;display:flex;flex-direction:column;transition:transform .3s ease}#viewer.hidden{transform:translate(100%);pointer-events:none}#viewer-header{height:32px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#000c;border-bottom:1px solid #222;font-size:11px;color:#888;flex-shrink:0}#viewer-close{background:none;border:1px solid #333;color:#666;font-size:16px;cursor:pointer;padding:0 8px;line-height:22px;font-family:Share Tech Mono,monospace}#viewer-close:hover{color:#f44;border-color:#f44}#viewer-content{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}#viewer-content iframe{width:100%;height:100%;border:none}#viewer-content img{max-width:100%;max-height:100%;object-fit:contain}#viewer-content .no-feed{color:#555;font-size:12px;text-align:center;padding:20px}#status-bar{position:fixed;bottom:0;left:0;right:0;height:24px;background:#000000eb;border-top:1px solid #222;display:flex;align-items:center;padding:0 16px;z-index:1000;font-size:10px;color:#444}#chat-btn{background:transparent;border:1px solid #333;color:#555;font-family:Share Tech Mono,monospace;font-size:10px;padding:2px 10px;cursor:pointer;transition:all .2s;white-space:nowrap}#chat-btn:hover{border-color:#0f0;color:#0f0}#chat-btn.active{border-color:#0f0;color:#0f0;background:#00ff0012}#username-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:2000;display:flex;align-items:center;justify-content:center}#username-modal.hidden{display:none}#username-box{background:#050505;border:1px solid #0f0;padding:28px 36px;min-width:320px;box-shadow:0 0 60px #00ff0014}#username-title{color:#0f0;font-size:13px;letter-spacing:3px;margin-bottom:4px}#username-subtitle{color:#333;font-size:9px;letter-spacing:2px;margin-bottom:22px}#username-input{width:100%;background:#0a0a0a;border:1px solid #2a2a2a;color:#0f0;font-family:Share Tech Mono,monospace;font-size:13px;padding:8px 10px;outline:none;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;display:block}#username-input:focus{border-color:#0f0}#username-submit{width:100%;background:#00ff000d;border:1px solid #0f0;color:#0f0;font-family:Share Tech Mono,monospace;font-size:11px;padding:8px;cursor:pointer;letter-spacing:2px;transition:background .2s}#username-submit:hover{background:#00ff0021}#username-error{color:#f44;font-size:10px;margin-top:10px;min-height:14px}#chat-panel{position:fixed;bottom:24px;left:0;right:0;height:280px;background:#040404f7;border-top:1px solid #1c1c1c;z-index:300;display:flex;flex-direction:column;transition:transform .25s ease}#chat-panel.hidden{transform:translateY(100%);pointer-events:none}body.chat-open #map,body.chat-open #viewer{bottom:304px}#chat-header{height:28px;display:flex;align-items:center;padding:0 12px;gap:10px;background:#0009;border-bottom:1px solid #1a1a1a;flex-shrink:0}#chat-title{color:#0f0;font-size:10px;letter-spacing:2px;flex:1}#chat-online{color:#444;font-size:9px}#chat-close{background:none;border:1px solid #2a2a2a;color:#555;font-size:14px;cursor:pointer;padding:0 6px;line-height:18px;font-family:Share Tech Mono,monospace}#chat-close:hover{color:#f44;border-color:#f44}#chat-messages{flex:1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:2px}.chat-msg{font-size:11px;line-height:1.5;display:flex;gap:8px;align-items:baseline}.chat-time{color:#2a2a2a;flex-shrink:0;font-size:10px}.chat-user{color:#0a8;flex-shrink:0}.chat-user.self{color:#0f0}.chat-text{color:#999;word-break:break-word;min-width:0}.chat-msg.system .chat-text{color:#333}#chat-input-row{height:36px;display:flex;align-items:center;padding:0 12px;gap:8px;border-top:1px solid #1a1a1a;flex-shrink:0}#chat-username-tag{color:#0a8;font-size:10px;flex-shrink:0}#chat-input{flex:1;background:transparent;border:none;border-bottom:1px solid #1e1e1e;color:#ccc;font-family:Share Tech Mono,monospace;font-size:11px;padding:4px 0;outline:none}#chat-input:focus{border-bottom-color:#0f0}#chat-send{background:transparent;border:1px solid #2a2a2a;color:#444;font-family:Share Tech Mono,monospace;font-size:10px;padding:3px 10px;cursor:pointer;transition:all .2s;flex-shrink:0}#chat-send:hover{border-color:#0f0;color:#0f0}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333}::-webkit-scrollbar-thumb:hover{background:#0a8}
