body{font-family:Courier New,Courier,monospace;margin:0;padding:0;background:#f5f5f5;color:#222}.container{display:flex;flex-direction:row;height:100vh;overflow:hidden}.left-panel{flex:1;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.visualiser-section{flex-grow:1;display:flex;flex-direction:column;align-items:center;position:relative;min-height:200px;max-height:60vh}.vector-toggle-overlay{position:absolute;top:10px;right:10px;background:#fffffff2;padding:8px 12px;border-radius:8px;box-shadow:0 2px 6px #00000026;font-size:1rem;display:flex;flex-direction:column;gap:6px;z-index:20;border:1px solid #999}.vector-toggle-overlay label{display:flex;align-items:center;gap:8px;font-weight:600;color:#333;font-size:1rem;font-family:inherit;-webkit-user-select:none;user-select:none}.vector-toggle-overlay input[type=checkbox]{transform:scale(1.2);accent-color:#444;cursor:pointer}.controls{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10;background:#ffffffd9;padding:5px 10px;border-radius:8px;box-shadow:0 2px 4px #0000001a;align-items:center}.controls button{flex:1;min-width:100px;min-height:60px;font-family:inherit;background-color:#fff;color:#222;border:2px solid #999;padding:10px 16px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .2s ease;align-items:center}.controls button:hover{background-color:#d0d0d0}.controls button:active{background-color:#aaa;color:#fff}.controls button img{object-fit:contain}#aircraftCanvas{width:100%;height:100%;object-fit:contain;max-height:100%;border:1px solid #999;background:#fff}.right-panel{flex:1;display:flex;flex-direction:column;gap:10px;padding:10px;box-sizing:border-box}.chart-section{display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 0 6px #0000001a;padding:10px;overflow-y:auto;position:relative;min-height:0;flex:1}.chart-section:first-child{flex:3}.chart-section:last-child{flex:2}.chart-container{display:flex;flex-direction:column;height:100%;width:97%}#stateTabs{display:flex;min-height:50px;padding:4px 0;box-sizing:border-box;border-bottom:2px solid #ccc;margin-bottom:10px;overflow:hidden;border-radius:6px 6px 0 0;flex:0 0 auto}.tab-button{flex:1;padding:10px 16px;background:#e0e0e0;border:2px solid #999;border-bottom:none;color:#333;font-weight:600;font-size:1.5rem;font-family:Courier New,Courier,monospace;text-align:center;cursor:pointer;transition:all .2s ease;margin-right:-1px;position:relative;top:2px;z-index:1}.tab-button:hover{background-color:#d0d0d0}.tab-button.active{background-color:#fff;color:#000;border-bottom:2px solid white;z-index:2;top:0;box-shadow:0 -2px 4px #0000001a}.info-panels.row{display:flex;flex-direction:row;gap:10px}.panel{background:#fff;padding:10px;border-radius:8px;flex:1;box-shadow:0 0 6px #0000001a;overflow-y:auto;max-height:350px}.panel.half{width:50%}.coeff-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.coeff-header h3{margin:0;font-size:1.3rem;font-weight:700;color:#222}.coeff-header button{padding:6px 14px;font-size:.9rem;background-color:#fff;color:#333;border-radius:6px;border:2px solid #999;cursor:pointer;transition:background-color .2s ease}.coeff-header button:hover{background-color:#d0d0d0}.slider-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.slider-row label{flex:0 0 60px;font-weight:600;color:#333;-webkit-user-select:none;user-select:none;font-size:1.5rem}.slider-row input[type=range]{flex:1;height:6px;background:#ccc;border-radius:3px;cursor:pointer;outline:none}.slider-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#555;border-radius:50%;border:1px solid #333;cursor:pointer;transition:background-color .2s ease;margin-top:-5px}.slider-row input[type=range]:hover::-webkit-slider-thumb{background:#444}.slider-row span{flex:0 0 60px;text-align:right;font-weight:600;color:#222;-webkit-user-select:none;user-select:none}#coeffControls input[type=range]{width:100%;height:6px;background:#ccc;border-radius:3px;outline:none;margin-top:4px}#coeffControls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#555;border:1px solid #888;border-radius:50%;cursor:pointer;transition:background .2s}#coeffControls input[type=range]::-webkit-slider-thumb:hover{background:#333}#coeffControls input[type=range]::-moz-range-thumb{width:14px;height:14px;background:#555;border:1px solid #888;border-radius:50%;cursor:pointer;transition:background .2s}#coeffControls input[type=range]::-moz-range-thumb:hover{background:#333}#poleChart,#stateChart{width:100%!important;height:100%!important;display:block;flex:1 1 auto}button{padding:10px 20px;font-size:1rem;border-radius:6px;font-weight:600;font-family:inherit;background-color:#e0e0e0;color:#222;border:1px solid #999;cursor:pointer;transition:background-color .2s ease}button:hover{background-color:#d0d0d0}button:active{background-color:#aaa;color:#fff}button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}#playButton{background:none;border:none;padding:0;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center}#playPauseIcon{width:40px;height:40px;object-fit:contain;display:block}.value-box{width:60px;font-family:inherit;font-size:1rem;padding:4px;border:1px solid #999;border-radius:4px;text-align:right}.value-box::-webkit-outer-spin-button,.value-box::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.value-box[type=number]{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}#steadyStateInfo ul{list-style:none;padding-left:0;margin:0;font-size:1rem;line-height:1.4;font-family:Courier New,monospace;color:#222}#steadyStateInfo ul li{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:3px 0;border-bottom:1px solid #eee}#steadyStateInfo ul li span,#steadyStateInfo ul li .MathJax{display:inline-flex!important;align-items:center!important}#steadyStateInfo ul li:last-child{border-bottom:none}#steadyStateInfo ul li span{font-weight:700;color:#000;white-space:nowrap}.steady-state-select-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:1rem}.steady-state-select-row select{padding:4px 10px;font-family:inherit;font-size:1rem;border:1px solid #999;border-radius:6px;background:#fff;color:#222}.source-link{position:absolute;bottom:10px;left:10px;font-family:Courier New,monospace;font-size:12px;background:#ffffffd9;padding:4px 8px;border-radius:4px;text-decoration:none;color:#000;box-shadow:0 0 4px #0000001a;z-index:10}.info-panels.row{display:flex;flex-direction:row;gap:10px;flex:1;min-height:0}
