@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;line-height:1.5}*{scrollbar-color:#444 #1a1a1a;scrollbar-width:thin}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}::-webkit-scrollbar-thumb{background:#444;border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#555}::-webkit-scrollbar-thumb:active{background:#666}::-webkit-scrollbar-corner{background:#1a1a1a}#root,.ant-layout{min-height:100vh}.ant-layout{background:#1a1a1a!important;height:100vh}.ant-layout-content{height:100vh;padding:0!important}.ant-card{border:none!important;border-radius:8px!important;box-shadow:0 2px 8px #0000004d!important}.ant-card,.ant-card-head{background:#242424!important;color:#fff!important}.ant-card-head{border-bottom:1px solid #333!important;border-radius:8px 8px 0 0!important;padding:16px 20px!important}.ant-card-head-title{color:#fff!important;font-size:16px!important;font-weight:600!important}.ant-card-body{padding:20px!important}.ant-card-body,.ant-table{background:#242424!important;color:#fff!important}.ant-table{border-radius:6px!important;overflow:hidden!important}.ant-table-thead>tr>th{background:#1a1a1a!important;color:#ccc!important;font-size:13px!important;font-weight:500!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{border-bottom:1px solid #333!important;padding:12px 16px!important}.ant-table-tbody>tr>td{background:#242424!important;color:#fff!important}.ant-table-tbody>tr:hover>td{background:#2a2a2a!important}.ant-empty{color:#888!important}.ant-input,.ant-input-affix-wrapper{background:#1a1a1a!important;border:1px solid #333!important;border-radius:6px!important;color:#fff!important;font-size:14px!important;padding:8px 12px!important}.ant-input-affix-wrapper .ant-input::placeholder,.ant-input::placeholder{color:#888!important}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus,.ant-input:focus{border-color:#4caf50!important;box-shadow:0 0 0 2px #4caf5033!important}.ant-btn{border:none!important;border-radius:6px!important;font-size:14px!important;font-weight:500!important;height:36px!important;padding:0 16px!important;transition:all .2s ease!important}.ant-btn-primary{background:#4caf50!important;border-color:#4caf50!important;color:#fff!important}.ant-btn-primary:hover{background:#45a049!important;border-color:#45a049!important;box-shadow:0 4px 12px #4caf504d!important;transform:translateY(-1px)!important}.ant-btn-default{background:#333!important;border-color:#333!important;color:#fff!important}.ant-btn-default:hover{background:#404040!important;border-color:#404040!important;color:#fff!important}.ant-btn-danger,.ant-btn-dangerous{background:#ff3b30!important;border-color:#ff3b30!important;color:#fff!important}.ant-btn-danger:hover,.ant-btn-dangerous:hover{background:#e53e3e!important;border-color:#e53e3e!important;box-shadow:0 4px 12px #ff3b304d!important;transform:translateY(-1px)!important}.ant-btn-sm{font-size:12px!important;height:28px!important;padding:0 12px!important}.ant-btn-icon-only{padding:0!important;width:36px!important}.ant-btn-sm.ant-btn-icon-only{width:28px!important}.ant-statistic-title{color:#ccc!important;font-size:13px!important;margin-bottom:4px!important}.ant-statistic-content{color:#fff!important;font-size:18px!important;font-weight:600!important}.ant-statistic-content-value{color:#fff!important}.ant-statistic-content-suffix{color:#888!important;font-size:14px!important}.ant-tag{border:none!important;border-radius:6px!important;font-size:12px!important;font-weight:500!important;padding:2px 8px!important}.ant-tag-green{background:#4caf50!important;color:#fff!important}.ant-tag-red{background:#ff3b30!important;color:#fff!important}.ant-slider{margin:12px 0!important}.ant-slider-rail{background:#333!important}.ant-slider-handle,.ant-slider-track{background:#4caf50!important}.ant-slider-handle{border:2px solid #4caf50!important}.ant-space{width:100%!important}.ant-space-item{align-items:center!important;display:flex!important}.ant-row{margin:0!important}.ant-col{padding:0 8px!important}.dashboard-overview{background:#242424;border-radius:8px;padding:20px}.wallet-balance-card{background:#1a1a1a!important;border:1px solid #333!important;border-radius:6px!important;padding:16px!important}.wallet-balance-card p{color:#ccc!important;font-size:13px!important;margin-bottom:8px!important}.quick-actions{align-items:center;display:flex;gap:12px;margin-top:16px}.quick-actions span{color:#ccc;font-size:13px;white-space:nowrap}.action-section{margin-bottom:20px}.token-pair-input{margin-bottom:16px!important}.buy-sell-section{display:flex;gap:16px}.buy-section,.sell-section{flex:1 1}.buy-section .ant-statistic-title,.sell-section .ant-statistic-title{color:#ff3b30!important}.transaction-log-header{margin-bottom:16px}.status-indicators{align-items:center;display:flex;gap:8px}.status-circle{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:24px;justify-content:center;width:24px}@media (max-width:1200px){.ant-card-body,.ant-layout-content{padding:16px!important}}@media (max-width:768px){.ant-col{padding:0 4px!important}.buy-sell-section{flex-direction:column;gap:12px}.quick-actions{flex-wrap:wrap;gap:8px}}.App{background:#1a1a1a;color:#fff;min-height:100vh}.dashboard-container{height:100vh;margin:0;overflow:hidden;padding:0;width:100vw}.dashboard-grid{display:grid;grid-template-columns:55% 45%;height:100vh;min-height:100vh}.dashboard-main{padding-top:20px}.dashboard-main,.dashboard-sidebar{display:flex;flex-direction:column;gap:20px;height:100vh;overflow-y:auto}.dashboard-sidebar{padding:20px}.card-header-with-icon{align-items:center;display:flex;font-size:16px;font-weight:600;gap:8px}.card-header-icon{font-size:16px}.overview-section{background:#242424;border-radius:8px;box-shadow:0 2px 8px #0000004d;padding:20px}.overview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.overview-title{align-items:center;color:#fff;font-size:16px;font-weight:600}.overview-actions,.overview-title{display:flex;gap:8px}.wallet-balance-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.wallet-balance-card{background:#1a1a1a;border:1px solid #333;border-radius:6px;padding:16px}.wallet-balance-title{color:#ccc;font-size:13px;font-weight:500;margin-bottom:8px}.wallet-balance-value{color:#fff;font-size:18px;font-weight:600;margin-bottom:4px}.wallet-balance-suffix{color:#888;font-size:14px}.wallet-management{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;justify-content:space-between;margin-bottom:5px}.wallet-filter-buttons{display:flex;gap:8px}.wallet-quick-actions{align-items:center;display:flex;gap:12px}.wallet-management .quick-actions{align-items:center;display:flex;gap:6px}.wallet-management .quick-action-label{color:#ccc;font-size:12px;min-width:-webkit-fit-content;min-width:fit-content;white-space:nowrap}.wallet-management .quick-action-input{width:150px}.quick-actions-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.quick-actions-left{display:flex;gap:8px}.quick-actions-right{align-items:center;display:flex;gap:12px}.quick-action-label{color:#ccc;font-size:13px;white-space:nowrap}.quick-action-input{width:60px}.quick-action-unit{color:#888;font-size:13px;white-space:nowrap}.action-section{background:#242424;border-radius:8px;box-shadow:0 2px 8px #0000004d;padding:20px}.action-header{align-items:center;display:flex;gap:8px;margin-bottom:20px}.action-title{color:#fff;font-size:16px;font-weight:600}.token-input-container{margin-bottom:20px}.token-input-label{color:#ccc;display:block;font-size:13px;margin-bottom:8px}.buy-sell-interface{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.buy-section,.sell-section{background:#1a1a1a;border:1px solid #333;border-radius:6px;padding:16px}.section-title{color:#ff3b30}.section-title,.section-title-green{font-size:14px;font-weight:600;margin-bottom:12px}.section-title-green{color:#44e48e;color:rgb(68 228 142/var(--tw-text-opacity,1))}.section-input{margin-bottom:12px}.section-button{width:100%}.buy-section-controls{align-items:center;display:flex;gap:12px}.buy-section-controls .section-input{flex:1 1;margin-bottom:0}.buy-section-controls .section-button{min-width:100px;width:auto}.transaction-log{background:#242424;border-radius:8px;box-shadow:0 2px 8px #0000004d;display:flex;flex-direction:column;min-height:550px;padding:20px}.transaction-log-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.transaction-log-title{color:#fff;font-size:16px;font-weight:600}.transaction-log-title,.transaction-status{align-items:center;display:flex;gap:8px}.status-indicator{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:24px;justify-content:center;width:24px}.status-success{background:#4caf50}.status-error{background:#ff3b30}.clear-button{margin-left:8px}.enhanced-table{border-radius:6px;flex:1 1;overflow:hidden}.enhanced-table .ant-table{max-height:600px;overflow-y:auto}.transaction-log .enhanced-table{min-height:450px}.enhanced-table .ant-table-thead>tr>th{background:#1a1a1a;border-bottom:1px solid #333;color:#ccc;font-size:13px;font-weight:500;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.enhanced-table .ant-table-tbody>tr>td{background:#242424;border-bottom:1px solid #333;color:#fff;padding:12px 16px}.enhanced-table .ant-table-tbody>tr:hover>td{background:#2a2a2a}.overview-section .enhanced-table .ant-table-thead>tr>th{font-size:12px!important;height:32px!important;line-height:1.4!important;padding:6px 12px!important}.overview-section .enhanced-table .ant-table-tbody>tr>td{font-size:12px!important;height:36px!important;line-height:1.4!important;padding:7px 12px!important}.overview-section .enhanced-table .ant-table-cell-scrollbar,.overview-section .enhanced-table .ant-table-measure-row{display:none!important}.overview-section .enhanced-table .ant-table-tbody>tr.ant-table-row-selected>td{background:#2d4a2e!important}.overview-section .enhanced-table .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:#345a35!important}.ant-table-tbody .log-row-success td{color:#4caf50!important}.ant-table-tbody .log-row-fail td{color:#ff3b30!important}.ant-table-tbody .log-row-waiting td{color:#1890ff!important}.ant-table-tbody .log-row-success:hover td{color:#4caf50!important}.ant-table-tbody .log-row-fail:hover td{color:#ff3b30!important}.ant-table-tbody .log-row-waiting:hover td{color:#1890ff!important}.empty-state{color:#888;font-size:14px;padding:40px 20px;text-align:center}@media (max-width:1200px){.dashboard-grid{grid-template-columns:1fr;height:auto}.dashboard-sidebar{height:auto;order:-1}.dashboard-main{height:auto}}@media (max-width:768px){.dashboard-container{padding:0}.dashboard-main,.dashboard-sidebar{padding:16px}.buy-sell-interface,.wallet-balance-grid{grid-template-columns:1fr}.quick-actions-container{align-items:stretch;flex-direction:column;gap:12px}.quick-actions-right{justify-content:space-between}.overview-header{align-items:stretch;flex-direction:column;gap:12px}.overview-actions{justify-content:center}}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.focusable:focus{outline:2px solid #4caf50;outline-offset:2px}.loading{opacity:.6;pointer-events:none}.loading:after{animation:spin 1s linear infinite;border:2px solid #4caf50;border-radius:50%;border-top-color:#0000;content:"";height:20px;left:50%;margin:-10px 0 0 -10px;position:absolute;top:50%;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
/*# sourceMappingURL=main.ad2f98b5.css.map*/