:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: #f5f7fa;--bg-secondary: #ffffff;--bg-tertiary: #f6f8fa;--bg-hover: #f3f4f6;--text-primary: #24292e;--text-secondary: #586069;--border-color: #e1e4e8;--border-color-dark: #d1d5da;--link-color: #0366d6;--link-hover: #0256c2;--error-bg: #ffeef0;--error-text: #cb2431;--error-border: #ffa8ab}body.dark-mode{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #21262d;--bg-hover: #30363d;--text-primary: #c9d1d9;--text-secondary: #8b949e;--border-color: #30363d;--border-color-dark: #484f58;--link-color: #58a6ff;--link-hover: #79c0ff;--error-bg: #3d1119;--error-text: #f85149;--error-border: #7a2129}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-primary);background:var(--bg-primary)}a{color:var(--link-color);text-decoration:inherit}a:hover{text-decoration:underline;color:var(--link-hover)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-primary)}.app-header{background:var(--bg-secondary);padding:1.5rem 2rem;box-shadow:0 1px 3px #0000001a;text-align:center;border-bottom:1px solid var(--border-color)}.app-header h1{margin:0;font-size:2rem;color:var(--text-primary);font-weight:600}.subtitle{margin:.5rem 0 0;color:var(--text-secondary);font-size:1rem}.app-nav{background:var(--bg-secondary);padding:.75rem 2rem;display:flex;gap:.5rem;justify-content:center;border-bottom:1px solid var(--border-color)}.app-nav button{padding:.5rem 1rem;border:1px solid var(--border-color);background:var(--bg-tertiary);border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--text-primary);transition:all .2s ease}.app-nav button:hover{background:var(--bg-hover);border-color:var(--border-color-dark)}.app-nav button.active{background:#0366d6;color:#fff;border-color:#0366d6}.app-content{flex:1;padding:2rem;overflow-y:auto}.map-view{display:flex;flex-direction:column;gap:1rem;flex:1}.map-controls{background:var(--bg-secondary);padding:1rem;border-radius:6px;border:1px solid var(--border-color)}.map-container{flex:1;min-height:500px;background:var(--bg-secondary);border-radius:6px;overflow:visible;border:1px solid var(--border-color)}.mesh-map-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.mesh-map-wrapper{width:100%;border-radius:6px;overflow:hidden;border:1px solid var(--border-color)}.map-legend{background:var(--bg-secondary);padding:1rem;border-radius:6px;border:1px solid var(--border-color);display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.map-legend h4{margin:0;font-size:.9rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.legend-items{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.legend-color{width:16px;height:16px;border-radius:50%;border:2px solid white;box-shadow:0 1px 3px #0000004d}.filters{margin-bottom:1rem}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filters h3{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.collapse-toggle{background:none;border:none;cursor:pointer;font-size:1.2rem;color:var(--text-secondary);padding:.25rem .5rem}.collapse-toggle:hover{color:var(--text-primary)}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.filter-group.hidden{display:none}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:500;font-size:.85rem;color:var(--text-primary)}.filter-group input,.filter-group select{padding:.5rem;border:1px solid var(--border-color-dark);border-radius:6px;font-size:.9rem;background:var(--bg-secondary);color:var(--text-primary)}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#0366d6;box-shadow:0 0 0 3px #0366d61a}.filter-actions{display:flex;gap:.75rem;justify-content:flex-start}.btn-primary,.btn-secondary{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.btn-primary{background:#0366d6;color:#fff}.btn-primary:hover{background:#0256c2}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color-dark)}.btn-secondary:hover{background:var(--bg-hover)}.stats-dashboard{background:var(--bg-secondary);padding:2rem;border-radius:6px;border:1px solid var(--border-color)}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.stats-header .channel-selector{display:flex;align-items:center;gap:.5rem}.loading-indicator{font-size:.85rem;color:var(--text-secondary);font-style:italic}.stats-dashboard h2{margin:0;font-size:1.5rem;color:var(--text-primary);font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.stat-card{background:var(--bg-tertiary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.stat-card-wide{grid-column:span 2}.stat-card-four-wide{grid-column:span 4}.gateways-table-container{overflow-x:auto}.gateways-list-table{width:100%;border-collapse:collapse;table-layout:fixed}.gateways-list-table thead{background:var(--bg-secondary)}.gateways-list-table th{padding:.75rem;text-align:left;font-weight:600;color:var(--text-secondary);border-bottom:2px solid var(--border-color);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.gateways-list-table td{padding:.75rem;border-bottom:1px solid var(--border-color)}.gateways-list-table tbody tr:hover{background:var(--bg-secondary)}.rank-col{width:30px;text-align:left;color:var(--text-secondary);font-weight:600}.name-col{width:52%;min-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-col{width:25%;color:var(--text-secondary);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.count-col{width:15%;text-align:right;font-weight:600;color:var(--link-color);font-family:Consolas,Monaco,monospace}.relays-table-container{overflow-x:auto;margin-top:1rem}.relays-list-table{width:100%;border-collapse:collapse;table-layout:auto}.relays-list-table thead{background:var(--bg-secondary)}.relays-list-table th{padding:.75rem;text-align:left;font-weight:600;color:var(--text-secondary);border-bottom:2px solid var(--border-color);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.relays-list-table td{padding:.75rem;border-bottom:1px solid var(--border-color)}.relays-list-table tbody tr:hover{background:var(--bg-secondary)}.byte-col{width:100px;font-family:Consolas,Monaco,monospace;font-weight:600;color:var(--text-primary)}.byte-col code{background:var(--bg-secondary);padding:.2rem .4rem;border-radius:3px;font-size:.9rem}.potential-nodes-col{width:auto;min-width:300px}.potential-nodes-list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.potential-node-item{display:inline-flex;align-items:center}.node-separator{color:var(--text-secondary);font-style:italic;margin:0 .25rem}.more-nodes{color:var(--text-secondary);font-size:.9em;font-style:italic;white-space:nowrap}.no-matches{color:var(--text-secondary);font-style:italic}.gateways-grid{display:flex;flex-direction:column}.stat-card h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text-primary);font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #0366d6}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.stat-item:last-child{border-bottom:none}.stat-label{font-weight:500;color:var(--text-secondary);font-size:.9rem}.stat-value{font-weight:600;color:var(--link-color);font-size:1rem}.gateway-model{color:var(--text-tertiary);font-size:.8rem;font-weight:400}.stat-loading{color:var(--text-secondary);font-style:italic;padding:.5rem 0}.nodes-list{background:var(--bg-secondary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.nodes-list h3{margin:0 0 1rem;font-size:1.3rem;font-weight:600;color:var(--text-primary)}.nodes-table-container{overflow-x:auto}.nodes-table{width:100%;border-collapse:collapse;font-size:.85rem}.nodes-table th{background:var(--bg-tertiary);color:var(--text-primary);padding:.75rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border-color);position:sticky;top:0;z-index:10}.nodes-table td{padding:.75rem;border-bottom:1px solid var(--border-color)}.nodes-table tbody tr:hover{background:var(--bg-tertiary)}.node-id{font-family:SF Mono,Monaco,Consolas,monospace;font-weight:600;color:var(--link-color)}.node-id-link{background:none;border:none;color:var(--link-color);cursor:pointer;text-decoration:underline;font-family:SF Mono,Monaco,Consolas,monospace;font-weight:600;padding:0;font-size:.85rem}.node-name{font-weight:500}.node-update{color:var(--text-secondary);font-size:.8rem}.role-badge{display:inline-block;padding:.25rem .5rem;border-radius:3px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-router{background:#fee;color:#c00}.role-router_client{background:#fed;color:#c60}.role-client{background:#eef;color:#00c}.role-client_base{background:#efe;color:#0a0}.role-repeater{background:#fee;color:#c0c}.has-location{color:#28a745;font-weight:700}.no-location{color:#cb2431;font-weight:700}.loading{text-align:center;padding:3rem;font-size:1rem;color:var(--text-secondary)}.error{background:var(--error-bg);color:var(--error-text);padding:1rem;border-radius:6px;margin:1rem 0;text-align:center;border:1px solid var(--error-border)}.error-banner{background:var(--error-bg);color:var(--error-text);padding:1rem;border-radius:6px;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--error-border)}.error-banner button{padding:.5rem 1rem;background:#cb2431;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem}.error-banner button:hover{background:#b01c28}.app-footer{background:var(--bg-secondary);padding:1rem 2rem;text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-color);font-size:.85rem}.app-footer p{margin:0}.app-footer a{color:var(--link-color);text-decoration:none;font-weight:500}.app-footer a:hover{text-decoration:underline}.chat-view{background:var(--bg-secondary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color);max-width:1400px;margin:0 auto}.chat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.chat-header h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary)}.chat-controls{display:flex;align-items:center;gap:1.5rem}.channel-selector{display:flex;align-items:center;gap:.5rem}.channel-selector label{font-weight:500;font-size:.9rem;color:var(--text-primary)}.channel-selector select{padding:.5rem;border:1px solid var(--border-color-dark);border-radius:6px;font-size:.9rem;background:var(--bg-secondary);color:var(--text-primary)}.autoscroll-control{display:flex;align-items:center}.autoscroll-control label{display:flex;align-items:center;font-size:.9rem;font-weight:500;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none}.autoscroll-control input[type=checkbox]{margin-right:.25rem;cursor:pointer}.chat-messages{display:flex;flex-direction:column;gap:1rem;max-height:600px;overflow-y:auto}.chat-message{background:var(--bg-tertiary);padding:1rem;border-radius:6px;border:1px solid var(--border-color)}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.message-from{font-weight:600;color:var(--link-color);font-size:.9rem}.message-time{font-size:.8rem;color:var(--text-secondary)}.message-body{color:var(--text-primary);line-height:1.5;margin:.5rem 0}.message-to{font-size:.8rem;color:var(--text-secondary);font-style:italic;margin-top:.5rem}.no-messages{text-align:center;padding:3rem;color:var(--text-secondary);font-style:italic}.recent-packets{background:var(--bg-secondary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color);max-width:1400px;margin:0 auto}.recent-packets-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color);flex-wrap:wrap;gap:1rem}.recent-packets-header h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary)}.filter-info{display:flex;gap:1rem;font-size:.9rem;color:var(--text-secondary)}.filter-info span{padding:.25rem .75rem;background:var(--bg-tertiary);border-radius:4px}.node-detail{background:var(--bg-secondary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.node-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.node-detail-header h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary)}.node-detail-content{display:flex;flex-direction:column;gap:1.5rem}.node-info-card,.node-map-card,.node-packets-card{background:var(--bg-tertiary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.node-map-card{display:flex;flex-direction:column}.node-packets-card{margin-top:1rem}.node-info-card h3,.node-map-card h3,.node-packets-card h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--text-primary);padding-bottom:.5rem;border-bottom:2px solid #0366d6}.node-packets-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.node-packets-header h3{margin:0;padding-bottom:0;border-bottom:none}.packet-filter-selector{display:flex;gap:.5rem;background:var(--bg-secondary);padding:.25rem;border-radius:6px;border:1px solid var(--border-color)}.packet-filter-selector button{padding:.4rem 1rem;border:none;background:transparent;color:var(--text-primary);cursor:pointer;border-radius:4px;font-size:.9rem;font-weight:500;transition:background .15s ease}.packet-filter-selector button:hover{background:var(--bg-tertiary)}.packet-filter-selector button.active{background:#0366d6;color:#fff}.port-filter-selector{display:flex;align-items:center;gap:.5rem}.port-filter-selector label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.port-filter-selector select{padding:.4rem .8rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);font-size:.9rem;cursor:pointer;min-width:200px}.port-filter-selector select:hover{border-color:#0366d6}.port-filter-selector select:focus{outline:none;border-color:#0366d6;box-shadow:0 0 0 2px #0366d61a}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-item{display:flex;justify-content:space-between;padding:.5rem;background:var(--bg-secondary);border-radius:4px}.info-label{font-weight:500;color:var(--text-secondary);font-size:.9rem}.info-value{font-weight:600;color:var(--text-primary);font-size:.9rem}.node-map{border-radius:6px;overflow:hidden;border:1px solid var(--border-color)}.historical-marker{opacity:.6}.custom-marker{background:transparent;border:none}.marker-pin{width:20px;height:20px;border-radius:50% 50% 50% 0;position:absolute;transform:rotate(-45deg);left:50%;top:50%;margin:-15px 0 0 -10px;border:2px solid #fff;box-shadow:0 2px 4px #0000004d}.marker-pin:after{content:"";width:8px;height:8px;margin:4px 0 0 4px;background:#fff;position:absolute;border-radius:50%}.heard-from-pin{background:#4caf50}.heard-by-pin{background:#2196f3}.hop-marker{background:transparent;border:none}.hop-pin{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 4px #0000004d;font-weight:700;font-size:11px;color:#fff;position:relative}.hop-count{z-index:1}.source-marker{background:transparent;border:none}.source-pin{width:40px;height:40px;background:#9c27b0;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 2px 6px #0006;font-weight:700;font-size:9px;color:#fff}.via-marker{background:transparent;border:none}.via-pin{width:35px;height:35px;background:#ffc107;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 2px 6px #0006;font-weight:700;font-size:9px;color:#fff}.map-legend{display:flex;gap:1rem;padding:.75rem;background:#fffffff2;border-radius:4px;margin-top:.5rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.legend-marker{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:10px;border:2px solid #fff;box-shadow:0 1px 3px #0000004d}.packet-map-card{background:var(--bg-tertiary);border-radius:8px;padding:1.5rem;border:1px solid var(--border-color);grid-column:1 / -1;display:flex;flex-direction:column}.packet-map-card.map-card-expanded{height:calc(100vh - 120px);margin-top:1rem;margin-bottom:1rem}.packet-map-card h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--text-primary);padding-bottom:.5rem;border-bottom:2px solid #0366d6}.map-expand-button{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-top:.75rem;align-self:center;min-width:120px}.map-expand-button:hover{background:var(--bg-hover);border-color:#0366d6}.map-expand-button:active{transform:scale(.98)}.packet-map{border-radius:4px;overflow:hidden;position:relative;width:100%;min-height:400px;flex:1}.map-card-expanded .packet-map{flex:1;min-height:0}.node-tabs-container{background:var(--bg-tertiary);border-radius:8px;border:1px solid var(--border-color);grid-column:1 / -1;margin-top:1rem;overflow:hidden}.node-tabs{display:flex;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.node-tabs button{flex:1;padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.node-tabs button:hover{background:var(--bg-tertiary);color:var(--text-primary)}.node-tabs button.tab-active{color:#0366d6;border-bottom-color:#0366d6;background:var(--bg-tertiary)}.tab-content{padding:1.5rem}.node-neighbors-card{background:var(--bg-tertiary);border-radius:8px;padding:1.5rem;border:1px solid var(--border-color);grid-column:1 / -1;margin-top:1rem}.node-neighbors-card h3{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:var(--text-primary);padding-bottom:.5rem;border-bottom:2px solid #0366d6}.neighbors-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.neighbors-grid{grid-template-columns:1fr}}.neighbors-section{margin-bottom:0}.neighbors-section:last-child{margin-bottom:0}.neighbors-section h4{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:var(--text-secondary)}.neighbors-table{width:100%;border-collapse:collapse;font-size:.9rem}.neighbors-table thead{background:var(--bg-secondary)}.neighbors-table th{padding:.5rem .75rem;text-align:left;font-weight:600;color:var(--text-secondary);border-bottom:1px solid var(--border-color);font-size:.85rem}.neighbors-table td{padding:.4rem .75rem;border-bottom:1px solid var(--border-color);color:var(--text-primary)}.neighbors-table tbody tr:last-child td{border-bottom:none}.neighbors-more{margin-top:.5rem;padding:.4rem .6rem;font-size:.8rem;color:var(--text-secondary);font-style:italic;text-align:center}.neighbors-loading,.neighbors-empty,.neighbors-error{padding:1rem;text-align:center;color:var(--text-secondary);font-size:.9rem;grid-column:1 / -1}.neighbors-error{color:var(--error-color)}.historical-marker:hover{opacity:1}.packet-filters{display:flex;align-items:center;gap:.5rem}.packet-filters label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.packet-filters select{padding:.4rem .8rem;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-secondary);color:var(--text-primary);font-size:.9rem;cursor:pointer;min-width:200px}.packet-filters select:hover{border-color:#0366d6}.packet-filters select:focus{outline:none;border-color:#0366d6;box-shadow:0 0 0 2px #0366d61a}.packets-table-container{overflow-x:auto}.packets-table{width:100%;border-collapse:collapse;font-size:.85rem}.packets-table th{background:var(--bg-secondary);color:var(--text-primary);padding:.75rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border-color)}.packets-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease}.packets-table th.sortable:hover{background:var(--bg-tertiary)}.packets-table td{padding:.75rem;border-bottom:1px solid var(--border-color)}.packets-table tbody tr:hover{background:var(--bg-secondary)}.packet-payload{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.8rem;color:var(--text-secondary);max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-packets{text-align:center;padding:2rem;color:var(--text-secondary);font-style:italic}.node-detail-error{background:var(--bg-secondary);padding:2rem;border-radius:6px;border:1px solid var(--border-color)}@media(max-width:768px){.app-header{padding:1rem}.app-header h1{font-size:1.5rem}.subtitle{font-size:.9rem}.app-nav{padding:.5rem;gap:.5rem;flex-wrap:wrap}.app-nav button{flex:1 1 calc(50% - .25rem);min-width:120px;padding:.6rem .5rem;font-size:.85rem}.app-content{padding:1rem}.filter-grid{grid-template-columns:1fr}.filter-actions{flex-direction:column}.filter-actions button{width:100%}.stats-grid{grid-template-columns:1fr}.stat-card-wide{grid-column:span 1}.map-view{height:calc(100vh - 350px);min-height:400px}.map-container{min-height:400px}.map-legend{padding:.75rem}.map-legend h4{font-size:.85rem;width:100%;margin-bottom:.5rem}.legend-items{gap:.5rem}.legend-item{font-size:.8rem}.info-grid{grid-template-columns:1fr}.nodes-list{padding:1rem}.nodes-table{font-size:.8rem}.nodes-table th,.nodes-table td{padding:.5rem}.stat-card,.chat-view{padding:1rem}.chat-controls{flex-direction:column;align-items:stretch;gap:1rem}.channel-selector{width:100%}.app-footer{padding:1rem;font-size:.8rem}}.chat-messages-compact{background:var(--bg-secondary);padding:1rem;border-radius:6px;border:1px solid var(--border-color);max-height:calc(100vh - 480px);overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.9rem;line-height:1.4}.chat-message-compact{padding:.2rem 0;border-bottom:1px solid var(--bg-tertiary)}.chat-message-compact:last-child{border-bottom:none}.chat-timestamp{color:var(--text-secondary);text-decoration:none;cursor:pointer}.chat-timestamp:hover{color:var(--link-color);text-decoration:underline}.chat-node-name{color:var(--link-color);text-decoration:none;font-weight:500;cursor:pointer}.chat-node-name:hover{text-decoration:underline}.chat-reply-context{margin-left:2rem;padding-left:.5rem;margin-top:.2rem;font-size:.85em;color:var(--text-secondary);font-style:italic;border-left:2px solid var(--border-color)}.chat-reactions{display:flex;gap:.35rem;margin-top:.25rem;margin-left:2rem;flex-wrap:wrap}.chat-reaction{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;background:#4f545c29;border:1px solid rgba(79,84,92,.24);border-radius:8px;font-size:.875rem;line-height:1.2;cursor:default;transition:background .1s ease,border-color .1s ease}.chat-reaction:hover{background:#4f545c3d;border-color:#4f545c5c}.packet-detail{background:var(--bg-secondary);padding:2rem;border-radius:6px;border:1px solid var(--border-color)}.packet-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.packet-detail-header h2{margin:0}.packet-info-cards{display:grid;gap:1.5rem}.packet-info-card,.packet-payload-card,.packet-gateways-card,.packet-traceroute-card,.packet-neighbor-card{background:var(--bg-tertiary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.packet-info-card h3,.packet-payload-card h3,.packet-gateways-card h3,.packet-traceroute-card h3,.packet-neighbor-card h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text-primary);font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #0366d6}.packet-payload-card h4{margin:1rem 0 .5rem;font-size:.9rem;color:var(--text-secondary)}.info-item{display:flex;gap:1rem;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:var(--text-primary);min-width:120px;flex-shrink:0}.info-value{color:var(--text-secondary);flex:1}.payload-display,.payload-hex{background:var(--bg-secondary);padding:1rem;border-radius:4px;border:1px solid var(--border-color);overflow-x:auto;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace;font-size:.85rem;margin:0;color:var(--text-primary)}.payload-display{white-space:pre-wrap;overflow-wrap:normal;word-break:break-all}.payload-hex{word-wrap:break-word;word-break:break-all;white-space:pre-wrap;overflow-x:hidden}.gateways-desc{margin:0 0 1rem;color:var(--text-secondary);font-size:.9rem}.gateways-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.gateways-header>div{flex:1}.refine-relays-btn{flex-shrink:0;white-space:nowrap;font-size:.875rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f64d;display:flex;align-items:center;gap:.5rem}.refine-relays-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.refine-relays-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #3b82f64d}.refine-relays-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.refining-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:4px}.relay-refining{color:#f59e0b!important;animation:pulse-refining 1.5s ease-in-out infinite}@keyframes pulse-refining{0%,to{opacity:1}50%{opacity:.6}}.refining-indicator{display:inline-block;width:10px;height:10px;border:2px solid rgba(245,158,11,.3);border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite;margin-left:6px;vertical-align:middle}.gateways-table{width:100%;border-collapse:collapse}.gateways-table th,.gateways-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border-color)}.gateways-table th{background:var(--bg-tertiary);font-weight:600;color:var(--text-primary)}.node-hex{color:var(--text-secondary);font-size:.85em;margin-left:.35rem;white-space:nowrap}.gateway-cell{display:flex;flex-direction:column;gap:.35rem}.gateway-name{display:flex;align-items:baseline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.relay-info{font-size:.85em;color:var(--text-secondary);font-style:italic;display:block;line-height:1.4;word-break:break-word}.relay-node-link{font-size:inherit;font-style:normal}.relay-distance{color:var(--text-tertiary);font-size:.9em;font-style:normal;margin-left:.25rem}.refine-single-btn{background:none;border:none;color:#64b5f6;cursor:pointer;font-size:.9em;padding:.1rem .3rem;margin-left:.4rem;opacity:.7;transition:opacity .2s}.refine-single-btn:hover{opacity:1}.packet-id-link{background:none;border:none;color:var(--link-color);text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.packet-id-link:hover{color:var(--link-hover)}.signal-quality-container{display:flex;flex-direction:column;gap:.35rem;min-width:240px}.signal-row{display:flex;align-items:center;gap:.5rem}.signal-label{font-weight:600;color:var(--text-secondary);font-size:.85rem;min-width:40px}.signal-value{font-family:Consolas,Monaco,monospace;font-size:.9rem;color:var(--text-primary);min-width:65px;text-align:right}.quality-badge{display:inline-block;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.2)}.quality-badge-compact{padding:.2rem .5rem;font-size:.7rem;min-width:70px;text-align:center;border-radius:3px;letter-spacing:.02em}.node-link{background:none;border:none;color:var(--link-color);text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.node-link:hover{color:var(--link-hover)}.node-id-link{background:none;border:none;color:var(--link-color);text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.node-id-link:hover{color:var(--link-hover)}.gateway-divider td{padding:.75rem 0!important;height:8px}.gateway-divider hr{margin:0;border:none;border-top:4px solid #d1d5da;background:#d1d5da;height:4px}.header-content{display:flex;justify-content:center;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;width:100%;position:relative}.header-main{text-align:center}.channel-selector{position:absolute;left:0}.time-range-selector{position:absolute;right:60px}.dark-mode-toggle{position:absolute;right:0;background:none;border:1px solid var(--border-color);border-radius:6px;padding:.5rem .75rem;cursor:pointer;font-size:1.25rem;transition:all .2s ease;line-height:1;text-align:center}.channel-selector,.time-range-selector{display:flex;align-items:center}.compact-select{padding:6px 28px 6px 12px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-tertiary);color:var(--text-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.compact-select:hover{background-color:var(--bg-hover);border-color:var(--border-color-dark)}.compact-select:focus{outline:none;border-color:#0366d6;box-shadow:0 0 0 3px #0366d61a}.filter-button-group{display:flex;gap:4px;background:var(--bg-tertiary);padding:3px;border-radius:8px;border:1px solid var(--border-color)}.filter-btn{padding:6px 12px;border:none;background:transparent;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .15s ease;white-space:nowrap}.filter-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.filter-btn.active{background:#0366d6;color:#fff;box-shadow:0 1px 3px #0366d64d}.filter-dropdown{position:relative}.filter-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;max-height:300px;overflow-y:auto;z-index:1000;padding:4px}.filter-dropdown-item{display:block;width:100%;padding:8px 12px;border:none;background:transparent;color:var(--text-primary);font-size:.85rem;text-align:left;cursor:pointer;border-radius:6px;transition:all .15s ease}.filter-dropdown-item:hover{background:var(--bg-hover)}.filter-dropdown-item.active{background:#0366d61a;color:#0366d6;font-weight:600}.toast{position:fixed;top:80px;right:20px;z-index:10000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-content{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;padding:1rem 1.25rem;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:500px}.toast-icon{font-size:1.25rem;flex-shrink:0}.toast-message{flex:1;color:var(--text-primary);font-size:.9rem;line-height:1.4}.toast-close{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;padding:0;line-height:1;flex-shrink:0;transition:color .2s ease}.toast-close:hover{color:var(--text-primary)}@media(max-width:768px){.header-content{flex-direction:column;gap:.75rem;position:static}.channel-selector,.time-range-selector,.dark-mode-toggle{position:static}.header-main{order:-1}.filter-button-group{flex-wrap:wrap}.filter-btn{font-size:.8rem;padding:5px 10px}.toast{top:10px;right:10px;left:10px}.toast-content{min-width:unset;width:100%}.traceroute-detail{padding:1rem}.route-header{flex-direction:column;align-items:flex-start;gap:.5rem}.route-time{margin-left:0}.summary-grid{grid-template-columns:1fr}}@media(max-width:480px){.app-header{padding:.75rem}.app-header h1{font-size:1.25rem}.subtitle{font-size:.85rem}.app-nav button{flex:1 1 100%;font-size:.8rem}.map-view{height:calc(100vh - 380px)}.filter-group label{font-size:.8rem}.nodes-table{font-size:.75rem}}@media(min-width:769px)and (max-width:1024px){.filter-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(hover:none)and (pointer:coarse){button,select,input[type=checkbox],.node-id-link,.node-link,.packet-id-link{min-height:44px;min-width:44px}.app-nav button{padding:.75rem 1rem}.legend-item{padding:.25rem 0}}.leaflet-control-layers{background:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:6px!important}.leaflet-control-layers-toggle{background-color:var(--bg-secondary)!important;border:1px solid var(--border-color)!important}.leaflet-control-layers-expanded,.leaflet-control-layers label{color:var(--text-primary)!important}.dark-mode .leaflet-control-layers{background:var(--bg-secondary)!important}.traceroute-visualization{width:100%}.packet-traceroute-card{grid-column:1 / -1}.traceroute-svg-container{width:100%;overflow-x:auto;overflow-y:visible;padding:2rem 0;margin:1rem 0}.traceroute-node-circle{transition:all .2s ease}.traceroute-node:hover .traceroute-node-circle{filter:brightness(1.2);stroke-width:4}.traceroute-node{transition:transform .2s ease}.traceroute-node:hover{transform:scale(1.05)}.traceroute-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color);text-align:center}.traceroute-actions .btn-primary{padding:.75rem 1.5rem;background:#0366d6;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.traceroute-actions .btn-primary:hover{background:#0256c7;transform:translateY(-1px);box-shadow:0 2px 8px #0366d64d}.traceroute-hint{margin-top:.75rem;font-size:.85rem;color:var(--text-secondary)}.traceroute-detail{padding:2rem}.traceroute-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.traceroute-detail-content{display:flex;flex-direction:column;gap:2rem}.traceroute-summary{background:var(--bg-tertiary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.85rem;color:var(--text-secondary);font-weight:500}.summary-value{font-size:1.1rem;color:var(--text-primary);font-weight:600}.traceroute-graph-card{background:var(--bg-tertiary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.graph-desc{margin:.5rem 0 1rem;font-size:.9rem;color:var(--text-secondary)}.traceroute-graph-container{width:100%;overflow:auto;background:var(--bg-secondary);border-radius:6px;padding:2rem;border:1px solid var(--border-color)}.graph-node circle{transition:all .2s ease}.graph-node:hover circle{filter:brightness(1.2);stroke-width:3}.traceroute-routes-card{background:var(--bg-tertiary);padding:1.5rem;border-radius:6px;border:1px solid var(--border-color)}.routes-desc{margin:.5rem 0 1rem;font-size:.9rem;color:var(--text-secondary)}.routes-list{display:flex;flex-direction:column;gap:1rem}.route-item{background:var(--bg-secondary);padding:1rem;border-radius:6px;border:1px solid var(--border-color)}.route-completed{border-left:4px solid #4CAF50}.route-incomplete{border-left:4px solid #FF9800;opacity:.8}.route-incomplete-badge{background:#ff9800;color:#fff}.route-unknown{padding:.4rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;background:#666;color:#fff}.route-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.route-number{font-weight:600;color:var(--text-primary);font-size:.95rem}.route-gateway{font-size:.85rem;color:var(--text-secondary)}.route-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.route-direct{background:#4caf50;color:#fff}.route-multi-hop{background:#ff9800;color:#fff}.route-time{margin-left:auto;font-size:.8rem;color:var(--text-secondary)}.route-path{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.75rem;background:var(--bg-tertiary);border-radius:4px}.route-node{padding:.4rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;border:none;cursor:pointer;transition:all .15s ease}.route-source{background:#4caf50;color:#fff}.route-dest{background:#2196f3;color:#fff}.route-hop{background:#ff9800;color:#fff}.route-hop:hover{filter:brightness(1.15);transform:translateY(-1px)}.route-arrow{color:var(--text-secondary);font-size:1.2rem}.dark-mode .leaflet-control-layers-separator{border-top-color:var(--border-color)!important}.neighbor-info-visualization{width:100%}.neighbor-info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.neighbor-info-header h3{margin:0;padding:0;border:none}.neighbor-stats{display:flex;gap:1.5rem;font-size:.9rem;color:var(--text-secondary)}.stat-item strong{color:var(--text-primary)}.neighbor-source{margin-bottom:1.5rem;padding:.75rem;background:var(--bg-secondary);border-radius:4px;font-size:.95rem}.no-neighbors{text-align:center;padding:2rem;color:var(--text-secondary);font-style:italic}.neighbors-table{margin:1.5rem 0;overflow-x:auto}.neighbors-table table{width:100%;max-width:900px;border-collapse:collapse}.neighbors-table th{background:var(--bg-secondary);padding:.75rem;text-align:left;font-weight:600;border-bottom:2px solid var(--border-color);white-space:nowrap}.neighbors-table td{padding:.75rem;border-bottom:1px solid var(--border-color)}.neighbors-table tbody tr:hover{background:var(--bg-secondary)}.snr-value{font-family:SF Mono,Monaco,Consolas,monospace;font-weight:600;color:var(--text-primary);white-space:nowrap}.distance-value{font-family:SF Mono,Monaco,Consolas,monospace;color:var(--text-secondary);white-space:nowrap}.quality-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;color:#fff;white-space:nowrap}.neighbor-info-legend{margin-top:1.5rem;padding:1rem;background:var(--bg-secondary);border-radius:6px}.neighbor-info-legend h4{margin:0 0 .75rem;font-size:.9rem;color:var(--text-primary)}.legend-items{display:flex;flex-wrap:wrap;gap:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary)}.legend-color{width:16px;height:16px;border-radius:3px}.connection-controls{display:flex;align-items:center;gap:.5rem}.connection-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--text-primary);-webkit-user-select:none;user-select:none}.connection-toggle input[type=checkbox]{display:none}.toggle-slider{position:relative;width:40px;height:20px;background:var(--border-color);border-radius:20px;transition:background .3s ease}.toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}.connection-toggle input[type=checkbox]:checked+.toggle-slider{background:#0366d6}.connection-toggle input[type=checkbox]:checked+.toggle-slider:before{transform:translate(20px)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
