:root{--green: #176a1b;--bg-light: #f8f9fa;--panel-bg: rgba(240,240,240,.98);--panel-border: #b9d2bc;--label-color: #1b271c;--result-bg: #232e22;--result-color: #e6ffe6}body{background:var(--bg-light);color:#222;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;box-sizing:border-box}.main-flex{display:flex;width:100vw;min-height:100vh;max-width:100vw;margin:0;background:var(--bg-light);align-items:flex-start;overflow:hidden}.history-panel{width:310px;min-width:215px;max-width:340px;height:100vh;background:#eaf6ea;border-right:1.5px solid #d5e3d8;border-radius:0 18px 18px 0;padding:1.2rem .7rem 1.2rem 1.2rem;box-shadow:2px 0 12px #d5ede486;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;overflow-y:auto;position:relative;flex-shrink:0}.history-panel h4{margin-top:0;font-size:1.09em;color:#125d2a;letter-spacing:.1px;text-align:left;margin-bottom:1.2em}.history-panel ul{padding-left:0;margin:0;list-style:none;flex:1;overflow-y:auto}.history-panel li{display:flex;align-items:center;justify-content:flex-start;gap:7px;background:#fff;border-radius:7px;margin-bottom:10px;padding:.55em .7em .5em .4em;cursor:pointer;border:1.5px solid #ddebd6;transition:box-shadow .12s,border .17s;box-shadow:0 .5px 2px #e4efe9aa;font-size:.99em;min-height:44px;position:relative}.history-panel li.active,.history-panel li:hover{border:2px solid #24b363;box-shadow:0 2px 8px #7ad6ae29;background:#e4fff0}.history-checkbox{margin-right:6px;width:1.13em;height:1.13em}.history-content{flex:1;display:flex;flex-direction:column;min-width:0}.history-content b{font-size:1em;color:#174721;margin-bottom:1px;line-height:1.13;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:170px}.history-content span{font-size:.92em;color:#357a3c;opacity:.92;max-width:170px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.history-actions{display:flex;align-items:center;gap:5px;margin-left:10px}.history-actions button{background:none;border:none;color:#3c6e9c;font-size:1.17em;cursor:pointer;padding:0 2px;transition:color .14s,transform .1s;border-radius:4px;display:flex;align-items:center;height:28px}.history-actions button:focus,.history-actions button:hover{background:#eaf8ef;color:#108a58}.sidebar-resizer{position:absolute;top:0;right:0;width:12px;height:100%;cursor:ew-resize;background:transparent;z-index:10}.sidebar-resizer:hover{background:#c7f7e1}@media (max-width: 900px){.sidebar-resizer{display:none}}.form-panel{flex:1;min-width:0;max-width:100vw;padding:1.5rem 2.6vw 1.7rem 2.4vw;background:none;align-items:stretch;display:flex;flex-direction:column}.title{margin:0 0 1.6em;text-align:center;color:#177c3a;font-size:2em;letter-spacing:.6px;font-weight:800;font-family:Inter,Segoe UI,Arial,sans-serif}form{max-width:650px;margin:0 auto;width:100%;display:flex;flex-direction:column}.panel{margin-bottom:1.5em;background:var(--panel-bg);border:2.2px solid var(--panel-border);border-radius:18px;padding:1.25em 2em 1.2em 1.2em;box-shadow:0 2px 8px #d6e6d8;max-width:700px}.panel-title{color:var(--green);font-weight:700;margin-left:.5em;font-size:1.13em}.form-row{display:flex;align-items:center;margin-bottom:1.1em;gap:17px;flex-wrap:wrap}.form-row label{min-width:145px;color:var(--label-color);font-weight:500}.form-row input,.form-row select,.form-row textarea{font-size:1.05em;padding:.4em .7em;border:1.5px solid #c3dec4;border-radius:6px;margin-left:0;background:#fff;transition:border .15s}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border:1.7px solid #19b56e;background:#e9ffea}.btn-add{margin-left:10px;background:#b1eac3;border:none;border-radius:7px;padding:5px 14px;color:#167c41;font-size:.97em;font-weight:500;cursor:pointer;transition:background .13s,color .13s}.btn-add:hover{background:#6fe2a7;color:#10622c}.added-list{margin:0 0 .8em;padding:0;list-style:none}.added-list li{display:flex;align-items:center;margin-bottom:.32em;font-size:1em}.btn-remove{background:none;color:#bb3c2e;border:none;margin-left:7px;font-size:1.08em;cursor:pointer;padding:0 3px;border-radius:4px}.btn-remove:hover{background:#f2e4e2}.btn-main{background:#15b279;color:#fff;font-size:1.1em;border:none;border-radius:8px;padding:10px 20px;margin:0;font-weight:700;box-shadow:0 2px 8px #cbeede60;cursor:pointer;transition:background .17s,color .14s,opacity .13s;min-width:120px;letter-spacing:.3px}.btn-main:disabled{background:#aaa!important;color:#eee!important;cursor:not-allowed;opacity:.7}.modal-overlay{position:fixed;inset:0;background:#1e2d2926;z-index:60;display:flex;justify-content:center;align-items:center;animation:fadeIn .14s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-panel{background:#fff;border-radius:19px;box-shadow:0 4px 32px #187e6044;padding:2.4em 2em 1.4em 2.1em;min-width:340px;max-width:99vw;min-height:140px;position:relative}.modal-title{margin-top:0;font-size:1.45em;color:#0c7d44;font-weight:700;text-align:center;margin-bottom:1.5em}.modal-close{position:absolute;top:14px;right:22px;border:none;background:none;color:#237265;font-size:1.45em;cursor:pointer;padding:0 2px}.result-table{margin:0 0 2.2em;display:grid;grid-template-columns:max-content 1fr;gap:.5em 1.6em}.result-table dt{color:#196633;font-weight:600;margin:0;display:flex;align-items:center;gap:5px;font-size:1.02em}.result-table dd{margin:0;color:#192c1b;font-weight:500;font-size:1.03em;display:flex;align-items:center}.plot-label{text-align:center;color:#14663e;margin:.4em 0 0;font-size:.97em;font-weight:500}.tooltip-icon{margin-left:4px;display:inline-flex;align-items:center;color:#5ec19f;cursor:help;position:relative}.tooltip-text{position:absolute;left:50%;bottom:110%;transform:translate(-50%);background:#fff;color:#136a34;border:1.3px solid #1ab588;padding:.36em .88em;font-size:.97em;border-radius:7px;box-shadow:0 2px 12px #aadcc47d;white-space:pre-line;z-index:110;min-width:120px;max-width:220px;opacity:.98}@media (max-width: 1100px){.main-flex{flex-direction:column;align-items:stretch;overflow-x:hidden}.history-panel{width:100vw;min-width:0;max-width:none;height:auto;border-radius:0 0 18px 18px;border-right:none;border-bottom:2.5px solid #bbe9c6;box-shadow:0 1px 8px #ddecdc81;padding:1.2rem 1.2rem .6rem;position:relative;z-index:10}.form-panel{width:100vw;min-width:0;max-width:100vw;padding:1.5rem 1.2rem 1.3rem;box-sizing:border-box;align-items:stretch}}@media (max-width: 600px){.form-panel{padding:1rem 2vw 1rem 2vw;min-width:0;max-width:100vw}.panel{max-width:100vw;padding-left:4vw;padding-right:4vw}}@media (prefers-color-scheme: dark){body{background:#171d18;color:#eee}.panel{background:#232e22;border-color:#34553a}.panel-title,label{color:#99efb6}.result-panel{background:#181f19;border-color:#60d090}.history-panel{background:#233824;color:#d0ffe6;border-right:2.5px solid #41795c}.history-panel li{background:#1e2820}.history-panel li.active,.history-panel li:hover{background:#324d3a}}
