code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-header{align-items:center;background-color:#0d0d0d;border-bottom:2px solid #ff4500;box-shadow:0 4px 8px #0000004d;color:#ff4500;display:flex;justify-content:space-between;padding:15px 20px;position:relative;z-index:1005}.App-header h1{font-size:2.2em;font-weight:300;letter-spacing:2px;margin:0;text-transform:uppercase}.panel-toggle-button{background-color:#ff4500;border:none;border-radius:5px;color:#1a1a1a;cursor:pointer;font-size:.9em;font-weight:700;order:-1;padding:8px 15px;transition:background-color .3s ease}.panel-toggle-button:hover{background-color:#ff6a33}.left-hover-zone{height:100vh;left:0;position:fixed;top:0;width:20px;z-index:999}main{align-items:center;display:flex;flex-direction:column;flex-grow:1;padding:20px}.simulation-error-container,.simulation-results-container,form{background-color:#2c2c2c;border:1px solid #444;border-radius:12px;box-shadow:0 5px 15px #0006;margin-top:20px;max-width:700px;padding:25px;text-align:left;width:100%}.simulation-error-container h3,.simulation-results-container h2,form h2{border-bottom:1px solid #555;color:#ff4500;font-weight:400;letter-spacing:1px;margin-bottom:20px;margin-top:0;padding-bottom:10px}label{color:#b0b0b0;display:block;font-size:.95em;margin-bottom:8px}input[type=number],input[type=text],select{background-color:#1a1a1a;border:1px solid #555;border-radius:6px;color:#e0e0e0;font-size:1em;margin-bottom:15px;padding:10px;width:calc(100% - 22px)}input[type=number]:focus,select:focus{border-color:#ff4500;box-shadow:0 0 0 2px #ff45004d;outline:none}button[type=submit]{background-color:#ff4500;border:none;border-radius:6px;color:#1a1a1a;cursor:pointer;font-size:1.1em;font-weight:700;letter-spacing:1px;padding:12px 25px;text-transform:uppercase;transition:background-color .3s ease,transform .1s ease}button[type=submit]:hover{background-color:#ff6a33}button[type=submit]:active{transform:translateY(1px)}button[type=submit]:disabled{background-color:#555;color:#888;cursor:not-allowed}.simulation-error-container pre,.simulation-results-container p{color:silver;font-size:1em;line-height:1.6}.simulation-results-container strong{color:#e0e0e0}.simulation-error-container{border-color:#c30}.simulation-error-container h3{color:#c30}.App-footer{background-color:#0d0d0d;border-top:1px solid #333;color:#777;font-size:.9em;margin-top:auto;padding:15px}.App-footer a.footer-link{color:#ff4500;text-decoration:none;transition:color .2s ease,-webkit-text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease;transition:color .2s ease,text-decoration .2s ease,-webkit-text-decoration .2s ease}.App-footer a.footer-link:focus,.App-footer a.footer-link:hover{color:#ff6a33;text-decoration:underline}.dashboard-layout{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;padding:20px;transition:padding-left .3s ease-in-out}.dashboard-layout.panel-open{padding-left:300px}.dashboard-column{background-color:initial;border-radius:8px}.config-column,.results-column{flex:1 1 280px;max-width:350px;min-width:280px}.map-column{flex:2 1 500px;min-width:300px}@media (max-width:1024px){.dashboard-layout{align-items:stretch;flex-direction:column}.config-column,.map-column,.results-column{flex-basis:auto;margin-bottom:20px;max-width:none;width:100%}.map-column{order:-1}.results-column{order:0}.config-column{order:1}.dashboard-layout.panel-open,.main-content-area.panel-open{padding-left:20px}}@media (max-width:768px){.dashboard-layout{padding:10px}}.main-content-area{background-color:#2c2c2c;padding:20px;transition:padding-left .3s ease-in-out}.main-content-area.panel-open{padding-left:300px}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#202020;border-radius:5px}::-webkit-scrollbar-thumb{background-color:#ff4500;border:2px solid #202020;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#ff6a33}*{scrollbar-color:#ff4500 #202020;scrollbar-width:thin}.loading-overlay{align-items:center;background-color:#000000b3;bottom:0;color:#fff;display:flex;flex-direction:column;font-size:1.5em;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.loading-spinner{animation:spin 1s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#f60;height:60px;margin-bottom:20px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App.loading-active{pointer-events:none}.SimulationConfigDisplay_configDisplayContainer__bdioV{background-color:#2c2c2c;border:1px solid #44475a;border-radius:8px;color:#e0e0e0;display:flex;flex-direction:column;height:100%;margin-bottom:0;margin-top:0;padding:20px}.SimulationConfigDisplay_configHeader__fD4v0{border-bottom:1px solid #555;color:#ff4500;font-size:1.4em;margin-bottom:20px;margin-top:0;padding-bottom:10px}.SimulationConfigDisplay_configGrid__7NSEs{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.SimulationConfigDisplay_configSection__T-7Yu h4{color:#ff6a33;font-size:1.1em;font-weight:400;letter-spacing:.5px;margin-bottom:12px}.SimulationConfigDisplay_configSection__T-7Yu li,.SimulationConfigDisplay_configSection__T-7Yu p{color:silver;font-size:.95em;line-height:1.6;margin-bottom:8px}.SimulationConfigDisplay_configSection__T-7Yu strong{color:#e0e0e0;margin-right:5px}.SimulationConfigDisplay_configSection__T-7Yu ul{list-style-type:none;padding-left:0}.SimulationResultsDisplay_resultsDisplayContainer__1c4nz{background-color:#2c2c2c;border:1px solid #44475a;border-radius:8px;color:#e0e0e0;display:flex;flex-direction:column;height:100%;padding:20px}.SimulationResultsDisplay_resultsHeader__DqaWq{border-bottom:1px solid #555;color:#ff4500;font-size:1.4em;margin-bottom:20px;margin-top:0;padding-bottom:10px}.SimulationResultsDisplay_resultsGrid__v7-bz{display:flex;flex-direction:column;gap:10px}.SimulationResultsDisplay_resultItem__zDGbI p{border-bottom:1px dashed #4a4a4a;color:silver;font-size:.95em;line-height:1.6;margin:0;padding:8px 0}.SimulationResultsDisplay_resultItem__zDGbI:last-child p{border-bottom:none}.SimulationResultsDisplay_resultItem__zDGbI strong{color:#e0e0e0;margin-right:5px}.CurrentConnectionsPanel_connectionsPanel__WOmuF{background-color:#2c2c2c;border-right:2px solid #ff4500;box-shadow:3px 0 15px #00000080;box-sizing:border-box;color:#e0e0e0;display:flex;flex-direction:column;height:100vh;left:0;padding:20px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:280px;z-index:1000}.CurrentConnectionsPanel_visible__kO7wl{transform:translateX(0)}.CurrentConnectionsPanel_panelHeader__U9lrZ{align-items:center;border-bottom:1px solid #555;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.CurrentConnectionsPanel_panelHeader__U9lrZ h3{color:#ff4500;font-size:1.3em;font-weight:400;margin:0}.CurrentConnectionsPanel_closeButton__L3tPn{background:none;border:none;color:#aaa;cursor:pointer;font-size:1.8em;line-height:1;padding:0 5px}.CurrentConnectionsPanel_closeButton__L3tPn:hover{color:#fff}.CurrentConnectionsPanel_panelContent__5T1j2{flex-grow:1;overflow-y:auto}.CurrentConnectionsPanel_section__6Axvm{margin-bottom:20px}.CurrentConnectionsPanel_section__6Axvm h4{border-bottom:1px solid #444;color:#ff6a33;font-size:1.1em;margin-bottom:10px;margin-top:0;padding-bottom:5px}.CurrentConnectionsPanel_section__6Axvm li,.CurrentConnectionsPanel_section__6Axvm p{color:silver;font-size:.9em;margin-bottom:6px}.CurrentConnectionsPanel_section__6Axvm ul{list-style-type:none;padding-left:0}.CurrentConnectionsPanel_section__6Axvm li{border-bottom:1px dashed #3a3a3a;padding:4px 0}.CurrentConnectionsPanel_section__6Axvm li:last-child{border-bottom:none}.CurrentConnectionsPanel_clickableSatellite__chmgT{cursor:pointer;transition:color .2s ease,background-color .2s ease}.CurrentConnectionsPanel_clickableSatellite__chmgT:hover{background-color:#ff45001a;color:#ff4500}.SidePanel_sidePanel__Iqz7m{background:#1e1e1ef2;border:1px solid #505050;border-radius:8px;box-shadow:0 6px 18px #00000080;color:#e0e0e0;display:flex;flex-direction:column;font-size:.9em;left:50px;max-height:calc(100vh - 100px);overflow-y:auto;padding:0;position:fixed;top:50px;width:330px;z-index:1050}.SidePanel_sidePanel__Iqz7m.SidePanel_minimized__OZfI1{height:auto;min-width:200px;overflow:hidden;width:auto}.SidePanel_panelHeader__-yIKx{align-items:center;border-bottom:1px solid #4a4a4a;color:#ff8c00;cursor:grab;display:flex;font-size:1.1em;justify-content:space-between;margin:0;padding:8px 12px;-webkit-user-select:none;user-select:none}.SidePanel_panelTitle__g49B8{flex-grow:1;font-weight:600;margin:0 10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SidePanel_headerButtons__LH2mG{align-items:center;display:flex;gap:5px}.SidePanel_headerButton__5orOY{align-items:center;background-color:#505050b3;border:1px solid #606060;border-radius:4px;color:#e0e0e0;cursor:pointer;display:flex;font-size:.9em;font-weight:400;gap:4px;line-height:1.2;padding:4px 8px;transition:background-color .2s,border-color .2s}.SidePanel_headerButton__5orOY:hover{background-color:#646464cc;border-color:grey;color:#fff}.SidePanel_headerButton__5orOY:active{background-color:#3c3c3ce6}.SidePanel_buttonText__vfkQM{font-size:.95em}.SidePanel_closeButtonCustom__bszer{font-size:1.2em;font-weight:700;padding:2px 6px}.SidePanel_closeButtonCustom__bszer:hover{background-color:#785050cc;color:#ff6b6b}.SidePanel_panelContent__knpRW{background-color:#282828cc;flex-grow:1;overflow-y:auto;padding:15px}.SidePanel_section__F55tr{margin-bottom:15px}.SidePanel_sectionTitle__H3wQK{border-bottom:1px solid #555;color:#ffaf50;font-size:1.05em;margin-bottom:8px;margin-top:0;padding-bottom:5px}.SidePanel_infoList__mUrOT{list-style:none;margin:0;padding-left:0}.SidePanel_infoList__mUrOT li{line-height:1.5;margin-bottom:6px}.SidePanel_infoList__mUrOT strong{color:#ffc880;margin-right:5px}.SidePanel_handshakeList__jhWLw{list-style:none;margin:0;padding-left:0}.SidePanel_handshakeItem__8MZiy{background:#3c3c3cb3;border-left:3px solid #ff8c00;border-radius:4px;font-size:.95em;margin-bottom:10px;padding:10px}.SidePanel_handshakeItem__8MZiy span{display:block;margin-bottom:3px}.SidePanel_handshakeItem__8MZiy span:last-child{margin-bottom:0}.SidePanel_noHandshakes__G4lSo{color:#aaa;font-style:italic}.SidePanel_activeLink__mwvUO{color:#4caf50;font-weight:700}.SidePanel_inactiveLink__EQaeB{color:#f44336}.ConsolePanel_consolePanel__z1GV4{background-color:#2c2c2e;border:1px solid #4a4a4c;border-radius:8px;box-shadow:0 4px 12px #0000004d;color:#f0f0f0;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;max-height:500px;overflow:hidden;position:fixed;transition:height .3s ease,width .3s ease;width:400px}.ConsolePanel_panelHeader__zuBI1{align-items:center;background-color:#3a3a3c;border-bottom:1px solid #4a4a4c;box-sizing:border-box;cursor:grab;display:flex;justify-content:space-between;min-height:40px;padding:8px 10px;-webkit-user-select:none;user-select:none}.ConsolePanel_panelTitle__go9gS{color:#e0e0e0;flex-shrink:1;font-size:15px;font-weight:600;margin:0 10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ConsolePanel_headerButtons__yUp8q{align-items:center;display:flex;flex-shrink:0}.ConsolePanel_headerButton__Zdsih{align-items:center;background:none;border:none;color:#b0b0b0;cursor:pointer;display:flex;font-size:16px;justify-content:center;line-height:1;margin-left:5px;padding:4px}.ConsolePanel_headerButton__Zdsih:hover{color:#fff}.ConsolePanel_headerButton__Zdsih .ConsolePanel_buttonTextSmall__pbj3T{color:silver;font-size:10px;font-weight:400;margin-left:4px;white-space:nowrap}.ConsolePanel_headerButton__Zdsih:hover .ConsolePanel_buttonTextSmall__pbj3T{color:#fff}.ConsolePanel_closeButtonCustom__fg3q0{font-size:20px;font-weight:700}.ConsolePanel_panelContent__JUV66{background-color:#212122;display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:10px}.ConsolePanel_minimized__JX1ka{height:40px;overflow:hidden;width:220px}.ConsolePanel_logEntry__sPOqj{align-items:flex-start;border-bottom:1px dotted #3a3a3c;display:flex;flex-wrap:nowrap;line-height:1.4;margin-bottom:4px;padding:4px 2px}.ConsolePanel_logEntry__sPOqj:last-child{border-bottom:none;margin-bottom:0}.ConsolePanel_logTimestamp__arUK1{color:#888;flex-shrink:0;font-size:.8em;margin-right:8px}.ConsolePanel_logType__uWSi2{flex-shrink:0;font-size:.85em;font-weight:700;margin-right:8px}.ConsolePanel_logMessage__hvzMK{flex-grow:1;font-family:Consolas,Monaco,monospace;font-size:.9em;margin:0;white-space:pre-wrap;word-break:break-all}.ConsolePanel_logDefault__uQXYs{color:#d0d0d0}.ConsolePanel_logInfo__iDcwa,.ConsolePanel_logInfo__iDcwa .ConsolePanel_logType__uWSi2{color:#61afef}.ConsolePanel_logWarn__IvLxO,.ConsolePanel_logWarn__IvLxO .ConsolePanel_logType__uWSi2{color:#e5c07b}.ConsolePanel_logError__LGo2u,.ConsolePanel_logError__LGo2u .ConsolePanel_logType__uWSi2{color:#e06c75}.ConsolePanel_logDebug__UeBx9,.ConsolePanel_logDebug__UeBx9 .ConsolePanel_logType__uWSi2{color:#98c379}.ConsolePanel_emptyLogMessage__T\+DUR{color:#666;font-style:italic;margin-top:20px;text-align:center}
/*# sourceMappingURL=main.972831ce.css.map*/