.dsm-theme-dark .dsm-card {
    background: #111827;
    color: #f8fafc;
    border: 1px solid #374151;
}

.dsm-theme-dark .dsm-status {
    background: #f59e0b;
    color: #111827;
}

.dsm-theme-dark .dsm-headline,
.dsm-theme-dark .dsm-description {
    color: #d1d5db;
}

.dsm-theme-dark .dsm-domain {
    background: rgba(15, 23, 42, 0.78);
}

.dsm-theme-dark .dsm-price {
    color: #fbbf24;
}

.dsm-theme-dark .dsm-button {
    background: #fbbf24;
    color: #111827;
}

.dsm-theme-dark .dsm-secondary {
    color: #f8fafc;
    border: 1px solid #6b7280;
}

.dsm-theme-dark .dsm-contact-form input[type="submit"] {
    background: #fbbf24;
    color: #111827;
}
