body {
    background: #ffffff !important;
    color: #111111 !important;
}
.fathom-section h1 { color: #111111 !important; }
.fathom-section h2 { color: #0056D2 !important; }
.fathom-description { color: #666666 !important; }
.fathom-status { background: #f0f4ff !important; border-color: #e0e0e0 !important; color: #666666 !important; }
.fathom-last-updated { color: #666666 !important; border-color: #e0e0e0 !important; }
.fathom-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.fathom-logo {
    width: 240px;
    height: 240px;
    margin-bottom: 1.5rem;
}
.fathom-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fathom-section h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: var(--text-color);
}
.fathom-section h2 {
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.fathom-description {
    max-width: 600px;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: var(--secondary-text);
    line-height: 1.6;
}
.fathom-status {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    padding: 1rem 2rem;
    border-radius: 6px;
    font-size: 0.95rem;
    color: var(--secondary-text);
    margin-bottom: 2rem;
}
.fathom-last-updated {
    text-align: center;
    color: var(--secondary-text);
    font-size: 0.85rem;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}
@media (max-width: 768px) {
    .fathom-logo {
        width: 120px;
        height: 120px;
    }
    .fathom-section h1 {
        font-size: 2rem;
    }
    .fathom-section h2 {
        font-size: 1.1rem;
    }
    .fathom-description {
        font-size: 1rem;
    }
}
