.tool.svelte-1qe5ooh{display:flex;flex-direction:column;gap:var(--space-4);width:100%}.tool-bar.svelte-1qe5ooh{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-4);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.tool-title.svelte-1qe5ooh{display:flex;align-items:center;gap:var(--space-2);font-weight:var(--font-semibold);color:var(--text-primary)}.tool-title-text.svelte-1qe5ooh{font-size:var(--text-lg);font-weight:var(--font-semibold);margin:0;color:inherit}.tool-icon.svelte-1qe5ooh{width:18px;height:18px;color:var(--accent)}.tool-actions.svelte-1qe5ooh{display:flex;align-items:center;gap:var(--space-3)}.mode-toggle.svelte-1qe5ooh{display:flex;background:var(--bg-elevated);border-radius:var(--radius);padding:3px;border:1px solid var(--border-subtle)}.mode-btn.svelte-1qe5ooh{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);background:transparent;transition:all var(--transition);border:none;cursor:pointer}.mode-btn.svelte-1qe5ooh:hover{color:var(--text-primary)}.mode-btn.active.svelte-1qe5ooh{background:var(--accent);color:#fff;box-shadow:var(--shadow-accent-sm)}.btn-ghost.svelte-1qe5ooh{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius);background:transparent;color:var(--text-tertiary);transition:all var(--transition);border:none;cursor:pointer}.btn-ghost.svelte-1qe5ooh:hover{background:var(--bg-hover);color:var(--text-primary)}.panels.svelte-1qe5ooh{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.panel.svelte-1qe5ooh{display:flex;flex-direction:column;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;animation:svelte-1qe5ooh-fadeIn var(--transition-normal) ease}.panel-header.svelte-1qe5ooh{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle)}.panel-title.svelte-1qe5ooh{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary)}.header-actions.svelte-1qe5ooh{display:flex;align-items:center;gap:var(--space-2);margin-left:auto}.extract-btn.svelte-1qe5ooh{display:flex;align-items:center;gap:4px;padding:2px 6px;border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--text-tertiary);background:transparent;transition:all var(--transition);border:none;cursor:pointer}.extract-btn.svelte-1qe5ooh:hover{background:var(--bg-hover);color:var(--accent)}.panel-badge.svelte-1qe5ooh{font-size:var(--text-xs);color:var(--text-tertiary);padding:2px 6px;background:var(--bg-surface);border-radius:var(--radius-sm)}.badge-accent.svelte-1qe5ooh{background:var(--accent);color:#fff}.badge-info.svelte-1qe5ooh{background:var(--info-muted);color:var(--info)}.input-area.svelte-1qe5ooh{flex:1;min-height:280px;padding:var(--space-3);border:none;background:var(--bg-surface);color:var(--text-primary);font-family:var(--font-mono);font-size:var(--text-sm);line-height:1.6;resize:vertical}.input-area.svelte-1qe5ooh:focus{outline:none}.input-area.svelte-1qe5ooh::placeholder{color:var(--text-disabled)}.output-content.svelte-1qe5ooh{flex:1;min-height:280px;padding:var(--space-3);background:var(--bg-base);color:var(--text-primary);font-family:var(--font-mono);font-size:var(--text-sm);line-height:1.6;white-space:pre-wrap;word-wrap:break-word;overflow:auto}.error-state.svelte-1qe5ooh{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--error-subtle);border-top:1px solid var(--error-muted);color:var(--error);font-size:var(--text-sm)}.error-icon.svelte-1qe5ooh{flex-shrink:0;width:18px;height:18px;margin-top:1px}.empty-state.svelte-1qe5ooh{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);min-height:280px;color:var(--text-tertiary);font-size:var(--text-sm)}.empty-icon.svelte-1qe5ooh{width:32px;height:32px;opacity:.5}.info-bar.svelte-1qe5ooh{display:flex;align-items:center;gap:var(--space-6);padding:var(--space-3) var(--space-4);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.info-item.svelte-1qe5ooh{display:flex;align-items:center;gap:var(--space-2)}.info-label.svelte-1qe5ooh{font-size:var(--text-sm);color:var(--text-tertiary)}.info-value.svelte-1qe5ooh{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-primary)}.badge.svelte-1qe5ooh{font-size:var(--text-xs);font-weight:var(--font-medium);padding:2px 8px;border-radius:var(--radius-sm)}@keyframes svelte-1qe5ooh-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.panels.svelte-1qe5ooh{grid-template-columns:1fr}.tool-bar.svelte-1qe5ooh{flex-direction:column;gap:var(--space-3);align-items:flex-start}.tool-actions.svelte-1qe5ooh{width:100%;justify-content:space-between}.info-bar.svelte-1qe5ooh,.header-actions.svelte-1qe5ooh{flex-wrap:wrap}}.seo-section.svelte-nvsoda.svelte-nvsoda{margin-top:var(--space-8);padding-top:var(--space-8);border-top:1px solid var(--border-subtle)}.seo-content.svelte-nvsoda.svelte-nvsoda{width:100%;margin-top:var(--space-6);padding:var(--space-6);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg)}.seo-content.svelte-nvsoda.svelte-nvsoda:first-child{margin-top:0}.seo-content.svelte-nvsoda h2.svelte-nvsoda{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:1px solid var(--border-subtle)}.seo-content.svelte-nvsoda h3.svelte-nvsoda{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-top:var(--space-5);margin-bottom:var(--space-2)}.seo-content.svelte-nvsoda p.svelte-nvsoda{color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-3)}.seo-content.svelte-nvsoda ul.svelte-nvsoda,.seo-content.svelte-nvsoda ol.svelte-nvsoda{color:var(--text-secondary);line-height:var(--leading-relaxed);margin-left:var(--space-4);margin-bottom:var(--space-3)}.seo-content.svelte-nvsoda li.svelte-nvsoda{margin-bottom:var(--space-2)}.seo-content.svelte-nvsoda strong.svelte-nvsoda{color:var(--text-primary);font-weight:var(--font-medium)}@media (max-width: 768px){.seo-section.svelte-nvsoda.svelte-nvsoda{margin-top:var(--space-6);padding-top:var(--space-6)}.seo-content.svelte-nvsoda.svelte-nvsoda{padding:var(--space-4);margin-top:var(--space-4)}}
