*{box-sizing:border-box}html,body,#app{scrollbar-width:none;-ms-overflow-style:none;min-height:100%;overflow-x:hidden}body{background:#050505;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-y:auto}body::-webkit-scrollbar{display:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}#app::-webkit-scrollbar{display:none}#app{flex-direction:column;width:100%;max-width:none;min-height:100vh;margin:0;display:flex}button,input,textarea,select{font:inherit}.header{z-index:30;background:#070707;border-bottom:4px solid #111;justify-content:flex-start;align-items:center;width:100%;height:60px;padding:0 .8rem;display:flex;position:fixed;top:0;left:0;right:0}.header__desktop-left{align-items:center;display:flex}.header__logo{letter-spacing:.05em;color:#f5f1df;text-transform:uppercase;white-space:nowrap;font-family:Inter,Arial,Helvetica,sans-serif;font-size:15px;font-weight:100;line-height:1;text-decoration:none;display:inline-block}.header__logo span{color:#f5ae1b;letter-spacing:.05em;font-family:Inter,Arial,Helvetica,sans-serif}.header__logo:hover{color:#f5f1df}.header__mobile-logo{object-fit:contain;width:40px;height:40px;display:block}.header__nav{align-items:center;gap:40px;margin-left:44px;display:flex}.header__link{color:#ebebeb;letter-spacing:0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:400;line-height:1;text-decoration:none;transition:color .15s}.header__link--active,.header__link--active:hover{color:#f5ae1b}.header__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.header__account{align-items:center;gap:6px;display:inline-flex;position:relative}.header__connect{color:#010101;cursor:pointer;background:#f5ae1b;border:0;border-radius:8px;height:33px;padding:0 16px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:400}.header__account-badge{color:#ebebeb;letter-spacing:.02em;font-variant-numeric:tabular-nums;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #232323;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;min-width:116px;height:33px;padding:0 12px 0 14px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:400;display:inline-flex}.header__account-badge svg{flex:none;width:16px;height:16px}.header__account-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header__account-menu{z-index:45;background:#070707;border:1px solid #ffffff14;border-radius:12px;width:210px;padding:12px 12px 10px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 34px #00000073}.header__account-menu-row{color:#ebebeb;font-variant-numeric:tabular-nums;word-break:break-all;justify-content:space-between;align-items:center;gap:10px;font-size:.8rem;line-height:1.2;display:flex}.header__account-copy{color:#f5ae1b;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.header__account-copy svg{width:15px;height:15px}.header__account-divider{background:#ffffff1a;height:1px;margin:10px 0}.header__account-disconnect{color:#f5ae1b;text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:4px 0 2px;font-size:.8rem}.header button:hover,.header__link:hover{font-weight:700}.header__icon-button{color:#ebebeb;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:33px;height:33px;display:inline-flex}.header__icon-button svg{width:30px;height:30px}.header__mobile-left,.header__menu-button{display:none}.header__mobile-menu-backdrop{z-index:35;opacity:0;pointer-events:none;background:#00000059;transition:opacity .18s;position:fixed;inset:0}.header__mobile-menu-backdrop--open{opacity:1;pointer-events:auto}.header__mobile-menu{z-index:40;text-align:right;background:#010101;border-left:1px solid #ffffff14;border-right:none;flex-direction:column;gap:14px;width:min(78vw,260px);padding:18px 18px 16px;transition:transform .22s;display:none;position:fixed;top:55px;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-20px 0 40px #00000059}.header__mobile-menu--open{display:flex;transform:translate(0)}.header__mobile-menu-mark{color:#f5f1df;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;font-family:Inter,Arial,Helvetica,sans-serif;font-size:15px;font-weight:100;line-height:1}.header__mobile-menu-mark span{color:#f5ae1b}.header__mobile-menu-divider{background:#ffffff14;height:1px;margin:2px 0}.header__mobile-menu-section{flex-direction:column;align-items:flex-end;display:flex}.header__mobile-menu-link{color:#ebebeb;padding:10px 0;font-size:.8rem;font-weight:400;line-height:1.15;text-decoration:none}.header__mobile-menu-link--active{color:#ebebeb;font-weight:700}@media (width<=768px){.header{background:#070707;border-bottom:4px solid #111;justify-content:space-between;height:62px;padding:0 .8rem}.header__desktop-left{display:none}.header__mobile-left{align-items:center;gap:10px;display:flex}.header__mobile-logo{width:40px;height:40px}.header__actions{gap:.75rem;margin-left:0}.header__desktop-action{display:none}.header__connect{color:#010101;background:#f5ae1b;border-radius:5px;width:5.313rem;height:2.313rem;padding:0;font-size:.8rem;font-weight:400}.header__account-badge{border-radius:5px;min-width:5.313rem;height:2.313rem;padding:0 10px 0 11px;font-size:.8rem}.header__account-menu{width:190px;right:0}.header__icon-button{color:#ebebeb;background:0 0;border-radius:5px;width:2.125rem;height:2.125rem}.header__icon-button svg{width:18px;height:18px}.header__menu-button{display:inline-flex}.header button:hover,.header__link:hover{font-weight:inherit}.header__mobile-menu{top:55px}}.footer{z-index:20;color:#ebebeb;background:#1a1a1a;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:30px;padding:0 16px;display:flex;position:fixed;bottom:0;left:0;right:0}.footer__status{color:#f5ae1b;background:#f5ae1b23;border:1px solid #f5ae1b;border-radius:5px;align-items:center;gap:6px;height:20px;padding:0 9px;font-size:10px;font-weight:400;display:flex}.footer__status-dot{background:#f5ae1b;border-radius:999px;width:6px;height:6px}.footer__links{align-items:center;gap:22px;display:flex}.footer__links a{color:#fff;white-space:nowrap;font-size:10px;font-weight:400;text-decoration:none}.footer__links a:hover{color:#f5ae1b}.footer__mobile-nav{display:none}.footer__mobile-tab{color:#ffffffad;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;padding:0;font-size:10px;font-weight:400;line-height:1;display:flex}.footer__mobile-tab-icon{justify-content:center;align-items:center;width:23px;height:23px;display:inline-flex}.footer__mobile-tab svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:18px;height:18px}.footer__mobile-tab--active{color:#5ae0cf}@media (width<=768px){.footer{background:#070707;border-top:1px solid #ffffff14;height:55px;padding:0 8px}.footer__status,.footer__links{display:none}.footer__mobile-nav{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:0;width:100%;display:grid}.footer__mobile-tab{white-space:nowrap;border-radius:6px;flex-direction:row;gap:6px;height:100%;font-size:.8rem}.footer__mobile-tab--active{color:#f5ae1b}}.connect-modal{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at top,#232323,#0000 38%),#010405b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.connect-modal__panel{color:#f4f4ef;background:#1a1a1a;border:1px solid #232323;border-radius:5px;width:min(100%,520px);padding:1.3rem;box-shadow:0 24px 70px #00000094,inset 0 1px #ffffff0a}.connect-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.connect-modal__eyebrow{color:#7fd6c4;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.35rem;font-size:.2rem}.connect-modal__header h2{color:#fff;margin:0;font-family:Inter,Arial,Helvetica,sans-serif;font-size:23px;font-weight:400;line-height:1.05}.connect-modal__close{color:#ebebeb;cursor:pointer;background:0 0;border:none;width:2.25rem;height:2.25rem;font-size:23px;font-weight:100;line-height:1}.connect-modal__description{color:#f4f4efbd;margin-top:.8rem;font-size:.8rem;line-height:1.45}.connect-modal__form{gap:.5rem;margin-top:1.15rem;display:grid}.connect-modal__error{color:#f5ae1b;background:#f5ae1b14;border:1px solid #f5ae1b52;border-radius:5px;margin:0 0 .25rem;padding:.75rem .85rem;font-size:.8rem;line-height:1.35}.connect-modal__field{gap:.45rem;display:grid}.connect-modal__field span{color:#f4f4efeb;font-size:.8rem;font-weight:400}.connect-modal__field input{color:#ebebeb;background:#ffffff0a;border:1px solid #232323;border-radius:5px;outline:none;width:100%;height:2.5rem;padding:0 .8rem;font-size:.8rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.connect-modal__field input::placeholder{color:#f4f4ef6b;font-size:.8rem}.connect-modal__field input:focus{background:#ffffff0f;border-color:#f5ae1b;box-shadow:0 0 0 4px #7fd6c41f}.connect-modal__submit{color:#070707;letter-spacing:.01em;cursor:pointer;background:#f5ae1b;border:0;border-radius:5px;height:3rem;margin-top:.25rem;font-size:18px;font-weight:400}.connect-modal__submit:hover{filter:brightness(1.04)}.connect-modal__submit:disabled{cursor:wait;opacity:.75}.connect-modal__footer{color:#f4f4efb8;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-top:1rem;padding-top:1rem;font-size:.8rem;display:flex}.connect-modal__create-account{color:#f5ae1b;font-weight:500;text-decoration:none}.connect-modal__create-account,.connect-modal__create-account:active{appearance:none;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.connect-modal__create-account:hover{text-decoration:underline}@media (width<=640px){.connect-modal{align-items:flex-end;padding:.75rem}.connect-modal__panel{border-radius:5px;width:100%;padding:1rem}.connect-modal__header h2{font-size:23px}.connect-modal__footer{flex-direction:column;align-items:flex-start}}.trade-page{color:#ebebeb;scrollbar-width:none;-ms-overflow-style:none;background:#070707;height:auto;min-height:1200px;overflow:hidden visible}.trade-page::-webkit-scrollbar{display:none}.trade-grid{--trade-grid-height:1200px;--trade-grid-gap:4px;--trade-grid-track-height:calc(var(--trade-grid-height) - (var(--trade-grid-gap) * 3));grid-template-columns:minmax(0,1fr) clamp(200px,17vw,320px) clamp(200px,17vw,320px);grid-template-rows:calc(var(--trade-grid-track-height) * .03) calc(var(--trade-grid-track-height) * .05) calc(var(--trade-grid-track-height) * .5) calc(var(--trade-grid-track-height) * .42);min-height:100%;height:var(--trade-grid-height);gap:var(--trade-grid-gap);background:#111;display:grid}.trade-block{color:#ffffffa8;background:#070707;border:none;border-radius:5px;padding:.8rem;font-size:.8rem;font-weight:500;overflow:hidden}.trade-block--notice{background:#070707;grid-area:1/1/2/2;padding:0 .8rem}.trade-block--market-header{background:#070707;grid-area:2/1/3/2;padding:0 .8rem}.trade-block--chart{grid-area:3/1/4/2;padding:0}.trade-block--orderbook{border-radius:5px;grid-area:1/2/4/3;gap:5px;width:100%;min-height:0;padding:0;overflow:visible}.trade-block--trade-panel{grid-area:1/3/5/4;min-height:0;padding:0;overflow:visible}.trade-block--positions{grid-area:4/1/5/3;min-height:0;padding:0;overflow:visible}.orderbook-layout{background:#010101;grid-template-rows:70% 30%;width:100%;height:100%;min-height:0;display:grid}.orderbook-layout__book{border-bottom:2px solid #ffffff0f;min-height:0;padding:0;overflow:visible}.orderbook-layout__trades{flex-direction:column;height:auto;min-height:0;padding:0;display:flex;overflow:visible}.trade-mobile-switcher,.trade-mobile-view{display:none}@media (width>=1440px){.trade-grid{grid-template-columns:minmax(0,1fr) clamp(220px,19vw,345px) clamp(220px,19vw,345px)}}@media (width>=1201px) and (width<=1439px){.trade-grid{grid-template-columns:minmax(0,1fr) clamp(210px,17vw,320px) clamp(210px,17vw,320px)}}@media (width<=1200px){.trade-grid{grid-template-columns:minmax(0,1fr) clamp(230px,15vw,350px) clamp(230px,15vw,350px)}}@media (width<=768px){.trade-page{min-height:0}.trade-grid{--trade-grid-gap:0;--trade-grid-height:auto;grid-template-rows:auto auto auto auto;grid-template-columns:minmax(0,1fr);height:auto;min-height:0}.trade-block{border-radius:0;padding:10px .8rem}.trade-block--notice{display:none}.trade-block--market-header{background:#070707;border-bottom:.15625rem solid #111;grid-area:1/1/2/-1;justify-content:center;align-items:center;min-height:60px;padding:15px .8rem 13px;display:flex;overflow:visible}.trade-mobile-switcher{background:#070707;border-top:1px solid #111;grid-area:2/1/3/-1;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;display:grid;overflow:hidden}.trade-mobile-switcher__tab{color:#ffffff94;background:0 0;border:0;height:38px;font-size:.8rem;font-weight:400;line-height:1;position:relative}.trade-mobile-switcher__tab:last-child{border-right:0}.trade-mobile-switcher__tab--active{color:#ebebeb;font-weight:500}.trade-mobile-switcher__tab--active:after{content:"";background:#f5ae1b;height:1px;position:absolute;bottom:0;left:0;right:0}.trade-mobile-view{grid-area:3/1/4/-1;height:29.375rem;min-height:0;display:block}.trade-mobile-view>*{width:100%;height:100%}.trade-mobile-view--chart{background:#010101;padding:0}.trade-mobile-view--orderbook,.trade-mobile-view--trades,.trade-mobile-view--info{background:#010101;height:29.375rem;padding:0}.trade-mobile-view--trade-panel,.trade-mobile-view--account-panel{background:#010101;height:auto;min-height:0;padding:0}.trade-mobile-view--trade-panel{flex-direction:column;min-height:0;display:flex;overflow:visible}.trade-mobile-view--positions-panel{background:#010101;height:300px;min-height:300px;padding:0}.trade-mobile-view--positions-panel .positions-panel__tab,.trade-mobile-view--positions-panel .positions-panel__filters button{font-size:.8rem;line-height:1}.trade-mobile-view--positions-panel .positions-panel__empty{font-size:.8rem;line-height:1.1}.trade-mobile-view--trade-panel>*,.trade-mobile-view--account-panel>*{width:100%;height:auto}.trade-mobile-view--positions-panel>*{width:100%;height:100%}.trade-block--chart,.trade-block--orderbook,.trade-block--trade-panel,.trade-page--mobile-trade .trade-block--positions,.trade-page--mobile-account .trade-block--positions{display:none}.trade-block--positions{grid-area:4/1/5/-1;height:300px;padding:0}.orderbook-layout{display:none}}.notice-bar{color:#f5b542;background:#070707;align-items:center;width:100%;height:100%;font-size:.8rem;display:flex}.notice-bar__icon{line-height:1}.market-header{background:#070707;align-items:center;gap:36px;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.market-header button{font:inherit}.market-header__mobile{width:100%;display:none}.market-header__identity{align-items:center;gap:10px;min-width:275px;display:flex}.market-header__asset-icon{color:#fff;background:#111;border-radius:999px;flex:none;justify-content:center;align-items:center;width:23px;height:23px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.market-header__asset-logo{object-fit:contain;width:100%;height:100%;padding:2px;display:block}.market-header__name-wrap{flex-direction:column;min-width:0;display:flex}.market-header__name{color:#fff;letter-spacing:-.03em;white-space:nowrap;align-items:center;gap:8px;font-size:20px;font-weight:400;display:flex}.market-header__name--button{appearance:none;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.market-header__name-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.market-header__chevron{color:#ffffff94;flex:none;font-size:20px;transform:translateY(-1px)}.market-header__badges{align-items:center;gap:6px;margin-left:8px;display:flex}.market-header__badge{color:#f5ae1b;background:#f5ae1b23;border-radius:3px;padding:3px 6px;font-size:12px;font-weight:400;line-height:1}.market-header__stats{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;align-items:center;gap:30px;width:max-content;min-width:0;padding-bottom:2px;display:flex;overflow:auto hidden}.market-header__stat{flex-direction:column;flex:none;gap:1px;min-width:max-content;display:flex}.market-header__label{color:#ffffff85;white-space:nowrap;font-size:12px;font-weight:400}.market-header__label--underlined{text-underline-offset:3px;-webkit-text-decoration:underline dotted #ffffff5c;text-decoration:underline dotted #ffffff5c}.market-header__value{color:#ebebeb;white-space:nowrap;font-size:12px;font-weight:400}.market-header__value_separator{color:#ebebeb;white-space:nowrap;margin-left:3px;margin-right:3px;font-size:12px;font-weight:400}.market-header__value--positive{color:#1fa67d}.market-header__value--negative{color:#e35d5d}.market-header__countdown{color:#ebebeb;margin-left:8px}@media (width<=768px){.market-header{align-items:stretch;gap:0;width:100%;display:flex;position:relative;overflow:visible}.market-header__mobile{z-index:1;grid-template-columns:52% 38% 10%;align-items:center;column-gap:0;width:100%;display:grid;position:relative}.market-header__mobile-identity{grid-area:1/1/span 2;align-items:center;gap:8px;min-width:0;display:flex}.market-header__mobile-identity .market-header__asset-icon{align-self:center}.market-header__identity{gap:8px;min-width:0}.market-header__identity:not(.market-header__mobile-identity),.market-header__stats{display:none}.market-header__identity-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.market-header__badges--mobile{margin-top:0;margin-left:0}.market-header__name{font-size:23px;line-height:1}.market-header__name-text{font-size:23px}.market-header__name--button{background:0 0;width:100%;max-width:100%}.market-header__badge{padding:2px 5px;font-size:10px}.market-header__mobile-toggle{color:#ffffffbf;z-index:3;background:0 0;border:1px solid #ffffff24;border-radius:8px;flex:none;grid-area:1/3/span 2;justify-content:center;place-self:center end;align-items:center;width:35px;height:35px;display:flex;position:relative}.market-header__mobile-toggle-icon{width:16px;height:16px;margin-bottom:20px;font-size:23px;font-weight:100;transition:transform .18s;display:block;transform:rotate(0)}.market-header__mobile-toggle-icon.is-open{margin-top:40px;transform:rotate(180deg)}.market-header__mobile-metrics{flex-direction:column;grid-area:1/2/span 2;justify-content:center;align-items:flex-end;gap:4px;min-width:0;padding-top:2px;display:flex}.market-header__mobile-price{color:#ebebeb;letter-spacing:0;text-align:left;align-self:flex-start;font-size:23px;font-weight:400;line-height:1}.market-header__mobile-change{text-align:left;white-space:nowrap;align-self:flex-start;align-items:center;gap:4px;margin-top:1px;font-size:.8rem;font-weight:400;display:flex}.market-header__mobile-menu-backdrop{z-index:50;-webkit-backdrop-filter:blur();background:#070707;border:0;padding:0;position:fixed;inset:0}.market-header__mobile-menu{z-index:51;width:100vw;height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 12px) 12px calc(env(safe-area-inset-bottom,0px) + 12px);background:#070707;flex-direction:column;display:flex;position:fixed;inset:0}.market-header__mobile-menu-shell{flex-direction:column;flex:auto;gap:12px;min-height:0;display:flex}.market-header__mobile-menu-topbar{justify-content:space-between;align-items:center;gap:12px;min-height:10px;padding-bottom:10px;display:flex}.market-header__mobile-menu-title{align-items:right;color:#ebebeb;letter-spacing:.01em;gap:0;font-size:.95rem;font-weight:100;display:flex}.market-header__mobile-menu-close{appearance:none;color:#ebebeb;text-align:end;background:0 0;border:0;border-radius:10px;width:34px;height:34px;margin-top:-8px;font-size:30px;font-weight:100;line-height:1}.market-header__mobile-menu-categories{scrollbar-width:none;align-self:flex-start;gap:6px;width:max-content;max-width:100%;display:inline-flex;position:relative;overflow-x:auto}.market-header__mobile-menu-categories::-webkit-scrollbar{display:none}.market-header__mobile-menu-category{appearance:none;color:#ffffff73;white-space:nowrap;background:0 0;border:0;flex:none;padding:8px 12px 12px;font-size:18px;line-height:1;position:relative}.market-header__mobile-menu-category--active{color:#ebebeb;background:0 0}.market-header__mobile-menu-category--active:after{content:"";background:#f5ae1b;height:1px;position:absolute;bottom:0;left:12px;right:12px}.market-header__mobile-menu-content{scrollbar-width:none;flex-direction:column;flex:auto;gap:0;min-height:0;padding-top:2px;display:flex;overflow:auto}.market-header__mobile-menu-content::-webkit-scrollbar{display:none}.market-header__mobile-menu-head,.market-header__mobile-menu-item{align-items:center;column-gap:10px;display:grid}.market-header__mobile-menu-head{color:#ffffff85;grid-template-columns:20px minmax(0,1.35fr) minmax(0,.9fr) minmax(0,.8fr);padding:0 0 8px;font-size:.8rem;line-height:1.05}.market-header__mobile-menu-item{grid-template-columns:20px minmax(0,1.35fr) minmax(0,.9fr) minmax(0,.8fr)}.market-header__mobile-menu-head-cell{flex-direction:column;gap:2px;display:flex}.market-header__mobile-menu-head-cell--star{width:20px}.market-header__mobile-menu-head-cell--volume,.market-header__mobile-menu-head-cell--price{text-align:right;align-items:flex-end}.market-header__mobile-menu-head-cell--market{padding-left:0}.market-header__mobile-menu-head-cell span{color:#ffffff70}.market-header__mobile-menu-list{flex-direction:column;display:flex}.market-header__mobile-menu-item{appearance:none;color:#ebebeb;text-align:left;cursor:pointer;background:0 0;border:0;border-top:1px solid #ffffff14;border-radius:0;min-height:54px;padding:14px 0}.market-header__mobile-menu-item:focus-visible{outline:none}.market-header__mobile-menu-fav{appearance:none;color:#ffffffad;text-align:center;cursor:pointer;background:0 0;border:0;padding:0;font-size:1rem;line-height:1}.market-header__mobile-menu-fav--active{color:#f5ae1b}.market-header__mobile-menu-market{flex-direction:column;gap:2px;min-width:0;display:flex}.market-header__mobile-menu-market-name{color:#ebebeb;font-size:18px;font-weight:400;line-height:1.15}.market-header__mobile-menu-market-subtitle{color:#ffffff94;align-items:center;gap:6px;min-width:0;font-size:.72rem;line-height:1.15;display:flex}.market-header__mobile-menu-market-pill{color:#45d4c3;background:#45d4c31f;border-radius:999px;flex:none;padding:2px 6px}.market-header__mobile-menu-volume,.market-header__mobile-menu-price{white-space:nowrap;flex-direction:column;align-items:flex-end;gap:2px;min-width:0;display:flex}.market-header__mobile-menu-volume strong,.market-header__mobile-menu-price strong{color:#ebebeb;font-size:18px;font-weight:400;line-height:1.1}.market-header__mobile-menu-volume span,.market-header__mobile-menu-price span{color:#ffffff94;font-size:.8rem;line-height:1.1}.market-header__mobile-menu-empty{color:#ffffff94;padding:8px 2px 4px;font-size:.78rem;line-height:1.4}.market-header__mobile-stats{opacity:0;pointer-events:none;z-index:1;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 26px;max-height:0;display:grid;position:relative;overflow:hidden;transform:translateY(-4px)}.market-header__mobile-stats--open{opacity:1;pointer-events:auto;gap:20px;max-height:220px;margin-top:20px;margin-bottom:9px;transform:translateY(0)}.market-header__stats--mobile{display:contents}.market-header__stats--mobile .market-header__stat{gap:4px}.market-header__stats--mobile .market-header__label,.market-header__stats--mobile .market-header__value{font-size:.8rem;font-weight:400;line-height:1.1}.market-header__stats--mobile .market-header__value--mobile-mixed{align-items:baseline;gap:0;font-size:.8rem;font-weight:400;display:flex}.market-header__stats--mobile .market-header__countdown{margin-left:10px}.market-header__asset-icon{color:#ebebeb;background:#1a1a1a;border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:400;display:flex}}.trade-panel{color:#ebebeb;background:#070707;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden visible}.trade-panel--account-mode{padding:.8rem 0}.trade-panel button{font:inherit;cursor:pointer;border:none}.trade-panel__connect--sell{color:#ebebeb;background:#f27a90}.trade-panel__tp-sl-mode:hover{font-weight:700}.trade-panel__mode-row{flex-shrink:0;grid-template-columns:repeat(3,1fr);gap:.8rem;padding:.8rem .8rem 8px;display:grid}.trade-panel__mobile-toolbar,.trade-panel__mobile-leverage-sheet,.trade-panel__account--mobile,.trade-panel__account-mobile-spacer,.trade-panel__wallet--mobile{display:none}.trade-panel__mode-button{color:#ebebeb;background:#1a1a1a;border-radius:5px;height:36px;font-size:.8rem;font-weight:400}.trade-panel__mode-button:hover{font-weight:400}.trade-panel__tabs{border-bottom:1px solid #ffffff1a;flex-shrink:0;grid-template-columns:repeat(2,1fr);margin:0 0;font-size:.8rem;font-weight:400;display:grid}.trade-panel__tab{color:#ffffff94;background:0 0;height:42px;font-size:.8rem;font-weight:400;position:relative}.trade-panel__tab--active{color:#ebebeb}.trade-panel__tab--active:after{content:"";background:#f5ae1b;height:2px;position:absolute;bottom:-1px;left:0;right:0}.trade-panel__mobile-control{min-width:0;position:relative}.trade-panel__mobile-toolbar{display:none}.trade-panel__mobile-trigger{color:#ebebeb;background:0 0;border:none;border-radius:8px;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:38px;padding:0 12px;font-size:.8rem;font-weight:400;display:flex}.trade-panel__mobile-trigger-label{align-items:center;gap:4px;line-height:1;display:inline-flex}.trade-panel__mobile-trigger--leverage{justify-content:center;min-width:86px}.trade-panel__mobile-trigger-chevron{color:#ffffff94;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex;transform:translateY(-1px)}.trade-panel__mobile-menu{z-index:10;background:#070707;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:4px;min-width:100%;padding:6px;display:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 36px #00000059}.trade-panel__mobile-menu--open{display:flex}.trade-panel__mobile-menu-item{color:#ebebeb9e;text-align:left;background:#070707;border-radius:5px;height:34px;padding:0 10px;font-size:.8rem;font-weight:400}.trade-panel__mobile-menu-item--active{color:#ebebeb;background:#1a1a1a;font-weight:400}.trade-panel__mobile-leverage-sheet{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000009e;justify-content:center;align-items:center;padding:12px;display:none;position:fixed;inset:0}.trade-panel__leverage-card{background:#070707;border:1px solid #ffffff14;border-radius:5px;width:min(100vw - 24px,720px);max-height:calc(100vh - 24px);padding:16px 12px 14px;overflow-y:auto;box-shadow:0 20px 40px #00000061}.trade-panel__leverage-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.trade-panel__leverage-header h3{color:#ebebeb;letter-spacing:0;margin:0;font-size:.8rem;font-weight:400}.trade-panel__leverage-header p{color:#ebebebb8;margin:8px 0 0;font-size:.8rem;line-height:1.45}.trade-panel__leverage-close{color:#ebebebd1;background:0 0;border-radius:999px;width:28px;height:28px;padding:0;font-size:.8rem;line-height:1}.trade-panel__leverage-copy{color:#ebebebc7;margin-top:14px;font-size:.8rem;line-height:1.45}.trade-panel__leverage-row{align-items:center;gap:12px;margin-top:10px;display:flex}.trade-panel__leverage-slider{flex:auto;min-width:0;height:4px;position:relative}.trade-panel__leverage-slider input{appearance:none;cursor:pointer;z-index:2;background:0 0;width:100%;height:100%;margin:0;position:absolute;inset:0}.trade-panel__leverage-slider input::-webkit-slider-thumb{appearance:none;background:0 0;border:0;border-radius:9px;width:30px;height:30px}.trade-panel__leverage-slider input::-moz-range-thumb{background:0 0;border:0;border-radius:999px;width:30px;height:30px}.trade-panel__leverage-track{background:#232323;border-radius:999px;height:7px;position:absolute;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%)}.trade-panel__leverage-track span{width:var(--leverage-value,0%);background:#f5ae1b;position:absolute;inset:0}.trade-panel__leverage-thumb{pointer-events:none;z-index:1;background:#232323;border:3px solid #f5ae1b;border-radius:999px;width:18px;height:18px;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.trade-panel__leverage-value{color:#fff;background:0 0;border:1px solid #ffffff1a;border-radius:5px;flex:none;justify-content:center;align-items:center;gap:4px;width:78px;height:25px;display:flex}.trade-panel__leverage-value strong{font-size:.8rem;font-weight:400}.trade-panel__leverage-value span{color:#ffffffb8;font-size:.85rem}.trade-panel__leverage-connect{color:#070707;background:#f5ae1b;border-radius:8px;width:100%;height:46px;margin-top:14px;font-size:.8rem;font-weight:400}.trade-panel__leverage-note{color:#f27a90;text-align:center;background:#f27a900f;border:1px solid #f27a9080;border-radius:5px;margin-top:12px;padding:10px 12px;font-size:.8rem;line-height:1.45}.trade-panel__chevron{color:#ffffff80}.trade-panel__side-toggle{background:#111;border-radius:5px;flex-shrink:0;grid-template-columns:1fr 1fr;gap:0;height:35px;margin:14px .8rem .8rem;font-size:.8rem;font-weight:400;display:grid;overflow:hidden}.trade-panel__side{color:#ebebeb;text-align:center;white-space:nowrap;background:0 0;border:1px solid #232323;justify-content:center;align-items:center;width:100%;height:100%;padding:0 10px;font-size:.8rem;font-weight:400;line-height:1;display:flex}.trade-panel__side:hover{font-weight:700}.trade-panel__side--active{color:#010101;background:#f5ae1b}.trade-panel__side--sell.trade-panel__side--active{color:#fff;background:#e04b4b}.trade-panel__summary{flex-direction:column;flex-shrink:0;gap:8px;padding:0 .8rem;display:flex}.trade-panel__summary-row,.trade-panel__metric-row,.trade-panel__account-row{justify-content:space-between;align-items:center;gap:.8rem;font-size:.8rem;font-weight:400;display:flex}.trade-panel__summary-row span,.trade-panel__metric-row span,.trade-panel__account-row span{color:#ffffff94}.trade-panel__summary-row strong,.trade-panel__metric-row strong,.trade-panel__account-row strong{color:#fff;white-space:nowrap;font-size:.8rem;font-weight:400}.trade-panel__input{background:0 0;border:1px solid #232323;border-radius:6px;flex-shrink:0;justify-content:space-between;align-items:center;height:40px;margin:.8rem .8rem -4px;padding:0 12px;font-size:.8rem;display:flex}.trade-panel__input input{color:#ebebeb;min-width:0;height:100%;font:inherit;appearance:none;-moz-appearance:textfield;background:0 0;border:0;outline:0;flex:auto;padding:0;line-height:1}.trade-panel__input input::placeholder{color:#ebebeb73}.trade-panel__input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.trade-panel__input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.trade-panel__input-placeholder{color:#ffffff6b;font-size:.8rem;font-weight:400}.trade-panel__input-currency{color:#fff;flex:none;margin-left:12px;font-size:.8rem;font-weight:400}.trade-panel__slider{flex-shrink:0;align-items:center;gap:8px;width:100%;margin-top:6px;padding:0 .8rem;display:flex}.trade-panel__slider-body{flex:auto;width:100%;min-width:0;height:40px;margin-left:8px;position:relative}.trade-panel__slider-track{background:#232323;border-radius:999px;justify-content:space-between;align-items:center;height:8px;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.trade-panel__slider-track span{background:#5a6368;border-radius:999px;width:7px;height:7px}.trade-panel__slider-input{appearance:none;cursor:pointer;z-index:2;background:0 0;width:100%;height:100%;margin:0;position:absolute;inset:0}.trade-panel__slider-input::-webkit-slider-thumb{appearance:none;width:30px;height:30px;box-shadow:none;background:0 0;border:0;border-radius:999px}.trade-panel__slider-input::-moz-range-thumb{width:30px;height:30px;box-shadow:none;background:0 0;border:0;border-radius:999px}.trade-panel__slider-input::-webkit-slider-runnable-track{background:0 0;height:8px}.trade-panel__slider-input::-moz-range-track{background:0 0;border:none;height:8px}.trade-panel__slider-input:focus-visible{outline:none}.trade-panel__slider-thumb{z-index:1;pointer-events:none;background:#010101;border:3px solid #f5ae1b;border-radius:999px;width:17px;height:17px;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.trade-panel__percent-box{color:#ebebeb;background:0 0;border:1px solid #232323;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:54px;height:40px;font-size:.8rem;font-weight:400;display:flex}.trade-panel__percent-box span{color:#ebebeb;font-size:.8rem;font-weight:400}.trade-panel__checks{flex-direction:column;flex-shrink:0;gap:8px;padding:.8rem .8rem 0;display:flex}.trade-panel__tp-sl{flex-direction:column;flex-shrink:0;gap:8px;padding:10px .8rem 0;display:flex}.trade-panel__tp-sl-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.trade-panel__tp-sl-field,.trade-panel__tp-sl-mode{background:0 0;border:1px solid #232323;border-radius:5px;width:100%;height:40px}.trade-panel__tp-sl-field{align-items:center;padding:0 .8rem;display:flex}.trade-panel__tp-sl-placeholder{color:#ebebeb73;font-size:.8rem;font-weight:400}.trade-panel__tp-sl-mode{appearance:none;color:#ebebeb73;box-sizing:border-box;justify-content:space-between;align-items:center;gap:8px;padding:0 .8rem;font-size:.8rem;font-weight:400;display:flex}.trade-panel__tp-sl-label{color:#ebebeb73}.trade-panel__tp-sl-mode>span:not(.trade-panel__tp-sl-label){color:#ebebeb}.trade-panel__check{color:#fff;align-items:center;gap:8px;font-size:.8rem;font-weight:400;display:flex}.trade-panel__check input{appearance:none;background:0 0;border:1px solid #232323;border-radius:2px;place-content:center;width:14px;height:14px;display:inline-grid}.trade-panel__check input:checked{background:#f5ae1b}.trade-panel__check input:checked:after{content:"";border-bottom:2px solid #010101;border-left:2px solid #010101;width:7px;height:4px;transform:rotate(-45deg)translateY(-1px)}.trade-panel__check input:focus-visible{outline-offset:2px;outline:2px solid #f5ae1b59}.trade-panel__spacer{flex:0 0 24px;min-height:24px}.trade-panel__connect{color:#1a1a1a;background:#f5ae1b;border:1px solid #232323;border-radius:7px;flex-shrink:0;height:39px;margin:0 .8rem .8rem;font-size:.8rem;font-weight:400}.trade-panel__connect:hover,.trade-panel__deposit:hover,.trade-panel__wallet-row button:hover{font-weight:400}.trade-panel__metrics{border-top:1px solid #ffffff17;flex-shrink:0;padding:.8rem}.trade-panel__metrics .trade-panel__metric-row+.trade-panel__metric-row{margin-top:9px}.trade-panel__positive{color:#f5ae1b!important}.trade-panel__underlined{text-underline-offset:3px;-webkit-text-decoration:underline dotted #ffffff57;text-decoration:underline dotted #ffffff57}.trade-panel__fee-sub{text-align:right;color:#ffffff85;margin-top:2px;font-size:11px;text-decoration:line-through}.trade-panel__wallet{border-top:1px solid #ffffff17;flex-shrink:0;padding:.8rem}.trade-panel__deposit{color:#ebebeb23;background:#1a1a1a23;border:1px solid #232323;border-radius:7px;width:100%;height:36px;font-size:.8rem;font-weight:600}.trade-panel__wallet-row{grid-template-columns:1fr;gap:8px;margin-top:8px;display:grid}.trade-panel__wallet-row button{color:#ebebeb23;background:0 0;border:1px solid #232323;border-radius:7px;height:34px;font-size:.8rem;font-weight:600}.trade-panel__account{border-top:1px solid #ffffff26;flex-shrink:0;padding:0 .8rem .8rem;overflow:hidden}.trade-panel__account h3{color:#fff;margin:.8rem 0 10px;font-size:.8rem;font-weight:700}.trade-panel__account-row+.trade-panel__account-row{margin-top:8px}.trade-panel__account--mobile{border-top:0;padding:.8rem .8rem 0}.trade-panel__account-mobile-spacer{flex:auto;min-height:24px}.trade-panel__wallet--mobile{border-top:0;padding-top:0}.trade-panel__order-modal{z-index:1200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at top,#f5ae1b17,#0000 34%),#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.trade-panel__order-modal-panel{color:#ebebeb;background:#1a1a1a;border:1px solid #232323;border-radius:10px;outline:none;width:min(100%,440px);padding:1.15rem;box-shadow:0 28px 72px #0000009e,inset 0 1px #ffffff0a}.trade-panel__order-modal-panel--success{border-color:#f5ae1b59}.trade-panel__order-modal-panel--error{border-color:#f27a9059}.trade-panel__order-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.trade-panel__order-modal-eyebrow{color:#ebebeb99;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem}.trade-panel__order-modal-header h3{color:#fff;margin:4px 0 0;font-size:1.05rem;font-weight:400;line-height:1.15}.trade-panel__order-modal-close{color:#ebebebd1;cursor:pointer;background:0 0;border:0;border-radius:999px;width:28px;height:28px;padding:0;font-size:1.4rem;line-height:1}.trade-panel__order-modal-message{color:#ebebebc2;margin:.85rem 0 0;font-size:.8rem;line-height:1.45}.trade-panel__order-modal-summary{gap:.45rem;margin-top:1rem;display:grid}.trade-panel__order-modal-row{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:.65rem .75rem;font-size:.8rem;display:flex}.trade-panel__order-modal-row span{color:#ebebeb99}.trade-panel__order-modal-row strong{color:#fff;text-align:right;font-weight:400}.trade-panel__order-modal-action{cursor:pointer;border:0;border-radius:8px;width:100%;height:44px;margin-top:1rem;font-size:.8rem;font-weight:400}.trade-panel__order-modal-action--success{color:#070707;background:#f5ae1b}.trade-panel__order-modal-action--error{color:#fff;background:#f27a90}@media (width<=768px){.trade-panel{height:auto;min-height:0;overflow:visible}.trade-panel--account-mode{height:100dvh;min-height:100dvh;padding:6px 0 .8rem;overflow:hidden}.trade-panel__mobile-toolbar{flex-shrink:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:1px 1px 0;display:grid}.trade-panel--account-mode .trade-panel__mobile-toolbar,.trade-panel--account-mode .trade-panel__mobile-leverage-sheet,.trade-panel--account-mode .trade-panel__mode-row,.trade-panel--account-mode .trade-panel__tabs,.trade-panel--account-mode .trade-panel__side-toggle,.trade-panel--account-mode .trade-panel__summary,.trade-panel--account-mode .trade-panel__input,.trade-panel--account-mode .trade-panel__slider,.trade-panel--account-mode .trade-panel__checks,.trade-panel--account-mode .trade-panel__tp-sl,.trade-panel--account-mode .trade-panel__spacer,.trade-panel--account-mode .trade-panel__connect,.trade-panel--account-mode .trade-panel__metrics,.trade-panel--account-mode .trade-panel__wallet:not(.trade-panel__wallet--mobile),.trade-panel--account-mode .trade-panel__account:not(.trade-panel__account--mobile){display:none}.trade-panel--account-mode .trade-panel__account--mobile,.trade-panel--account-mode .trade-panel__account-mobile-spacer,.trade-panel--account-mode .trade-panel__wallet--mobile{display:block}.trade-panel--account-mode .trade-panel__account--mobile{flex:auto;overflow-y:auto}.trade-panel--account-mode .trade-panel__account-mobile-spacer{flex:auto}.trade-panel--account-mode .trade-panel__wallet--mobile{margin-top:auto}.trade-panel__mobile-trigger,.trade-panel__mobile-trigger--leverage,.trade-panel__mobile-menu-item{font-size:.8rem}.trade-panel__mobile-leverage-sheet{display:flex}.trade-panel__mode-row,.trade-panel__tabs{display:none}.trade-panel__mode-row{gap:8px;padding:0 0;font-size:10px}.trade-panel__mode-button{color:#ebebeb;background:#1a1a1a;border-radius:5px;height:20px;font-size:11px;font-weight:400}.trade-panel__tab{height:20px;font-size:11px}.trade-panel__side-toggle{height:33px;margin:5px .8rem 10px;font-size:.8rem;font-weight:400}.trade-panel__input{height:38px}.trade-panel__slider{margin-top:4px}.trade-panel__percent-box{width:52px;height:38px}.trade-panel__checks{gap:6px;padding:10px .8rem 0}.trade-panel__tp-sl{padding:8px .8rem 0}.trade-panel__spacer{flex:0 0 16px;min-height:16px}.trade-panel__connect{letter-spacing:.01em;height:36px;margin:0 .8rem 10px;font-size:10px}.trade-panel__metrics,.trade-panel__wallet{padding:10px .8rem}.trade-panel__deposit{height:34px}.trade-panel__wallet-row{margin-top:6px}.trade-panel__wallet-row button{height:32px}.trade-panel__account{display:none}.trade-panel__account--mobile{padding:6px .8rem 0}.trade-panel__account h3{margin:10px 0 8px}.trade-panel__account-row+.trade-panel__account-row{margin-top:6px}.trade-panel__account-mobile-spacer{min-height:16px}.trade-panel__wallet{display:none}.trade-panel__wallet--mobile{padding-top:0}.trade-panel__connect--sell{color:#ebebeb;background:#e04b4b}.trade-panel__order-modal{padding:max(16px, env(safe-area-inset-top)) 12px max(16px, env(safe-area-inset-bottom));-webkit-backdrop-filter:none;align-items:flex-start;overflow-y:auto}.trade-panel__order-modal-panel{z-index:1;background:#1a1a1a;flex:none;width:100%;max-width:440px;max-height:calc(100dvh - 32px);margin:auto 0;display:block;position:relative;overflow-y:auto}}.orderbook{color:#ebebeb;background:#070707;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.orderbook button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none}.orderbook button:hover{font-weight:700}.orderbook__top{flex-shrink:0}.orderbook__title-row{justify-content:space-between;align-items:center;height:40px;padding:0 .8rem;display:flex}.orderbook__title-row h2{color:#ebebeb;margin:0;font-size:.8rem;font-weight:400}.orderbook__menu{color:#ffffff8c;font-size:18px;line-height:1}.orderbook__menu:hover{font-weight:700}.orderbook__selectors{justify-content:space-between;align-items:center;height:32px;padding:0 .8rem;display:flex}.orderbook__selectors button{color:#ebebeb;align-items:center;gap:6px;font-size:.8rem;font-weight:400;display:flex}.orderbook__selectors button:hover{font-weight:700}.orderbook__selectors span{color:#ffffff80}.orderbook__columns{color:#ffffff85;grid-template-columns:1fr 1fr 1fr;align-items:center;height:34px;padding:0 .8rem;font-size:.8rem;font-weight:400;display:grid}.orderbook__columns span:nth-child(2),.orderbook__columns span:nth-child(3){text-align:right}.orderbook__levels{flex-direction:column;flex:1;min-height:0;display:flex}.orderbook__side{flex-direction:column;gap:2px;display:flex}.orderbook__side--asks{justify-content:flex-end}.orderbook__side--bids{justify-content:flex-start}.orderbook__row{grid-template-columns:1fr 1fr 1fr;align-items:center;height:23px;padding:0 .8rem;font-size:.8rem;font-weight:400;display:grid;position:relative;overflow:hidden}.orderbook__row span{z-index:2;position:relative}.orderbook__row span:nth-child(3),.orderbook__row span:nth-child(4){text-align:right;color:#ffffffe6}.orderbook__depth{z-index:1;position:absolute;top:0;bottom:0;right:0}.orderbook__row--ask .orderbook__depth{background:#b2435b47}.orderbook__row--bid .orderbook__depth{background:#20946f47}.orderbook__row--ask .orderbook__price{color:#ff5d75}.orderbook__row--bid .orderbook__price{color:#24c99a}.orderbook__spread{color:#ebebeb;background:#ebebeb23;grid-template-columns:1fr 1fr 1fr;align-items:center;height:23px;padding:0 .8rem;font-size:.8rem;font-weight:400;display:grid}.orderbook__spread span{text-align:right}.orderbook__spread strong{text-align:right;font-size:.8rem;font-weight:400}.orderbook__empty{color:#ffffff8c;padding:.8rem;font-size:.8rem}@media (width<=768px){.orderbook{border-bottom:3px solid #111}.orderbook__side--bids{grid-area:1/1}.orderbook__side--asks{grid-area:1/2}.orderbook__title-row{display:none}.orderbook__columns{color:#ffffff80;grid-template-columns:1fr .8fr 1fr;height:30px;padding:0 .5rem;font-size:.72rem}.orderbook__columns span{min-width:0;font-size:0}.orderbook__columns span:before{font-size:.72rem;display:block}.orderbook__columns span:first-child:before{content:"Total (USDC)"}.orderbook__columns span:nth-child(2):before{content:"Price"}.orderbook__columns span:nth-child(3):before{content:"Total (USDC)"}.orderbook__columns span:nth-child(2),.orderbook__columns span:nth-child(3){text-align:right}.orderbook__levels{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:8px;width:100%;display:grid}.orderbook__side{grid-template-columns:minmax(0,1fr);grid-auto-rows:20px;align-content:start;justify-self:stretch;gap:2px;width:100%;min-width:0;display:grid}.orderbook__side--asks{border-right:1px solid #ffffff0f}.orderbook__spread{display:none}.orderbook__row{font-variant-numeric:tabular-nums;align-items:center;gap:.5rem;width:100%;height:100%;padding:0 .5rem;font-size:.75rem;display:flex;position:relative}.orderbook__row--bid,.orderbook__row--ask{width:100%;min-width:100%}.orderbook__size{display:none}.orderbook__price,.orderbook__total{white-space:nowrap;min-width:0;display:block}.orderbook__row--ask .orderbook__price{text-align:right;flex:1 1 0;order:2}.orderbook__row--ask .orderbook__total{text-align:left;flex:none;order:1;justify-content:flex-start;margin-right:auto;padding-left:0}.orderbook__row--bid .orderbook__price{text-align:left;flex:1 1 0;order:1}.orderbook__row--bid .orderbook__total{text-align:right;flex:none;order:2;margin-left:auto}.orderbook__row--ask .orderbook__depth{left:auto;right:0}.orderbook__row--bid .orderbook__depth{left:0;right:auto}.orderbook__row--ask .orderbook__price{color:#ff5d75}.orderbook__row--bid .orderbook__price{color:#24c99a}.orderbook__row--ask .orderbook__total,.orderbook__row--bid .orderbook__total{color:#ffffffeb}}.trades{color:#ebebeb;background:#070707;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.trades__header{border-bottom:1px solid #232323;flex-shrink:0;align-items:center;height:36px;padding:0 .8rem;display:flex}.trades__header h2{color:#ebebeb;margin:0;font-size:.8rem;font-weight:400}.trades__columns{color:#ffffff85;flex-shrink:0;grid-template-columns:1fr 1fr 1fr;align-items:center;height:28px;margin-top:4px;padding:0 .8rem;font-size:.8rem;font-weight:400;display:grid}.trades__columns span:nth-child(2),.trades__columns span:nth-child(3){text-align:right}.trades__list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;justify-content:flex-start;min-height:0;display:flex;overflow-y:auto}.trades__list::-webkit-scrollbar{display:none}.trades__empty{color:#ffffff7a;align-self:flex-start;margin:8px 0 0 .8rem;font-size:.8rem;font-weight:400;line-height:1.2}.trades__row{color:#ffffffe6;flex-shrink:0;grid-template-columns:1fr 1fr 1fr;align-items:center;height:24px;padding:0 .8rem;font-size:.8rem;font-weight:400;display:grid}.trades__row span:nth-child(2),.trades__row span:nth-child(3){text-align:right}.trades__price--buy{color:#24c99a}.trades__price--sell{color:#ff5d75}.trades__time{color:#fff;justify-content:flex-end;align-items:center;gap:5px;display:flex}.trades__external{color:#4fd3c4;font-size:11px;transform:translateY(-1px)}@media (width<=768px){.trades{border-bottom:3px solid #111}.trades__header{display:none}}.chart-panel{color:#ebebeb;background:#070707;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.chart-panel__clock-wrap{position:relative}.chart-panel__clock-button{color:#ffffffd1;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;font-size:.8rem;font-weight:400}.chart-panel__timezone-menu{z-index:10;background:#0b1112;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:4px;min-width:260px;max-height:280px;padding:10px;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 18px 40px #00000073}.chart-panel__timezone-option{color:#ffffffd6;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px;font-size:.8rem;font-weight:400}.chart-panel__timezone-option:hover,.chart-panel__timezone-option.is-active{color:#ebebeb;background:#45d4c31f}.chart-panel__timezone-option.is-active{font-weight:600}.chart-panel__timezone-option:focus{background:#45d4c329;outline:none}@media (width<=768px){.chart-panel__clock-button{font-size:10px}.chart-panel__timezone-menu{background:#070707;border-radius:3px;min-width:250px;max-height:400px;padding:8px}}.chart-panel button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none}.chart-panel__toolbar{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;height:40px;padding:0 .8rem;display:flex}.chart-panel__timeframes{align-items:center;gap:14px;font-size:.8rem;display:flex}.chart-panel__timeframes button,.chart-panel__indicator-button,.chart-panel__tool-button{color:#ffffffbf;font-size:.8rem;font-weight:400}.chart-panel__timeframes .is-active{color:#45d4c3}.chart-panel__toolbar-divider{background:#ffffff24;width:1px;height:22px;margin:0 14px}.chart-panel__toolbar-actions{color:#ffffffb3;align-items:center;gap:.8rem;margin-left:auto;display:flex}.chart-panel__body{flex:1;grid-template-columns:48px minmax(0,1fr);min-height:0;display:grid}.chart-panel__left-tools{border-right:1px solid #ffffff0a;flex-direction:column;align-items:center;gap:13px;padding-top:14px;display:flex}.chart-panel__left-tools button{color:#fffc;width:28px;height:22px;font-size:16px}.chart-panel__left-tools span{background:#ffffff29;width:28px;height:1px}.chart-panel__canvas{background:#070707;position:relative;overflow:hidden}.chart-panel__canvas:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#ffffff0d 1px,#0000 1px) 0 0/100% 48px,linear-gradient(90deg,#ffffff0d 1px,#0000 1px) 0 0/76px 100%;position:absolute;inset:0 92px 28px 0}.chart-panel__pair-row{z-index:5;color:#ffffffc7;align-items:center;gap:10px;font-size:.8rem;display:flex;position:absolute;top:14px;left:14px}.chart-panel__pair-row-main{white-space:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.chart-panel__pair-name{color:#ffffffe0;font-weight:500}.chart-panel__pair-divider{color:#ffffff70}.chart-panel__pair-brand{color:#ffffffc7;text-overflow:ellipsis;font-weight:400;overflow:hidden}.chart-panel__dot{background:#45d4c3;border-radius:50%;flex:none;width:10px;height:10px;box-shadow:0 0 0 6px #45d4c321}.chart-panel__ohlc{color:#45d4c3}.chart-panel__ohlc--negative{color:#ff5d75}.chart-panel__price-axis{z-index:4;color:#fff9;flex-direction:column;justify-content:space-between;font-size:.8rem;display:flex;position:absolute;top:42px;bottom:160px;right:10px}.chart-panel__price-line{border-top:1px dotted #45d4c3bf;height:1px;position:absolute;top:31%;left:0;right:0}.chart-panel__price-line span{color:#ebebeb;background:#4fd3c423;padding:3px 7px;font-size:.8rem;font-weight:700;position:absolute;top:-.8rem;right:0}.chart-panel__candles{position:absolute;inset:54px 80px 194px 10px}.chart-panel__candle{width:6px;position:absolute;top:0;bottom:0}.chart-panel__wick{width:1px;position:absolute;left:2px}.chart-panel__body-candle{width:5px;min-height:2px;position:absolute;left:.5px}.chart-panel__candle.is-up .chart-panel__wick,.chart-panel__candle.is-up .chart-panel__body-candle{background:#1fa67d}.chart-panel__candle.is-down .chart-panel__wick,.chart-panel__candle.is-down .chart-panel__body-candle{background:#cc2f3c}.chart-panel__volume{border-top:1px solid #ffffff1a;height:138px;position:absolute;bottom:42px;left:0;right:0}.chart-panel__volume-label{align-items:center;gap:8px;font-size:.8rem;display:flex;position:absolute;top:10px;left:14px}.chart-panel__volume-label span{color:#ffffffbf}.chart-panel__volume-label strong{color:#f5ae1b;font-weight:400}.chart-panel__volume-bars{align-items:flex-end;gap:1px;height:90px;display:flex;position:absolute;bottom:0;left:10px;right:90px}.chart-panel__volume-bars span{border-radius:0;flex:1;min-width:2px}.chart-panel__volume-bars .is-up{background:#10c7aa3b}.chart-panel__volume-bars .is-down{background:#ff4e5f3b}.chart-panel__volume-axis{color:#fff9;flex-direction:column;justify-content:space-between;font-size:.8rem;display:flex;position:absolute;top:.8rem;bottom:24px;right:.8rem}.chart-panel__x-axis{color:#ffffff9e;justify-content:space-between;font-size:.8rem;display:flex;position:absolute;bottom:8px;left:24px;right:90px}.chart-panel__footer{border-top:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:36px;padding:0 .8rem 0 68px;display:flex}.chart-panel__date{color:#ffffffb8;white-space:nowrap;font-size:.8rem}.chart-panel__clock-wrap{align-items:center;gap:14px;min-width:0;margin-left:auto;display:flex}.chart-panel__clock{color:#ffffffd1;white-space:nowrap;font-size:.8rem}.chart-panel__timezone{align-items:center;gap:8px;display:flex}.chart-panel__timezone-label{color:#ffffff94;white-space:nowrap;font-size:.8rem}.chart-panel__timezone-select{appearance:none;color:#ebebeb;font:inherit;background:#0b1112;border:1px solid #ffffff1f;border-radius:8px;outline:none;min-width:190px;padding:.35rem .7rem;font-size:.8rem}.chart-panel__timezone-select:focus{border-color:#45d4c3bf}@media (width<=768px){.chart-panel{border-bottom:3px solid #111;height:100%;min-height:0}.chart-panel__toolbar{height:50px;padding:0 10px}.chart-panel__timeframes{gap:3px}.chart-panel__timeframes button.is-active{color:#f5ae1b}.chart-panel__timeframes button,.chart-panel__indicator-button,.chart-panel__tool-button{font-size:.8rem}.chart-panel__toolbar-divider{margin:0 .8rem}.chart-panel__toolbar-actions{gap:.8rem}.chart-panel__body{grid-template-columns:60px minmax(0,1fr)}.chart-panel__left-tools{gap:10px;padding-top:.8rem}.chart-panel__left-tools button{width:24px;height:20px;font-size:14px}.chart-panel__left-tools span{width:24px}.chart-panel__canvas{height:100%;min-height:0}.chart-panel__canvas:before{background-size:100% 36px,64px 100%;inset:0 74px 24px 0}.chart-panel__pair-row{flex-direction:column;align-items:flex-start;gap:4px;max-width:calc(100% - 20px);font-size:.8rem;font-weight:400;top:10px;left:10px}.chart-panel__pair-row-main{gap:6px;max-width:100%}.chart-panel__pair-name,.chart-panel__pair-divider,.chart-panel__pair-brand{font-size:.8rem}.chart-panel__dot{width:8px;height:8px;box-shadow:0 0 0 5px #45d4c321}.chart-panel__ohlc{font-size:.8rem;line-height:1.15}.chart-panel__price-axis{font-size:.8rem;top:38px;bottom:132px;right:8px}.chart-panel__price-line span{padding:2px 6px;font-size:.8rem}.chart-panel__candles{inset:48px 66px 160px 8px}.chart-panel__candle{width:4px}.chart-panel__wick{left:1px}.chart-panel__body-candle{width:2px;left:.5px}.chart-panel__volume{height:115px;bottom:45px}.chart-panel__volume-label{gap:6px;font-size:.8rem;font-weight:400;top:8px;left:10px}.chart-panel__volume-bars{height:155px;left:5px;right:74px}.chart-panel__volume-axis{font-size:.8rem;top:10px;bottom:.8rem;right:8px}.chart-panel__x-axis{font-size:.8rem;bottom:20px;left:20px;right:74px}.chart-panel__footer{gap:16px;height:36px;padding:0 .8rem 0 68px}.chart-panel__date,.chart-panel__clock,.chart-panel__timezone-label,.chart-panel__timezone-select{font-size:.8rem}.chart-panel__clock-wrap{flex-wrap:wrap;justify-content:flex-end;gap:10px;font-size:.8rem}.chart-panel__timezone{gap:6px}.chart-panel__timezone-select{width:160px;min-width:0;padding:.3rem .55rem}}.positions-panel{color:#ebebeb;background:#070707;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden visible}.positions-panel button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none}.positions-panel__top{border-bottom:1px solid #ffffff17;flex-shrink:0;justify-content:space-between;align-items:center;height:38px;display:flex}.positions-panel__tabs{align-items:center;height:100%;display:flex}.positions-panel__tab{color:#ffffff61;white-space:nowrap;height:100%;padding:0 16px;font-size:.8rem;font-weight:400;position:relative}.positions-panel__tab:not(.positions-panel__tab--active){color:#ffffff61}.positions-panel__tab--active{color:#ebebeb}.positions-panel__tab--active:after{content:"";background:#f5ae1b;height:1px;position:absolute;bottom:-1px;left:.8rem;right:.8rem}.positions-panel__filters{align-items:center;gap:18px;height:100%;padding-right:.8rem;display:flex}.positions-panel__filters button{color:#ebebeb;align-items:center;gap:6px;font-size:.8rem;font-weight:400;display:flex}.positions-panel__filters span{color:#ffffff80}.positions-panel__table{flex-direction:column;flex:auto;min-height:0;display:flex}.positions-panel__open-orders-scroll{flex-direction:column;width:100%;min-height:0;display:flex}.positions-panel__head{color:#ffffff94;flex-shrink:0;grid-template-columns:1.1fr .8fr 1.1fr 1fr 1fr 1.15fr 1fr 1fr 1fr;align-items:center;height:34px;padding:0 14px;font-size:10px;font-weight:400;display:grid}.positions-panel__order-row{border-top:0 solid #ffffff0f;grid-template-columns:1fr .7fr .9fr .9fr .9fr .9fr;align-items:center;min-width:600px;padding:8px 14px;font-size:10px;display:grid}.positions-panel__order-row>div:not(:first-child){text-align:right}.positions-panel__head-cell{white-space:nowrap;font-size:.8rem}.positions-panel__head-cell:not(:first-child){text-align:right}.positions-panel__head-cell--underlined{text-underline-offset:3px;-webkit-text-decoration:underline dotted #ffffff59;text-decoration:underline dotted #ffffff59}.positions-panel__chevron{color:#ffffff80;margin-left:5px;text-decoration:none}.positions-panel__empty{color:#ebebeb;min-height:100%;padding:0 14px;font-size:.8rem;font-weight:400}@media (width<=768px){.positions-panel{box-sizing:border-box;background:#070707;height:100%;padding-bottom:55px;overflow:hidden}.positions-panel__top{height:41px;overflow:hidden}.positions-panel__tabs{scrollbar-width:none;flex:1;height:100%;overflow-x:auto}.positions-panel__tabs::-webkit-scrollbar{display:none}.positions-panel__tab{color:#ffffff61;padding:0 .8rem;font-size:.62rem;line-height:1}.positions-panel__tab:not(.positions-panel__tab--active){color:#ffffff61}.positions-panel__filters{flex-shrink:0;gap:.8rem;padding-right:10px}.positions-panel__filters button{gap:4px;font-size:.62rem;line-height:1}.positions-panel__head{grid-template-columns:1fr .7fr .9fr .9fr .9fr .9fr;min-width:640px;height:30px;padding:0 .8rem;font-size:10px;display:grid}.positions-panel__open-orders-scroll{scrollbar-width:none;-ms-overflow-style:none;flex:auto;width:100%;min-width:0;overflow:auto}.positions-panel__open-orders-scroll::-webkit-scrollbar{display:none}.positions-panel__head,.positions-panel__order-row{box-sizing:border-box;width:max-content;min-width:700px}.positions-panel__open-orders-scroll .positions-panel__head,.positions-panel__open-orders-scroll .positions-panel__order-row{grid-template-columns:84px .8fr .9fr .9fr .9fr .9fr .9fr}.positions-panel__head{flex:none;overflow:visible}.positions-panel__order-row{scrollbar-width:none;-ms-overflow-style:none;flex:none}.positions-panel__head-cell{font-size:10px}.positions-panel__open-orders-scroll .positions-panel__head>:first-child,.positions-panel__open-orders-scroll .positions-panel__order-row>:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.positions-panel__empty{margin-top:.8rem;padding:0 .8rem;font-size:10px;line-height:1.1}.positions-panel__filters{display:none}}.info-panel{color:#ebebeb;background:#070707;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.info-panel__header{border-bottom:1px solid #232323;flex-shrink:0;padding:.8rem .8rem .6rem}.info-panel__title{margin:0;font-size:.8rem;font-weight:400;line-height:1.2}.info-panel__subtitle{color:#ffffff8c;margin:4px 0 0;font-size:.78rem;line-height:1.35}.info-panel__tabs{flex-shrink:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:.55rem .8rem .7rem;display:grid}.info-panel__tab{color:#ffffff85;background:#070707;border:none;border-radius:3px;width:auto;height:23px;font-size:10px;font-weight:400}.info-panel__tab--active{color:#ebebeb;background:#111;border-color:#232323}.info-panel__body{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;padding:0 .8rem .8rem;overflow:auto}.info-panel__body::-webkit-scrollbar{display:none}.info-panel__section{flex-direction:column;gap:.8rem;display:flex}.info-panel__asset-summary{color:#ffffff85;letter-spacing:.02em;flex-direction:column;gap:.35rem;padding:.1rem .8rem 0;font-size:10px;font-weight:400;display:flex}.info-panel__asset-summary-line{justify-content:space-between;align-items:center;gap:10px;display:flex}.info-panel__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;display:grid}.info-panel__card,.info-panel__table{background:0 0;border-radius:10px}.info-panel__card{flex-direction:column;gap:6px;padding:.8rem;display:flex}.info-panel__card-label,.info-panel__table-head{color:#ffffff85;letter-spacing:.02em;font-size:10px;font-weight:400}.info-panel__table-head-cell--right{justify-self:end}.info-panel__card-value{color:#ebebeb;font-size:.88rem;font-weight:500}.info-panel__description{color:#ebebeb;background:0 0;padding:.8rem;font-size:.8rem;line-height:1.4}.info-panel__description p{color:#fffc;white-space:pre-line;margin:0;font-size:10px;line-height:1.45}.info-panel__table{overflow:hidden}.info-panel__table-head,.info-panel__table-row{grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:10px;padding:.75rem .8rem;display:grid}.info-panel__table-head{border-bottom:1px solid #1f1f1f}.info-panel__table-row{color:#ffffffe6;border-bottom:1px solid #ffffff0a;font-size:10px}.info-panel__table-row:last-child{border-bottom:0}.info-panel__asset{color:#f5ae1b}.info-panel__value{color:#ebebeb;justify-self:end}.info-panel__table-cell--right{justify-self:end}.info-panel__status{color:#5ae0cf;justify-self:end}@media (width<=768px){.info-panel{border-bottom:3px solid #111}}.app{color:#fff;background:#111;flex-direction:column;min-height:100vh;padding-top:60px;display:flex}@media (width<=768px){.app{padding-top:56px;padding-bottom:48px}}
