.tool.svelte-pfphhv.svelte-pfphhv{display:flex;flex-direction:column;gap:var(--space-4);width:100%}.persistent-error.svelte-pfphhv.svelte-pfphhv{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--error-subtle);border:1px solid var(--error-muted);border-radius:var(--radius-md);color:var(--error);font-size:var(--text-sm)}.persistent-error.svelte-pfphhv .error-icon.svelte-pfphhv{flex-shrink:0;width:18px;height:18px}.persistent-error.svelte-pfphhv .error-content.svelte-pfphhv{flex:1}.error-dismiss.svelte-pfphhv.svelte-pfphhv{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius);background:transparent;color:var(--error);transition:all var(--transition) var(--ease-out);flex-shrink:0}.error-dismiss.svelte-pfphhv.svelte-pfphhv:hover{background:var(--error-muted)}.pattern-card.svelte-pfphhv.svelte-pfphhv{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.pattern-input-group.svelte-pfphhv.svelte-pfphhv{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--bg-base);border:1px solid var(--border-subtle);border-radius:var(--radius)}.delimiter.svelte-pfphhv.svelte-pfphhv{font-family:var(--font-mono);color:var(--accent);font-weight:var(--font-bold);font-size:var(--text-lg)}.pattern-input.svelte-pfphhv.svelte-pfphhv{flex:1;padding:var(--space-1);border:none;background:transparent;color:var(--text-primary);font-size:var(--text-base)}.pattern-input.svelte-pfphhv.svelte-pfphhv:focus{outline:none}.pattern-input.svelte-pfphhv.svelte-pfphhv::placeholder{color:var(--text-disabled)}.flags-display.svelte-pfphhv.svelte-pfphhv{color:var(--accent-secondary);font-size:var(--text-sm);min-width:30px}.flags-row.svelte-pfphhv.svelte-pfphhv{display:flex;gap:var(--space-2);flex-wrap:wrap}.flag-btn.svelte-pfphhv.svelte-pfphhv{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius);background:var(--bg-elevated);color:var(--text-secondary);font-family:var(--font-mono);font-weight:var(--font-semibold);font-size:var(--text-sm);border:1px solid var(--border-subtle);transition:all var(--transition) var(--ease-out)}.flag-btn.svelte-pfphhv.svelte-pfphhv:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-default)}.flag-btn.active.svelte-pfphhv.svelte-pfphhv{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:var(--shadow-accent-sm)}.error-state.svelte-pfphhv.svelte-pfphhv{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--error-subtle);border:1px solid var(--error-muted);border-radius:var(--radius-md);color:var(--error);font-size:var(--text-sm)}.error-icon.svelte-pfphhv.svelte-pfphhv{flex-shrink:0;width:18px;height:18px;margin-top:1px}.error-content.svelte-pfphhv.svelte-pfphhv{display:flex;flex-direction:column;gap:var(--space-1)}.error-title.svelte-pfphhv.svelte-pfphhv{font-weight:var(--font-semibold)}.error-details.svelte-pfphhv.svelte-pfphhv{color:var(--error-muted);font-size:var(--text-xs)}.input-area.svelte-pfphhv.svelte-pfphhv{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-pfphhv.svelte-pfphhv:focus{outline:none}.input-area.svelte-pfphhv.svelte-pfphhv::placeholder{color:var(--text-disabled)}.highlighted-area.svelte-pfphhv.svelte-pfphhv{min-height:280px;padding:var(--space-3);background:var(--bg-base);font-family:var(--font-mono);font-size:var(--text-sm);line-height:1.6;white-space:pre-wrap;word-wrap:break-word;overflow-y:auto;max-height:280px;color:var(--text-primary)}.highlighted-area.svelte-pfphhv .match-highlight{background:var(--accent-muted);color:var(--accent);padding:1px 2px;border-radius:2px}.empty-state.svelte-pfphhv.svelte-pfphhv{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-pfphhv.svelte-pfphhv{width:32px;height:32px;opacity:.5}.matches-list.svelte-pfphhv.svelte-pfphhv{max-height:250px;overflow-y:auto;background:var(--bg-base)}.match-item.svelte-pfphhv.svelte-pfphhv{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3);border-bottom:1px solid var(--border-subtle);transition:background var(--transition) var(--ease-out);animation:svelte-pfphhv-fadeInUp var(--transition-normal) ease backwards}.match-item.svelte-pfphhv.svelte-pfphhv:last-child{border-bottom:none}.match-item.svelte-pfphhv.svelte-pfphhv:hover{background:var(--bg-hover)}@keyframes svelte-pfphhv-fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.match-index.svelte-pfphhv.svelte-pfphhv{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--bg-elevated);color:var(--text-tertiary);font-size:var(--text-xs);font-weight:var(--font-medium);border-radius:var(--radius-full);flex-shrink:0}.match-content.svelte-pfphhv.svelte-pfphhv{flex:1;min-width:0}.match-text.svelte-pfphhv.svelte-pfphhv{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--accent);word-break:break-all}.match-groups.svelte-pfphhv.svelte-pfphhv{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-1)}.group-item.svelte-pfphhv.svelte-pfphhv{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs)}.group-label.svelte-pfphhv.svelte-pfphhv{color:var(--text-tertiary)}.group-value.svelte-pfphhv.svelte-pfphhv{font-family:var(--font-mono);color:var(--text-secondary);background:var(--bg-elevated);padding:1px 4px;border-radius:2px}.match-position.svelte-pfphhv.svelte-pfphhv{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-tertiary);flex-shrink:0}.mono.svelte-pfphhv.svelte-pfphhv{font-family:var(--font-mono)}.pattern-label.svelte-pfphhv.svelte-pfphhv{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary)}.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)}}
