:root {
    color-scheme: light;
}

[data-theme="dark"] {
    color-scheme: dark;
}

.logo-dark {
    display: none;
}

[data-theme="dark"] .logo-light {
    display: none;
}

[data-theme="dark"] .logo-dark {
    display: block;
}

.theme-toggle-public {
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    color: #4b5563;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    width: 2.25rem;
}

.theme-toggle-public:hover {
    background: #f9fafb;
    color: #111827;
}

[data-theme="dark"] body {
    background: #0f172a;
    color: #e2e8f0;
}

[data-theme="dark"] header {
    background: rgba(15, 23, 42, 0.92);
    border-color: #1e293b;
}

[data-theme="dark"] footer {
    background: #111827;
    border-color: #1e293b;
}

[data-theme="dark"] #mobileMenu {
    background: #111827;
    border-color: #1e293b;
}

[data-theme="dark"] .theme-toggle-public {
    background: #1e293b;
    border-color: #334155;
    color: #cbd5e1;
}

[data-theme="dark"] .theme-toggle-public:hover {
    background: #334155;
    color: #f8fafc;
}

[data-theme="dark"] .bg-white,
[data-theme="dark"] .bg-white\/95,
[data-theme="dark"] .to-white,
[data-theme="dark"] .from-white {
    background-color: #111827;
}

[data-theme="dark"] .bg-gray-50,
[data-theme="dark"] .bg-gray-100,
[data-theme="dark"] .hover\:bg-gray-50:hover,
[data-theme="dark"] .hover\:bg-gray-100:hover {
    background-color: #1e293b;
}

[data-theme="dark"] .bg-gradient-to-b,
[data-theme="dark"] .bg-gradient-to-br {
    background-image: linear-gradient(135deg, #111827, #0f172a);
}

[data-theme="dark"] .border-gray-100,
[data-theme="dark"] .border-gray-200,
[data-theme="dark"] .border-gray-300,
[data-theme="dark"] .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #334155;
}

[data-theme="dark"] .text-gray-900,
[data-theme="dark"] .text-gray-800,
[data-theme="dark"] .hover\:text-gray-900:hover {
    color: #f8fafc;
}

[data-theme="dark"] .text-gray-700,
[data-theme="dark"] .text-gray-600,
[data-theme="dark"] .hover\:text-gray-700:hover,
[data-theme="dark"] .hover\:text-gray-600:hover {
    color: #cbd5e1;
}

[data-theme="dark"] .text-gray-500,
[data-theme="dark"] .text-gray-400 {
    color: #94a3b8;
}

[data-theme="dark"] .text-primary-600,
[data-theme="dark"] .text-primary-700,
[data-theme="dark"] .hover\:text-primary-600:hover,
[data-theme="dark"] .hover\:text-primary-700:hover {
    color: #7dd3fc;
}

[data-theme="dark"] .bg-primary-50,
[data-theme="dark"] .bg-primary-100,
[data-theme="dark"] .hover\:bg-primary-50:hover {
    background-color: rgba(14, 116, 144, 0.18);
}

[data-theme="dark"] .border-primary-100,
[data-theme="dark"] .border-primary-200,
[data-theme="dark"] .hover\:border-primary-200:hover {
    border-color: rgba(125, 211, 252, 0.28);
}

[data-theme="dark"] .bg-blue-50,
[data-theme="dark"] .bg-blue-100,
[data-theme="dark"] .bg-green-50,
[data-theme="dark"] .bg-green-100,
[data-theme="dark"] .bg-emerald-50,
[data-theme="dark"] .bg-emerald-100,
[data-theme="dark"] .bg-red-50,
[data-theme="dark"] .bg-red-100,
[data-theme="dark"] .bg-amber-50,
[data-theme="dark"] .bg-amber-100,
[data-theme="dark"] .bg-indigo-50,
[data-theme="dark"] .bg-indigo-100,
[data-theme="dark"] .bg-violet-50,
[data-theme="dark"] .bg-violet-100,
[data-theme="dark"] .bg-rose-50,
[data-theme="dark"] .bg-rose-100,
[data-theme="dark"] .bg-sky-100,
[data-theme="dark"] .bg-teal-50,
[data-theme="dark"] .bg-teal-100,
[data-theme="dark"] .bg-lime-100,
[data-theme="dark"] .bg-orange-50,
[data-theme="dark"] .bg-orange-100,
[data-theme="dark"] .bg-cyan-50,
[data-theme="dark"] .bg-cyan-100,
[data-theme="dark"] .bg-yellow-100 {
    background-color: rgba(30, 41, 59, 0.82);
}

[data-theme="dark"] .border-blue-100,
[data-theme="dark"] .border-blue-200,
[data-theme="dark"] .border-green-100,
[data-theme="dark"] .border-green-200,
[data-theme="dark"] .border-emerald-100,
[data-theme="dark"] .border-red-100,
[data-theme="dark"] .border-red-200,
[data-theme="dark"] .border-amber-100,
[data-theme="dark"] .border-amber-200 {
    border-color: #334155;
}

[data-theme="dark"] .hero-bg {
    background: #020617;
}

[data-theme="dark"] .hero-bg-overlay {
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.78), rgba(15, 23, 42, 0.9));
}

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

[data-theme="dark"] .live-stat-card,
[data-theme="dark"] .pricing-popular {
    background: rgba(15, 23, 42, 0.92);
    border-color: #334155;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .faq-answer {
    color: #94a3b8;
}

[data-theme="dark"] .shadow-sm,
[data-theme="dark"] .shadow,
[data-theme="dark"] .shadow-md,
[data-theme="dark"] .shadow-lg,
[data-theme="dark"] .shadow-xl {
    --tw-shadow-color: rgba(0, 0, 0, 0.35);
}
