html.nf-dark {
    --bg: #0B0F1A;
    --surface: #131A2C;
    --surface-alt: #1A2236;
    --text: #EDEEF3;
    --muted: #8A94A6;
    --border: #232B42;
}

html.nf-dark .nf-badge {
    background: #1A2236;
}

html.nf-dark .nf-badge-sponsored {
    background: rgba(253, 230, 138, 0.12);
    color: #FCD34D;
    border-color: rgba(253, 230, 138, 0.25);
}

html.nf-dark .nf-alert-success {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
    color: #6EE7B7;
}

html.nf-dark .nf-alert-error {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.3);
    color: #FCA5A5;
}

html.nf-dark .page-link.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

html.nf-dark .nf-icon-sun {
    display: none;
}

html.nf-dark .nf-icon-moon {
    display: inline-flex;
}

html.nf-dark ::selection {
    background: var(--accent);
    color: #fff;
}
