:root{--sky-dark:#0a1628;--sky-medium:#162642;--sky-light:#1e3a5f;--radar-green:#0f8;--signal-blue:#00d4ff;--warning-amber:#fa0;--runway-gray:#404040;--text-white:#fff;--text-muted:#9ca3af;--danger-red:#f36;--font-display:"Rajdhani",sans-serif;--font-mono:"JetBrains Mono",monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a1628;background:var(--sky-dark);color:#fff;color:var(--text-white);font-family:Rajdhani,sans-serif;font-family:var(--font-display);overflow-x:hidden}.app-container{display:flex;height:100vh;position:relative}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#0a1628f2,#0a1628b3);border-bottom:1px solid #0f83;left:0;padding:1rem 2rem;position:absolute;right:0;top:0;z-index:1000}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px}.header-content,.logo{align-items:center;display:flex}.logo{gap:.75rem}.logo-icon{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#0f8,#00d4ff);background:linear-gradient(135deg,var(--radar-green),var(--signal-blue));border-radius:4px;display:flex;font-size:1.2rem;height:32px;justify-content:center;width:32px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f8,#00d4ff);background:linear-gradient(135deg,var(--radar-green),var(--signal-blue));-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.stats{color:#9ca3af;color:var(--text-muted);display:flex;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:.875rem;gap:2rem}.stat-item{align-items:center;display:flex;gap:.5rem}.stat-value{color:#0f8;color:var(--radar-green);font-size:1.1rem;font-weight:600}.sidebar{background:#162642;background:var(--sky-medium);border-right:1px solid #00d4ff33;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:400px;z-index:100}.sidebar:before{animation:scan 3s linear infinite;background:linear-gradient(90deg,#0000,#00d4ff,#0000);background:linear-gradient(90deg,#0000,var(--signal-blue),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}@keyframes scan{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:6rem 1.5rem 1.5rem}.sidebar-header h2{font-size:1.25rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem}.sidebar-subtitle{color:#9ca3af;color:var(--text-muted);font-size:.875rem;font-weight:400}.sidebar-content{flex:1 1;overflow-y:auto;padding:1.5rem}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:#0a1628;background:var(--sky-dark)}.sidebar-content::-webkit-scrollbar-thumb{background:#00d4ff;background:var(--signal-blue);border-radius:3px}.map-container{flex:1 1;height:100vh;position:relative}.leaflet-container{background:#0d1b2a;height:100%;width:100%}.route-line{stroke-width:2;stroke-linecap:round;fill:none;opacity:.8;transition:all .3s ease}.route-line:hover{stroke-width:3;opacity:1}.add-route-section{margin-bottom:2rem}.add-route-form{background:#1e3a5f;background:var(--sky-light);border:1px solid #00d4ff4d;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#00d4ff;color:var(--signal-blue);display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;text-transform:uppercase}.airport-input-wrapper{position:relative}.form-group input,.form-group select{background:#0a1628;background:var(--sky-dark);border:1px solid #fff3;border-radius:4px;color:#fff;color:var(--text-white);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#00d4ff;border-color:var(--signal-blue);box-shadow:0 0 0 3px #00d4ff1a;outline:none}.form-group select option{background:#0a1628;background:var(--sky-dark);color:#fff;color:var(--text-white)}.airport-code{color:#0f8;color:var(--radar-green);font-weight:600}.btn{border:none;border-radius:4px;cursor:pointer;font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.95rem;font-weight:600;letter-spacing:.05em;overflow:hidden;padding:.875rem 1.5rem;position:relative;text-transform:uppercase;transition:all .2s ease}.btn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:hover:before{height:300px;width:300px}.btn-primary{background:linear-gradient(135deg,#00d4ff,#0f8);background:linear-gradient(135deg,var(--signal-blue),var(--radar-green));color:#0a1628;color:var(--sky-dark);width:100%}.btn-primary:hover{box-shadow:0 4px 12px #00d4ff66;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{cursor:not-allowed;opacity:.5;transform:none}.filter-section{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1.5rem}.filter-group{align-items:flex-end;display:flex;gap:.75rem}.filter-group .form-group{flex:1 1;margin-bottom:0}.btn-secondary{background:#1e3a5f;background:var(--sky-light);border:1px solid #00d4ff4d;color:#fff;color:var(--text-white);padding:.75rem 1rem;white-space:nowrap}.btn-secondary:hover{background:#0a1628;background:var(--sky-dark);border-color:#00d4ff;border-color:var(--signal-blue)}.route-list-section h3{color:#9ca3af;color:var(--text-muted);font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.routes-list{display:flex;flex-direction:column;gap:1rem}.route-card{background:#1e3a5f;background:var(--sky-light);border:1px solid #ffffff1a;border-radius:6px;padding:1.25rem;position:relative;transition:all .3s ease}.route-card:hover{border-color:#00d4ff;border-color:var(--signal-blue);box-shadow:-4px 0 0 #00d4ff;box-shadow:-4px 0 0 var(--signal-blue);transform:translateX(4px)}.route-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.route-path{align-items:center;color:#fff;color:var(--text-white);display:flex;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:1.1rem;font-weight:600;gap:.5rem}.route-arrow{color:#00d4ff;color:var(--signal-blue);font-size:1.2rem}.vote-display{align-items:center;background:#00ff881a;border-radius:4px;display:flex;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-weight:600;gap:.5rem;padding:.25rem .75rem}.vote-display.positive{color:#0f8;color:var(--radar-green)}.vote-display.negative{background:#ff33661a;color:#f36;color:var(--danger-red)}.vote-display.neutral{background:#ffffff0d}.route-info,.vote-display.neutral{color:#9ca3af;color:var(--text-muted)}.route-info{display:flex;flex-direction:column;font-size:.8rem;gap:.25rem;margin-bottom:.75rem}.airport-name{align-items:center;display:flex;gap:.5rem}.airport-name .code{color:#0f8;color:var(--radar-green);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-weight:600}.vote-buttons{display:flex;gap:.5rem}.btn-vote{background:#0a1628;background:var(--sky-dark);border:1px solid #fff3;border-radius:4px;color:#fff;color:var(--text-white);cursor:pointer;flex:1 1;font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:1.1rem;font-weight:600;padding:.5rem;transition:all .2s ease}.btn-vote:hover{transform:scale(1.05)}.btn-vote.upvote{border-color:#0f8;border-color:var(--radar-green);color:#0f8;color:var(--radar-green)}.btn-vote.upvote.active,.btn-vote.upvote:hover{background:#0f8;background:var(--radar-green);color:#0a1628;color:var(--sky-dark)}.btn-vote.downvote{border-color:#f36;border-color:var(--danger-red);color:#f36;color:var(--danger-red)}.btn-vote.downvote.active,.btn-vote.downvote:hover{background:#f36;background:var(--danger-red);color:#0a1628;color:var(--sky-dark)}.btn-vote.active{box-shadow:0 0 10px currentColor;font-weight:700}.empty-state,.loading{color:#9ca3af;color:var(--text-muted);padding:3rem 1.5rem;text-align:center}.loading:before{animation:spin 1s linear infinite;border:3px solid #00d4ff33;border-radius:50%;border-top:3px solid var(--signal-blue);content:"";display:inline-block;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{font-size:.95rem}.error-message{background:#ff33661a;border:1px solid #f36;border:1px solid var(--danger-red);border-radius:4px;color:#f36;color:var(--danger-red)}.error-message,.success-message{font-size:.875rem;margin-bottom:1rem;padding:1rem}.success-message{background:#00ff881a;border:1px solid #0f8;border:1px solid var(--radar-green);border-radius:4px;color:#0f8;color:var(--radar-green)}.leaflet-popup-content-wrapper{background:#162642;background:var(--sky-medium);border:1px solid #00d4ff;border:1px solid var(--signal-blue);border-radius:6px;color:#fff;color:var(--text-white);font-family:Rajdhani,sans-serif;font-family:var(--font-display)}.leaflet-popup-content{font-size:.9rem;margin:1rem}.leaflet-popup-tip{background:#162642;background:var(--sky-medium);border:1px solid #00d4ff;border:1px solid var(--signal-blue)}.popup-route{color:#0f8;color:var(--radar-green);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:1rem;font-weight:600;margin-bottom:.5rem}.popup-votes{color:#9ca3af;color:var(--text-muted);font-size:.85rem}@media (max-width:768px){.sidebar{left:-100%;max-width:400px;position:absolute;transition:left .3s ease;width:100%;z-index:1000}.sidebar.open{left:0}.stats{display:none}.app-header{padding:1rem}.logo h1{font-size:1.25rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.route-card{animation:fadeIn .3s ease}.discussion-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1628f2;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}.discussion-panel{background:#162642;background:var(--sky-medium);border:1px solid #00d4ff;border:1px solid var(--signal-blue);border-radius:12px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;max-height:90vh;max-width:900px;width:100%}.discussion-header{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:2rem}.discussion-header h2{color:#0f8;color:var(--radar-green);font-size:1.5rem;margin-bottom:.5rem}.route-display{color:#fff;color:var(--text-white);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:1.25rem;font-weight:600;margin-top:.5rem}.route-cities{color:#9ca3af;color:var(--text-muted);display:block;font-size:.875rem;font-weight:400;margin-top:.25rem}.close-btn{align-items:center;background:#0000;border:1px solid #fff3;border-radius:4px;color:#fff;color:var(--text-white);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.close-btn:hover{background:#f36;background:var(--danger-red);border-color:#f36;border-color:var(--danger-red)}.discussion-content{flex:1 1;overflow-y:auto;padding:2rem}.discussion-content::-webkit-scrollbar{width:6px}.discussion-content::-webkit-scrollbar-track{background:#0a1628;background:var(--sky-dark)}.discussion-content::-webkit-scrollbar-thumb{background:#00d4ff;background:var(--signal-blue);border-radius:3px}.new-comment-form{background:#1e3a5f;background:var(--sky-light);border:1px solid #00d4ff33;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.new-comment-form h3{color:#00d4ff;color:var(--signal-blue);font-size:1rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.username-input{margin-bottom:.75rem}.new-comment-form textarea,.username-input{background:#0a1628;background:var(--sky-dark);border:1px solid #fff3;border-radius:4px;color:#fff;color:var(--text-white);font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.95rem;padding:.75rem 1rem;width:100%}.new-comment-form textarea{margin-bottom:1rem;min-height:100px;resize:vertical}.new-comment-form textarea:focus,.username-input:focus{border-color:#00d4ff;border-color:var(--signal-blue);box-shadow:0 0 0 3px #00d4ff1a;outline:none}.replying-to{align-items:center;background:#00d4ff1a;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.replying-to,.replying-to button{color:#00d4ff;color:var(--signal-blue);font-size:.875rem}.replying-to button{background:#0000;border:1px solid #00d4ff;border:1px solid var(--signal-blue);border-radius:4px;cursor:pointer;font-family:Rajdhani,sans-serif;font-family:var(--font-display);padding:.25rem .75rem}.replying-to button:hover{background:#00d4ff;background:var(--signal-blue);color:#0a1628;color:var(--sky-dark)}.comments-section{margin-top:2rem}.comments-section h3{color:#9ca3af;color:var(--text-muted);font-size:1rem;font-weight:600;letter-spacing:.1em;margin-bottom:1.5rem;text-transform:uppercase}.loading-comments,.no-comments{color:#9ca3af;color:var(--text-muted);font-size:.95rem;padding:2rem;text-align:center}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment{background:#1e3a5f;background:var(--sky-light);border:1px solid #ffffff1a;border-radius:6px;padding:1rem;transition:all .2s ease}.comment:hover{border-color:#00d4ff4d}.comment-header{align-items:baseline;display:flex;gap:1rem;margin-bottom:.75rem}.comment-author{color:#0f8;color:var(--radar-green);font-size:.95rem;font-weight:600}.comment-time{color:#9ca3af;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:.8rem}.comment-body{color:#fff;color:var(--text-white);font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.comment-actions{display:flex;gap:1rem}.reply-btn{background:#0000;border:none;color:#00d4ff;color:var(--signal-blue);cursor:pointer;font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.875rem;font-weight:600;padding:0;transition:color .2s ease}.reply-btn:hover{color:#0f8;color:var(--radar-green);text-decoration:underline}.comment-replies{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.reply-form-inline{background:#0a1628;background:var(--sky-dark);border-radius:4px;margin-top:1rem;padding:1rem}.reply-form-inline textarea{background:#162642;background:var(--sky-medium);border:1px solid #fff3;border-radius:4px;color:#fff;color:var(--text-white);font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.9rem;margin-bottom:.75rem;padding:.75rem;resize:vertical;width:100%}.reply-form-actions{display:flex;gap:.5rem}.reply-form-actions .btn{font-size:.875rem;padding:.5rem 1rem}.comment-count-badge{align-items:center;color:#9ca3af;color:var(--text-muted);display:inline-flex;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:.875rem;gap:.25rem}.comment-count-badge.has-comments{color:#00d4ff;color:var(--signal-blue)}.route-footer{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-top:.75rem;padding-top:.75rem}.discuss-btn{background:#0000;border:1px solid #00d4ff;border:1px solid var(--signal-blue);border-radius:4px;color:#00d4ff;color:var(--signal-blue);cursor:pointer;font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.discuss-btn:hover{background:#00d4ff;background:var(--signal-blue);color:#0a1628;color:var(--sky-dark)}.user-badges-section{background:#1e3a5f;background:var(--sky-light);border:1px solid #00d4ff33;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.user-badges-section h3{color:#0f8;color:var(--radar-green);font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.badges-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}.badge-item{align-items:center;background:#0a1628;background:var(--sky-dark);border:1px solid #ffffff1a;border-radius:4px;cursor:help;display:flex;gap:.5rem;padding:.5rem;transition:all .2s ease}.badge-item:hover{border-color:#0f8;border-color:var(--radar-green);transform:translateY(-2px)}.badge-icon{font-size:1.25rem}.badge-name{color:#fff;color:var(--text-white);font-size:.75rem;font-weight:600}.user-stats-section{background:#162642;background:var(--sky-medium);border-left:3px solid #00d4ff;border-left:3px solid var(--signal-blue);margin-bottom:1.5rem;padding:.75rem 1rem}.stat-row{align-items:center;color:#9ca3af;color:var(--text-muted);display:flex;font-size:.875rem;justify-content:space-between;padding:.25rem 0}.stat-row strong{color:#0f8;color:var(--radar-green);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:1rem}.wishlist-btn{align-items:center;background:#0000;border:1px solid #fff3;border-radius:4px;color:#9ca3af;color:var(--text-muted);cursor:pointer;display:flex;font-size:1.25rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.wishlist-btn:hover{transform:scale(1.1)}.wishlist-btn.active,.wishlist-btn:hover{border-color:#fa0;border-color:var(--warning-amber);color:#fa0;color:var(--warning-amber)}.wishlist-btn.active{background:#ffc1071a}.route-actions-top{align-items:center;display:flex;gap:.5rem}.route-analysis{background:#0a1628;background:var(--sky-dark);border:1px solid #00d4ff26;border-radius:4px;font-size:.875rem;margin:.75rem 0;padding:.75rem}.analysis-row{align-items:center;display:flex;justify-content:space-between;padding:.25rem 0}.analysis-label{color:#9ca3af;color:var(--text-muted);font-weight:500}.analysis-value{color:#fff;color:var(--text-white);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:.875rem}.analysis-value.feasibility{color:#0f8;color:var(--radar-green);font-weight:600}.suggested-airlines{align-items:center;background:#00d4ff0d;border-radius:4px;display:flex;font-size:.875rem;gap:.5rem;margin:.5rem 0;padding:.5rem}.airlines-label{color:#9ca3af;color:var(--text-muted);font-weight:500}.airlines-value{color:#00d4ff;color:var(--signal-blue);font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-weight:600}.checkbox-label{align-items:center;color:#fff;color:var(--text-white);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.checkbox-label input[type=checkbox]{cursor:pointer;height:16px;width:16px}.checkbox-label span{-webkit-user-select:none;user-select:none}.form-group small{color:#9ca3af;color:var(--text-muted);display:block;font-size:.75rem;margin-top:.25rem}.export-btn{background:#0000;border:1px solid #00d4ff;border:1px solid var(--signal-blue);border-radius:4px;color:#00d4ff;color:var(--signal-blue);cursor:pointer;display:inline-block;font-family:Rajdhani,sans-serif;font-family:var(--font-display);font-size:.875rem;font-weight:600;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.export-btn:hover{background:#00d4ff;background:var(--signal-blue);color:#0a1628;color:var(--sky-dark)}@media (max-width:768px){.badges-grid{grid-template-columns:1fr}.route-analysis{font-size:.8125rem}.analysis-row{align-items:flex-start;flex-direction:column;gap:.25rem}}.modal-overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal-panel{background:#1e2a3a;background:var(--bg-secondary,#1e2a3a);border:1px solid #2d3f55;border:1px solid var(--border-color,#2d3f55);border-radius:12px;box-shadow:0 20px 60px #00000080;max-width:420px;padding:2rem;width:100%}.modal-header{margin-bottom:1.5rem}.modal-header h2{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.modal-header p{color:#9ca3af;color:var(--text-muted,#89a);font-size:.9rem;margin:0}.modal-panel .btn+.btn{margin-top:.5rem}.airport-search{position:relative;width:100%}.airport-search input{box-sizing:border-box;width:100%}.airport-dropdown{background:#1e2a3a;background:var(--bg-secondary,#1e2a3a);border:1px solid #2d3f55;border:1px solid var(--border-color,#2d3f55);border-radius:0 0 8px 8px;border-top:none;left:0;list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:0;position:absolute;right:0;top:100%;z-index:500}.airport-option{align-items:baseline;cursor:pointer;display:flex;font-size:.85rem;gap:.5rem;padding:.5rem .75rem}.airport-option.highlighted,.airport-option:hover{background:#253447;background:var(--bg-hover,#253447)}.airport-iata{color:#4a9eff;color:var(--accent-blue,#4a9eff);font-family:monospace;font-weight:700;min-width:2.5rem}.airport-label{color:#9ca3af;color:var(--text-muted,#89a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:600;gap:.3rem;margin-bottom:.5rem;padding:.2rem .6rem}.status-proposed{background:#ffc80026;border:1px solid #ffc8004d;color:#ffc800}.status-trending{background:#ff640026;border:1px solid #ff64004d;color:#ff6400}.status-announced{background:#64a0ff26;border:1px solid #64a0ff4d;color:#64a0ff}.status-launched{background:#32c86426;border:1px solid #32c8644d;color:#32c864}.status-rejected{background:#ff505026;border:1px solid #ff50504d;color:#ff5050}.status-note{cursor:help;font-size:.7rem;opacity:.7}.upvote-btn{background:none;border:1px solid #2d3f55;border:1px solid var(--border-color,#2d3f55);border-radius:4px;color:#9ca3af;color:var(--text-muted,#89a);cursor:pointer;font-size:.8rem;padding:.2rem .5rem;transition:all .15s}.upvote-btn.active,.upvote-btn:hover:not(:disabled){border-color:#4a9eff;border-color:var(--accent-blue,#4a9eff);color:#4a9eff;color:var(--accent-blue,#4a9eff)}.upvote-btn.active{background:#4a9eff26}.upvote-btn:disabled{cursor:not-allowed;opacity:.4}.filter-bar{margin-bottom:1rem}.active-filters{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.filter-chip{background:#4a9eff26;border:1px solid #4a9eff66;border-radius:20px;color:#4a9eff;color:var(--accent-blue,#4a9eff);cursor:pointer;font-size:.75rem;padding:.2rem .6rem}.filter-chip:hover{background:#4a9eff40}.clear-all{font-size:.75rem;padding:.2rem .6rem}.filter-section-group{margin-bottom:.5rem}.filter-section-group summary{color:#9ca3af;color:var(--text-muted,#89a);cursor:pointer;font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:.3rem 0;text-transform:uppercase;-webkit-user-select:none;user-select:none}.filter-options{display:flex;flex-wrap:wrap;gap:.3rem;padding:.5rem 0}.filter-option{background:#162030;background:var(--bg-tertiary,#162030);border:1px solid #2d3f55;border:1px solid var(--border-color,#2d3f55);border-radius:6px;color:#abc;color:var(--text-secondary,#abc);cursor:pointer;font-size:.78rem;padding:.25rem .5rem;transition:all .15s}.filter-option.active,.filter-option:hover{background:#4a9eff26;border-color:#4a9eff;border-color:var(--accent-blue,#4a9eff);color:#4a9eff;color:var(--accent-blue,#4a9eff)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.e8e29ab2.css.map*/