:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{min-height:100vh;display:flex;flex-direction:column;background:#f7fafc;color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-header{background:#1a365d;color:#fff;padding:1rem 2rem;display:flex;align-items:baseline;gap:1rem}.app-header h1{margin:0;font-size:1.5rem}.subtitle{color:#bee3f8;font-size:.9rem}.app-main{display:grid;grid-template-columns:320px 300px 1fr;flex:1;gap:1rem;padding:1rem}.sidebar-left,.sidebar-right{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;max-height:calc(100vh - 80px)}.sidebar{width:360px;min-width:300px;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;max-height:calc(100vh - 80px)}.panel{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001f}.panel h2{margin:0 0 .75rem;font-size:1rem;color:#2d3748}.content{flex:1;min-width:0;overflow-y:auto;max-height:calc(100vh - 80px)}.placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;color:#718096}.placeholder h2{color:#4a5568}.upload-zone{border:2px dashed #cbd5e0;border-radius:8px;padding:2rem 1rem;text-align:center;cursor:pointer;transition:all .2s}.upload-zone:hover,.upload-zone.drag-over{border-color:#3182ce;background:#ebf8ff}.upload-icon{font-size:2.5rem;margin:0}.upload-hint{font-size:.75rem;color:#a0aec0;margin-top:.5rem}.upload-info{margin-top:.75rem;padding:.5rem;background:#f0fff4;border-radius:4px;font-size:.85rem}.upload-info p{margin:.2rem 0}.upload-progress{width:100%;padding:.5rem 0}.upload-progress p{margin:.4rem 0}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin:.5rem 0}.progress-fill{height:100%;background:#3182ce;border-radius:4px;transition:width .3s ease}.progress-fill.processing{background:linear-gradient(90deg,#3182ce,#63b3ed,#3182ce);background-size:200% 100%;animation:progress-shimmer 1.5s ease-in-out infinite}@keyframes progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.progress-text{font-size:.8rem;color:#718096}.parameter-editor h3{margin:0 0 .5rem;font-size:.95rem}.parameter-editor details{margin-bottom:.5rem}.parameter-editor summary{cursor:pointer;font-weight:600;font-size:.85rem;padding:.3rem 0;color:#2d3748}.param-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;padding:.5rem 0}.param-field{display:flex;flex-direction:column}.param-field label{font-size:.75rem;color:#718096;margin-bottom:2px}.param-field .unit{color:#a0aec0}.param-field input{padding:.3rem .4rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.85rem;width:100%;box-sizing:border-box}.param-field input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 1px #3182ce}.run-button{width:100%;padding:.75rem;background:#3182ce;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.run-button:hover:not(:disabled){background:#2b6cb0}.run-button:disabled{background:#a0aec0;cursor:not-allowed}.error{color:#e53e3e;font-size:.85rem;margin-top:.5rem}.charts{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001f}.charts h3{margin:0 0 1rem;color:#2d3748}.chart-container{margin-bottom:1.5rem}.chart-container h4{margin:0 0 .5rem;font-size:.9rem;color:#4a5568}.logbook-export-btn{background:#2b6cb0;color:#fff;border:none;padding:.35rem .9rem;border-radius:4px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s}.logbook-export-btn:hover{background:#1a365d}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.summary-card{background:#f7fafc;border-radius:6px;padding:.75rem;text-align:center}.summary-card .label{display:block;font-size:.75rem;color:#718096;margin-bottom:.25rem}.summary-card .value{display:block;font-size:1.2rem;font-weight:700;color:#2d3748}.signal-timeline{display:flex;height:30px;border-radius:4px;overflow:hidden}.signal-tick{height:100%;min-width:1px}.signal-legend{display:flex;gap:1rem;margin-top:.5rem;font-size:.8rem}.legend-item{display:flex;align-items:center;gap:.3rem}.legend-color{display:inline-block;width:12px;height:12px;border-radius:2px}.highway-viz{background:#fff;border-radius:8px;padding:1.5rem;margin-top:1rem;box-shadow:0 1px 3px #0000001f}.highway-viz h4{margin:0 0 .75rem;color:#2d3748}.viz-controls{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.viz-controls button{padding:.4rem 1rem;background:#3182ce;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;white-space:nowrap}.viz-controls button:hover{background:#2b6cb0}.viz-time{font-size:.85rem;color:#718096;min-width:40px}.highway-container{position:relative;margin-bottom:.75rem}.highway-road{position:relative;width:100%;height:120px;background:#4a5568;border-radius:4px;overflow:hidden}.lane-marker{position:absolute;left:0;right:0;height:2px;background:repeating-linear-gradient(90deg,white 0px,white 20px,transparent 20px,transparent 40px);opacity:.5}.mq-marker{position:absolute;top:0;height:100%;z-index:5}.mq-line{position:absolute;top:0;width:2px;height:100%;background:#90cdf4}.mq-label{position:absolute;bottom:-36px;left:-20px;font-size:.65rem;color:#3182ce;text-align:center;white-space:nowrap}.ramp-marker{position:absolute;bottom:0;z-index:5}.ramp-arrow{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:30px solid #f6ad55;opacity:.8}.ramp-label{position:absolute;bottom:-20px;left:-12px;font-size:.65rem;color:#dd6b20;white-space:nowrap}.gap-highlight{position:absolute;background:#48bb7833;border:1px dashed rgba(72,187,120,.5);border-radius:2px;z-index:2}.vehicle{position:absolute;width:8px;height:5px;background:#ecc94b;border-radius:1px;z-index:3}.vehicle-ramp{background:#fc8181}.direction-arrow{text-align:right;font-size:.75rem;color:#a0aec0;margin-top:2px}.highway-svg{width:100%;height:180px;border-radius:4px;overflow:visible}.viz-legend{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;font-size:.78rem;color:#4a5568}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:3px;vertical-align:middle}.viz-info{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;padding:.5rem;background:#f7fafc;border-radius:4px;margin-top:2.5rem}.viz-info span{padding:.2rem .5rem;background:#fff;border-radius:3px}.active-on{background:#c6f6d5!important;color:#22543d;font-weight:600}.active-off{background:#fed7d7!important;color:#742a2a}.psm{font-size:.85rem}.psm-error{background:#fed7d7;color:#c53030;padding:.4rem .6rem;border-radius:4px;margin-bottom:.5rem;cursor:pointer;font-size:.78rem}.psm-loaded{background:#ebf8ff;color:#2b6cb0;padding:.35rem .6rem;border-radius:4px;margin-bottom:.5rem;font-size:.78rem}.psm-toolbar{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.6rem}.psm-toolbar-row{display:flex;gap:.4rem}.psm-btn{border:none;border-radius:5px;cursor:pointer;font-size:.78rem;padding:.4rem .7rem;transition:all .15s;font-weight:500}.psm-btn-save{background:#3182ce;color:#fff;width:100%}.psm-btn-save:hover{background:#2b6cb0}.psm-btn-save:disabled{background:#a0aec0;cursor:not-allowed}.psm-btn-sec{background:#edf2f7;color:#4a5568;flex:1}.psm-btn-sec:hover{background:#e2e8f0}.psm-btn-active{background:#3182ce;color:#fff;flex:1}.psm-full-width{width:100%;margin-bottom:.4rem}.psm-hint{text-align:center;color:#718096;font-size:.75rem;padding:.3rem;margin-bottom:.4rem}.psm-back-btn{border:none;background:#edf2f7;color:#4a5568;padding:.35rem .7rem;border-radius:5px;cursor:pointer;font-size:.78rem;margin-bottom:.5rem}.psm-back-btn:hover{background:#e2e8f0}.psm-dialog{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.6rem;margin-bottom:.6rem}.psm-dialog input{width:100%;padding:.4rem .5rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.82rem;margin-bottom:.4rem;box-sizing:border-box}.psm-dialog input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 1px #3182ce}.psm-dialog-btns{display:flex;gap:.4rem}.psm-list{display:flex;flex-direction:column;gap:.35rem;max-height:280px;overflow-y:auto}.psm-card{display:flex;align-items:center;padding:.5rem;background:#f7fafc;border-radius:6px;border:1.5px solid #e2e8f0;transition:all .15s}.psm-card:hover{border-color:#90cdf4;background:#ebf8ff}.psm-card-sel{border-color:#3182ce!important;background:#ebf8ff}.psm-card-loaded{border-color:#68d391;background:#f0fff4}.psm-card-main{flex:1;display:flex;align-items:center;gap:.4rem;cursor:pointer;min-width:0}.psm-cb{margin:0;flex-shrink:0}.psm-card-text{flex:1;min-width:0}.psm-card-title{font-weight:600;font-size:.82rem;color:#2d3748;display:flex;align-items:center;gap:.3rem}.psm-tag{background:#3182ce;color:#fff;font-size:.6rem;padding:.08rem .3rem;border-radius:3px;font-weight:400;text-transform:uppercase;letter-spacing:.03em}.psm-card-desc{font-size:.72rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.psm-card-meta{font-size:.68rem;color:#a0aec0;margin-top:1px}.psm-card-actions{display:flex;gap:2px;flex-shrink:0;margin-left:.3rem}.psm-card-actions button{background:none;border:none;cursor:pointer;padding:.2rem .35rem;border-radius:3px;font-size:.82rem;color:#a0aec0;transition:all .15s}.psm-card-actions button:hover{background:#e2e8f0;color:#2d3748}.psm-del:hover{background:#fed7d7!important;color:#c53030!important}.psm-empty{color:#a0aec0;text-align:center;padding:1.5rem 0;font-size:.8rem}.psm-loading{color:#718096;text-align:center;padding:1rem}.psc-container{font-size:.85rem}.psc-container h4{margin:.5rem 0 .75rem}.psc-summary{padding:.5rem .75rem;background:#f7fafc;border-radius:4px;margin-bottom:.75rem;font-weight:600}.psc-group{margin-bottom:.5rem;border:1px solid #e2e8f0;border-radius:4px;overflow:hidden}.psc-group summary{cursor:pointer;padding:.4rem .6rem;font-weight:600;font-size:.82rem;background:#f7fafc}.psc-group-diff{color:#c53030}.psc-diff-count{font-weight:400;color:#e53e3e;margin-left:.3rem;font-size:.75rem}.psc-table{width:100%;border-collapse:collapse;font-size:.78rem}.psc-table th{text-align:left;padding:.3rem .5rem;background:#edf2f7;font-weight:600;border-bottom:1px solid #e2e8f0}.psc-table td{padding:.25rem .5rem;border-bottom:1px solid #f7fafc}.psc-param-name{font-family:monospace;color:#4a5568}.psc-row-diff{background:#fffbeb}.psc-val-a{color:#c53030;font-weight:600}.psc-val-b{color:#2f855a;font-weight:600}.help-btn{background:none;border:1.5px solid rgba(255,255,255,.4);color:#fff;border-radius:50%;width:28px;height:28px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;margin-left:auto}.help-btn:hover{background:#ffffff26;border-color:#fff}.help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000080;display:flex;align-items:center;justify-content:center;animation:help-fade-in .15s ease}@keyframes help-fade-in{0%{opacity:0}to{opacity:1}}.help-modal{background:#fff;border-radius:12px;width:min(900px,90vw);max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.help-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-bottom:1px solid #e2e8f0}.help-header h2{margin:0;font-size:1.1rem;color:#1a365d}.help-tabs{display:flex;gap:0;border-radius:6px;overflow:hidden;border:1px solid #cbd5e0}.help-tab{background:#f7fafc;border:none;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;color:#4a5568;cursor:pointer;transition:all .15s}.help-tab:not(:last-of-type){border-right:1px solid #cbd5e0}.help-tab:hover{background:#edf2f7}.help-tab.active{background:#1a365d;color:#fff}.help-close{background:none;border:none;font-size:1.5rem;color:#a0aec0;cursor:pointer;padding:0 .3rem;line-height:1}.help-close:hover{color:#2d3748}.help-body{overflow-y:auto;padding:1.5rem;font-size:.88rem;color:#2d3748;line-height:1.6}.help-section{margin-bottom:1.5rem}.help-section h3{margin:0 0 .5rem;font-size:.95rem;color:#1a365d;border-bottom:1px solid #e2e8f0;padding-bottom:.3rem}.help-section ol,.help-section ul{margin:.3rem 0;padding-left:1.5rem}.help-section li{margin:.2rem 0}.help-section p{margin:.3rem 0}.help-section details{margin:.4rem 0;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.help-section details summary{cursor:pointer;padding:.4rem .7rem;font-weight:600;font-size:.85rem;background:#f7fafc;color:#2d3748}.help-section details[open] summary{border-bottom:1px solid #e2e8f0}.help-section details>:not(summary){padding:.5rem .7rem}.help-table{width:100%;border-collapse:collapse;font-size:.82rem;margin:.3rem 0}.help-table th{text-align:left;padding:.3rem .5rem;background:#edf2f7;font-weight:600;font-size:.78rem;border-bottom:1px solid #cbd5e0}.help-table td{padding:.25rem .5rem;border-bottom:1px solid #f0f0f0}.help-table tr:last-child td{border-bottom:none}.help-table kbd{background:#edf2f7;border:1px solid #cbd5e0;border-radius:3px;padding:.1rem .4rem;font-family:monospace;font-size:.8rem}.help-note{font-size:.78rem;color:#718096;font-style:italic}.help-algo{font-size:.84rem}.help-section-muted{opacity:.7}@media (max-width: 1100px){.app-main{grid-template-columns:1fr}.sidebar-left,.sidebar-right,.content{max-height:none}}
