:root{--primary-color:#41907c;--primary-hover:#367a68;--primary-light:#e8f5f3;--success-color:#28a745;--error-color:#dc3545;--warning-color:#ffc107;--info-color:#17a2b8;--text-primary:#333;--text-secondary:#666;--text-muted:#999;--border-color:#f0f0f0;--bg-light:#f8f9fa;--bg-white:#fff;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--shadow-sm:0 1px 3px rgba(0,0,0,0.1);--shadow-md:0 4px 6px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px rgba(0,0,0,0.1);--transition-fast:0.15s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.image-editor .tool-header{margin-bottom:2rem}.image-editor .tool-header h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.image-editor .tool-header h2 .version{font-size:.75rem;color:#6c757d;font-weight:400}.image-editor .tool-header .tool-description{color:#6c757d;font-size:.9rem}.image-editor .result-image{margin-bottom:1rem}.image-editor .result-image img{max-width:100%;max-height:400px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.image-editor .result-actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}