body{margin:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#app{width:100vw;height:100vh}#ui-panel{position:absolute;top:10px;right:10px;width:300px;max-height:90vh;overflow-y:auto;background:#fffffff2;padding:0;border-radius:8px;box-shadow:0 2px 10px #0003;display:flex;flex-direction:column;z-index:100;transition:opacity .3s,transform .3s}#ui-panel.hidden{opacity:0;pointer-events:none;transform:translate(20px)}.panel-header{padding:12px 12px 0}.panel-body{padding:12px;overflow-y:auto}h3{margin-top:0;margin-bottom:10px;text-align:center;font-size:1.1em}.section{margin-bottom:15px}.section-title{font-weight:700;font-size:.9em;margin-bottom:8px;color:#444;border-bottom:1px solid #eee;padding-bottom:4px}.control-group{margin-bottom:12px}label{display:block;margin-bottom:5px;font-weight:700;font-size:.85em;color:#333}select,input[type=number],input[type=file],input[type=text]{width:100%;padding:6px;box-sizing:border-box;margin-bottom:5px;border:1px solid #ccc;border-radius:4px}input[type=color]{width:100%;height:32px;padding:2px;border:1px solid #ccc;border-radius:4px;cursor:pointer}input[type=file]{font-size:.85em;padding:4px}.coord-inputs{display:flex;gap:5px}.btn-row{display:flex;gap:5px;margin-bottom:5px}button{width:100%;padding:8px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-bottom:5px;font-size:.9em;transition:all .2s}button:hover{opacity:.9}.small-btn{flex:1;padding:6px;font-size:.85em}.blue-btn{background-color:#2196f3}.blue-btn:hover{background-color:#1976d2}.gray-btn{background-color:#9e9e9e}.gray-btn:hover{background-color:#757575}.red-btn{background-color:#f44336}.red-btn:hover{background-color:#d32f2f}#clear-btn{background-color:#f44336;margin-top:10px}hr{border:0;border-top:1px solid #ddd;margin:12px 0}.tabs{display:flex;border-bottom:1px solid #ddd;background:#f9f9f9;border-radius:4px 4px 0 0}.tab-btn{flex:1;padding:10px 5px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-weight:700;color:#666;margin-bottom:0;border-radius:0;font-size:.85em}.tab-btn:hover{background-color:#eee}.tab-btn.active{color:#2196f3;border-bottom:3px solid #2196F3;background-color:#fff}.tab-content{display:none;animation:fadeIn .3s}.tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.compact-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.compact-row label{margin-bottom:0;margin-right:10px;white-space:nowrap}.compact-row input,.compact-row select{width:auto;flex:1;margin-bottom:0}.slider-row{display:flex;align-items:center;margin-bottom:8px;gap:8px}.slider-row label{min-width:70px;margin-bottom:0;font-size:.85em}.slider-row input[type=range]{flex:1;height:6px;margin:0;-webkit-appearance:none;appearance:none;background:#ddd;border-radius:3px;outline:none}.slider-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:#2196f3;border-radius:50%;cursor:pointer}.slider-row input[type=range]::-moz-range-thumb{width:14px;height:14px;background:#2196f3;border-radius:50%;cursor:pointer;border:none}.slider-row span{min-width:35px;text-align:right;font-size:.8em;color:#666}#ui-panel::-webkit-scrollbar,.slide-panel-body::-webkit-scrollbar{width:6px}#ui-panel::-webkit-scrollbar-track,.slide-panel-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}#ui-panel::-webkit-scrollbar-thumb,.slide-panel-body::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.slide-panel{position:fixed;top:0;right:-400px;width:380px;height:100vh;background:#fffffffa;box-shadow:-2px 0 15px #0003;z-index:200;display:flex;flex-direction:column;transition:right .3s ease}.slide-panel.open{right:0}.slide-panel-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f5f5f5;border-bottom:1px solid #ddd}.slide-panel-header h3{margin:0;font-size:1.2em;text-align:left}.slide-panel-close{background:none;border:none;font-size:1.8em;cursor:pointer;color:#666;padding:0;margin:0;width:auto;line-height:1}.slide-panel-close:hover{color:#333}.slide-panel-body{flex:1;overflow-y:auto;padding:15px}.slide-content{display:none}.slide-content.active{display:block}.slide-section{margin-bottom:20px}.slide-section h4{margin:0 0 12px;font-size:1em;color:#333;border-bottom:1px solid #eee;padding-bottom:8px}.slide-section h5{margin:15px 0 10px;font-size:.9em;color:#666}.slide-footer{padding:15px 0;border-top:1px solid #eee;margin-top:10px}.slide-footer button{margin:0}.slide-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:150}.slide-overlay.active{display:block}.data-table{width:100%;border-collapse:collapse;font-size:.85em;margin-bottom:10px}.data-table th,.data-table td{padding:8px 6px;text-align:left;border-bottom:1px solid #eee}.data-table th{background:#f5f5f5;font-weight:700;color:#333;font-size:.9em}.data-table tr:hover{background:#fafafa}.data-table input[type=color]{width:36px;height:26px;padding:1px;margin:0}.data-table input[type=number]{width:60px;padding:4px;margin:0;font-size:.9em}.data-table .action-btn{padding:4px 8px;font-size:.75em;margin:0 2px;width:auto}.default-bond-form,.add-rule-form{background:#f9f9f9;padding:12px;border-radius:6px}.form-row{display:flex;align-items:center;margin-bottom:10px}.form-row label{width:100px;margin:0;font-weight:400;color:#555}.form-row input[type=color]{width:50px;height:28px}.form-row input[type=number]{width:80px}.form-row select{width:auto;margin:0}.pair-select{display:flex;align-items:center;gap:8px}.pair-select span{color:#666;font-weight:700}.pair-select select{width:70px}.empty-state{text-align:center;color:#999;padding:20px;font-size:.9em}
