<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Privacy Policy specific styles - scoped to .privacy-policy-content */
.privacy-policy-content {
    color: #d1d5db;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.privacy-policy-content .container {
    max-width: 64rem;
    margin: 0 auto;
    padding: 5rem 1rem;
}

.privacy-policy-content .back-link {
    display: inline-block;
    color: #9ca3af;
    text-decoration: none;
    margin-bottom: 2rem;
}

.privacy-policy-content .back-link:hover {
    color: white;
}

.privacy-policy-content h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: white;
}

.privacy-policy-content .content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.privacy-policy-content section {
    margin-bottom: 2rem;
}

.privacy-policy-content h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    margin-bottom: 1rem;
}

.privacy-policy-content p {
    margin: 0;
    line-height: 1.5;
    color: #d1d5db;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
    margin: 0;
    padding-left: 1.5rem;
    color: #d1d5db;
}

.privacy-policy-content li {
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #d1d5db;
}

.privacy-policy-content li:last-child {
    margin-bottom: 0;
}

.privacy-policy-content a {
    color: #f472b6;
    text-decoration: none;
}

.privacy-policy-content a:hover {
    color: #f9a8d4;
}

.privacy-policy-content .last-updated {
    margin-top: 3rem;
    font-size: 0.875rem;
    color: #9ca3af;
}

@media (max-width: 640px) {
    .privacy-policy-content .container {
        padding: 3rem 1rem;
    }

    .privacy-policy-content h1 {
        font-size: 2rem;
    }

    .privacy-policy-content h2 {
        font-size: 1.25rem;
    }
} </pre></body></html>