/* Externalizado de <style> inline de cookies.html para cumplir CSP style-src 'self' */
.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-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 { margin-bottom: 1rem; padding-left: 1.5rem; color: var(--color-text-muted, #475569); }
        .legal-section li { margin-bottom: 0.5rem; }
        .cookie-table { width: 100%; border-collapse: collapse; margin: 1.25rem 0; font-size: 0.9rem; }
        .cookie-table th { text-align: left; padding: 0.75rem 1rem; background: rgba(109,40,217,0.08); color: var(--color-text, #1e293b); font-weight: 600; }
        .cookie-table td { padding: 0.75rem 1rem; border-top: 1px solid var(--color-border, #e2e8f0); color: var(--color-text-muted, #475569); }
        .cookie-table tr:nth-child(even) td { background: rgba(0,0,0,0.02); }
        code { background: rgba(109,40,217,0.08); padding: 0.15rem 0.4rem; border-radius: 4px; font-size: 0.85em; font-family: monospace; }
