div[data-astro-cid-ag437l3k]{box-sizing:border-box}:root{--primary: #6366f1;--primary-light: #818cf8;--primary-dark: #4f46e5;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--bg: #fafafa;--surface: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #94a3b8;--border: #e2e8f0;--border-light: #f1f5f9;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--transition: all .2s cubic-bezier(.4, 0, .2, 1);--sidebar-width: 320px;--toolbar-height: 64px;--statusbar-height: 36px}main[data-astro-cid-ag437l3k].svg-editor-main{height:calc(100vh - 70px);overflow:hidden;display:flex;flex-direction:column}.app-container[data-astro-cid-ag437l3k]{display:flex;height:80vh;position:relative;border:1px solid var(--border);margin:20px;background:var(--bg);border-radius:var(--radius-md);overflow:hidden}.sidebar[data-astro-cid-ag437l3k]{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:relative;z-index:20;box-shadow:var(--shadow)}.sidebar-header[data-astro-cid-ag437l3k]{padding:20px;border-bottom:1px solid var(--border)}.app-logo[data-astro-cid-ag437l3k]{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:var(--text-primary)}.app-logo[data-astro-cid-ag437l3k] h1[data-astro-cid-ag437l3k]{font-size:20px;font-weight:700;margin:0;color:inherit}.logo-icon[data-astro-cid-ag437l3k]{width:40px;height:40px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.sidebar-content[data-astro-cid-ag437l3k]{flex:1;overflow-y:auto;padding:20px}.main-editor[data-astro-cid-ag437l3k]{flex:1;display:flex;flex-direction:column;position:relative}.toolbar[data-astro-cid-ag437l3k]{height:var(--toolbar-height);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;gap:24px;position:relative;z-index:10}.tool-group[data-astro-cid-ag437l3k]{display:flex;gap:8px;align-items:center;padding:0 12px;border-right:1px solid var(--border-light)}.tool-group[data-astro-cid-ag437l3k]:last-child{border-right:none;margin-left:auto;padding-right:0}.btn[data-astro-cid-ag437l3k]{padding:8px 16px;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:500;transition:var(--transition);display:inline-flex;align-items:center;gap:8px;color:var(--text-primary);position:relative}.btn[data-astro-cid-ag437l3k]:hover{background:var(--bg);border-color:var(--primary);color:var(--primary)}.btn[data-astro-cid-ag437l3k].primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn[data-astro-cid-ag437l3k].primary:hover{background:var(--primary-dark);border-color:var(--primary-dark)}.btn[data-astro-cid-ag437l3k].active{background:var(--primary);color:#fff;border-color:var(--primary)}.btn[data-astro-cid-ag437l3k].icon-only{padding:8px;width:36px;height:36px;justify-content:center}.btn[data-astro-cid-ag437l3k] svg[data-astro-cid-ag437l3k]{width:18px;height:18px;fill:currentColor}.canvas-container[data-astro-cid-ag437l3k]{flex:1;position:relative;overflow:auto;background:var(--bg)}.canvas-wrapper[data-astro-cid-ag437l3k]{position:relative;min-width:100%;min-height:100%;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:20px 20px;background-position:0 0}.canvas[data-astro-cid-ag437l3k]{position:absolute;cursor:move;background:var(--surface);box-shadow:var(--shadow-lg);border-radius:var(--radius-md);transition:transform .1s ease-out}.status-bar[data-astro-cid-ag437l3k]{height:var(--statusbar-height);background:var(--surface);border-top:1px solid var(--border);display:flex;align-items:center;padding:0 24px;font-size:12px;color:var(--text-secondary);gap:24px}.status-item[data-astro-cid-ag437l3k]{display:flex;align-items:center;gap:8px}.status-dot[data-astro-cid-ag437l3k]{width:6px;height:6px;background:var(--success);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.textarea[data-astro-cid-ag437l3k]{width:100%;min-height:200px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;font-family:Consolas,Monaco,monospace;font-size:13px;resize:vertical;background:var(--bg);color:var(--text-primary);transition:var(--transition)}.textarea[data-astro-cid-ag437l3k]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.section-title[data-astro-cid-ag437l3k]{font-size:14px;font-weight:600;margin-bottom:16px;color:var(--text-primary);display:flex;align-items:center;gap:8px}.section-title[data-astro-cid-ag437l3k]:after{content:"";flex:1;height:1px;background:var(--border-light)}.component-list[data-astro-cid-ag437l3k]{max-height:300px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg)}.component-item[data-astro-cid-ag437l3k]{padding:12px 16px;border-bottom:1px solid var(--border-light);cursor:pointer;transition:var(--transition);font-size:14px;display:flex;align-items:center;justify-content:space-between}.component-item[data-astro-cid-ag437l3k]:last-child{border-bottom:none}.component-item[data-astro-cid-ag437l3k]:hover{background:var(--surface);padding-left:20px}.component-item[data-astro-cid-ag437l3k].selected{background:#6366f11a;border-left:3px solid var(--primary);color:var(--primary);font-weight:500}.component-type[data-astro-cid-ag437l3k]{font-size:12px;color:var(--text-tertiary);background:var(--bg);padding:2px 8px;border-radius:var(--radius-sm)}.property-panel[data-astro-cid-ag437l3k]{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;margin-top:24px}.property-item[data-astro-cid-ag437l3k]{margin-bottom:16px}.property-item[data-astro-cid-ag437l3k]:last-child{margin-bottom:0}.property-item[data-astro-cid-ag437l3k] label[data-astro-cid-ag437l3k]{display:block;margin-bottom:6px;font-weight:500;font-size:13px;color:var(--text-secondary)}.property-item[data-astro-cid-ag437l3k] input[data-astro-cid-ag437l3k],.property-item[data-astro-cid-ag437l3k] select[data-astro-cid-ag437l3k]{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;background:var(--surface);color:var(--text-primary);transition:var(--transition)}.property-item[data-astro-cid-ag437l3k] input[data-astro-cid-ag437l3k]:focus,.property-item[data-astro-cid-ag437l3k] select[data-astro-cid-ag437l3k]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.log[data-astro-cid-ag437l3k]{background:var(--text-primary);border-radius:var(--radius-sm);padding:12px;margin-top:24px;max-height:150px;overflow-y:auto;font-family:Consolas,Monaco,monospace;font-size:12px;color:var(--success);line-height:1.5}.svg-component[data-astro-cid-ag437l3k]{cursor:move}.svg-component[data-astro-cid-ag437l3k].selected{filter:drop-shadow(0 0 6px var(--primary)) drop-shadow(0 0 12px var(--primary-light));stroke-width:3!important;stroke:var(--primary)!important}.svg-connection[data-astro-cid-ag437l3k]{pointer-events:stroke;cursor:pointer}.svg-connection[data-astro-cid-ag437l3k].selected{filter:drop-shadow(0 0 6px var(--primary)) drop-shadow(0 0 12px var(--primary-light));stroke-width:4!important;stroke:var(--primary)!important;animation:pulse-stroke 1.5s ease-in-out infinite}@keyframes pulse-stroke{0%,to{opacity:1}50%{opacity:.7}}.connection-hit-area[data-astro-cid-ag437l3k]{stroke:transparent;stroke-width:20;pointer-events:stroke;cursor:pointer;fill:none}.control-point[data-astro-cid-ag437l3k]{fill:var(--primary);stroke:#fff;stroke-width:2;cursor:move;r:6;transition:r .2s}.control-point[data-astro-cid-ag437l3k]:hover{fill:var(--primary-dark);r:8}.resize-handle[data-astro-cid-ag437l3k]{fill:#fff;stroke:var(--primary);stroke-width:2;transition:all .2s}.resize-handle[data-astro-cid-ag437l3k]:hover{fill:var(--primary-light);stroke:var(--primary-dark);stroke-width:3}.context-menu[data-astro-cid-ag437l3k]{position:fixed;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px 0;min-width:150px;z-index:1000;display:none}.context-menu-item[data-astro-cid-ag437l3k]{padding:8px 16px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-primary);transition:var(--transition)}.context-menu-item[data-astro-cid-ag437l3k]:hover{background:var(--bg)}.context-menu-item[data-astro-cid-ag437l3k].disabled{color:var(--text-tertiary);cursor:not-allowed}.context-menu-item[data-astro-cid-ag437l3k].disabled:hover{background:transparent}.context-menu-separator[data-astro-cid-ag437l3k]{height:1px;background:var(--border-light);margin:4px 0}.context-menu-item[data-astro-cid-ag437l3k] svg[data-astro-cid-ag437l3k]{width:16px;height:16px;fill:currentColor}.line-translate-handle[data-astro-cid-ag437l3k]{fill:transparent;stroke:var(--primary);stroke-width:2;stroke-dasharray:3,3;cursor:move}.floating-toolbar[data-astro-cid-ag437l3k]{position:fixed;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:8px;box-shadow:var(--shadow-md);display:none;flex-direction:row;gap:4px;z-index:100}.floating-toolbar[data-astro-cid-ag437l3k].visible{display:flex}.floating-btn[data-astro-cid-ag437l3k]{width:32px;height:32px;border:none;background:transparent;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);position:relative}.floating-btn[data-astro-cid-ag437l3k]:hover{background:var(--bg)}.floating-btn[data-astro-cid-ag437l3k].danger:hover{background:#ef44441a;color:var(--danger)}.floating-btn[data-astro-cid-ag437l3k] svg[data-astro-cid-ag437l3k]{width:18px;height:18px;fill:currentColor}.zoom-control[data-astro-cid-ag437l3k]{display:flex;align-items:center;gap:12px;background:var(--bg);padding:4px 8px;border-radius:var(--radius-sm);border:1px solid var(--border)}.zoom-level[data-astro-cid-ag437l3k]{font-size:13px;font-weight:500;min-width:50px;text-align:center;color:var(--text-secondary)}.history-indicator[data-astro-cid-ag437l3k]{font-size:11px;color:var(--text-tertiary);margin-left:4px}
