:root{--text:#1f2328;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--error-bg:#fdecea;--error-border:#c0392b;--error-text:#c0392b;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:14px/145% system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--error-bg:#3a1f1f;--error-border:#e57373;--error-text:#e57373}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}h2{color:var(--text-h);margin:0;font-size:14px;font-weight:600}button{font:inherit;border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:4px 10px}button:hover:not(:disabled):not(.preview-toggle-active){border-color:var(--text-h)}button:disabled{opacity:.45;cursor:default}:root{--overlay-backdrop-bg:#00000059;--panel-shadow-sm:0 4px 16px #00000040;--panel-shadow-lg:0 8px 24px #00000040;--control-hover-bg:#0a84ff38}.app-shell{flex-direction:column;width:100%;height:100%;display:flex}.app-layout{flex:auto;width:100%;min-height:0;display:flex}.panel{border-right:1px solid var(--border);box-sizing:border-box;flex-direction:column;min-width:0;display:flex}.panel:last-child{border-right:none}.panel-settings,.panel-stroke-list{flex:0 0 280px;overflow-y:auto}.panel-stroke-list{position:relative}.panel-resize-handle{cursor:col-resize;z-index:1;width:6px;height:100%;position:absolute;top:0;left:-3px}.panel-resize-handle:hover{background:#0a84ff59}.panel-stroke-list.panel-collapsed{flex:0 0 40px}.panel-preview{flex:auto;min-width:0}.panel-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:40px;padding:0 12px;display:flex}.panel-body{flex:1;padding:12px;overflow:auto}.panel-body-settings{flex-direction:column;padding-left:0;padding-right:0;display:flex;overflow:hidden}.panel-body-canvas{padding:0;position:relative}.preview-canvas{color:#1f2328;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.settings-group{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.settings-group label{flex-direction:column;gap:4px;font-size:13px;display:flex}.settings-group label.settings-checkbox-label,label.settings-checkbox-label{flex-direction:row;align-items:center;gap:6px;font-size:13px}.settings-group select{font:inherit;padding:2px 4px}.settings-group h3{color:var(--text-h);margin:0 0 4px;font-size:12px;font-weight:600}.settings-group h3.settings-subheading{margin-top:8px}.field-label{align-items:center;gap:2px;display:inline-flex}.info-hint{display:inline-flex;position:relative}.info-hint-trigger{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:0;display:inline-flex}.info-hint-trigger:hover{color:var(--text-h)}.info-hint-bubble{z-index:20;width:220px;color:var(--text);background:var(--bg);border:1px solid var(--border);box-shadow:var(--panel-shadow-sm);border-radius:4px;padding:6px 8px;font-size:11px;font-weight:400;line-height:1.5;position:fixed}.settings-template-textarea{resize:vertical;box-sizing:border-box;width:100%;min-height:60px;font-family:ui-monospace,monospace;font-size:11px}.gcode-template-vars-details{margin-bottom:12px}.gcode-template-vars-details summary{color:var(--text-h);cursor:pointer;font-size:12px;font-weight:600}.gcode-template-vars{border-collapse:collapse;width:100%;margin-top:6px;font-size:11px}.gcode-template-vars td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:4px 6px}.settings-warning-text{color:var(--error-text);margin:4px 0 0;font-size:11px}.number-field-invalid{outline-color:var(--error-border);border-color:var(--error-border)!important}.settings-file-input-hidden{display:none}.settings-tabs{border-bottom:1px solid var(--border);flex-shrink:0;gap:4px;margin-bottom:12px;padding:0 12px;display:flex}.settings-tabpanel{scrollbar-gutter:stable;flex:auto;min-height:0;padding:0 12px;overflow-y:auto}.settings-tab{color:var(--text);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex:1;padding:6px 4px;font-size:12px}.settings-tab[aria-selected=true]{color:var(--text-h);border-bottom-color:var(--text-h);font-weight:600}.preview-error-overlay{z-index:2;pointer-events:none;flex-direction:column;display:flex;position:absolute;top:0;left:0;right:0}.preview-error-overlay>*{pointer-events:auto}.error-banner{background:var(--error-bg);border-bottom:2px solid var(--error-border);flex-shrink:0;max-height:30vh;padding:8px 16px;overflow-y:auto}.error-banner-header{justify-content:space-between;align-items:center;display:flex}.error-banner-header h3{color:var(--error-text);margin:0;font-size:13px}.error-banner-header button{cursor:pointer;color:var(--error-text);background:0 0;border:none;font-size:16px;line-height:1}.error-banner ul{margin:4px 0 0;padding-left:18px;font-size:12px}.error-banner li{word-break:break-word;color:var(--error-text);margin-bottom:4px}.modal-backdrop{background:var(--overlay-backdrop-bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.drop-overlay{z-index:100;pointer-events:none}.drop-overlay p{background:var(--bg);border:2px dashed var(--text-h);color:var(--text);border-radius:8px;padding:20px 32px;font-size:16px}.processing-overlay-backdrop{z-index:100}.processing-overlay{background:var(--bg);border:1px solid var(--border);min-width:280px;box-shadow:var(--panel-shadow-lg);color:var(--text);border-radius:8px;flex-direction:column;align-items:stretch;gap:10px;padding:16px 20px;font-size:13px;display:flex}.processing-overlay-label{white-space:nowrap;text-align:center;flex-shrink:0}.processing-overlay-track{background:var(--border);border-radius:3px;flex:auto;height:6px;overflow:hidden}.processing-overlay-fill{background:var(--text-h);height:100%;transition:width .12s ease-out}.preview-title{align-items:baseline;gap:8px;min-width:0;display:flex}.preview-filename{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.preview-stats{color:var(--text);white-space:nowrap;font-size:12px}.preview-flags{gap:4px;display:flex}.preview-flag{color:var(--text);border:1px solid var(--border);white-space:nowrap;border-radius:3px;padding:1px 5px;font-size:11px}.preview-controls{align-items:center;gap:16px;font-size:12px;display:flex}.preview-toggle-group{align-items:center;gap:6px;display:flex}.preview-toggle-group-label{color:var(--text);font-size:12px}.preview-toggle-active{background:var(--highlight-selected-bar,#0a84ff);color:#fff;border-color:var(--highlight-selected-bar,#0a84ff)}.stroke-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.stroke-list-item{align-items:center;gap:8px;padding:4px 2px;font-size:12px;display:flex}.stroke-list{--highlight-selected-bg:#0a84ff38;--highlight-selected-bar:#0a84ff;--highlight-hover-bg:#ff950038;--highlight-hover-bar:#ff9500}.stroke-list-item-clickable{cursor:pointer;border-radius:3px}.stroke-list .stroke-list-item-clickable:hover{background:#ff950038;box-shadow:inset 2px 0 #ff9500}.stroke-list-block{list-style:none}.stroke-list-item-block,.stroke-list-item-fill{font-weight:600}.stroke-list-toggle{width:16px;color:var(--text);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:9px;line-height:1}.stroke-list-toggle-spacer{flex-shrink:0;width:16px}.stroke-list-children{border-left:2px solid var(--border);margin:2px 0 2px 8px;padding-left:8px}.stroke-list-index{color:var(--text);text-align:right;min-width:2em}.stroke-list-swatch{border:1px solid var(--border);border-radius:2px;flex-shrink:0;width:10px;height:10px}.stroke-list-label{color:var(--text-h);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stroke-list-fill-reset{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;padding:0 4px;font-size:12px;line-height:1}.stroke-list-fill-reset:hover{background:var(--control-hover-bg);color:var(--text-h)}.stroke-list-fill-error{color:#ff3b30;flex-shrink:0}.stroke-list-item-overridden .stroke-list-label{color:#34c759}.stroke-list-params{color:var(--text);opacity:.8;cursor:default}.stroke-list-swatch-spacer{flex-shrink:0;width:10px}.settings-actions{flex-direction:column;flex-shrink:0;gap:14px;margin-bottom:16px;padding:0 12px;display:flex}.settings-actions-group{flex-direction:column;gap:6px;display:flex}.settings-actions button{width:100%}.settings-preset-menu-trigger{justify-content:space-between;align-items:center;gap:6px;display:flex}.settings-preset-menu-trigger-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.floating-panel{z-index:30;border:1px solid var(--border);background:var(--bg);box-shadow:var(--panel-shadow-sm);border-radius:6px;position:fixed}.settings-preset-menu{flex-direction:column;gap:2px;min-width:180px;max-width:280px;padding:4px;display:flex}.menu-item-base{color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:5px 8px;font-size:12px}.settings-preset-menu-item{text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.settings-preset-menu-item:hover{background:var(--control-hover-bg)}.settings-preset-menu-divider{background:var(--border);height:1px;margin:2px 4px}.settings-actions-row{gap:6px;display:flex}.settings-actions-row button{flex:1 1 0;width:auto}.stroke-context-menu{flex-direction:column;gap:2px;min-width:210px;padding:4px;display:flex}.stroke-context-menu-header{color:var(--text);border-bottom:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;padding:4px 8px 6px;font-size:11px;overflow:hidden}.stroke-context-menu-item{text-align:left;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.stroke-context-menu-item:hover:not(:disabled){background:var(--control-hover-bg)}.stroke-context-menu-item:disabled{color:var(--text);opacity:.45;cursor:default}.stroke-context-menu-note{border:1px solid var(--border);color:var(--text);border-radius:8px;flex-shrink:0;padding:0 5px;font-size:10px}.fill-override-popover{flex-direction:column;gap:6px;width:320px;max-height:70vh;padding:8px;display:flex;overflow-y:auto}.fill-override-popover-header{color:var(--text-h);justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.fill-override-popover-close{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:0 6px;font-size:14px;line-height:1.4}.fill-override-popover-close:hover{background:var(--control-hover-bg);color:var(--text-h)}.fill-override-popover-reset{border:1px solid var(--border);color:var(--text-h);cursor:pointer;background:0 0;border-radius:4px;align-self:flex-start;padding:4px 8px;font-size:11px}.fill-override-popover-reset:disabled{color:var(--text);opacity:.45;cursor:default}.fill-override-popover-body .settings-group{padding:0}.fill-override-popover-hint{color:var(--text);margin:0;font-size:11px}.help-dialog-backdrop{z-index:110}.help-dialog{background:var(--bg);border:1px solid var(--border);width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);box-shadow:var(--panel-shadow-lg);color:var(--text);border-radius:8px;flex-direction:column;gap:12px;padding:16px 20px;font-size:13px;display:flex;overflow-y:auto}.help-dialog-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.help-dialog-close{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:3px;padding:0 6px;font-size:14px;line-height:1.4}.help-dialog-close:hover{background:var(--control-hover-bg);color:var(--text-h)}.help-dialog-repo-link{color:var(--text);align-self:flex-start;align-items:center;gap:4px;margin-top:-6px;font-size:12px;display:inline-flex}.help-dialog-repo-link:hover{color:var(--text-h)}.help-dialog-section h3{color:var(--text-h);margin:0 0 4px;font-size:12px;font-weight:600}.help-dialog-section ol{margin:0;padding-left:18px}.help-dialog-section li{margin-bottom:2px}.help-dialog-hint{color:var(--text);margin:6px 0 0;font-size:11px}.help-dialog-footer{border-top:1px solid var(--border);margin-top:4px;padding-top:14px}.help-dialog-license-self{color:var(--text);margin:0 0 6px;font-size:12px}.help-dialog-license-list{flex-direction:column;gap:4px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.confirm-dialog-backdrop{z-index:120}.confirm-dialog{background:var(--bg);border:1px solid var(--border);width:320px;max-width:calc(100vw - 32px);box-shadow:var(--panel-shadow-lg);color:var(--text);border-radius:8px;flex-direction:column;gap:12px;padding:16px 20px;font-size:13px;display:flex}.confirm-dialog h2,.confirm-dialog-message{margin:0}.confirm-dialog-actions{justify-content:flex-end;gap:8px;display:flex}.confirm-dialog-danger{color:var(--error-text);border-color:var(--error-border)}.settings-preset-form{flex-direction:column;gap:10px;display:flex}.settings-preset-form label:not(.settings-checkbox-label){flex-direction:column;gap:4px;font-size:13px;display:flex}.settings-preset-form input[type=text]{width:100%}.settings-preset-hint{color:var(--text);margin:0;font-size:11px}.settings-preset-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.settings-preset-list-item{border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:6px;padding:8px;display:flex}.settings-preset-list-name{color:var(--text-h);word-break:break-all;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.settings-preset-badge{border:1px solid var(--border);color:var(--text);border-radius:8px;flex-shrink:0;padding:0 5px;font-size:10px;font-weight:400}.settings-preset-list-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}
