/* Externalizado de <style> inline de privacy.html para cumplir CSP style-src 'self' */
body {
            font-family: 'Inter', sans-serif;
        }

        .legal-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 3rem 1.5rem 5rem;
            line-height: 1.7;
        }

        .legal-header {
            border-bottom: 2px solid var(--color-border, #e2e8f0);
            padding-bottom: 2rem;
            margin-bottom: 2.5rem;
        }

        .legal-header h1 {
            font-size: 2rem;
            font-weight: 800;
            color: var(--color-text, #1e293b);
            margin-bottom: 0.5rem;
        }

        .legal-meta {
            font-size: 0.85rem;
            color: var(--color-text-muted, #64748b);
        }

        .legal-toc {
            background: var(--color-surface, #f8fafc);
            border: 1px solid var(--color-border, #e2e8f0);
            border-radius: 0.75rem;
            padding: 1.25rem 1.5rem;
            margin-bottom: 2.5rem;
            font-size: 0.875rem;
        }

        .legal-toc h2 {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: var(--color-text-muted, #64748b);
            margin-bottom: 0.75rem;
        }

        .legal-toc ol {
            margin: 0;
            padding-left: 1.25rem;
        }

        .legal-toc li {
            margin-bottom: 0.35rem;
        }

        .legal-toc a {
            color: var(--color-primary, #6d28d9);
            text-decoration: none;
        }

        .legal-toc a:hover {
            text-decoration: underline;
        }

        .legal-section {
            margin-bottom: 2.5rem;
        }

        .legal-section h2 {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--color-text, #1e293b);
            margin-bottom: 1rem;
            padding-top: 0.5rem;
        }

        .legal-section p {
            margin-bottom: 1rem;
            color: var(--color-text-muted, #475569);
        }

        .legal-section ul,
        .legal-section ol {
            margin-bottom: 1rem;
            padding-left: 1.5rem;
            color: var(--color-text-muted, #475569);
        }

        .legal-section li {
            margin-bottom: 0.5rem;
        }

        .legal-section strong {
            color: var(--color-text, #1e293b);
        }

        .legal-highlight {
            background: rgba(109, 40, 217, 0.06);
            border-left: 3px solid #6d28d9;
            border-radius: 0 0.5rem 0.5rem 0;
            padding: 1rem 1.25rem;
            margin: 1.25rem 0;
            color: var(--color-text, #1e293b);
            font-size: 0.925rem;
        }

        .legal-contact-card {
            background: var(--color-surface, #f8fafc);
            border: 1px solid var(--color-border, #e2e8f0);
            border-radius: 0.75rem;
            padding: 1.25rem 1.5rem;
            margin-top: 1rem;
        }

        .legal-contact-card p {
            margin: 0.25rem 0;
            color: var(--color-text-muted, #475569);
            font-size: 0.9rem;
        }

        [data-theme="dark"] .legal-toc,
        [data-theme="dark"] .legal-contact-card {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(255, 255, 255, 0.1);
        }

        [data-theme="dark"] .legal-section p,
        [data-theme="dark"] .legal-section ul,
        [data-theme="dark"] .legal-section li {
            color: var(--color-text-muted);
        }

        [data-theme="dark"] .legal-header h1,
        [data-theme="dark"] .legal-section h2 {
            color: #f1f5f9;
        }
