
[data-theme="dark"] {
    --nywhashcloud_colors-primary: #b152ff;
    --nywhashcloud_colors-primary-dark: #b546ff;
    --nywhashcloud_colors-primary-light: #e060fa;
    --nywhashcloud_colors-primary-ultra-light: #3a1e3b;
    --nywhashcloud_colors-secondary: #ad94b8;
    --nywhashcloud_colors-accent: #db60fa;
    --nywhashcloud_colors-success: #34d369;
    --nywhashcloud_colors-warning: #fbbf24;
    --nywhashcloud_colors-error: #f87171;
    --nywhashcloud_colors-bg-primary: #000000;
    --nywhashcloud_colors-bg-secondary: #1d0031;
    --nywhashcloud_colors-text-primary: #f8f1f9;
    --nywhashcloud_colors-text-secondary: #dbcbe1;
    --nywhashcloud_colors-text-light: #b294b8;
    --nywhashcloud_colors-border: #4e3355;
    --nywhashcloud_colors-border-light: #664769;
    --nywhashcloud_colors-shadow: rgba(0, 0, 0, 0.2);
    --nywhashcloud_colors-shadow-light: rgba(0, 0, 0, 0.1);
    --nywhashcloud_colors-gradient: linear-gradient(135deg, var(--nywhashcloud_colors-primary), var(--nywhashcloud_colors-primary-dark));
    --nywhashcloud_colors-gradient-hover: linear-gradient(135deg, var(--nywhashcloud_colors-primary-dark), #eb25e1);
    --nywhashcloud_colors-shadow-lg: 0 4px 20px rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] * {

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}
[data-theme="dark"] .nywhashcloud_topbar {

    background: var(--nywhashcloud_colors-bg-primary);

}
[data-theme="dark"] .nywhashcloud_navbar {
    background: var(--nywhashcloud_colors-bg-primary);
    border-bottom: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 220px;
    height: 50px;
    background-image: url('https://static.nywhash.com/partners/nywhash/nywhashcloud_text_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[data-theme="dark"] .nywhashcloud_dropdown_menu {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_dropdown_link:hover {
    background: var(--nywhashcloud_colors-primary-ultra-light);
}

[data-theme="dark"] .nywhashcloud_mobile_menu {
    background: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_mobile_actions {
    background: var(--nywhashcloud_colors-bg-primary);
    border-top: 1px solid var(--nywhashcloud_colors-border);
}
[data-theme="dark"] .nywhashcloud_herosection_container {
    background: black;
}

[data-theme="dark"] .nywhashcloud_herosection_badge {
    background: linear-gradient(135deg, rgba(82, 154, 255, 0.1), rgba(82, 154, 255, 0.05));
    border: 1px solid rgba(82, 154, 255, 0.2);
}

[data-theme="dark"] .nywhashcloud_herosection_button--secondary {
    background-color: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_herosection_button--secondary:hover {
    background-color: var(--nywhashcloud_colors-primary-ultra-light);
}

[data-theme="dark"] .nywhashcloud_herosection_stats {
    border-top: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_herosection_floating {
    background: linear-gradient(135deg, var(--nywhashcloud_colors-primary-ultra-light), transparent);
}

[data-theme="dark"] .nywhashcloud_herosection_floating--1 {
    background: linear-gradient(135deg, rgba(82, 154, 255, 0.1), rgba(82, 154, 255, 0.05));
}

[data-theme="dark"] .nywhashcloud_herosection_floating--2 {
    background: linear-gradient(135deg, rgba(82, 154, 255, 0.08), rgba(82, 154, 255, 0.05));
}

[data-theme="dark"] .nywhashcloud_herosection_floating--3 {
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.1), rgba(82, 154, 255, 0.05));
}
[data-theme="dark"] .nywhashcloud_domains_search_wrapper {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_domains_search_input {
    background: var(--nywhashcloud_colors-bg-secondary);
    color: var(--nywhashcloud_colors-text-primary);
}

[data-theme="dark"] .nywhashcloud_domains_table_container {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_domains_table_head {
    background: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_domains_table_body {
    background: var(--nywhashcloud_colors-bg-secondary);
}

[data-theme="dark"] .nywhashcloud_domains_table_row:hover {
    background: var(--nywhashcloud_colors-primary-ultra-light);
}
[data-theme="dark"] .nywhashcloud_pricing_section {
    background: linear-gradient(180deg, var(--nywhashcloud_colors-bg-secondary) 0%, var(--nywhashcloud_colors-bg-primary) 100%);
}

[data-theme="dark"] .nywhashcloud_pricing_section::before {
    background: radial-gradient(circle, rgba(82, 154, 255, 0.08) 0%, transparent 70%);
}

[data-theme="dark"] .nywhashcloud_pricing_section::after {
    background: radial-gradient(circle, rgba(70, 128, 255, 0.06) 0%, transparent 70%);
}

[data-theme="dark"] .nywhashcloud_pricing_card {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 2px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_pricing_toggle_wrapper {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_pricing_trust {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_pricing_details_btn {
    background: var(--nywhashcloud_colors-bg-primary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_pricing_common_features {
    background: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_pricing_feature_row:hover {
    background: var(--nywhashcloud_colors-primary-ultra-light);
}
[data-theme="dark"] .nywhashcloud_features_section {
    background: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_features_card {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_features_background_pattern {
    background-image: radial-gradient(circle at 20px 20px, var(--nywhashcloud_colors-primary) 1px, transparent 1px);
}

[data-theme="dark"] .nywhashcloud_features_list_item:hover {
    background: var(--nywhashcloud_colors-primary-ultra-light);
}
[data-theme="dark"] .nywhashcloud_partners_section {
    background-color: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_partners_logo {
    background-color: var(--nywhashcloud_colors-bg-secondary);
}

[data-theme="dark"] .nywhashcloud_partners_slider::before {
    background: linear-gradient(to right, var(--nywhashcloud_colors-bg-primary), transparent);
}

[data-theme="dark"] .nywhashcloud_partners_slider::after {
    background: linear-gradient(to left, var(--nywhashcloud_colors-bg-primary), transparent);
}
[data-theme="dark"] .nywhashcloud_faq_item {
    background-color: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_faq_search_input {
    background-color: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
    color: var(--nywhashcloud_colors-text-primary);
}

[data-theme="dark"] .nywhashcloud_faq_question:hover {
    background-color: var(--nywhashcloud_colors-primary-ultra-light);
}
[data-theme="dark"] .nywhashcloud_vds_card {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_vds_card_header {
    background: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_vds_table_wrapper {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 1px solid var(--nywhashcloud_colors-border);
}

[data-theme="dark"] .nywhashcloud_vds_table thead {
    background: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_vds_table tbody tr:hover {
    background: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_vds_toggle_btn {
    background: var(--nywhashcloud_colors-bg-secondary);
    border: 2px solid var(--nywhashcloud_colors-border);
    color: var(--nywhashcloud_colors-text-secondary);
}

[data-theme="dark"] .nywhashcloud_vds_toggle_btn:hover {
    border-color: var(--nywhashcloud_colors-primary);
    color: var(--nywhashcloud_colors-primary);
}
[data-theme="dark"] .nywhashcloud_footer_section {
    background: black;
}
[data-theme="dark"] .nywhashcloud_footer_logo h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.02em;
}

[data-theme="dark"] .nywhashcloud_input_group {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .nywhashcloud_newsletter_input {
    background: transparent;
    color: white;
}

[data-theme="dark"] .nywhashcloud_social_link {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .nywhashcloud_footer_main,
[data-theme="dark"] .nywhashcloud_footer_bottom {
    border-color: rgba(255, 255, 255, 0.1);
}
[data-theme="dark"] .theme-btn {
    background: none;
    border: 1px solid currentColor;
    color: currentColor;
}

[data-theme="dark"] .theme-btn:hover,
[data-theme="dark"] .theme-btn:focus {
    background-color: var(--nywhashcloud_colors-primary-light);
    color: var(--nywhashcloud_colors-bg-primary);
    outline: none;
}
@media (max-width: 768px) {
    [data-theme="dark"] .nywhashcloud_mobile_menu {
        background: var(--nywhashcloud_colors-bg-primary);
    }
    
    [data-theme="dark"] .nywhashcloud_mobile_actions {
        background: var(--nywhashcloud_colors-bg-primary);
        border-top: 1px solid var(--nywhashcloud_colors-border);
    }
}
[data-theme="dark"] .nywhashcloud_herosection_floating {
    background: linear-gradient(135deg, var(--nywhashcloud_colors-primary-ultra-light), transparent);
}
[data-theme="dark"] .nywhashcloud_badge_new,
[data-theme="dark"] .nywhashcloud_badge_sale,
[data-theme="dark"] .nywhashcloud_badge_hot {
    color: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_cart_count {
    border: 2px solid var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_dropdown_icon {
    background: var(--nywhashcloud_colors-primary-ultra-light);
    color: var(--nywhashcloud_colors-primary);
}

[data-theme="dark"] .nywhashcloud_dropdown_link:hover .nywhashcloud_dropdown_icon {
    background: var(--nywhashcloud_colors-gradient);
    color: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_features_icon_wrapper {
    background: var(--nywhashcloud_colors-gradient);
}

[data-theme="dark"] .nywhashcloud_features_check_icon {
    background: var(--nywhashcloud_colors-primary-ultra-light);
    color: var(--nywhashcloud_colors-primary);
}

[data-theme="dark"] .nywhashcloud_pricing_badge {
    color: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_pricing_trust_icon {
    background: var(--nywhashcloud_colors-gradient);
}

[data-theme="dark"] .nywhashcloud_pricing_trust_icon i {
    color: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_vds_card_icon {
    background: var(--nywhashcloud_colors-gradient);
    color: var(--nywhashcloud_colors-bg-primary);
}

[data-theme="dark"] .nywhashcloud_vds_badge {
    background: var(--nywhashcloud_colors-primary-ultra-light);
    color: var(--nywhashcloud_colors-primary);
}
[data-theme="dark"] input,
[data-theme="dark"] textarea,
[data-theme="dark"] select {
    background-color: var(--nywhashcloud_colors-bg-secondary);
    border-color: var(--nywhashcloud_colors-border);
    color: var(--nywhashcloud_colors-text-primary);
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
    color: var(--nywhashcloud_colors-text-light);
}
[data-theme="dark"] ::-webkit-scrollbar {
    width: 8px;
}

[data-theme="dark"] ::-webkit-scrollbar-track {
    background: var(--nywhashcloud_colors-bg-secondary);
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: var(--nywhashcloud_colors-border);
    border-radius: 4px;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: var(--nywhashcloud_colors-primary);
}