.mobile-layout{display:flex;flex-direction:column;height:100vh;background:#f5f5f5}.mobile-header{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 12px;background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:100}.mobile-header__left{display:flex;align-items:center;gap:8px}.mobile-header__brand{font-size:16px;font-weight:700;color:#333}.mobile-header__right{display:flex;align-items:center;gap:12px}.mobile-content{flex:1;overflow-y:auto;padding:12px 12px 60px;-webkit-overflow-scrolling:touch}.mobile-tabbar{display:flex;align-items:center;justify-content:space-around;height:52px;background:#fff;border-top:1px solid #e8e8e8;position:fixed;bottom:0;left:0;right:0;z-index:100}.mobile-tabbar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;cursor:pointer;transition:color .2s;color:#999;font-size:10px}.mobile-tabbar__item--active{color:#1677ff}.mobile-tabbar__icon{font-size:20px;line-height:1}.mobile-tabbar__label{margin-top:2px;line-height:1.2}.mobile-trade{display:flex;flex-direction:column;gap:12px}.mobile-trade__status-card{border-radius:12px}.mobile-trade__status-header{display:flex;align-items:center;gap:8px}.mobile-trade__stat-item{display:flex;flex-direction:column;gap:2px}.mobile-trade__stat-label{font-size:12px;color:#8c8c8c}.mobile-trade__action-card,.mobile-trade__mode-card{border-radius:12px}.mobile-trade__mode-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px 12px;border-radius:8px;border:1px solid #d9d9d9;text-align:center;cursor:pointer;transition:all .2s}.mobile-trade__mode-option--active{box-shadow:0 2px 8px #0000001a}.mobile-profile{display:flex;flex-direction:column;gap:12px}.mobile-profile__user-card{border-radius:12px}.mobile-profile__user-row{display:flex;align-items:center;gap:12px}.mobile-profile__user-info{flex:1;overflow:hidden}.mobile-profile__user-name{font-size:16px;font-weight:600;color:#333;display:block}.mobile-profile__user-id{font-size:12px;color:"#8c8c8c";margin-left:6px}.mobile-profile__menu-card{border-radius:12px}.mobile-profile__menu-list{display:flex;flex-direction:column}.mobile-profile__menu-item{display:flex;align-items:center;gap:12px;padding:14px 0;cursor:pointer;transition:background .2s;border-bottom:1px solid #f0f0f0}.mobile-profile__menu-item:last-child{border-bottom:none}.mobile-profile__menu-item:active{background:#f5f5f5}.mobile-profile__menu-icon{font-size:20px;min-width:24px;display:flex;align-items:center;justify-content:center}.mobile-profile__menu-text{flex:1;overflow:hidden}.mobile-profile__menu-label{font-size:15px;font-weight:500;color:#333;display:block}.mobile-profile__menu-desc{font-size:12px;color:#8c8c8c;display:block;margin-top:2px}.mobile-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mobile-stat-card{background:#fff;border-radius:8px;padding:12px;box-shadow:0 1px 2px #0000000f}.mobile-stat-card__title{font-size:12px;color:#8c8c8c;margin-bottom:4px}.mobile-stat-card__value{font-size:18px;font-weight:700;color:#333}.mobile-stat-card__value--positive{color:#52c41a}.mobile-stat-card__value--negative{color:#ff4d4f}.mobile-stat-card__value--warning{color:#faad14}.mark-price-live{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:#1677ff}.mark-price-value{color:#1677ff;font-weight:700;position:relative;transition:opacity .3s ease}.mark-price-value:after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#1677ff;margin-left:4px;animation:mark-price-pulse 2s ease-in-out infinite}@keyframes mark-price-pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.pnl-value{transition:color .3s ease}.ant-list-item{transition:none!important}.mobile-position-card{background:#fff;border-radius:8px;padding:12px;margin-bottom:8px;box-shadow:0 1px 2px #0000000f;cursor:pointer}.mobile-position-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.mobile-position-card__symbol{font-size:15px;font-weight:700;color:#333}.mobile-position-card__direction{font-size:12px;padding:2px 8px;border-radius:4px;font-weight:600}.mobile-position-card__direction--long{background:#f6ffed;color:#52c41a}.mobile-position-card__direction--short{background:#fff2f0;color:#ff4d4f}.mobile-position-card__body{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 12px;font-size:13px}.mobile-position-card__field{display:flex;justify-content:space-between}.mobile-position-card__field-label{color:#8c8c8c}.mobile-position-card__field-value{color:#333;font-weight:500}.mobile-position-card__pnl{font-size:16px;font-weight:700;margin-top:8px}.mobile-position-card__pnl--positive{color:#52c41a}.mobile-position-card__pnl--negative{color:#ff4d4f}.mobile-bottomsheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:12px 12px 0 0;box-shadow:0 -4px 16px #0000001f;z-index:1000;transform:translateY(100%);transition:transform .3s ease;max-height:85vh;overflow-y:auto}.mobile-bottomsheet--open{transform:translateY(0)}.mobile-bottomsheet__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e8e8e8}.mobile-bottomsheet__title{font-size:16px;font-weight:600;color:#333}.mobile-bottomsheet__close{font-size:20px;color:#999;cursor:pointer;padding:4px}.mobile-bottomsheet__body{padding:16px}.mobile-bottomsheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999;transition:opacity .3s}.mobile-ptr-wrapper{overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-ptr-indicator{display:flex;align-items:center;justify-content:center;height:40px;font-size:13px;color:#999;transition:opacity .3s}@media (max-width: 768px){.mobile-content h2{font-size:18px;margin-bottom:8px}.mobile-content .ant-card{margin-bottom:8px}.mobile-layout .ant-layout-sider{display:none!important}.mobile-content .ant-row{margin-left:-4px!important;margin-right:-4px!important}.mobile-content .ant-col{padding-left:4px!important;padding-right:4px!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}
