/* JARVIS - Black theme (#000 / #0a0a0a), white text (#fff) */

html, body {
    background-color: #000 !important;
    color: #fff !important;
    font-family: 'Inter', system-ui, sans-serif;
}

.site-logo {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    color: #fff !important;
}

.nav-link {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

.nav-link:hover {
    color: #fff !important;
}

.appbar-dark,
.appbar-dark .mud-toolbar {
    background-color: #0a0a0a !important;
}

.drawer-dark {
    background-color: #0a0a0a !important;
}

.main-content-dark {
    background-color: #000 !important;
    color: #fff !important;
    padding-bottom: 250px !important;
    min-height: calc(100vh - 64px);
}

.footer-dark {
    background-color: #0a0a0a !important;
}

.footer,
.mud-appbar.footer {
    padding: 1rem 0 !important;
    min-height: auto !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    height: auto !important;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.footer-column {
    flex: 0 1 auto;
    min-width: 180px;
}

.footer-heading {
    font-family: 'JetBrains Mono', monospace;
    color: #fff !important;
    margin-bottom: 0.75rem !important;
}

.footer-text {
    color: rgba(255, 255, 255, 0.7) !important;
}

.footer-link {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    display: block;
    margin: 0.25rem 0;
}

.footer-link:hover {
    color: #fff !important;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.5) !important;
}

.blog-card {
    background-color: #0a0a0a !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.blog-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #fff !important;
}

.blog-content h2 {
    font-family: 'JetBrains Mono', monospace;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #fff !important;
}

.blog-content p {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

.blog-content blockquote {
    border-left: 4px solid rgba(255, 255, 255, 0.5);
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8) !important;
}

.markdown-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1rem 0;
}

.markdown-content code {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.9em;
    color: #fff !important;
}

.markdown-content pre {
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}

.markdown-content pre code {
    background: none;
    padding: 0;
}

@media (max-width: 960px) {
    .main-content-dark {
        padding-bottom: 350px !important;
    }
}
