[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#eceff1;color:#212121}html,body,#root{height:100%;overflow:hidden}.app{display:flex;justify-content:center;align-items:flex-start;padding:8px;height:100dvh;overflow:hidden}.solver-container{display:flex;flex-direction:column;width:100%;max-width:1000px;max-height:calc(100dvh - 16px);background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #00000026}.control-bar{display:flex;flex-wrap:wrap;gap:8px;padding:8px;background:#546e7a;flex-shrink:0}.top-control-bar{flex-wrap:nowrap}.ctrl-btn{flex:1 1 auto;min-width:80px;padding:7px 12px;background:#fff;color:#37474f;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;box-shadow:0 1px 3px #0000004d;transition:background .15s,box-shadow .15s;white-space:nowrap;user-select:none;-webkit-user-select:none}.ctrl-btn:hover:not(:disabled){background:#eceff1;box-shadow:0 2px 6px #0000004d}.ctrl-btn:disabled{opacity:.45;cursor:not-allowed}.calc-btn{background:#1976d2;color:#fff}.calc-btn:hover:not(:disabled){background:#1565c0}.grid-container{display:flex;flex-direction:column;flex:0 1 auto;min-height:0;overflow:hidden}.grid-scroll{display:block;min-height:0}.grid-scroll.simplebar{flex:1 1 auto}.grid-scroll .simplebar-wrapper,.grid-scroll .simplebar-mask,.grid-scroll .simplebar-offset,.grid-scroll .simplebar-content-wrapper{height:100%}.grid-scroll .simplebar-content-wrapper{overflow-x:hidden}.grid-scroll .simplebar-content{min-height:100%}.grid-scroll .simplebar-track.simplebar-vertical{width:8px;right:0;background:#eceff1}.grid-scroll .simplebar-scrollbar:before{left:0;right:0;top:0;bottom:0;opacity:1;background:#90a4ae;border-radius:4px}.grid-row{display:flex;border-bottom:1px solid #cfd8dc;flex-shrink:0}.grid-cell{flex:1 1 0;min-width:0;padding:6px;border:none;border-right:1px solid #cfd8dc;border-radius:0;font-size:.875rem;outline:none;background:#fff;color:#212121;text-align:center}.grid-cell{width:100%}.grid-cell:last-child{border-right:none}.grid-cell:focus{background:#e3f2fd}.cell-col0{flex:2 1 0}.cell-name{text-align:left}.grid-row .cell-disabled{border-right:1px solid #cfd8dc;background:transparent;color:#212121;text-align:center;font-weight:400}.cell-disabled{background:#eceff1;color:#546e7a;cursor:default;font-weight:500}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-box{background:#fff;border-radius:8px;padding:24px;max-width:480px;width:100%;max-height:80dvh;display:flex;flex-direction:column;gap:16px;box-shadow:0 8px 32px #0000004d}.modal-title{font-size:1.25rem;font-weight:600;color:#37474f}.modal-message{flex:1;overflow-y:auto;white-space:pre-wrap;font-family:inherit;font-size:.9rem;line-height:1.6;color:#212121}.modal-close-btn{align-self:flex-end;flex:0 0 auto}
