                    #gifmaker-tool-wrapper { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
                    #gifmaker-tool-wrapper * { box-sizing: border-box; }
                    .gifmaker-control-panel { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; padding: 16px; background: #f8f9fa; border-radius: 8px; }
                    .gifmaker-control-group { display: flex; align-items: center; gap: 8px; }
                    .gifmaker-control-group label { font-size: 14px; color: #495057; white-space: nowrap; }
                    .gifmaker-control-group input[type="number"] { width: 80px; padding: 6px 10px; border: 1px solid #dee2e6; border-radius: 4px; font-size: 14px; }
                    .gifmaker-switch { position: relative; width: 44px; height: 24px; }
                    .gifmaker-switch input { opacity: 0; width: 0; height: 0; }
                    .gifmaker-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .3s; border-radius: 24px; }
                    .gifmaker-slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background-color: white; transition: .3s; border-radius: 50%; }
                    .gifmaker-switch input:checked + .gifmaker-slider { background-color: #4dabf7; }
                    .gifmaker-switch input:checked + .gifmaker-slider:before { transform: translateX(20px); }
                    .gifmaker-upload-area { border: 2px dashed #dee2e6; border-radius: 8px; padding: 40px; text-align: center; cursor: pointer; transition: all 0.3s; margin-bottom: 20px; background: #fafafa; }
                    .gifmaker-upload-area:hover { border-color: #4dabf7; background: #f0f7ff; }
                    .gifmaker-upload-area p { margin: 0; color: #868e96; font-size: 14px; }
                    .gifmaker-upload-icon { font-size: 32px; color: #adb5bd; margin-bottom: 8px; }
                    #gifmaker-file-input { display: none; }
                    .gifmaker-image-list { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; min-height: 100px; }
                    .gifmaker-image-item { width: 140px; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); position: relative; cursor: grab; }
                    .gifmaker-image-item:active { cursor: grabbing; }
                    .gifmaker-image-item.dragging { opacity: 0.5; transform: scale(1.05); }
                    .gifmaker-image-preview-wrap { position: relative; }
                    .gifmaker-image-preview { width: 100%; height: 100px; object-fit: cover; display: block; }
                    .gifmaker-arrow-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,0.9); color: #495057; border: none; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: all 0.2s; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
                    .gifmaker-arrow-btn:hover { background: #4dabf7; color: white; }
                    .gifmaker-arrow-btn:disabled { opacity: 0.3; cursor: not-allowed; }
                    .gifmaker-arrow-left { left: 4px; }
                    .gifmaker-arrow-right { right: 4px; }
                    .gifmaker-image-item:hover .gifmaker-arrow-btn { opacity: 1; }
                    .gifmaker-image-controls { padding: 8px; background: #f8f9fa; }
                    .gifmaker-duration-input { width: 100%; padding: 6px 8px; border: 1px solid #dee2e6; border-radius: 4px; font-size: 12px; text-align: center; }
                    .gifmaker-remove-btn { position: absolute; top: 4px; right: 4px; width: 22px; height: 22px; border-radius: 50%; background: rgba(220, 53, 69, 0.9); color: white; border: none; cursor: pointer; font-size: 14px; line-height: 22px; text-align: center; opacity: 0; transition: opacity 0.2s; }
                    .gifmaker-image-item:hover .gifmaker-remove-btn { opacity: 1; }
                    .gifmaker-remove-btn:hover { background: #dc3545; }
                    .gifmaker-action-bar { display: flex; gap: 12px; justify-content: center; }
                    .gifmaker-btn { padding: 12px 32px; border: none; border-radius: 6px; font-size: 15px; font-weight: 500; cursor: pointer; transition: all 0.2s; }
                    .gifmaker-btn-primary { background: linear-gradient(135deg, #4dabf7 0%, #339af0 100%); color: white; }
                    .gifmaker-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(51, 154, 240, 0.4); }
                    .gifmaker-btn-primary:disabled { background: #adb5bd; cursor: not-allowed; transform: none; box-shadow: none; }
                    .gifmaker-progress { margin-top: 20px; display: none; }
                    .gifmaker-progress-bar { height: 6px; background: #e9ecef; border-radius: 3px; overflow: hidden; }
                    .gifmaker-progress-fill { height: 100%; background: linear-gradient(90deg, #4dabf7, #339af0); width: 0%; transition: width 0.3s; }
                    .gifmaker-progress-text { text-align: center; margin-top: 8px; font-size: 13px; color: #868e96; }
                    .gifmaker-result { margin-top: 20px; text-align: center; display: none; }
                    .gifmaker-result img { max-width: 100%; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
                    .gifmaker-result-actions { margin-bottom: 12px; }
                    .gifmaker-btn-secondary { background: #339af0; color: white; }
                    .gifmaker-btn-secondary:hover { background: #228be6; }
                    .gifmaker-download-hidden { display: none; }
                    .gifmaker-empty-hint { width: 100%; text-align: center; padding: 40px; color: #adb5bd; font-size: 14px; }
                                            .gifmaker-seo-content h2 { font-size:18px; color:#212529; margin-bottom:12px; font-weight:600; }
                        .gifmaker-seo-content h3 { font-size:16px; color:#343a40; margin-bottom:8px; font-weight:500; }
                        .gifmaker-seo-content p { font-size:14px; color:#495057; line-height:1.8; margin-bottom:12px; }
                        .gifmaker-seo-content ul { font-size:14px; color:#495057; line-height:1.8; margin-bottom:12px; padding-left:20px; }
                        .gifmaker-seo-content li { margin-bottom:6px; }
                        .gifmaker-seo-content .gifmaker-q-item { margin-bottom:16px; }
                        .gifmaker-seo-content .gifmaker-q-item strong { color:#212529; }