.svg-path-editor{padding:2rem;max-width:1600px;margin:0 auto}.editor-layout{display:grid;grid-template-columns:280px 1fr 280px;gap:1.5rem;margin-top:1.5rem}@media (max-width: 1200px){.editor-layout{grid-template-columns:1fr}}.editor-sidebar{display:flex;flex-direction:column;gap:1rem}.sidebar-section{background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0}.sidebar-section h3{font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);letter-spacing:.03em}.sidebar-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.preset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.preset-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.preset-btn:hover{border-color:#3b82f6;background:#eff6ff}.preset-preview{width:40px;height:40px;color:#64748b}.preset-btn:hover .preset-preview{color:#3b82f6}.preset-btn span{font-size:.7rem;color:#64748b}.control-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.control-row label{font-size:.85rem;color:#475569;display:flex;align-items:center;gap:.5rem;flex:1}.control-row input[type=color]{width:36px;height:28px;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;padding:0}.control-row input[type=range]{flex:1;height:6px;border-radius:3px;background:#e2e8f0;cursor:pointer}.control-row input[type=number]{width:70px;padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem}.control-row span{font-size:.8rem;color:#64748b;min-width:35px}.history-buttons{display:flex;gap:.5rem}.history-buttons button{flex:1;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s}.history-buttons button:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.history-buttons button:disabled{opacity:.5;cursor:not-allowed}.editor-main{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;min-height:500px;display:flex;flex-direction:column}.editor-tabs{display:flex;background:#f8fafc;border-bottom:1px solid #e2e8f0}.tab-btn{flex:1;padding:.75rem 1rem;background:none;border:none;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent}.tab-btn:hover{color:#334155;background:#f1f5f9}.tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#fff}.visual-editor{flex:1;display:flex;flex-direction:column;padding:1rem}.editor-canvas{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:crosshair;min-height:400px}.editor-canvas .control-points circle{transition:r .1s}.editor-canvas .control-points circle:hover{r:8}.editor-hint{margin-top:.75rem;font-size:.85rem;color:#64748b;text-align:center}.code-editor{flex:1;display:flex;flex-direction:column;padding:1rem}.code-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.code-header h4{font-size:.875rem;font-weight:600;color:#334155}.copy-btn{padding:.4rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#2563eb}.copy-btn.copied{background:#10b981}.code-editor textarea{flex:1;min-height:150px;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;border:1px solid #e2e8f0;border-radius:8px;resize:vertical;background:#f8fafc}.code-editor textarea:focus{outline:none;border-color:#3b82f6;background:#fff}.path-preview{margin-top:1rem}.path-preview h4{font-size:.85rem;font-weight:600;color:#334155;margin-bottom:.5rem}.path-preview svg{width:100%;max-width:300px;height:150px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.svg-code{flex:1;margin:0;padding:1rem;background:#1e293b;color:#e2e8f0;border-radius:8px;overflow:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.6;white-space:pre-wrap}.editor-info{background:#f8fafc;border-radius:12px;padding:1rem;border:1px solid #e2e8f0;height:fit-content}.editor-info h3{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.command-list{display:flex;flex-direction:column;gap:.75rem}.command-item{display:flex;flex-direction:column;gap:.25rem}.command-item code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;background:#e0e7ff;color:#4338ca;padding:.2rem .4rem;border-radius:4px;width:fit-content}.command-item span{font-size:.75rem;color:#64748b}.control-panel{background-color:#1f2937f2!important;border:2px solid var(--gray-400)!important;border-radius:6px}[data-theme=dark] .control-section{background-color:#1f2937e6!important;border-color:var(--gray-400)!important;border-width:2px}[data-theme=dark] .control-group input,[data-theme=dark] .control-group select,[data-theme=dark] .control-group textarea{background-color:#0f172acc!important;border:2px solid var(--gray-500)!important;color:var(--text-primary)}[data-theme=dark] .control-group label{display:block;color:var(--gray-900);font-size:1rem;margin-bottom:.5rem;font-weight:600;line-height:1.5;letter-spacing:.3px}@media (max-width: 768px){.svg-path-editor{padding:1rem}.editor-layout{grid-template-columns:1fr}.preset-grid{grid-template-columns:repeat(4,1fr)}.editor-info{order:3}}
