@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter','Segoe UI',sans-serif;font-size:13px;background:#f0f2f5;color:#1c1e21}.header{display:flex;align-items:center;gap:14px;padding:10px 20px;background:#fff;border-bottom:1px solid #dddfe2;flex-wrap:wrap;box-shadow:0 1px 3px rgba(0,0,0,.08)}.header label{font-weight:500;font-size:13px;white-space:nowrap;color:#65676b}h1{font-size:21px;color:#1877f2;margin:0;font-weight:700}.header input[type=text]{padding:6px 12px;border:1px solid #dddfe2;border-radius:20px;width:160px;background:#f0f2f5;font-family:inherit;transition:all .2s}.header input[type=text]:focus{border-color:#1877f2;background:#fff;outline:none;box-shadow:0 0 0 2px rgba(24,119,242,.15)}.btn{padding:7px 18px;border:none;border-radius:20px;background:#e4e6eb;cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;transition:all .15s;color:#1c1e21}.btn:hover{background:#d8dadf}.btn-sm{padding:4px 10px;font-size:12px;border-radius:16px}.btn-primary{background:#1877f2;color:#fff}.btn-primary:hover{background:#1664d9}.btn-orange{background:#e7f3ff;color:#1877f2;font-weight:600}.btn-orange:hover{background:#d2e9ff}.btn-undo,.btn-redo{background:#e4e6eb;color:#1c1e21;padding:5px 14px;border-radius:20px}.btn-undo:hover,.btn-redo:hover{background:#d8dadf}.btn-undo:disabled,.btn-redo:disabled{opacity:0.35;cursor:default}.btn-add{background:#e7f3ff;color:#1877f2;margin-top:8px;border-radius:20px}.btn-add:hover{background:#d2e9ff}.btn-insert{background:#e8f5e9;border:none;color:#2e7d32;border-radius:50%;cursor:pointer;padding:2px 8px;font-size:13px;font-weight:bold}.btn-insert:hover{background:#c8e6c9}.btn-regen{background:#e7f3ff;border:none;color:#1877f2;border-radius:50%;cursor:pointer;padding:4px 10px;font-size:16px;font-weight:bold;line-height:1}.btn-regen:hover{background:#d2e9ff}.btn-remove{background:#ffebee;border:none;color:#d32f2f;border-radius:50%;cursor:pointer;padding:2px 8px;font-size:13px}.btn-remove:hover{background:#ffcdd2}.separator{color:#dddfe2;margin:0 4px}.columns{display:flex;gap:14px;padding:14px;align-items:flex-start}.col-left{width:40%;min-width:340px;display:flex;flex-direction:column;gap:10px}.col-right{width:1100px;min-width:1100px;position:sticky;top:0}#graph-container{background:#fff;border-radius:12px;min-height:500px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}table.layer-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}table.layer-table th,table.layer-table td{border:none;border-bottom:1px solid #f0f2f5;padding:5px 8px;text-align:center;font-size:12px}table.layer-table th{background:#f7f8fa;color:#65676b;font-weight:600;font-size:11px}table.layer-table tr.layer-main-row ~ tr.layer-main-row td{border-top:2px solid #1877f2 !important}table.layer-table input{width:100%;border:1px solid #dddfe2;border-radius:8px;padding:4px 6px;font-size:12px;text-align:center;background:#f0f2f5;font-family:inherit;transition:all .15s}table.layer-table input:focus{border-color:#1877f2;background:#fff;outline:none;box-shadow:0 0 0 2px rgba(24,119,242,.12)}table.layer-table .ige-input{width:90px;text-align:left}table.layer-table .num-input{width:60px}.ige-cell{position:relative}.ige-dropdown{position:absolute;top:100%;left:0;z-index:100;background:#fff;border:1px solid #dddfe2;max-height:200px;overflow-y:auto;width:360px;display:none;box-shadow:0 4px 16px rgba(0,0,0,.12);border-radius:8px}.ige-dropdown div{padding:6px 10px;cursor:pointer;font-size:12px}.ige-dropdown div:hover,.ige-dropdown div.active{background:#f0f2f5}.ige-dropdown .separator{border-top:1px solid #f0f2f5;font-size:10px;color:#999;padding:3px 10px;cursor:default}.data-section{background:#fff;border-radius:12px;padding:8px 12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.data-toggle{cursor:pointer;font-weight:600;color:#1877f2;user-select:none;font-size:13px}.data-table-wrap{max-height:400px;overflow-y:auto;margin-top:6px}table.data-table{width:100%;border-collapse:collapse;font-size:12px}table.data-table th,table.data-table td{border:none;border-bottom:1px solid #f0f2f5;padding:4px 6px;text-align:center}table.data-table th{background:#f7f8fa;position:sticky;top:0;color:#65676b;font-weight:600;font-size:11px}table.data-table input{width:60px;border:1px solid #dddfe2;border-radius:8px;padding:3px 5px;text-align:center;font-size:12px;background:#f0f2f5;font-family:inherit}table.data-table input:focus{border-color:#1877f2;background:#fff;outline:none}.data-layer-header{background:#e7f3ff;font-weight:600;color:#1877f2;font-size:11px;text-align:left!important;padding:6px 10px!important}.compare-section{background:#fff;border-radius:12px;padding:8px 12px;margin-top:10px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.compare-section img{max-width:100%;margin-top:6px}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:500;justify-content:center;align-items:center}.modal-overlay.show{display:flex}.modal-box{background:#fff;border-radius:12px;padding:24px;min-width:320px;max-width:500px;box-shadow:0 8px 32px rgba(0,0,0,.2)}.modal-box h3{margin-bottom:12px;color:#1c1e21}.modal-box .modal-actions{display:flex;gap:8px;margin-top:14px;justify-content:flex-end}.status-bar{padding:6px 14px;font-size:12px;color:#65676b;background:#f7f8fa;border-top:1px solid #f0f2f5;border-radius:0 0 12px 12px}.offset-info{font-size:11px;color:#65676b;white-space:nowrap}.offset-arrows{display:inline-flex;gap:2px}.ige-desc-row td{border-top:none!important;padding:1px 8px 4px!important;background:transparent}.ige-desc{font-size:11px;color:#65676b;font-style:italic}.noise-zone-row td{border-top:none!important;padding:2px 8px!important;background:#f0f7ff}.noise-zone-row .zone-label{font-size:11px;color:#1877f2;white-space:nowrap}.noise-zone-row .zone-coeff{width:55px;border:1px solid #bbd4f0;border-radius:8px;padding:3px 5px;text-align:center;font-size:12px;background:#e7f3ff;color:#1877f2;font-weight:600;font-family:inherit;-moz-appearance:textfield}.noise-zone-row .zone-coeff::-webkit-inner-spin-button,.noise-zone-row .zone-coeff::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.noise-zone-row .zone-coeff:focus{border-color:#1877f2;outline:none;box-shadow:0 0 0 2px rgba(24,119,242,.15)}.btn-noise-arrow{padding:2px 7px;font-size:11px;border:none;background:#1877f2;border-radius:12px;cursor:pointer;color:#fff;font-family:inherit;font-weight:600}.btn-noise-arrow:hover{background:#1664d9}.zones-toggle{cursor:pointer;font-size:12px;color:#1877f2;user-select:none;border:none;background:none;padding:0;font-weight:600;font-family:inherit}.zones-toggle:hover{text-decoration:underline}.noise-header-row td{border-top:none!important;padding:4px 8px!important;background:#e7f3ff;font-size:11px;color:#1877f2;font-weight:600}.noise-header-row .btn-zone{padding:2px 8px;font-size:11px;border:none;background:#1877f2;border-radius:12px;cursor:pointer;color:#fff;font-family:inherit;font-weight:600}.noise-header-row .btn-zone:hover{background:#1664d9}.offset-zone-row td{border-top:none!important;padding:2px 8px!important;background:#fff7ed}.offset-zone-row .zone-label{font-size:11px;color:#e65100;white-space:nowrap}.offset-zone-row .zone-offset-val{width:44px;border:1px solid #ffd199;border-radius:8px;padding:3px 5px;text-align:center;font-size:12px;background:#fff3e0;color:#e65100;font-weight:600;font-family:inherit;-moz-appearance:textfield}.offset-zone-row .zone-offset-val::-webkit-inner-spin-button,.offset-zone-row .zone-offset-val::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.offset-zone-row .zone-offset-val:focus{border-color:#ff9800;outline:none;box-shadow:0 0 0 2px rgba(255,152,0,.15)}.offset-zone-row .btn-zone{padding:2px 7px;font-size:11px;border:none;background:#ff9800;border-radius:12px;cursor:pointer;color:#fff;font-family:inherit;font-weight:600}.offset-zone-row .btn-zone:hover{background:#f57c00}.offset-header-row td{border-top:none!important;padding:4px 8px!important;background:#fff3e0;font-size:11px;color:#e65100;font-weight:600}.offset-header-row .btn-zone{padding:2px 8px;font-size:11px;border:none;background:#ff9800;border-radius:12px;cursor:pointer;color:#fff;font-family:inherit;font-weight:600}.offset-header-row .btn-zone:hover{background:#f57c00}.ref-popup{position:fixed;bottom:10px;left:10px;z-index:900;width:750px;max-height:85vh;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.2);overflow:hidden;display:none;flex-direction:column}.ref-popup.show{display:flex}.ref-popup-header{display:flex;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid #f0f2f5;flex-shrink:0}.ref-popup-body{overflow-y:auto;padding:10px 14px;flex:1;display:flex;flex-direction:column;gap:14px}.ref-close{margin-left:auto;background:none;border:none;font-size:18px;color:#65676b;cursor:pointer;padding:4px 8px;border-radius:50%}.ref-close:hover{background:#e4e6eb}.ref-table{width:100%;border-collapse:collapse;font-size:11px}.ref-table th,.ref-table td{border:1px solid #e4e6eb;padding:4px 6px;text-align:center}.ref-table th{background:#f7f8fa;color:#65676b;font-weight:600}.ref-table td.null-cell{color:#bcc0c4}.ref-table caption{font-weight:700;font-size:13px;color:#1c1e21;margin-bottom:6px;text-align:left}