.AddExchange,.PositionHandler{flex-direction:column;gap:14px;display:flex}.AddExchange__Title,.PositionHandler__Title{align-items:center;gap:4px;display:flex}.AddExchange__Title h3,.PositionHandler__Title h3{font-size:16px;font-weight:700}.AddExchange__Items,.PositionHandler__Items{flex-direction:column;gap:4px;display:flex}.AddExchange__Items-Coms,.PositionHandler__Items-Coms{flex-direction:column;gap:2px;display:flex}.AddExchange__Items-Radio,.PositionHandler__Items-Radio,.AddExchange__Items-RadioExchanges,.PositionHandler__Items-RadioExchanges{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:6px;padding:0 6px;display:flex}.AddExchange__Items-RadioExchanges label,.PositionHandler__Items-RadioExchanges label{min-width:inherit;max-width:inherit}.AddExchange__Items-Slider label,.AddExchange__Items-Slider output,.PositionHandler__Items-Slider label,.PositionHandler__Items-Slider output{margin-bottom:4px;font-size:14px;font-weight:400}.ExchangesListPage{flex-direction:column;gap:18px;display:flex}.ExchangesListPage__Head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ExchangesListPage__Head h2{font-size:20px;font-weight:500}.ExchangesListPage__Head-Filters{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.OrdersAccountsPage{flex-direction:column;gap:12px;display:flex}.OrdersAccountsPage__Tabs{flex-wrap:wrap;width:100%;display:flex;overflow:auto}.ExchangesList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;width:100%;display:grid}.ExchangesList__Items{flex-direction:column;gap:12px;padding:18px 20px;display:flex}.ExchangesList__Items__Title{justify-content:space-between;align-items:center;display:flex}.ExchangesList__Items__Title-Name{flex-direction:row;align-items:center;gap:9px;font-size:14px;font-weight:600;display:flex}.ExchangesList__Items__Title-Name .dot1{background-color:var(--destructive);width:8px;height:8px;box-shadow:0 0 8px var(--destructive);border-radius:50%;margin-top:2px}.ExchangesList__Items__Title-Name .dot2{background-color:var(--success);width:8px;height:8px;box-shadow:0 0 8px var(--success);border-radius:50%;margin-top:2px}.ExchangesList__Items__Title-Name .dot-red,.ExchangesList__Items__Title-Name .dot-yellow,.ExchangesList__Items__Title-Name .dot-green{cursor:default;border-radius:50%;width:8px;height:8px;margin-top:2px;display:inline-block}.ExchangesList__Items__Title-Name .dot-red{background-color:var(--destructive);box-shadow:0 0 8px var(--destructive)}.ExchangesList__Items__Title-Name .dot-yellow{background-color:var(--warn);box-shadow:0 0 8px var(--warn)}.ExchangesList__Items__Title-Name .dot-green{background-color:var(--success);box-shadow:0 0 8px var(--success)}.ExchangesList__Items__Title-Status{color:var(--foreground);font-size:14px;font-weight:600}.ExchangesList__Items__Rows{flex-direction:column;gap:7px;font-size:12.5px;display:flex}.ExchangesList__Items__Balance{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.ExchangesList__Items__Balance>span:first-child{color:var(--muted-foreground)}.ExchangesList__Items__Buttons{flex-direction:row;gap:8px;width:100%;margin-top:2px;display:flex}.SpotPage{flex-direction:column;gap:22px;display:flex}.StatBlock{flex-direction:column;gap:12px;display:flex}.StatFocus{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.StatFocus__Hint{color:var(--muted-foreground);font-size:12px}.StatFocus__Hint b{color:var(--foreground);font-weight:600}.StatRow{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}@media (max-width:640px){.StatRow{grid-template-columns:1fr 1fr;gap:12px}.StatCard{padding:14px 16px}.StatCard__Value{font-size:21px}}.StatCard{flex-direction:column;gap:8px;padding:18px 22px;display:flex}.StatCard__Label{letter-spacing:.8px;text-transform:uppercase;color:var(--muted-foreground);font-size:11px;font-weight:500}.StatCard__Value{font-size:25px;font-weight:500;line-height:1.1}.StatCard__Sub{color:var(--muted-foreground);font-size:12px}.StatCard__Health{align-items:center;gap:6px;display:flex}.StatCard__HealthSep{color:var(--muted-foreground)}.StatCard--Clickable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.StatCard--Active{border-color:color-mix(in srgb,var(--primary)55%,transparent)}.PositionsTable{flex-direction:column;gap:14px;padding:18px;display:flex}.PositionsTable__Header{justify-content:space-between;align-items:center;display:flex}.PositionsTable__Header-Title{flex-direction:column;display:flex}.PositionsTable__Header-Title h3{font-size:16px;font-weight:600}.PositionsTable__Header-Title-Positions{flex-wrap:wrap;gap:12px;display:flex}.PositionsTable__MarketCap{color:var(--muted-foreground);margin-top:4px;font-size:12px}.PositionsTable__Actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.PositionsTable__Table{overflow:auto}.PositionsTable__Table-Images{border-radius:50%}.Chart{flex-direction:column;gap:14px;width:100%;height:100%;padding:18px;display:flex;overflow:hidden}.Chart__Header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.Chart__Header-Title{align-items:center;gap:10px;display:flex}.Chart__Symbol{font-size:14px;font-weight:600}.Chart__Price{color:var(--success);font-size:14px;font-weight:600}.Chart__Wrapper{height:360px}.Chart__Wrapper__Item{height:100%}@media (max-width:480px){.Chart .Seg__Item:nth-child(6),.Chart .Seg__Item:nth-child(7){display:none}}@media (max-width:640px){.PositionsTable__Actions{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.PositionsTable__MarketCap{margin-bottom:6px}.PositionsTable__Actions .Btn{width:100%;margin-top:0}}@media (max-width:575px){.PositionsTable__Header{flex-direction:column}.PositionsTable__Header-Title{width:100%}.PositionsTable__Header-Title h3{text-align:center;margin-bottom:4px}.PositionsTable__Header-Title-Positions{flex-direction:column;justify-content:space-between;gap:8px;width:100%;display:flex}.PositionsTable__Header-Title-Positions span{font-size:18px}.PositionsTable__Header-Title-Positions.flex-row{flex-flow:wrap;margin-top:6px}.PositionsTable__Header button{width:100%;margin-top:8px}.PositionsTable__Table td{width:150px}.ExchangesList{grid-template-columns:1fr}}
