/*
 * Auto-generated dark mode for single-content.css.
 * Activated khi <html data-theme="dark">.
 * Mapping: text-dark→#e2e8f0, bg-light→#0f172a/#1e293b/#334155, border-light→#334155/#475569.
 * Brand colors (saturation > 30%) preserved.
 */

[data-theme="dark"] .code-copy-btn {
    background: #0f172a;
    border: 1px solid #475569;
    color: #e2e8f0;
}

[data-theme="dark"] .code-copy-btn:hover {
    background: #1e293b;
    color: #e2e8f0;
}

[data-theme="dark"] .postContent code:hover,
[data-theme="dark"] .postContent_page code:hover {
    background-color: #334155;
}

[data-theme="dark"] .postContent code.just-copied,
[data-theme="dark"] .postContent_page code.just-copied {
    background-color: #1e293b !important;
}

[data-theme="dark"] .postContent {
    color: #e2e8f0;
}

[data-theme="dark"] .postContent h5 {
    color: #e2e8f0;
}

[data-theme="dark"] .postContent blockquote,
[data-theme="dark"] .postContent_page blockquote {
    background: #1e293b;
}

[data-theme="dark"] .postContent figure,
[data-theme="dark"] .postContent .wp-block-image,
[data-theme="dark"] .postContent .wp-caption {
    background: #0f172a;
    border: 1px solid #334155;
}

[data-theme="dark"] .postContent figcaption,
[data-theme="dark"] .postContent .wp-caption-text {
    color: #e2e8f0;
    background: #1e293b;
}

[data-theme="dark"] .related-heading {
    border-bottom: 2px solid #334155;
}

[data-theme="dark"] .related-posts-item {
    background: #0f172a;
}

[data-theme="dark"] .related-thumb {
    background: #1e293b;
}

[data-theme="dark"] .postContent pre,
[data-theme="dark"] .postContent_page pre {
    background: #1e293b;
    color: #e2e8f0;
    border: 1px solid #475569;
}

[data-theme="dark"] .postContent blockquote,
[data-theme="dark"] .postContent_page blockquote {
    background: #1e293b;
    color: #e2e8f0;
}

[data-theme="dark"] .postContent h1,
[data-theme="dark"] .postContent h2:not(.mcap-download-heading),
[data-theme="dark"] .postContent h3,
[data-theme="dark"] .postContent h4,
[data-theme="dark"] .postContent h5,
[data-theme="dark"] .postContent h6 {
    color: #e2e8f0;
}

[data-theme="dark"] .postContent h6 {
    color: #e2e8f0;
}

[data-theme="dark"] .postContent .mcig-section h3 {
    color: #e2e8f0;
}

[data-theme="dark"] .postContent .mcap-requires-section h3 {
    color: #e2e8f0;
}

@media (prefers-color-scheme: dark) {
[data-theme="dark"] .postContent .mcig-section h3,
[data-theme="dark"] .postContent .mcap-requires-section h3 {
    color: #e2e8f0;
}

}

[data-theme="dark"] .postContent kbd,
[data-theme="dark"] .postContent_page kbd {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    color: #e2e8f0;
    border: 1px solid #475569;
}

[data-theme="dark"] .postContent samp,
[data-theme="dark"] .postContent_page samp {
    background: #1e293b;
}

[data-theme="dark"] .postContent hr,
[data-theme="dark"] .postContent_page hr {
    background: linear-gradient(90deg, transparent, #334155, transparent);
}

[data-theme="dark"] .postContent table,
[data-theme="dark"] .postContent_page table {
    background: #0f172a;
    border: 1px solid #334155;
}

[data-theme="dark"] .postContent table th,
[data-theme="dark"] .postContent_page table th {
    background: #1e293b;
    color: #e2e8f0;
    border-bottom: 1px solid #334155;
}

[data-theme="dark"] .postContent table td,
[data-theme="dark"] .postContent_page table td {
    border-bottom: 1px solid #334155;
    color: #e2e8f0;
}

[data-theme="dark"] .postContent table tr:nth-child(even) td,
[data-theme="dark"] .postContent_page table tr:nth-child(even) td {
    background: #0f172a;
}

