:root{--win:#c9c9c9;--win2:#e8e8e8;--line:#7c7c7c;--dark:#333;--blue:#0a4d9b;--sel:#d8e7fb;--mod:#fff0a8;--ok:#dff0df;--warn:#fff0c7;--bad:#f7d7d3;--text:#111;font-family:"Segoe UI",Tahoma,Arial,sans-serif;color:var(--text);background:#7f858a}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#7f858a}button,input{font:inherit}.app{height:100vh;min-height:680px;display:grid;grid-template-rows:30px 28px 40px 42px minmax(0,1fr) 24px;background:#b8b8b8;border:1px solid #555}.titlebar{display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:linear-gradient(#154d89,#0b3561);color:#fff;font-size:12px;font-weight:600}.titlebar a{color:#fff;text-decoration:none}.menubar{display:flex;align-items:center;gap:2px;padding:0 4px;background:#dedede;border-bottom:1px solid #8e8e8e}.menuBtn,.menuLink{height:25px;border:0;background:transparent;padding:0 10px;color:#111;text-decoration:none;font-size:12px;cursor:pointer;display:inline-flex;align-items:center}.menuBtn:hover,.menuLink:hover{background:#c7d8eb}.toolbar{display:flex;align-items:center;gap:5px;padding:4px 7px;background:#cfcfcf;border-top:1px solid #eee;border-bottom:1px solid #777}.toolBtn{height:29px;border:1px solid #777;border-top-color:#fff;border-left-color:#fff;background:#dcdcdc;padding:0 10px;font-size:12px;cursor:pointer;box-shadow:inset -1px -1px #aaa}.toolBtn:active{border-color:#777 #fff #fff #777}.toolBtn.primary{font-weight:700}.sep{height:25px;width:1px;background:#888;margin:0 3px}.rpmbar{display:flex;align-items:center;gap:4px;padding:5px 8px;background:#bfbfbf;border-bottom:1px solid #666;overflow-x:auto}.rpmbar strong{font-size:11px;margin-right:5px;white-space:nowrap}.rpmBtn{min-width:60px;height:28px;border:1px solid #777;background:#e4e4e4;cursor:pointer;font-size:11px}.rpmBtn.active{background:#0a4d9b;color:#fff;border-color:#062f61}.workspace{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:0}.treePane{background:#ececec;border-right:1px solid #666;display:grid;grid-template-rows:27px 34px minmax(0,1fr) 24px;min-width:0}.paneTitle{padding:5px 7px;background:#d0d0d0;border-bottom:1px solid #888;font-size:11px;font-weight:700}.treeSearch{margin:5px 6px;padding:4px 6px;border:1px solid #888;background:#fff;font-size:11px;width:calc(100% - 12px)}.tree{overflow:auto;padding:4px}.treeGroup{margin-bottom:7px}.treeGroupTitle{font-size:10px;font-weight:700;color:#444;padding:4px 5px;text-transform:uppercase}.mapItem{width:100%;border:0;background:transparent;text-align:left;padding:5px 7px;display:grid;grid-template-columns:14px 1fr auto;gap:5px;align-items:center;font-size:11px;cursor:pointer}.mapItem:hover{background:#dbe6f4}.mapItem.active{background:#0a4d9b;color:#fff}.mapItem.modified:not(.active){background:#fff0a8}.mapIcon{width:9px;height:9px;border:1px solid #555;background:#fff}.mapState{font-size:9px}.treeFoot{display:flex;justify-content:space-between;padding:4px 6px;border-top:1px solid #aaa;background:#d6d6d6;font-size:9px}.editorPane{display:grid;grid-template-rows:28px minmax(0,1fr);background:#8d9296;min-width:0}.docBar{display:flex;justify-content:space-between;align-items:center;padding:0 8px;background:#d9d9d9;border-bottom:1px solid #777;font-size:11px}.editorSurface{position:relative;overflow:auto;padding:14px}.empty{position:absolute;inset:0;display:grid;place-items:center;color:#efefef;text-align:center}.emptyBox{border:1px solid #6c7175;background:#777d82;padding:22px 28px;max-width:440px;box-shadow:2px 2px 0 #555}.emptyBox strong{display:block;font-size:15px}.emptyBox small{display:block;margin-top:8px;line-height:1.5}.tableWindow{display:inline-block;min-width:min(100%,900px);background:#d8d8d8;border:1px solid #444;box-shadow:2px 2px 0 #555}.tableCaption{display:flex;justify-content:space-between;padding:5px 7px;background:#0a4d9b;color:#fff;font-size:11px}.tableWrap{overflow:auto;max-width:100%}.calTable{border-collapse:collapse;background:#fff;min-width:760px}.calTable th,.calTable td{border:1px solid #8b8b8b;padding:0;text-align:center;font-size:10px;white-space:nowrap}.calTable th{background:#d5d5d5;font-weight:600;padding:5px 7px}.calCell{width:72px;height:31px;border:0;background:#fff;text-align:right;padding:4px 6px;font:11px Consolas,"Courier New",monospace;outline:none}.calCell:focus{box-shadow:inset 0 0 0 2px #0a4d9b;background:#eaf3ff}.calCell.modified{background:var(--mod)}.mapHelp{padding:7px 9px;border-top:1px solid #888;background:#ededed;font-size:10px}.statusbar{display:flex;justify-content:space-between;align-items:center;padding:0 7px;background:#d2d2d2;border-top:1px solid #fff;font-size:10px}.modal{position:fixed;inset:0;background:rgba(0,0,0,.42);display:none;align-items:center;justify-content:center;z-index:100}.modal.open{display:flex}.dialog{width:min(1080px,94vw);max-height:90vh;background:#d5d5d5;border:2px solid #eee;border-right-color:#444;border-bottom-color:#444;box-shadow:8px 8px 20px rgba(0,0,0,.35);display:grid;grid-template-rows:30px minmax(0,1fr) 38px}.dialogTitle{display:flex;justify-content:space-between;align-items:center;padding:0 8px;background:#0a4d9b;color:#fff;font-size:12px;font-weight:700}.dialogClose{border:1px solid #eee;border-right-color:#555;border-bottom-color:#555;background:#d7d7d7;width:24px;height:22px;cursor:pointer}.dialogBody{overflow:auto;padding:12px;background:#ececec}.dialogFoot{display:flex;justify-content:flex-end;gap:7px;align-items:center;padding:5px 8px;border-top:1px solid #999;background:#d2d2d2}.dlgBtn{min-width:84px;height:27px;border:1px solid #777;border-top-color:#fff;border-left-color:#fff;background:#ddd;cursor:pointer}.setupGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.group{border:1px solid #888;background:#e3e3e3}.group legend,.groupTitle{font-size:11px;font-weight:700;padding:0 5px}.groupBody{padding:8px;display:grid;gap:8px}.choiceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.choice{border:1px solid #888;background:#f0f0f0;padding:7px;text-align:left;cursor:pointer;font-size:10px}.choice.active{background:#cfe1f7;border-color:#0a4d9b}.field{display:grid;gap:3px;font-size:10px}.field input{height:29px;border:1px solid #888;background:#fff;padding:4px 6px}.row2{display:grid;grid-template-columns:1fr 1fr;gap:7px}.note{padding:7px 8px;background:#f6f6f6;border:1px solid #aaa;font-size:10px;line-height:1.45}.sourceRow{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.sourceCard{border:1px solid #888;background:#f3f3f3;padding:9px;cursor:pointer;text-align:left}.sourceCard.active{background:#dcecff;border-color:#0a4d9b}.sourceCard b{display:block;font-size:11px}.sourceCard small{display:block;margin-top:4px;font-size:9px;color:#444}.turboTools{display:flex;gap:6px}.turboSearch{flex:1;height:29px;border:1px solid #888;background:#fff;padding:4px 6px}.turboGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;max-height:260px;overflow:auto;padding:2px}.turboCard{border:1px solid #888;background:#f5f5f5;padding:7px;text-align:left;cursor:pointer}.turboCard.active{background:#cfe1f7;border-color:#0a4d9b}.turboCard b{display:block;font-size:10px}.turboCard small{display:block;font-size:9px;color:#555;margin-top:3px}.locationWrap{position:relative}.suggestions{position:absolute;z-index:10;top:100%;left:0;right:0;background:#fff;border:1px solid #777;max-height:170px;overflow:auto}.suggestions:empty{display:none}.suggestion{display:block;width:100%;border:0;border-bottom:1px solid #ddd;background:#fff;text-align:left;padding:6px;font-size:10px;cursor:pointer}.suggestion:hover{background:#e6f0fb}.weatherStatus{font-size:9px;color:#444}.resultsTabs{display:flex;gap:2px;margin-bottom:8px}.tabBtn{border:1px solid #777;background:#d7d7d7;height:26px;padding:0 12px;cursor:pointer;font-size:10px}.tabBtn.active{background:#fff;border-bottom-color:#fff}.resultPanel{display:none}.resultPanel.active{display:block}.metricGrid{display:grid;grid-template-columns:repeat(6,1fr);gap:5px;margin-bottom:8px}.metric{border:1px solid #888;background:#f6f6f6;padding:7px}.metric span{display:block;font-size:8px;color:#555}.metric b{display:block;font-size:15px;margin-top:3px}.plot{background:#fff;border:1px solid #666;overflow:auto}.plot svg{width:100%;min-width:850px;height:auto;display:block}.legend{display:flex;gap:14px;padding:6px 2px;font-size:9px}.legend i{display:inline-block;width:18px;height:2px;vertical-align:middle;margin-right:4px}.dataTable{width:100%;border-collapse:collapse;background:#fff;font-size:10px}.dataTable th,.dataTable td{border:1px solid #999;padding:5px;text-align:right}.dataTable th{background:#d4d4d4}.dataTable tr.selected{background:#dcecff}.trace{background:#101010;color:#ddd;border:1px solid #555;padding:10px;font:11px/1.5 Consolas,"Courier New",monospace;white-space:pre;overflow:auto}.warningList{display:grid;gap:5px;margin-top:8px}.warning{padding:7px 8px;border:1px solid #888;background:#f7f7f7;font-size:10px}.warning.ok{background:var(--ok)}.warning.warn{background:var(--warn)}.warning.bad{background:var(--bad)}@media(max-width:900px){.workspace{grid-template-columns:220px minmax(0,1fr)}.setupGrid{grid-template-columns:1fr}.metricGrid{grid-template-columns:repeat(3,1fr)}.turboGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.app{height:auto;min-height:100vh}.workspace{grid-template-columns:1fr;grid-template-rows:300px minmax(500px,1fr)}.treePane{border-right:0;border-bottom:1px solid #666}.toolbar{overflow-x:auto}.metricGrid{grid-template-columns:repeat(2,1fr)}.choiceGrid,.sourceRow,.turboGrid,.row2{grid-template-columns:1fr}.dialog{width:98vw;max-height:94vh}.rpmBtn{min-width:56px}}