body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{display:flex;flex-direction:column;height:100vh}.app-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.app-header h1{font-size:1.8rem;font-weight:600}.header-actions{display:flex;gap:1rem}.btn-primary,.btn-secondary{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover{background:#45a049;box-shadow:0 4px 12px #4caf504d;transform:translateY(-2px)}.btn-secondary{background:#fff;color:#667eea}.btn-secondary:hover{background:#f0f0f0}.app-container{display:flex;flex:1 1;overflow:hidden}.left-panel{background:#fff;border-right:1px solid #e0e0e0;overflow-y:auto;padding:1rem;width:350px}.main-content{background:#f5f7fa;flex:1 1;position:relative}.error-banner{background:#f44336;border-radius:8px;box-shadow:0 4px 12px #f443364d;color:#fff;left:50%;padding:1rem 2rem;position:absolute;top:20px;transform:translateX(-50%);z-index:1000}.loading-overlay{align-items:center;background:#ffffffe6;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:999}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.app-container{flex-direction:column}.left-panel{max-height:300px;width:100%}}.train-map-container{height:100%;position:relative;width:100%}.map-loading{align-items:center;background:#fff;border-radius:6px;box-shadow:0 2px 8px #00000026;display:flex;gap:.5rem;padding:.5rem 1rem;position:absolute;right:10px;top:10px;z-index:1000}.spinner-small{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:16px;width:16px}.train-popup h4{color:#667eea;margin:0 0 .5rem}.train-popup p{font-size:.9rem;margin:.25rem 0}.popup-details-btn{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:.5rem;padding:.5rem;width:100%}.map-legend{background:#fff;border-radius:8px;bottom:20px;box-shadow:0 2px 12px #00000026;padding:1rem;position:absolute;right:20px;z-index:1000}.map-legend h4{border-bottom:2px solid #667eea;font-size:1rem;margin:0 0 .75rem;padding-bottom:.5rem}.legend-item{align-items:center;display:flex;font-size:.9rem;gap:.75rem;margin:.5rem 0}.legend-color{border-radius:2px;height:4px;width:30px}.legend-marker{align-items:center;border:2px solid #000;border-radius:50%;display:flex;font-size:12px;height:24px;justify-content:center;width:24px}.custom-train-icon{background:#0000!important;border:none!important}.filter-panel{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:1rem;padding:1rem}.filter-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.filter-header h3{color:#333;font-size:1.1rem;margin:0}.btn-clear{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.85rem;padding:.4rem .8rem}.filter-group{margin-bottom:1rem}.filter-group label{color:#555;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.filter-group input[type=text],.filter-group select{border:1px solid #ddd;border-radius:6px;font-size:.95rem;padding:.6rem;width:100%}.filter-group input:focus,.filter-group select:focus{border-color:#667eea;outline:none}.radio-group{display:flex;flex-direction:column;gap:.5rem}.radio-label{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.4rem}.radio-label:hover{background:#f5f5f5}.radio-label span{color:#555;font-size:.9rem}.dialog-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.dialog-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:90%}.dialog-header{border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem}.dialog-header h2{font-size:1.5rem;margin:0}.dialog-close{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;height:32px;width:32px}.dialog-tabs{border-bottom:1px solid #e0e0e0;display:flex;padding:0 1.5rem}.tab-button{background:none;border:none;border-bottom:3px solid #0000;cursor:pointer;font-weight:500;padding:1rem 1.5rem}.tab-button.active{border-bottom-color:#667eea;color:#667eea}.dialog-body{flex:1 1;overflow-y:auto;padding:1.5rem}.detail-section{background:#f9f9f9;border-radius:8px;margin-bottom:1rem;padding:1rem}.detail-section h4{border-bottom:2px solid #e0e0e0;color:#667eea;margin:0 0 1rem;padding-bottom:.5rem}.detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{color:#666;font-size:.85rem;font-weight:500}.badge{border-radius:4px;display:inline-block;font-size:.85rem;font-weight:600;padding:.3rem .6rem}.badge-up{background:#e3f2fd;color:#1976d2}.badge-down{background:#ffebee;color:#d32f2f}.badge-loaded{background:#e8f5e9;color:#4caf50}.badge-empty{background:#fff3e0;color:#f57c00}.history-item{background:#f9f9f9;border-radius:6px;margin-bottom:1rem;padding:1rem}.crew-form-dialog{max-width:600px}.crew-form{gap:1rem}.crew-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#555;font-weight:500}.required{color:#f44336}.form-group input,.form-group select{border:1px solid #ddd;border-radius:6px;font-size:.95rem;padding:.7rem}.form-group input:focus,.form-group select:focus{border-color:#4caf50;outline:none}.form-actions{display:flex;gap:1rem;margin-top:1rem}.form-actions button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-weight:500;padding:.8rem}.form-actions .btn-primary{background:#4caf50;color:#fff}.form-actions .btn-secondary{background:#f5f5f5;color:#666}.dashboard-stats{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:1rem;padding:1rem}.stats-header h3{border-bottom:2px solid #f0f0f0;color:#333;font-size:1.1rem;margin:0 0 1rem;padding-bottom:.75rem}.stats-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}.stat-card{align-items:center;background:#f9f9f9;border-left:4px solid #667eea;border-radius:6px;display:flex;gap:.75rem;padding:.75rem}.stat-icon{font-size:1.8rem}.stat-value{color:#333;font-size:1.5rem;font-weight:700}.stat-label{color:#666;font-size:.8rem}.alerts-panel{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;overflow:hidden}.alerts-header{background:linear-gradient(135deg,#f44336,#e91e63);color:#fff;padding:1rem}.alerts-header h3{align-items:center;display:flex;font-size:1.1rem;gap:.5rem;margin:0}.alert-count{background:#fff;border-radius:12px;color:#f44336;font-size:.85rem;font-weight:700;padding:.2rem .5rem}.alerts-tabs{border-bottom:1px solid #e0e0e0;display:flex}.alerts-tab{background:none;border:none;border-bottom:3px solid #0000;cursor:pointer;flex:1 1;font-size:.9rem;padding:.75rem}.alerts-tab.active{background:#fff5f5;border-bottom-color:#f44336;color:#f44336}.tab-badge{background:#f44336;border-radius:10px;color:#fff;font-size:.75rem;margin-left:.5rem;padding:.15rem .4rem}.alerts-content{max-height:400px;overflow-y:auto}.alerts-list{padding:.5rem}.no-alerts{color:#4caf50;padding:2rem;text-align:center}.alert-item{background:#f9f9f9;border-left:4px solid #ddd;border-radius:6px;margin-bottom:.75rem;padding:.75rem}.alert-item.alert-critical{background:#ffebee;border-left-color:#f44336}.alert-item.alert-warning{background:#fff3e0;border-left-color:#ff9800}.alert-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.alert-badge{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .6rem;text-transform:uppercase}.alert-badge.alert-critical{background:#f44336;color:#fff}.alert-badge.alert-warning{background:#ff9800;color:#fff}.alert-body{display:flex;flex-direction:column;gap:.4rem}.alert-detail{display:flex;font-size:.85rem;justify-content:space-between}.alert-detail.critical{color:#d32f2f;font-weight:600}
/*# sourceMappingURL=main.fea1f5b9.css.map*/