@tailwind base;@tailwind components;@tailwind utilities;@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.login-submit-button{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.login-submit-button:hover{transform:translateY(-2px)!important;box-shadow:0 12px 24px #1890ff66!important}.login-submit-button:active{transform:translateY(0)!important;box-shadow:0 4px 12px #1890ff4d!important}.login-input{transition:all .3s ease!important}.login-input:focus{border-color:#1890ff!important;box-shadow:0 0 0 3px #1890ff1a!important}.login-input:hover{border-color:#d9d9d9!important}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#f5f5f5}#root{height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.profit{color:#00b96b!important}.loss{color:#ff4d4f!important}.neutral{color:#8c8c8c!important}.chart-container{width:100%;height:100%;min-height:300px}.loading-spin{display:flex;align-items:center;justify-content:center;min-height:200px}.app-page-container{padding:24px;max-width:100%;overflow-x:hidden}.app-sider{overflow:auto;height:100vh;position:fixed!important;left:0;top:0;bottom:0;z-index:100}.app-sider-logo{height:64px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;border-bottom:1px solid #303030;padding:0 12px;text-align:center;line-height:1.2}.app-sider-logo--drawer{background:#001529}.app-main-layout{transition:margin-left .2s ease;min-height:100vh}.app-header{padding:0 16px!important;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00152914;position:sticky;top:0;z-index:99;height:56px!important;line-height:56px!important}.app-header-title{font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:55vw}.app-header-menu-btn,.app-header-icon-btn{width:44px!important;height:44px!important}.app-content{min-height:calc(100vh - 56px)}.app-mobile-nav-drawer .ant-drawer-header{background:#001529;border-bottom:1px solid #303030}.app-mobile-nav-drawer .ant-drawer-title{color:#fff}.trade-card-list{display:flex;flex-direction:column;gap:10px}.trade-card{cursor:pointer;border-radius:8px!important}.trade-card.profit{border-left:3px solid #52c41a}.trade-card.loss{border-left:3px solid #ff4d4f}.trade-card.liquidated{border-left:3px solid #ff4d4f;background:#fff1f0!important}.trade-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px}.trade-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-bottom:10px;font-size:13px}.trade-card-label{font-size:11px;display:block;margin-bottom:2px}.trade-card-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px;padding-top:8px;border-top:1px solid #f0f0f0}.positions-card-list{display:flex;flex-direction:column;gap:10px;width:100%;max-width:100%}.position-card{border-radius:8px!important;width:100%;max-width:100%;box-sizing:border-box}.position-card.profit{border-left:3px solid #52c41a}.position-card.loss{border-left:3px solid #ff4d4f}.position-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;flex-wrap:wrap}.position-card-pnl{text-align:right;flex-shrink:0}.position-card-pnl-label{display:block;font-size:11px;color:#8c8c8c;margin-bottom:2px}.position-card-pnl-value{font-size:16px;font-weight:700;font-family:Monaco,Menlo,Ubuntu Mono,monospace;white-space:nowrap}.position-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-bottom:10px;font-size:13px;word-break:break-word}.position-card-span2{grid-column:1 / -1}.position-card-label{font-size:11px;color:#8c8c8c;display:block;margin-bottom:2px}.position-card-actions{display:flex;flex-wrap:wrap;gap:6px;padding-top:8px;border-top:1px solid #f0f0f0}.position-card-actions .ant-btn{flex:1 1 calc(33% - 6px);min-width:72px}.open-orders-card-list{display:flex;flex-direction:column;gap:10px;width:100%;max-width:100%}.open-order-card{border-radius:8px!important;width:100%;max-width:100%;box-sizing:border-box}.open-order-card.buy{border-left:3px solid #52c41a}.open-order-card.sell{border-left:3px solid #ff4d4f}.open-order-card-actions{padding-top:8px;border-top:1px solid #f0f0f0}.mobile-order-tab-bar{display:flex;flex-wrap:nowrap;gap:2px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:10px;padding-bottom:2px;border-bottom:1px solid #f0f0f0}.mobile-order-tab-bar::-webkit-scrollbar{display:none}.mobile-order-tab-btn{flex:0 0 auto;border:none;background:transparent;padding:8px 12px;font-size:13px;line-height:1.4;color:#000000e0;cursor:pointer;white-space:nowrap;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative}.mobile-order-tab-btn.active{color:#1677ff;font-weight:500}.mobile-order-tab-btn.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-3px;height:2px;background:#1677ff;border-radius:2px}.token-orders-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;flex-wrap:nowrap}.token-orders-header-title{margin:0!important;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-scroll-hint{font-size:12px;color:#8c8c8c;margin-bottom:8px}@media (max-width: 767px){.app-page-container{padding:12px}.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-stack{flex-direction:column!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{font-size:12px}.ant-card-head-title{font-size:14px!important;white-space:normal!important;line-height:1.4!important}.ant-card-extra{margin-left:0!important}.ant-statistic-title{font-size:12px}.ant-statistic-content{font-size:18px}.ant-tabs-tab{padding:8px 10px!important;font-size:13px}.ant-pagination{flex-wrap:wrap;row-gap:8px}.ant-descriptions-item-label,.ant-descriptions-item-content{padding:8px!important;font-size:13px}.positions-card-list,.position-card,.position-card-grid{max-width:100%}.position-card-pnl-value{font-size:15px}.position-card-actions .ant-btn{flex:1 1 calc(50% - 6px)}}@media (min-width: 768px){.mobile-only{display:none!important}}[data-theme=dark]{background-color:#141414;color:#fff}[data-theme=dark] .ant-layout{background-color:#141414}.monospace{font-family:Monaco,Menlo,Ubuntu Mono,monospace}.dynamic-risk-row-active td{background:#fff7e6!important}.news-kw-highlight{background:#fff566;padding:0 2px;border-radius:2px;color:inherit}.news-flash-tab{width:100%}.news-flash-list{display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 280px);overflow-y:auto;-webkit-overflow-scrolling:touch}.news-flash-card{cursor:pointer}.news-flash-card .ant-card-body{padding:12px 16px}@media (max-width: 767px){.news-flash-list{max-height:none}}.fear-greed-tab{width:100%}.fear-greed-current{display:flex;align-items:center;gap:20px}.fear-greed-current.mobile{flex-direction:column;align-items:flex-start;gap:12px}.fear-greed-icon{width:88px;height:88px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fear-greed-current.mobile .fear-greed-icon{width:72px;height:72px}.fear-greed-current-text{display:flex;flex-direction:column;gap:4px;min-width:0}.fear-greed-current-card .ant-statistic-content{line-height:1.1}.market-sentiment-tab{width:100%}.etf-flow-latest-card .ant-card-body{padding:12px 14px}
