html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #212121;
}

.prose-content h2 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #17171c;
}

.prose-content h3 {
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
    color: #17171c;
}

.prose-content p {
    color: #616161;
    line-height: 1.7;
    margin-bottom: 1.1rem;
}

.prose-content ul, .prose-content ol {
    color: #616161;
    line-height: 1.7;
    margin-bottom: 1.1rem;
    padding-left: 1.5rem;
}

.prose-content ul {
    list-style-type: disc;
}

.prose-content ol {
    list-style-type: decimal;
}

.prose-content a {
    color: #1863dc;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.toc-link {
    display: block;
    padding: 0.35rem 0;
    color: #75758a;
    font-size: 0.875rem;
    border-left: 2px solid #d9d9dd;
    padding-left: 0.75rem;
    transition: color 0.15s, border-color 0.15s;
}

.toc-link:hover {
    color: #17171c;
    border-left-color: #1863dc;
}

details.faq-item summary {
    cursor: pointer;
    list-style: none;
}

details.faq-item summary::-webkit-details-marker {
    display: none;
}

details.faq-item[open] .faq-icon {
    transform: rotate(45deg);
}

.faq-icon {
    transition: transform 0.2s ease;
    color: #1863dc;
}

#cookieBanner {
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.read-more-content.collapsed {
    display: none;
}

.card-surface {
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
}
