/* Glass Style - Стеклянный морфизм */
.exchange_table_wrap.glass {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.exchange_table_wrap.glass .exchange_type_table {
    padding: 35px;
}

.exchange_table_wrap.glass .xtt_icon_wrap {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.exchange_table_wrap.glass .tbl_icon {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 14px 30px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.exchange_table_wrap.glass .tbl_icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.4) 0%, rgba(118, 75, 162, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.exchange_table_wrap.glass .tbl_icon:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.exchange_table_wrap.glass .tbl_icon.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.6) 0%, rgba(118, 75, 162, 0.6) 100%);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
    box-shadow: 
        0 10px 35px rgba(102, 126, 234, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.exchange_table_wrap.glass .tbl_icon.active:before {
    opacity: 1;
}

.exchange_table_wrap.glass .xtt_col1,
.exchange_table_wrap.glass .xtt_col2,
.exchange_table_wrap.glass .xtt_col3 {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    box-shadow: 
        0 10px 35px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.exchange_table_wrap.glass .xtt_title {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.6) 0%, rgba(118, 75, 162, 0.6) 100%);
    color: white;
    padding: 25px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px 25px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.exchange_table_wrap.glass .xtt_one_line_left_wrap,
.exchange_table_wrap.glass .xtt_one_line_right_wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.exchange_table_wrap.glass .xtt_one_line_left_wrap:hover,
.exchange_table_wrap.glass .xtt_one_line_right_wrap:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.exchange_table_wrap.glass .xtt_one_line_left_wrap.active,
.exchange_table_wrap.glass .xtt_one_line_right_wrap.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border-left: 4px solid rgba(255, 255, 255, 0.4);
}

.exchange_table_wrap.glass .xtt_one_line_name {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.exchange_table_wrap.glass .currency_logo {
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.exchange_table_wrap.glass .hexch_form_wrap {
    padding: 30px;
}

.exchange_table_wrap.glass .hexch_info {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
}

.exchange_table_wrap.glass .hexch_left,
.exchange_table_wrap.glass .hexch_right {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.exchange_table_wrap.glass .hexch_left:hover,
.exchange_table_wrap.glass .hexch_right:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.exchange_table_wrap.glass .hexch_btitle.give {
    color: rgba(255, 107, 107, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.exchange_table_wrap.glass .hexch_btitle.get {
    color: rgba(29, 209, 161, 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.exchange_table_wrap.glass .hexch_submit {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.8) 100%);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 35px rgba(102, 126, 234, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.exchange_table_wrap.glass .hexch_submit:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.exchange_table_wrap.glass .hexch_submit:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    transform: translateY(-5px);
    box-shadow: 
        0 15px 45px rgba(102, 126, 234, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.exchange_table_wrap.glass .hexch_submit:hover:before {
    left: 100%;
}

.exchange_table_wrap.glass .hexch_submit:disabled {
    background: rgba(149, 165, 166, 0.6);
    border-color: rgba(255, 255, 255, 0.1);
    transform: none;
    box-shadow: none;
}

.exchange_table_wrap.glass input,
.exchange_table_wrap.glass select,
.exchange_table_wrap.glass textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}

.exchange_table_wrap.glass input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(102, 126, 234, 0.6);
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}