html{font-size:12px}
@font-face {
    font-family: 'IBM Plex Sans';
    font-display: swap;
    src: url(/static/fonts/IBMPlexSans-Regular-ba21ef1a37ee6d15eef777aedf368543.woff2) format('woff2');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-display: swap;
    src: url(/static/fonts/IBMPlexSans-Medium-64bcd7ec4d98272dc80e04b6d3bf8268.woff2) format('woff2');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-display: swap;
    src: url(/static/fonts/IBMPlexSans-SemiBold-6aca88931d6e2e67452aa4ac5f61f29d.woff2) format('woff2');
    font-weight: 600;
    font-style: normal
}

#uniFrameHeader .nav-btn-back {
	display: block;
}
#uniFrameHeader .header-left .icon-arrow {
	transform: rotate(90deg);
}

.ld-head__h5-ld-quato .leader-detail__lf-name-center-total-index span {
	color: #71757a;
}

.leader-profile-pane__title-h5 .copytrade-icon {
	color: #81858c;
	font-size: 12px;
	margin-left: 5px;
}

.trade-record-timeline__title > span {
    font-size: 11px;
    color: #81858c;
    font-weight: 400;
    cursor: pointer;
}
.trade-record-timeline__title > span > span {
    transform: rotate(270deg);
    font-size: 10px;
    margin-left: 2px;
}

.trade-record-timeline__rt {
    width: 100%;
}
.table-position-wrap > div {
    display: flex;
}

.ld-pf__od-head-roi-val > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 5px;
}

.with-header-layout {
    background-color: #100f15;
    padding-bottom: 24px;
    min-height: 100vh;
}

