/* Legal pages (Privacy Policy, Terms of Service) */
.legal {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
}

.legal h1 {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
}

.last-updated {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 3rem;
}

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

.legal h2 {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    color: var(--text);
}

.legal h3 {
    font-size: 1.05rem;
    margin: 1.25rem 0 0.5rem;
    color: var(--text);
}

.legal p {
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.legal ul {
    color: var(--text-muted);
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal li {
    margin-bottom: 0.4rem;
    line-height: 1.6;
}

.legal a {
    color: var(--accent);
    text-decoration: none;
}

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

.legal ol {
    color: var(--text-muted);
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal ol li {
    margin-bottom: 0.4rem;
    line-height: 1.6;
}

.info-box {
    background: var(--card-bg, #1a1a2e);
    border-left: 4px solid var(--accent, #6c63ff);
    padding: 1rem 1.25rem;
    border-radius: 0 8px 8px 0;
    margin: 1rem 0;
    color: var(--text-muted);
    line-height: 1.7;
}

.info-box code {
    background: rgba(108, 99, 255, 0.15);
    padding: 0.15em 0.4em;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--accent, #6c63ff);
}
