/* Dark Style - Темная тема */
.exchange_table_wrap.dark {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: #e0e0e0;
}

.exchange_table_wrap.dark .exchange_type_table {
    padding: 25px;
}

.exchange_table_wrap.dark .xtt_icon_wrap {
    background: rgba(30, 30, 46, 0.8);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.exchange_table_wrap.dark .tbl_icon {
    background: rgba(40, 40, 60, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 20px;
    color: #b0b0b0;
    transition: all 0.3s ease;
}

.exchange_table_wrap.dark .tbl_icon:hover {
    background: rgba(50, 50, 70, 0.9);
    border-color: #667eea;
    color: white;
}

.exchange_table_wrap.dark .tbl_icon.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 0 15px rgba(102, 126, 234, 0.5);
}

.exchange_table_wrap.dark .xtt_col1,
.exchange_table_wrap.dark .xtt_col2,
.exchange_table_wrap.dark .xtt_col3 {
    background: rgba(30, 30, 46, 0.8);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.exchange_table_wrap.dark .xtt_title {
    background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 100%);
    color: white;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.exchange_table_wrap.dark .xtt_one_line_left_wrap,
.exchange_table_wrap.dark .xtt_one_line_right_wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
}

.exchange_table_wrap.dark .xtt_one_line_left_wrap:hover,
.exchange_table_wrap.dark .xtt_one_line_right_wrap:hover {
    background: rgba(255, 255, 255, 0.05);
}

.exchange_table_wrap.dark .xtt_one_line_left_wrap.active,
.exchange_table_wrap.dark .xtt_one_line_right_wrap.active {
    background: rgba(102, 126, 234, 0.2);
    border-left: 3px solid #667eea;
}

.exchange_table_wrap.dark .xtt_one_line_name {
    color: #e0e0e0;
}

.exchange_table_wrap.dark .currency_logo {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.exchange_table_wrap.dark .hexch_form_wrap {
    padding: 20px;
}

.exchange_table_wrap.dark .hexch_info {
    background: rgba(40, 40, 60, 0.8);
    border-radius: 10px;
    padding: 15px;
    border-left: 4px solid #667eea;
}

.exchange_table_wrap.dark .hexch_left,
.exchange_table_wrap.dark .hexch_right {
    background: rgba(30, 30, 46, 0.8);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.exchange_table_wrap.dark .hexch_btitle.give {
    color: #ff6b6b;
}

.exchange_table_wrap.dark .hexch_btitle.get {
    color: #1dd1a1;
}

.exchange_table_wrap.dark .hexch_submit {
    background: linear-gradient(135deg, #0f3460 0%, #1a1a2e 100%);
    color: white;
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 8px;
    padding: 14px 35px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.exchange_table_wrap.dark .hexch_submit:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
}

.exchange_table_wrap.dark input,
.exchange_table_wrap.dark select,
.exchange_table_wrap.dark textarea {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.exchange_table_wrap.dark input:focus {
    border-color: #667eea;
    background: rgba(30, 30, 50, 0.9);
}