.preloader {
    align-self: stretch;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(30, 32, 35, .85);
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.preloader.hidden {
    display: none;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.box-performance, .box-table-stats, .box-current-orders, .box-current-stocks {
    display: block;
}
.box-trade-records, .box-history-orders, .box-history-stocks {
    display: none;
}
.box-current-orders .ant-loader,
.box-history-orders .ant-loader,
.box-subscribers .ant-loader,
.box-current-stocks .ant-loader,
.box-history-stocks .ant-loader {
    display: none;
}
.box-current-orders .ant-empty,
.box-history-orders .ant-empty,
.box-subscribers .ant-empty,
.box-current-stocks .ant-empty,
.box-history-stocks .ant-empty {
    display: block;
}

.modal {
    display: none;
    position: fixed;
    background-color: #17181e;
    bottom: 0px;
    width: 100%;
    max-width: 500px;
    border-radius: 5px 5px 0 0;
    padding: 12px 0px;
    padding-bottom: 20px;
    z-index: 1100;
    transition: .2s ease-in-out;
    max-height: 100vh;
    /* height: 100vh; */
    margin-bottom: -100vh;
}
.modal-overlay {
    display: none;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgb(30 32 35);
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 1050;
    opacity: 0;
    transition: .2s linear;
}
.modal .modal-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    padding-bottom: 12px;
}
.modal .modal-body {overflow: auto;max-height: calc(100vh - 90px);-webkit-overflow-scrolling: touch;}
.modal .modal-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.modal .modal-close {
    position: absolute;
    right: 5px;
    background-color: transparent;
}
.modal .modal-close-left {
    right: unset;
    left: 5px;
}
.modal .modal-close > svg,
.modal .modal-close-left {
    fill: #81858c;
    color: #81858c;
}
.modal .modal-close > .copytrade-icon {
    font-size: 20px;
}
.modal .modal-close-left > .copytrade-icon {
    transform: rotate(180deg);
}
.modal .modal-line-tabs {
    display: flex;
    border-bottom: 1px solid #25282c;
    padding: 0px 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;

    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal .modal-line-tabs::-webkit-scrollbar {
    display: none;
}
.modal .modal-line-tabs .btn-title {
    display: inline-block;
    padding: 12px 0px;
    padding-bottom: 8px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    color: #81858c;
    cursor: pointer;
    text-wrap: nowrap;
}
.modal .modal-line-tabs .btn-title.active {
    color: #fff;
    border-bottom: 2px solid #f7a600;
}

.box-panel-contain {
    display: flex;
    background-color: #24252b;
    padding: 14px;
    border-radius: 8px;
    flex-direction: column;
    gap: 8px;
    margin: 0px 12px;
}
.box-panel-contain .box-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.box-panel-contain .box-flex > div:last-child {
    text-align: right;
}
.box-panel-contain .one-title {
    font-size: 12px;
    color: #81858c;
    line-height: 12px;
    font-weight: 500;
}
.box-panel-contain .one-data {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding: 10px 0px;
}
.box-panel-contain .sub-title {
    font-size: 11px;
    color: #81858c;
    line-height: 11px;
}
.box-panel-contain .sub-data {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.box-panel-contain .long {
    color: #20b26c;
}
.box-panel-contain .short {
    color: #ef454a;
}

.box-panel-txs {
}
.box-panel-txs .ant-empty {
height: 170px;
}
.box-panel-txs .tx-item {
    padding: 6px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.box-panel-txs .tx-item .right-data {
    text-align: right;
}
.box-panel-txs .tx-item .tx-symbol {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.box-panel-txs .tx-item .tx-date {
    font-size: 11px;
    color: #81858c;
    font-weight: 400;
}
.box-panel-txs .tx-item .tx-amount {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.box-panel-txs .tx-item .tx-status {
    display: flex;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    align-items: center;
    gap: 5px;
}
.box-panel-txs .tx-item .tx-dot {
    height: 5px;
    width: 5px;
    border-radius: 50px;
    background-color: #81858c;
    flex: none;
}
.box-panel-txs .tx-item .tx-dot.tx-dot-danger {
    background-color: #ef454a;
}
.box-panel-txs .tx-item .tx-dot.tx-dot-warning {
    background-color: #f7a600;
}
.box-panel-txs .tx-item .tx-dot.tx-dot-success {
    background-color: #20b26c;
}

.box-panel-orders {
}
.box-panel-orders .ant-empty {
    height: 170px;
}
.box-panel-orders .ld-pf__od-it-box {
    margin: 12px;
    background-color: #24252b;
}
.box-panel-orders .ld-pf__od-it-head {
    border: none;
}
.box-panel-orders .ld-pf__od-it-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #25282c;
}
.box-panel-orders .ld-pf__od-it-info.active-order {
    padding-bottom: 0;
    border: none;
}
.box-panel-orders .ld-pf__od-it-info .justify-spbt-align-center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.box-panel-orders .ld-pf__od-it-info .justify-spbt-align-center:last-child {
    align-items: flex-end;
}
.box-panel-orders .pos-datetime {
    font-size: 10px;
    line-height: 18px;
    color: #81858c;
}

.box-panel-form {
    padding: 0px 12px;
    padding-bottom: 12px;
}
.box-panel-form .form-title {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
.box-panel-form .form-title > span {
    color: #81858c;
    font-size: 10px;
    margin-left: 5px;
}
.box-panel-form .form-group {
    position: relative;
    display: flex;
    align-items: center;
}
.box-panel-form .form-group .sub-unit {
    position: absolute;
    right: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.box-panel-form input,
.box-panel-form input:active,
.box-panel-form input:hover {
    background-color: #24252b;
    border: 1px solid #24252b;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 8px 10px;
    width: 100%;
    outline: none;
}
.box-panel-form input:focus {
    border: 1px solid #f7a600;
}
.box-panel-form input::placeholder,
.box-panel-form input::-webkit-input-placeholder,
.box-panel-form input:-ms-input-placeholder {
    color: rgba(129, 133, 140, 0.8);
    font-weight: 400;
}
.box-panel-form .form-desc,
.box-panel-action .form-desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
}
.box-panel-form .form-desc .desc-name,
.box-panel-action .form-desc .desc-name {
    color: #81858c;
}
.box-panel-form .form-desc .desc-data,
.box-panel-action .form-desc .desc-data {
    color: #fff;
    text-align: right;
    font-weight: 600;
}

.box-panel-action {
    border-top: 5px solid #100f15;
    padding: 12px;
    padding-bottom: 10px;
}
.box-panel-action > .sub-title {
    color: #81858c;
    font-size: 10px;
    font-weight: 500;
}
.box-panel-action > .form-desc {
    margin-top: 5px;
}
.box-panel-action .form-two-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.box-panel-action .form-detail {
    width: 100%;
}
.box-panel-action .form-detail > .sub-title {
    font-size: 12px;
    color: #81858c;
    font-weight: 500;
}
.box-panel-action .form-detail > .sub-data {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 14px;
    padding-top: 4px;
}
.box-panel-action .form-action {
    width: 100%;
}
.box-panel-action .form-action > button {
    width: 100%;
}

.btn-primary {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: linear-gradient(90deg, #ffc80b, #f7a600);
    border-radius: 4px;
    min-width: 110px;
    height: 32px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #121214;
    cursor: pointer;
    border: none;
    padding: 0px 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-lg {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
}

.btn-one {
    background: #f7a600;
}

.btn:disabled {
    opacity: 0.6;
    cursor: default;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; // Yeah, yeah everybody write about it
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.by-dropdown {
    position: absolute;
    background: #17181e;
    border: 1px solid #25282c;
    width: 100%;
    z-index: 100;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    border-radius: 3px;
}
.by-dropdown li {
    font-size: 12px;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.by-dropdown li.selected {
    color: #f7a600;
}

.d-none {
    display: none;
}

.ant-item-empty {
    font-size: 12px;
    color: #595d61;
}

.ant-tooltip {
  background: #17181e;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.35);
}

.ant-tooltip .tooltip-title {
  font-weight: bold;
  margin-bottom: 6px;
}

.ant-tooltip .tooltip-item {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.ant-tooltip .tooltip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.table-mobile__tr-main-header {
    display: flex;
    font-size: 13px;
    color: #f7a600;
    font-weight: 500;
    padding: 7px 10px;
    cursor: default;
    justify-content: space-between;
}
.table-mobile__tr-main-header > .tag-badge {
    font-size: 12px;
    font-weight: 500;
    background: linear-gradient(90deg, #ffc80b, #f7a600);
    border-radius: 0 6px 0 6px;
    color: #121214;
    padding: 2px 6px;
}
.table-mobile__tr-main-border {
    background-color: rgb(247 166 0 / 30%);
    padding: 2px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.table-mobile__tr-main-border:last-child {
    margin-bottom: 0px;
}
.table-mobile__footer {
    display: flex;
    margin-top: 10px;
    border-top: 1px solid #25282c;
    justify-content: space-between;
    align-items: center;
}
.table-mobile__footer > .br-line {
    flex: none;
    width: 1px;
    height: 16px;
    background: #595d61;
}
.table-mobile__footer .table-mobile__btn-a {
    display: block;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.indexstyle__CopyBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    gap: 5px;
    opacity: .65;
}
.indexstyle__CopyBanner > div {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    margin-top: 3px;
    text-transform: uppercase;
}

.btn-desc-more {
    font-size: 10px;
    background: transparent;
    color: #595d61;
    padding: 0 2px;
}

.follow-btn__bg .follow-btn__default-status:disabled {
    opacity: .8;
    filter: grayscale(1);
}

.profit-performance-h5 {
    display: none;
}

.chart-hidden {
  opacity: 0;
}
.chart-visible {
  opacity: 1;
}

.desk-footer-h5 {
    display: none;
}

/* Stocks Balances Styles */
.stock-item {
    display: flex;
    padding: 12px;
    padding-bottom: 6px;
}

.stock-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.stock-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stock-icon img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
}

.stock-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stock-ticker {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.stock-name {
    font-size: 12px;
    color: #81858c;
    line-height: 16px;
    margin-top: 2px;
}

.stock-balance {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.balance-amount {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.balance-amount.positive {
    color: #20b26c;
}

.balance-amount.negative {
    color: #ef454a;
}

.balance-quantity {
    font-size: 12px;
    color: #81858c;
    line-height: 16px;
}

/* === STOCKS DASHBOARD === */
.stocks-summary-card {
    margin: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #2a2520 0%, #24252b 100%);
    border: 1px solid #f7a600;
    border-radius: 12px;
}
.stocks-summary-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
.stocks-summary-label {
    font-size: 12px;
    color: #81858c;
    line-height: 16px;
}
.stocks-summary-equity {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    margin-top: 4px;
}
.stocks-summary-metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.stocks-summary-metric {
    flex: 1;
}
.stocks-summary-metric-label {
    font-size: 11px;
    color: #81858c;
    line-height: 14px;
}
.stocks-summary-metric-value {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    margin-top: 2px;
}
.stocks-summary-metric-value.long { color: #20b26c; }
.stocks-summary-metric-value.short { color: #ef454a; }
.stocks-summary-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

/* Блок "Все трейдеры" */
.stocks-traders-card {
    margin: 12px;
    padding: 16px;
    background: linear-gradient(135deg, #1e1f24 0%, #24252b 100%);
    border-radius: 12px;
}
.stocks-traders-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}
.stocks-traders-metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.stocks-traders-metric {
    flex: 1;
}
.stocks-traders-metric-label {
    font-size: 11px;
    color: #81858c;
    line-height: 14px;
}
.stocks-traders-metric-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    margin-top: 2px;
}
.stocks-traders-metric-value.long { color: #20b26c; }
.stocks-traders-metric-value.short { color: #ef454a; }

/* График */
.stocks-chart-section {
    margin: 12px;
    padding: 0;
}
.stocks-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.stocks-chart-period {
    display: flex;
    gap: 4px;
}
.stocks-chart-period-btn {
    padding: 4px 12px;
    font-size: 12px;
    color: #81858c;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.stocks-chart-period-btn.active {
    color: #fff;
    background: #2a2b30;
}
.stocks-chart-updated {
    font-size: 11px;
    color: #81858c;
}
.stocks-chart-legend {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 11px;
    color: #81858c;
}
.stocks-chart-legend-roi::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(80,150,255,1);
    margin-right: 4px;
}
.stocks-chart-legend-pnl::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(247,166,0,1);
    margin-right: 4px;
}

/* Табы позиций */
.stocks-positions-tabs {
    display: flex;
    margin: 12px;
    gap: 0;
    border-bottom: 1px solid #2a2b30;
}
.stocks-positions-tab {
    padding: 8px 16px;
    font-size: 13px;
    color: #81858c;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.stocks-positions-tab.active {
    color: #fff;
    border-bottom-color: #f7a600;
}
.stocks-positions-list {
    min-height: 60px;
}
.box-panel-stocks {
    padding-bottom: 60px;
}

/* === DEPOSIT PAGE === */
.deposit-page {
    background: #f7f8fa;
    min-height: 100vh;
    padding: 32px calc((100% - 1120px) / 2);
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #0b0e11;
}
.deposit-page * {
    box-sizing: border-box;
}
.deposit-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
.deposit-title {
    font-size: 24px;
    font-weight: 600;
    color: #0b0e11;
    margin: 0;
    line-height: 1.3;
}
.deposit-fiat-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e6e8ea;
    border-radius: 20px;
    color: #0b0e11;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .2s;
}
.deposit-fiat-btn:hover {
    border-color: #c2c7cc;
    text-decoration: none;
    color: #0b0e11;
}
.deposit-content {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.deposit-form-card {
    flex: 1;
    max-width: 680px;
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
/* Account type selector */
.deposit-account-selector {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.deposit-account-label {
    font-size: 14px;
    font-weight: 600;
    color: #0b0e11;
    margin-bottom: 12px;
}
.deposit-account-tabs {
    display: flex;
    gap: 8px;
}
.deposit-account-tab {
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #e6e8ea;
    border-radius: 8px;
    background: #fff;
    color: #0b0e11;
    cursor: pointer;
    transition: all 0.2s;
}
.deposit-account-tab.active {
    border-color: #f7a600;
    background: #fffbf0;
    color: #f7a600;
}
.deposit-account-tab:hover {
    border-color: #f7a600;
}
.deposit-account-hint {
    margin-top: 8px;
    font-size: 12px;
    color: #f7a600;
    font-weight: 500;
}

.deposit-step {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
    position: relative;
}
.deposit-step:last-child {
    margin-bottom: 0;
}
.deposit-step.disabled .step-body {
    opacity: 0.4;
    pointer-events: none;
}
.deposit-step.disabled .step-number {
    background: #e6e8ea;
    color: #81858c;
}
.step-number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #f7a600;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.step-body {
    flex: 1;
    position: relative;
}
.step-label {
    font-size: 16px;
    font-weight: 600;
    color: #0b0e11;
    margin-bottom: 12px;
}
.deposit-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f8fa;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #0b0e11;
    transition: border-color .2s;
    user-select: none;
}
.deposit-select:hover {
    border-color: #c2c7cc;
}
.select-value {
    color: #0b0e11;
    font-weight: 500;
}
.select-value.placeholder,
.deposit-step.disabled .select-value {
    color: #aeb4bc;
    font-weight: 400;
}
.select-arrow {
    flex-shrink: 0;
}
.deposit-dropdown {
    display: none;
    position: absolute;
    top: calc(100%);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    z-index: 100;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    margin-top: 4px;
}
.deposit-dropdown.open {
    display: block;
}
.dropdown-search {
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #eef0f2;
    color: #0b0e11;
    font-size: 14px;
    outline: none;
    font-family: inherit;
}
.dropdown-search::placeholder {
    color: #aeb4bc;
}
.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 4px 0;
}
.dropdown-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    cursor: pointer;
    color: #0b0e11;
    font-size: 14px;
    transition: background .15s;
}
.dropdown-list li:hover {
    background: #f7f8fa;
}
.coin-symbol {
    font-weight: 600;
    min-width: 50px;
}
.coin-name,
.chain-name-text {
    color: #81858c;
    font-size: 13px;
}
.chain-name-text {
    color: #0b0e11;
    font-weight: 500;
}

/* Step 3: Deposit details */
.deposit-details {
    margin-top: 8px;
}
.deposit-amount-section {
    margin-bottom: 16px;
}
.deposit-amount-label {
    font-size: 14px;
    color: #0b0e11;
    margin-bottom: 8px;
    font-weight: 500;
}
.deposit-amount-label span {
    color: #81858c;
    font-weight: 400;
}
.deposit-amount-input-wrap {
    position: relative;
}
.deposit-amount-input {
    width: 100%;
    padding: 12px 16px;
    background: #f7f8fa;
    border: 1px solid #e6e8ea;
    border-radius: 8px;
    font-size: 14px;
    color: #0b0e11;
    outline: none;
    font-family: inherit;
    transition: border-color .2s;
}
.deposit-amount-input:focus {
    border-color: #f7a600;
}
.deposit-amount-input::placeholder {
    color: #aeb4bc;
}
.deposit-amount-hint {
    font-size: 12px;
    color: #81858c;
    margin-top: 6px;
    min-height: 16px;
}
.deposit-amount-hint.error {
    color: #ef454a;
}
.deposit-submit-btn {
    width: 100%;
    padding: 12px;
    background: #f7a600;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background .2s;
}
.deposit-submit-btn:hover {
    background: #e09800;
}
.deposit-submit-btn:disabled {
    background: #e6e8ea;
    color: #aeb4bc;
    cursor: not-allowed;
}
.deposit-success-card {
    flex: 1;
    max-width: 680px;
    background: #eafbf1;
    border: 1px solid #c4eed8;
    border-radius: 12px;
    padding: 40px 32px;
    text-align: center;
}
.deposit-success-icon {
    margin-bottom: 20px;
}
.deposit-success-title {
    font-size: 20px;
    font-weight: 600;
    color: #20b26c;
    margin: 0 0 16px 0;
}
.deposit-success-text {
    font-size: 14px;
    color: #474d57;
    line-height: 1.6;
    margin: 0 0 10px 0;
}
.deposit-success-text strong {
    color: #0b0e11;
}
.deposit-success-note {
    color: #81858c;
    font-size: 13px;
    margin-top: 16px;
}

/* FAQ */
.deposit-faq {
    width: 320px;
    flex-shrink: 0;
    padding-top: 4px;
}
.deposit-faq h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0b0e11;
    margin: 0 0 16px 0;
}
.deposit-faq ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}
.deposit-faq ul li {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.5;
}
.deposit-faq ul li a {
    color: #0b0e11;
    text-decoration: none;
}
.deposit-faq ul li a:hover {
    color: #f7a600;
}
.faq-dot {
    color: #81858c;
    margin-right: 6px;
}
.faq-links {
    border-top: 1px solid #eef0f2;
    padding-top: 14px;
}
.faq-links > div {
    margin-bottom: 12px;
    font-size: 14px;
    color: #0b0e11;
    line-height: 1.5;
}
.faq-orange {
    color: #f7a600 !important;
    text-decoration: none;
    font-weight: 500;
}
.faq-orange:hover {
    text-decoration: underline;
}

/* Recent Deposits */
.deposit-recent {
    margin-top: 48px;
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.deposit-recent h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0b0e11;
    margin: 0 0 20px 0;
}
.deposit-table {
    width: 100%;
    border-collapse: collapse;
}
.deposit-table th {
    text-align: left;
    padding: 12px 14px;
    font-size: 12px;
    color: #81858c;
    font-weight: 500;
    border-bottom: 1px solid #eef0f2;
    white-space: nowrap;
}
.deposit-table td {
    padding: 12px 14px;
    font-size: 13px;
    color: #0b0e11;
    border-bottom: 1px solid #eef0f2;
}
.deposit-status {
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
}
.deposit-status-wait {
    color: #d4880f;
    background: #fef7e8;
}
.deposit-status-success {
    color: #20b26c;
    background: #eafbf1;
}
.deposit-status-cancel {
    color: #ef454a;
    background: #fdeaeb;
}
.deposit-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0;
    gap: 8px;
}
.deposit-empty-icon {
    opacity: 0.35;
}
.deposit-empty p {
    color: #aeb4bc;
    font-size: 14px;
    margin: 0;
}
.deposit-view-more {
    text-align: left;
    padding: 16px 0 0;
}
.deposit-view-more a {
    color: #f7a600;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.deposit-view-more a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .deposit-page {
        padding: 20px 16px;
    }
    .deposit-content {
        flex-direction: column;
    }
    .deposit-faq {
        width: 100%;
    }
    .deposit-form-card {
        max-width: 100%;
    }
    .deposit-recent {
        padding: 20px 16px;
    }
}
