.community-status{color:var(--muted);justify-content:center;align-items:center;gap:12px;padding:32px 16px;font-size:12px;display:flex}.community-own-rank{border-bottom:1px solid var(--separator);justify-content:space-between;width:100%;padding:16px 20px;font-size:13px;display:flex}.community-own-rank span{gap:12px;display:flex}.community-ranking-heading,.community-ranking-row{text-align:left;grid-template-columns:42px 1fr minmax(80px,140px);align-items:center;gap:14px;width:100%;padding:14px 20px;display:grid}.community-ranking-heading{color:var(--muted);font-size:11px}.community-ranking-heading>:last-child,.community-ranking-row>:last-child{text-align:right;font-variant-numeric:tabular-nums}.community-ranking-row{border-bottom:1px solid var(--separator);min-height:66px;font-size:13px}.community-ranking-row:hover{background:var(--surface)}.community-rank{color:var(--muted);font-variant-numeric:tabular-nums}.community-trader{align-items:center;gap:12px;min-width:0;display:flex}.community-trader>span:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.community-trader strong{align-items:center;gap:5px;display:flex}.community-trader small{color:var(--muted);font-size:11px}.community-feed-content{white-space:pre-wrap;padding:8px 0;font-size:13px;line-height:1.55}.community-feed-token{align-items:center;gap:7px;margin-top:8px;font-size:12px;display:flex}.community-feed-token .asset-icon{width:20px;height:20px}.community-follow-error{color:var(--danger);font-size:11px}
.feed-post-image{object-fit:contain;border-radius:12px;max-width:100%;max-height:360px;margin-block:8px;display:block}.feed-snapshot{border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:6px;margin-block:8px;padding:16px;display:flex}.feed-snapshot-hero{font-variant-numeric:tabular-nums;font-size:28px;font-weight:600}.feed-snapshot dl{flex-wrap:wrap;gap:16px;margin-top:8px;display:flex}.feed-snapshot dt,.feed-snapshot small{color:var(--muted)}.feed-snapshot dd{font-variant-numeric:tabular-nums;margin:0}.feed-comparison{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}
.public-trader-profile{background:var(--background)}.public-trader-profile .profile-workspace-header{background:radial-gradient(circle at 76% 12%, color-mix(in srgb, var(--trader-color) 24%, transparent), transparent 38%), linear-gradient(125deg, color-mix(in srgb, var(--trader-color) 14%, var(--background)), var(--background))}.public-trader-profile .profile-workspace-header:after{border-color:color-mix(in srgb, var(--trader-color) 35%, transparent)}.public-profile-sample{z-index:1;color:var(--muted);background:var(--background);border-radius:6px;margin-top:4px;padding:5px 8px;font-size:10px;position:relative}.public-profile-disclosure{color:var(--muted);margin:0 0 22px;font-size:11px}.public-trader-profile .profile-follow-button{gap:6px;min-width:90px}.public-trader-profile .profile-follow-button svg{width:14px;height:14px}.public-profile-performance{border-top:1px solid var(--separator);padding-top:22px}.public-profile-pnl{gap:10px;display:grid}.public-profile-pnl small{color:var(--muted);font-size:11px}.public-profile-pnl strong{letter-spacing:-1.4px;color:var(--success);font-variant-numeric:tabular-nums;font-size:36px;font-weight:550;line-height:1.1}.public-profile-performance dl{gap:40px;margin:22px 0 0;display:flex}.public-profile-performance dl>div{gap:6px;display:grid}.public-profile-performance dt{color:var(--muted);font-size:11px}.public-profile-performance dd{font-variant-numeric:tabular-nums;margin:0;font-size:14px}.public-trader-profile .profile-position-value small{color:var(--muted)}.public-profile-feed article{border-bottom:1px solid var(--separator);padding:18px 0}.public-profile-post-meta{color:var(--muted);font-size:10px}.public-profile-feed p{max-width:520px;margin:10px 0 14px;font-size:13px;line-height:1.7}.public-profile-feed article>a{background:var(--surface);min-height:38px;color:var(--foreground);border-radius:8px;align-items:center;gap:9px;padding:4px 10px;font-size:12px;text-decoration:none;display:inline-flex}.public-profile-feed .asset-icon{width:22px;height:22px}.public-profile-feed article>a>span:last-child{color:var(--muted);margin-left:8px;font-size:11px}.public-profile-history .profile-position-row{cursor:default}.public-profile-history .profile-position-row:hover{background:0 0}.public-trader-profile .button{transition-duration:.14s}@media (prefers-reduced-motion:reduce){.public-trader-profile *,.public-trader-profile :before,.public-trader-profile :after{transition-duration:0s!important}}
.complete-asset-details{min-width:0;min-height:0}.complete-asset-details>.tabs{flex-direction:column;height:100%;min-height:0;display:flex}.complete-asset-details .tabs__panel{min-height:0;padding:16px 0 0;overflow:auto}.complete-asset-details .tabs__list{border-bottom-color:color-mix(in srgb, var(--separator) 72%, transparent);justify-content:flex-start;gap:2px;width:max-content;min-width:100%}.complete-asset-details .tabs__tab{width:auto;min-width:0;height:34px;color:var(--muted);flex:none;padding-inline:14px;font-size:12px;font-weight:450;position:relative}.complete-asset-details .tabs__tab[aria-selected=true]{color:var(--foreground);font-weight:550}.complete-asset-details .tabs__indicator{display:none}.complete-asset-details .tabs__tab:after{background:var(--foreground);content:"";opacity:0;transform-origin:50%;height:2px;transition:opacity var(--motion-exit) var(--motion-smooth-out), transform var(--motion-exit) var(--motion-smooth-out);border-radius:999px 999px 0 0;position:absolute;bottom:0;left:14px;right:14px;transform:scaleX(.72)}.complete-asset-details .tabs__tab[aria-selected=true]:after{opacity:1;transform:scaleX(1)}.complete-asset-details .tabs__tab:first-child{padding-left:0}.complete-asset-details .tabs__tab:first-child:after{left:0}@media (prefers-reduced-motion:reduce){.complete-asset-details .tabs__tab:after{transition:none}}.detail-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.detail-filters{align-items:center;gap:4px;display:flex}.detail-filters .segment__item{height:28px;min-height:28px;padding-inline:12px;font-size:12px}.detail-caption{color:var(--muted);font-size:11px;line-height:1.6}.terminal-data-grid{background:var(--background);min-width:0;box-shadow:none;font-variant-numeric:tabular-nums;border-radius:0}.terminal-data-grid table{background:var(--background);border-collapse:collapse}.terminal-data-grid th{background:var(--background);color:var(--muted);white-space:nowrap;height:36px;padding:8px;font-size:11px;font-weight:400}.terminal-data-grid td{background:var(--background);border-bottom:1px solid var(--separator);white-space:nowrap;padding:10px 8px;font-size:12px}.terminal-data-grid th:first-child,.terminal-data-grid td:first-child{padding-left:0}.terminal-data-grid th:last-child,.terminal-data-grid td:last-child{padding-right:0}.detail-trades-table{min-width:620px}.asset-social-feed{width:min(880px,100%);margin:0 auto;padding:8px 10px 16px}.asset-feed-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:8px;display:flex}.asset-feed-heading>div>span{color:var(--success);font-size:9px;font-weight:600}.asset-feed-heading h3{margin-top:2px;font-size:14px;font-weight:600}.asset-feed-list{display:grid}.asset-feed-row{border-bottom:1px solid var(--separator);min-height:58px;transition:background var(--motion-quick) var(--motion-smooth-out);border-radius:9px;grid-template-columns:34px minmax(108px,.68fr) minmax(180px,1.15fr) 42px 28px;align-items:center;gap:11px;padding:7px 8px;display:grid}.asset-feed-row:hover,.asset-feed-row[data-own=true]{background:var(--surface)}.asset-feed-avatar{border-radius:50%;place-items:center;width:32px;height:32px;font-size:16px;display:grid}.asset-feed-person,.asset-feed-trade,.asset-feed-trade>span{min-width:0}.asset-feed-person,.asset-feed-trade>span{gap:3px;display:grid}.asset-feed-person strong,.asset-feed-trade strong{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex;overflow:hidden}.asset-feed-person small,.asset-feed-trade small,.asset-feed-row time{color:var(--muted);font-variant-numeric:tabular-nums;font-size:9px}.asset-feed-trade{align-items:center;gap:8px;display:flex}.asset-feed-trade .asset-icon{flex:none;width:27px;height:27px}.asset-feed-trade b{font-weight:600}.asset-feed-row time{justify-self:end}.asset-feed-row .button{width:26px;min-width:26px;height:26px;min-height:26px;color:var(--muted);border-radius:50%;padding:0}.asset-feed-row .button svg{width:13px;height:13px}.asset-feed-disclaimer{color:var(--muted);text-align:center;margin-top:10px;font-size:9px}@media (max-width:760px){.asset-feed-heading{align-items:flex-start}.asset-feed-row{grid-template-columns:32px minmax(0,1fr) auto 26px}.asset-feed-trade{grid-column:2/3}.asset-feed-row time{grid-area:1/3}.asset-feed-row>.button,.asset-feed-row>.tooltip{grid-area:1/4}}.detail-orders-table{min-width:580px}.detail-table-footer{min-height:40px;color:var(--muted);justify-content:space-between;align-items:center;gap:16px;font-size:11px;display:flex}.detail-table-footer .button{font-size:12px}.detail-holder-summary{grid-template-columns:repeat(3,1fr);gap:16px;margin-block:4px 12px;display:grid}.detail-holder-summary>div,.detail-position-stats>div{flex-direction:column;gap:8px;display:flex}.detail-holder-summary span,.detail-position-stats span{color:var(--muted);font-size:12px}.detail-holder-summary strong{font-variant-numeric:tabular-nums;font-size:20px;font-weight:500}.karma-holders{width:min(880px,100%);margin:0 auto;padding:8px 10px 16px}.karma-holders-header{min-height:46px;color:var(--muted);justify-content:space-between;align-items:center;gap:18px;padding:0 8px 7px;font-size:9px;display:flex}.karma-holders-header>div,.karma-holders-header p{align-items:center;display:flex}.karma-holders-header p{gap:3px}.karma-holders-header p strong{color:var(--foreground);font-size:10px}.holder-avatar-stack{margin-right:9px;display:flex}.holder-avatar-stack>span{border:2px solid var(--background);border-radius:50%;place-items:center;width:23px;height:23px;margin-left:-6px;font-size:11px;display:grid}.holder-avatar-stack>span:first-child{margin-left:0}.karma-holder-list{display:grid}.karma-holder-row{border-bottom:1px solid var(--separator);border-radius:9px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:70px;padding:9px 8px;display:grid}.karma-holder-row[data-own=true],.karma-holder-row:hover{background:var(--surface)}.karma-holder-avatar{border-radius:50%;place-items:center;width:38px;height:38px;font-size:18px;display:grid}.karma-holder-copy{gap:3px;min-width:0;display:grid}.karma-holder-name{align-items:center;gap:5px;display:flex}.karma-holder-name strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.karma-holder-name b{background:color-mix(in srgb, var(--success) 12%, transparent);color:var(--success);letter-spacing:.04em;border-radius:4px;padding:2px 5px;font-size:7px}.karma-holder-copy small,.karma-holder-copy em{color:var(--muted);font-size:9px;line-height:1.25}.karma-holder-copy em{max-width:520px;color:color-mix(in srgb, var(--foreground) 68%, var(--muted));white-space:nowrap;text-overflow:ellipsis;font-style:normal;overflow:hidden}.karma-holder-position{font-variant-numeric:tabular-nums;justify-items:end;gap:4px;display:grid}.karma-holder-position strong{font-size:11px;font-weight:600}.karma-holder-position small{font-size:9px}@media (max-width:760px){.karma-holders-header>span{display:none}.karma-holder-row{grid-template-columns:36px minmax(0,1fr) auto;gap:9px}.karma-holder-avatar{width:34px;height:34px;font-size:16px}}.detail-distribution{gap:4px;height:6px;margin-bottom:8px;display:flex}.detail-distribution i{background:var(--foreground);border-radius:999px}.detail-distribution i:nth-child(2){background:var(--muted)}.detail-distribution i:nth-child(3){background:var(--surface-secondary)}.complete-asset-details .detail-empty{flex-direction:column;align-items:flex-start;gap:12px;min-height:200px;padding:24px 0;display:flex}.complete-asset-details .detail-empty--terminal{text-align:center;justify-content:center;align-items:center;min-height:180px;padding:32px 16px}.detail-empty--terminal h3{font-size:14px;font-weight:500}.detail-empty--terminal p{font-size:12px;line-height:1.5}.trade-ghost-empty{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:240px;padding:18px clamp(24px,5vw,72px) 28px;display:flex;overflow:hidden}.trade-ghost-rows{gap:10px;width:min(100%,680px);display:grid;-webkit-mask-image:linear-gradient(#000 0% 34%,#0000 90%);mask-image:linear-gradient(#000 0% 34%,#0000 90%)}.trade-ghost-row{align-items:center;gap:10px;min-height:44px;display:flex}.trade-ghost-avatar{background:var(--surface);border-radius:50%;flex:none;width:36px;height:36px;position:relative}.trade-ghost-avatar .verified-badge{background:var(--background);border-radius:50%;padding:1px;animation:.18s cubic-bezier(.22,1,.36,1) both trade-ghost-badge-enter;position:absolute;bottom:-3px;right:-3px}@keyframes trade-ghost-badge-enter{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.trade-ghost-copy{flex:1;gap:5px;display:grid}.trade-ghost-copy i,.trade-ghost-value{background:var(--surface);border-radius:999px;height:8px;display:block}.trade-ghost-copy i:first-child{width:min(156px,52%)}.trade-ghost-copy i:last-child{width:min(88px,32%)}.trade-ghost-value{width:42px}.trade-ghost-message{z-index:1;text-align:center;width:100%;margin-top:-39px;position:relative}.trade-ghost-message h3{color:var(--foreground);margin:0;font-size:14px;font-weight:550}.trade-ghost-message p{color:var(--muted);margin:4px auto 0;font-size:12px;line-height:1.5}@media (prefers-reduced-motion:reduce){.trade-ghost-avatar .verified-badge{animation:none!important}}.detail-empty h3,.detail-about h3{margin:0;font-size:16px;font-weight:500}.detail-empty p,.detail-about p{color:var(--muted);max-width:540px;margin:0;font-size:13px;line-height:1.65}.detail-position-stats{grid-template-columns:repeat(2,1fr);gap:24px;padding-block:12px 24px;display:grid}.detail-position-stats strong{font-variant-numeric:tabular-nums;font-size:18px;font-weight:500}.detail-announcement{min-height:32px;padding-block:12px}.detail-about{padding-block:8px 20px}.detail-about p{margin-top:12px}.detail-about dl{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px;display:grid}.detail-about dl div{flex-direction:column;gap:6px;font-size:12px;display:flex}.detail-about dt{color:var(--muted)}.detail-about dd{margin:0}@media (max-width:760px){.complete-asset-details .tabs__tab{padding-inline:12px}.detail-holder-summary{gap:8px}.detail-holder-summary span{font-size:11px}.detail-position-stats strong{font-size:16px}}.about-holder-signal{margin:16px 0 18px}.about-holder-signal .holder-signal{font-size:12px}.about-holder-signal .holder-signal__avatars i{width:24px;height:24px;font-size:13px}.complete-asset-details .tabs__panel:has(.position-table-scroll){padding-top:0}
.trading-shell{height:100dvh;overflow:hidden}.trading-shell .sidebar{background:var(--background);z-index:100;width:64px;padding:16px 8px}.trading-shell .brand{margin:0 auto 30px;padding:0}.workspace-launcher{justify-items:center;gap:7px;margin-top:2px;display:grid}.workspace-tooltip-trigger{display:inline-flex}.workspace-launcher .button{width:34px;min-width:34px;height:34px;min-height:34px;color:var(--muted);border-radius:9px;padding:0}.workspace-launcher .button svg{width:16px;height:16px}.workspace-launcher .button[aria-current=page]{color:var(--foreground);background:var(--surface)}.workspace-shared-tooltip{z-index:120;width:var(--tt-width);min-height:26px;translate:0 var(--tt-y);transform-origin:0;background:var(--overlay);color:var(--foreground);box-shadow:var(--shadow-overlay);border-radius:7px;padding:5px 9px;font-size:10px;top:0;bottom:auto;left:calc(100% + 8px)}.trading-shell .app-body{flex-direction:column;min-width:0;height:100dvh;margin-left:64px;display:flex}.trading-shell .topbar{flex:none;height:64px;min-height:64px;padding:10px 20px}.trading-shell .topbar-actions{gap:12px}.trading-shell #main{flex:1;min-height:0;overflow:hidden}.trading-shell .app-footer{border-top:1px solid var(--separator);flex:none;align-items:center;max-width:none;height:28px;min-height:28px;margin:0;padding:0 16px;font-size:10px;display:flex}.terminal-karma-mark,.karma-token-mark{image-rendering:auto;background:url(/assets/karma-app-icon-ui.png) 50%/cover no-repeat;border-radius:23%;width:32px;height:32px;display:block}.asset-workspace{font-variant-numeric:tabular-nums;height:100%;display:block}.terminal-columns{width:100%;height:100%}.terminal-columns .asset-rail,.terminal-columns .asset-main,.terminal-columns .asset-right{height:100%}.terminal-columns .asset-rail,.terminal-columns .asset-right{border:0}.terminal-chart-split{flex:1;min-height:0}.terminal-chart-split .asset-chart-section{flex-direction:column;height:100%;min-height:0;display:flex}.asset-price-chart{flex-direction:column;flex:1;min-height:0;display:flex}.asset-price-chart>[role=group]{flex:1;min-height:0}.asset-price-chart .chart-mode-bar,.asset-price-chart .chart-ohlc{flex:none}.chart-bottom-note{flex:none;align-items:center}.reset-terminal-layout.button{height:20px;min-height:20px;color:var(--muted);padding:0;font-size:9px}.complete-asset-details{height:100%;padding:8px 16px 0;overflow:hidden}.terminal-columns .resizable__handle{background:var(--separator)}.terminal-columns .resizable__handle:hover{background:var(--muted)}.asset-rail{border-right:1px solid var(--separator);scrollbar-width:none;-ms-overflow-style:none;min-height:0;padding:12px 8px 0;overflow:auto}.asset-rail::-webkit-scrollbar{width:0;height:0}.terminal-assets{min-width:0}.market-master-search{border-bottom:1px solid var(--separator);height:44px;margin:0;padding:0 4px 10px}.market-master-search .global-search-trigger.button{background:0 0;border:0;justify-content:flex-start;width:100%;min-width:0;height:34px;padding:0 8px;font-size:11px}.market-master-search .global-search-trigger>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.terminal-account-header{border-bottom:1px solid var(--separator);min-height:60px;margin:-4px -16px 12px;padding:2px 16px 10px}.terminal-account-header .signed-in-account.topbar-actions{gap:16px;width:100%;margin-left:0}.asset-list-heading{justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 8px;display:flex}.asset-list-heading h2{font-size:15px;font-weight:550}.asset-list-heading>span{color:var(--muted);font-size:10px}.terminal-search{margin:0 4px}.terminal-search .search-field__group{background:var(--background);border:1px solid var(--separator);border-radius:var(--karma-radius-control);height:34px;min-height:34px;box-shadow:none}.terminal-search input{width:100%;min-width:0;font-size:11px}.market-scope-row{align-items:center;gap:2px;min-height:38px;padding:7px 4px 2px;display:flex}.market-scope-button.button{border-radius:var(--karma-radius-item);min-width:0;height:28px;min-height:28px;color:var(--muted);white-space:nowrap;gap:6px;padding:0 8px;font-size:10px;font-weight:500}.market-scope-button.button:hover,.market-scope-button.button[data-pressed]{color:var(--foreground);background:color-mix(in srgb, var(--surface) 64%, transparent)}.market-scope-button>svg:first-child{width:13px;height:13px}.market-scope-button>svg:last-child{width:9px;height:9px}.market-scope-button img,.market-scope-popover img{object-fit:cover;border-radius:50%}.market-network-trigger{max-width:170px}.market-network-trigger span{text-overflow:ellipsis;overflow:hidden}.market-network-trigger .market-network-cluster{flex:none;align-items:center;display:inline-flex;overflow:visible}.market-network-logo-frame{background:var(--background);border-radius:50%;flex:none;place-items:center;width:16px;height:16px;margin-left:-5px;display:grid}.market-network-logo-frame:first-child{margin-left:0}.market-network-logo-frame img{width:14px;height:14px}.market-scope-note{color:var(--muted);padding-inline:7px;font-size:9px}.market-scope-popover.dropdown__popover{min-width:176px}.market-scope-popover .dropdown__item svg{width:15px;height:15px}.market-list-toolbar{border-bottom:1px solid var(--separator);grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:8px;margin:2px 8px 4px;display:grid}.market-list-toolbar .market-view-button.button{width:100%;min-width:0;height:36px;min-height:36px;color:var(--muted);background:0 0;border-radius:0;padding:0;font-size:11px;font-weight:500;line-height:1;position:relative}.market-list-toolbar .market-view-button.button[data-hovered=true],.market-list-toolbar .market-view-button.button[aria-pressed=true]{color:var(--foreground);background:0 0}.market-list-toolbar .market-view-button.button:after{content:"";background:var(--foreground);opacity:0;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:22%;right:22%}.market-list-toolbar .market-view-button.button[aria-pressed=true]:after{opacity:1}.market-filter-popover.dropdown__popover{border-color:var(--border);border-radius:var(--karma-radius-control);background:var(--overlay);min-width:210px;padding:6px}.market-filter-popover .menu-section+.menu-section{border-top:1px solid var(--border);margin-top:6px;padding-top:6px}.market-filter-popover .header{color:var(--muted);padding:6px 10px 4px;font-size:11px}.market-filter-popover .filter-selection{width:12px;color:var(--foreground);font-size:8px}.market-column-labels{color:var(--muted);justify-content:space-between;padding:8px 8px 6px;font-size:9px;display:flex}.terminal-asset-list{gap:0;display:grid}.terminal-asset-list>a{border-radius:var(--karma-radius-item);align-items:center;gap:8px;min-height:50px;padding:6px 8px;transition:background .16s ease-out,transform .18s cubic-bezier(.16,1,.3,1);display:flex}.terminal-asset-list>a:hover{background:color-mix(in srgb, var(--surface) 62%, transparent)}.terminal-asset-list>a[aria-current]{background:linear-gradient(100deg, color-mix(in srgb, var(--surface) 80%, transparent), color-mix(in srgb, var(--surface) 42%, transparent))}.terminal-asset-list>a[aria-current] .terminal-asset-mark{filter:brightness(1.06);transform:scale(1.035)}.terminal-asset-list>a[aria-current] .asset-list-identity strong,.terminal-asset-list>a[aria-current] .asset-list-price strong{color:var(--foreground);font-weight:600}.terminal-asset-mark{background:var(--surface-secondary);border-radius:50%;flex:none;place-items:center;width:26px;height:26px;font-size:17px;font-weight:550;transition:transform .18s cubic-bezier(.16,1,.3,1),filter .18s ease-out;display:grid}.terminal-asset-mark svg{width:17px;height:23px}.mark-bitcoin{color:var(--warning);background:color-mix(in srgb, var(--warning) 15%, var(--background))}.mark-karma{background:var(--background)}.asset-list-identity{flex:1;min-width:0}.asset-list-identity strong,.asset-list-price strong{font-size:11px;font-weight:500;display:block}.asset-list-identity small,.asset-list-price small{margin-top:2px;font-size:10px;display:block}.asset-list-identity small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:90px;overflow:hidden}.asset-list-price{text-align:right;font-variant-numeric:tabular-nums;flex:none}.asset-list-empty{color:var(--muted);padding:24px 8px;font-size:12px;line-height:1.6}.market-coming-soon{min-height:260px;color:var(--muted);text-align:center;align-content:center;place-items:center;gap:7px;padding:32px 20px;display:grid}.market-coming-soon-icon{background:var(--surface-secondary);width:38px;height:38px;color:var(--foreground);border-radius:50%;place-items:center;margin-bottom:5px;display:grid}.market-coming-soon-icon svg{width:18px;height:18px}.market-coming-soon strong{color:var(--foreground);font-size:14px;font-weight:600}.market-coming-soon small{max-width:190px;font-size:12px;line-height:1.45}.asset-main{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.workspace-center-stack,.workspace-rail-stack{flex:1;min-width:0;min-height:0;display:grid;position:relative}.workspace-center-stack>*,.workspace-rail-stack>*{opacity:0;visibility:hidden;pointer-events:none;grid-area:1/1;min-width:0;min-height:0;transition:opacity .14s ease-out,transform .18s cubic-bezier(.16,1,.3,1),visibility 0s .18s;transform:translateY(4px)}.workspace-center-stack>[data-active=true],.workspace-rail-stack>[data-active=true]{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .18s ease-out,transform .18s cubic-bezier(.16,1,.3,1),visibility;transform:translateY(0)}.trade-center-view{flex-direction:column;display:flex;overflow:hidden}.alternate-center-view,.workspace-rail-stack>div{overflow:auto}.workspace-panel-heading{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:flex-end;padding:8px 8px 16px;display:flex}.workspace-panel-heading span,.eyebrow{color:var(--success);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:650;display:block}.workspace-panel-heading h2,.workspace-center-panel h2{letter-spacing:-.03em;margin:0;font-size:18px;font-weight:600}.workspace-panel-heading small{color:var(--muted);font-size:9px}.feed-items{display:grid}.feed-row{border-bottom:1px solid var(--separator);width:100%;color:inherit;background:0 0;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:6px;padding:13px 7px 13px 8px;transition:background .14s ease-out;display:grid}.feed-row:hover{background:var(--surface)}.feed-main-action{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:0;display:grid}.social-avatar{border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:15px;display:grid}.feed-copy{min-width:0}.feed-row strong{align-items:center;gap:3px;font-size:11px;font-weight:600;display:flex}.feed-row small{color:var(--muted);margin-top:2px;font-size:10px;line-height:1.35;display:block}.feed-asset{align-items:center;gap:5px;margin-top:7px;display:flex}.feed-asset .asset-icon{width:17px;height:17px}.feed-asset b{font-size:9px;font-weight:600}.feed-asset em{color:var(--foreground);margin-left:2px;font-size:10px;font-style:normal}.feed-row-meta{justify-items:end;gap:9px;display:grid}.feed-row time{color:var(--muted);font-size:9px}.feed-row-meta .button{width:24px;min-width:24px;height:24px;min-height:24px;color:var(--muted);transition:width var(--resize-dur) var(--resize-ease), height var(--resize-dur) var(--resize-ease), min-width var(--resize-dur) var(--resize-ease), min-height var(--resize-dur) var(--resize-ease), color .14s ease-out, background .14s ease-out, opacity .14s ease-out, transform .18s cubic-bezier(.16, 1, .3, 1), visibility 0s;border-radius:50%;padding:0}.feed-row-meta .button svg{width:13px;height:13px}.feed-row-meta .button[data-following=true]{opacity:0;visibility:hidden;pointer-events:none;width:0;min-width:0;height:0;min-height:0;transition:width var(--resize-dur) var(--resize-ease), height var(--resize-dur) var(--resize-ease), min-width var(--resize-dur) var(--resize-ease), min-height var(--resize-dur) var(--resize-ease), opacity .14s ease-out, transform .14s ease-out, visibility 0s .14s;transform:scale(.72)}.feed-empty-note{color:var(--muted);text-align:center;justify-items:center;gap:4px;padding:28px 8px;display:grid}.feed-empty-note>span{color:var(--foreground);font-size:16px}.feed-empty-note strong{color:var(--foreground);font-size:11px}.feed-empty-note small{font-size:9px}.workspace-center-panel{min-height:100%;padding:22px 24px}.workspace-center-header{border-bottom:1px solid var(--separator);justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:20px;display:flex}.workspace-center-header p,.profile-workspace-header p{color:var(--muted);margin:4px 0 0;font-size:10px}.workspace-center-header .segment__item{min-width:32px;height:26px;padding:0 8px;font-size:10px}.leaderboard-panel{flex-direction:column;height:100%;padding:0;display:flex;overflow:hidden}.leaderboard-hero{border-bottom:1px solid var(--separator);background:radial-gradient(circle at 80% 16%,#d8b94c21,#0000 30%),linear-gradient(125deg,#12130e 0%,#15170f 46%,#090a08 100%);flex:none;padding:22px max(24px,50% - 442px) 20px;position:relative;overflow:hidden}.leaderboard-hero:before{opacity:.13;background-image:radial-gradient(circle, color-mix(in srgb, var(--foreground) 28%, transparent) .7px, transparent .8px);content:"";pointer-events:none;background-size:10px 10px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(100deg,#0000 10%,#000 62%,#0000 96%);mask-image:linear-gradient(100deg,#0000 10%,#000 62%,#0000 96%)}.leaderboard-hero>*{z-index:1;position:relative}.leaderboard-panel .workspace-center-header{border:0;align-items:flex-start;padding:0 0 20px}.leaderboard-panel .workspace-center-header h2{letter-spacing:-.03em;margin-top:3px;font-size:21px}.leaderboard-panel .workspace-center-header p{max-width:430px;font-size:11px}.leaderboard-content{width:100%;max-width:940px;margin:0 auto;padding:12px 28px 48px;overflow:auto}.your-rank-card{background:color-mix(in srgb, var(--surface) 72%, transparent);width:100%;color:inherit;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border:0;border-radius:14px;grid-template-columns:40px minmax(130px,.75fr) minmax(150px,1fr) minmax(100px,auto) minmax(92px,auto);align-items:center;gap:14px;padding:16px 18px;transition:background .14s ease-out,transform .14s ease-out;display:grid}.your-rank-card:hover{background:color-mix(in srgb, var(--surface-secondary) 82%, transparent)}.your-rank-card:active{transform:scale(.995)}.your-rank-icon{background:color-mix(in srgb, #d8b94c 12%, var(--surface-secondary));color:#e2c75e;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.your-rank-icon svg{width:17px;height:17px}.your-rank-copy,.your-rank-pnl,.your-rank-following,.your-rank-identity>span:last-child{gap:3px;display:grid}.your-rank-card small{color:var(--muted);font-size:9px;font-style:normal}.your-rank-copy>strong{color:#e2c75e;font-variant-numeric:tabular-nums;font-size:25px;line-height:1}.your-rank-copy em{color:var(--muted);font-size:9px;font-style:normal}.your-rank-identity{align-items:center;gap:9px;display:flex}.your-rank-identity strong{font-size:11px}.your-rank-identity .social-avatar{width:34px;height:34px}.your-rank-pnl{justify-items:end}.your-rank-pnl strong{font-variant-numeric:tabular-nums;font-size:15px}.your-rank-following{justify-items:end}.your-rank-following strong{font-variant-numeric:tabular-nums;font-size:15px}.leaderboard-section-heading{justify-content:space-between;align-items:end;padding:26px 4px 12px;display:flex}.leaderboard-section-heading>div{align-items:baseline;gap:8px;display:flex}.leaderboard-section-heading strong{font-size:13px}.leaderboard-section-heading span,.leaderboard-section-heading small{color:var(--muted);font-size:9px}.family-stat-band{grid-template-columns:1fr 1px 1fr;align-items:center;max-width:560px;margin:28px auto 34px;display:grid}.family-stat-band>div{grid-template-columns:auto 1fr;align-items:center;column-gap:10px;padding:0 34px;display:grid}.family-stat-band>div:first-child>span{color:#d8b94c;grid-row:1/3;font-size:26px}.family-stat-band small{color:var(--muted);font-size:11px}.family-stat-band strong{letter-spacing:-.03em;font-size:24px;font-weight:600}.family-stat-band>i{background:var(--separator);width:1px;height:38px}.leaderboard-table{border-top:1px solid var(--separator)}.leaderboard-labels,.leaderboard-row{grid-template-columns:24px 34px minmax(130px,1fr) minmax(90px,.8fr) 72px 80px;align-items:center;gap:8px;display:grid}.leaderboard-labels{color:var(--muted);padding:10px 12px 7px 78px;font-size:9px}.leaderboard-labels span:first-child{grid-column:1/4}.leaderboard-row{border:0;border-top:1px solid var(--separator);width:100%;min-height:58px;color:inherit;text-align:left;cursor:pointer;background:0 0;padding:8px 12px;transition:background .12s ease-out}.leaderboard-row:hover{background:var(--surface)}.leaderboard-rank{justify-items:center;gap:2px;display:grid}.leaderboard-rank b{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.leaderboard-rank b[data-podium="1"]{color:#e2c75e}.leaderboard-rank b[data-podium="2"]{color:#c8cbd2}.leaderboard-rank b[data-podium="3"]{color:#bd815d}.leaderboard-rank small{font-size:7px;font-weight:650}.leaderboard-row>strong,.leaderboard-row>span:not(.social-avatar):not(.trader-name){text-align:right;font-size:11px}.trader-name strong{align-items:center;gap:4px;font-size:11px;display:flex}.trader-name small{color:var(--muted);align-items:center;margin-top:3px;font-size:9px;display:flex}.trader-position-icons{align-items:center;margin-left:8px;display:inline-flex}.trader-position-icons .asset-icon{border:1px solid var(--background);width:16px;height:16px;margin-left:-4px}.trader-position-icons .asset-icon:first-child{margin-left:0}.trader-profile-panel{scrollbar-width:none;flex-direction:column;height:100%;padding:0;display:flex;overflow:auto}.trader-profile-panel::-webkit-scrollbar{width:0;height:0}.profile-workspace-header{border-bottom:1px solid var(--separator);background:radial-gradient(circle at 76% 12%, color-mix(in srgb, var(--success) 22%, transparent), transparent 33%), linear-gradient(125deg, #0b2119 0%, #102d25 45%, #06110e 100%);flex:none;justify-content:space-between;align-items:flex-start;min-height:132px;padding:14px 18px;display:flex;position:relative;overflow:visible}.profile-workspace-header:before{opacity:.2;background-image:radial-gradient(circle, color-mix(in srgb, var(--foreground) 34%, transparent) .7px, transparent .8px);content:"";background-size:9px 9px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(105deg,#0000 8%,#000 52%,#0000 94%);mask-image:linear-gradient(105deg,#0000 8%,#000 52%,#0000 94%)}.profile-workspace-header:after{border:1px solid color-mix(in srgb, var(--success) 28%, transparent);content:"";border-radius:50%;width:240px;height:92px;position:absolute;bottom:8px;right:8%;transform:rotate(-8deg)}.profile-workspace-header>.button{z-index:1;position:relative}.profile-workspace-header>.button:first-child{color:var(--foreground);background:color-mix(in srgb, var(--background) 54%, transparent)}.profile-avatar{width:58px;height:58px;font-size:27px}.profile-identity{min-width:0}.profile-identity h2{align-items:center;gap:5px;font-size:18px;display:flex}.profile-identity p{margin-top:3px}.profile-scroll-content{flex:none;width:100%;max-width:760px;margin:0 auto;padding:0 24px 48px;overflow:visible}.profile-top-section{align-items:center;gap:14px;min-height:88px;padding:14px 0 16px;display:flex}.profile-top-section .profile-identity{padding-bottom:0}.profile-top-section .profile-identity p{color:var(--muted);font-size:11px}.profile-follow-button.button{border-radius:var(--karma-radius-pill);min-width:74px;margin-left:auto}.profile-intro{gap:11px;padding-bottom:20px;display:grid}.profile-intro>p{max-width:520px;color:var(--foreground);margin:0;font-size:13px;line-height:1.5}.profile-social-stats{gap:20px;display:flex}.profile-social-stats button{color:inherit;cursor:pointer;background:0 0;border:0;gap:5px;padding:0;display:flex}.profile-social-stats strong{font-size:12px}.profile-social-stats span{color:var(--muted);font-size:12px}.profile-context{color:var(--muted);align-items:center;gap:8px;font-size:10px;display:flex}.profile-context span{color:var(--success);font-weight:600}.profile-context i{background:var(--muted);border-radius:50%;width:3px;height:3px}.profile-portfolio{border-top:1px solid var(--separator);padding:22px 0 14px}.profile-portfolio-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.profile-portfolio-heading>div:first-child{gap:8px;display:grid}.profile-portfolio-heading small{color:var(--muted);font-size:10px}.profile-portfolio-heading>div:first-child>strong{letter-spacing:-.055em;font-variant-numeric:tabular-nums;font-size:42px;font-weight:650;line-height:.95}.profile-portfolio-heading>div:first-child>span{align-items:center;gap:6px;font-size:16px;font-weight:600;display:flex}.profile-portfolio-heading>div:first-child>span i{font-size:9px;font-style:normal}.profile-rank-compact{justify-items:end;gap:2px;display:grid}.profile-rank-compact strong{color:#e2c75e;font-size:24px;line-height:1}.profile-rank-compact span{color:var(--muted);font-size:9px}.profile-performance-chart{width:100%;height:180px;margin-top:4px;display:block;overflow:visible}.profile-chart-area{fill:url(#profile-chart-fill)}.profile-chart-line{fill:none;stroke:var(--success);stroke-width:2px;vector-effect:non-scaling-stroke}.profile-timeframe-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:6px;display:grid}.profile-timeframe-strip button{min-height:50px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-items:center;gap:4px;padding:7px 8px;display:grid}.profile-timeframe-strip button:hover{background:color-mix(in srgb, var(--surface) 70%, transparent)}.profile-timeframe-strip button[data-selected=true]{background:var(--surface);color:var(--foreground)}.profile-timeframe-strip span{font-size:10px;font-weight:550}.profile-timeframe-strip strong{color:var(--success);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.profile-performance-meta{grid-template-columns:repeat(3,1fr);gap:1px;margin-top:18px;display:grid}.profile-performance-meta>span{border-right:1px solid var(--separator);justify-items:center;gap:4px;padding:0 16px;display:grid}.profile-performance-meta>span:last-child{border-right:0}.profile-performance-meta small{color:var(--muted);font-size:9px}.profile-performance-meta strong{font-variant-numeric:tabular-nums;font-size:11px;font-weight:550}.profile-holdings{border-top:1px solid var(--separator);margin-top:24px}.profile-holdings>.segment{width:100%;margin-top:0}.profile-content-tabs .segment__list{background:0 0;justify-content:flex-start;gap:28px;width:100%}.profile-content-tabs .segment__indicator{display:none}.profile-content-tabs .segment__item{width:auto;min-width:0;height:42px;color:var(--muted);border-radius:0;padding:0;position:relative;background:0 0!important}.profile-content-tabs .segment__item:not(:last-child){margin-right:28px}.profile-content-tabs .segment__item[aria-checked=true]{color:var(--foreground)}.profile-content-tabs .segment__item[aria-checked=true]:after{background:var(--foreground);content:"";border-radius:2px;height:2px;position:absolute;bottom:0;left:0;right:0}.profile-position-list{margin-top:4px;display:grid}.profile-position-row{border:0;border-top:1px solid var(--separator);width:100%;min-height:68px;color:inherit;text-align:left;cursor:pointer;background:0 0;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 8px;transition:background .14s ease-out;display:grid}.profile-position-row:hover{background:var(--surface)}.profile-position-row .terminal-asset-mark{width:38px;height:38px}.profile-position-identity strong{align-items:center;gap:4px;font-size:12px;display:flex}.profile-position-identity small{color:var(--muted);margin-top:4px;font-size:10px;display:block}.profile-position-value{font-variant-numeric:tabular-nums;justify-items:end;gap:4px;display:grid}.profile-position-value strong{font-size:12px;font-weight:550}.profile-position-value small{font-size:10px}.profile-tab-empty{min-height:170px;color:var(--muted);text-align:center;place-items:center;gap:6px;display:grid}.profile-tab-empty strong{color:var(--foreground);font-size:13px}.profile-tab-empty span{max-width:300px;font-size:11px;line-height:1.5}.owned-by{border:1px dashed color-mix(in srgb, var(--foreground) 18%, transparent);border-radius:14px;justify-content:center;align-items:center;gap:8px;max-width:470px;min-height:58px;margin:26px auto;font-size:17px;display:flex}.owned-by>span{color:var(--muted)}.owned-by>i{background:#1ed760;border-radius:50%;place-items:center;width:26px;height:26px;font-size:14px;font-style:normal;display:grid}.stats-rule{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;font-size:10px;font-weight:650;display:grid}.stats-rule i{background:var(--separator);height:1px}.profile-kpis{grid-template-columns:repeat(3,1fr);align-items:center;margin:22px 0 30px;display:grid}.profile-kpis>div{border-right:1px solid var(--separator);align-content:center;justify-items:center;gap:7px;min-height:112px;display:grid}.profile-kpis>div:last-child{border-right:0}.profile-kpis small{color:var(--muted);font-size:11px}.profile-kpis strong{font-size:19px;font-weight:600}.profile-rank-kpi{gap:5px!important}.rank-medallion{background:radial-gradient(circle at 50% 44%, color-mix(in srgb, #d8b94c 16%, var(--background)) 0 46%, transparent 47%), conic-gradient(from 205deg, transparent 0 13%, #d8b94c 13% 72%, transparent 72% 100%);color:#e2c75e;border-radius:50%;justify-content:center;align-items:baseline;width:60px;height:60px;display:flex;position:relative;box-shadow:inset 0 0 0 1px #d8b94c29}.rank-medallion:after{content:"";border-radius:inherit;border:1px solid #d8b94c38;position:absolute;inset:4px}.rank-medallion span{z-index:1;margin-top:21px;font-size:10px;font-weight:600;position:relative}.rank-medallion strong{z-index:1;letter-spacing:-.06em;margin-top:12px;font-size:28px;font-weight:650;position:relative}.rank-standing{color:var(--muted);white-space:nowrap;align-items:center;gap:5px;font-size:9px;display:inline-flex}.rank-standing i{background:var(--success);width:5px;height:5px;box-shadow:0 0 8px color-mix(in srgb, var(--success) 45%, transparent);border-radius:50%}.profile-metrics{gap:2px;max-width:620px;margin:0 auto;display:grid}.profile-metrics>div{color:var(--muted);justify-content:space-between;padding:13px 16px;font-size:12px;display:flex}.profile-metrics strong{color:var(--foreground);font-weight:500}.profile-metrics .featured{background:var(--surface);border-radius:10px}@media (prefers-reduced-motion:reduce){.workspace-center-stack>*,.workspace-rail-stack>*{transition-duration:.1s;transform:none}}.asset-header{flex:none;align-items:center;gap:16px;padding:16px 20px 8px;display:flex}.asset-title{align-items:center;gap:10px;min-width:0;display:flex}.asset-title h1{letter-spacing:-.5px;margin:0;font-size:19px;font-weight:550;line-height:1.3}.asset-title-copy-row,.asset-list-identity>strong{align-items:center;gap:4px;display:flex}.asset-title-copy-row .button{width:24px;min-width:24px;height:24px;min-height:24px;color:var(--muted);border-radius:var(--karma-radius-utility);padding:0}.asset-title-copy-row .button svg{width:13px;height:13px}.asset-title-copy-row .button[data-hovered=true]{color:var(--foreground)}.asset-chain-line .button[data-copied=true]{color:var(--success)}.copy-contract-status{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.asset-title p{color:var(--muted);margin-top:3px;font-size:10px}.asset-chain-line{align-items:center;gap:4px;display:flex}.asset-chain-line .button{width:18px;min-width:18px;height:18px;min-height:18px;color:var(--muted);border-radius:var(--karma-radius-utility);margin-left:1px;padding:0}.asset-chain-line .button svg{width:11px;height:11px}.asset-chain-line .button[data-hovered=true]{color:var(--foreground)}.asset-chain-icon{background:var(--surface-tertiary);width:13px;height:13px;color:var(--foreground);border-radius:50%;place-items:center;font-size:7px;font-weight:700;line-height:1;display:inline-grid;overflow:hidden}.asset-chain-icon img{object-fit:cover;width:100%;height:100%}.asset-title .terminal-asset-mark{width:32px;height:32px}.asset-price-block{text-align:right;margin-left:auto}.asset-headline-price{letter-spacing:-.6px;font-variant-numeric:tabular-nums;font-size:22px;font-weight:550}.asset-price-trend{background:color-mix(in srgb, var(--success) 10%, transparent);width:fit-content;color:color-mix(in srgb, var(--success) 76%, white);font-variant-numeric:tabular-nums;border-color:#0000;margin:3px 0 0 auto;font-size:9px}.asset-price-trend .trend-chip__suffix{color:color-mix(in srgb, var(--foreground) 88%, transparent)}.asset-header>.button{flex:none}.asset-summary{border-bottom:1px solid var(--separator);flex:none;padding:0 20px 12px}.asset-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;display:grid}.asset-metrics dt{color:var(--muted);margin-bottom:4px;font-size:10px}.asset-metrics dd{font-variant-numeric:tabular-nums;font-size:13px;font-weight:500}.asset-chart-section{flex:none;min-width:0;padding:8px 16px 0}.chart-context-toolbar{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;margin-bottom:0;padding:0 6px 5px 0;display:flex}.chart-periods.segment{flex:none;gap:2px}.chart-periods .segment__item,.chart-valuation .segment__item{border-radius:5px;min-width:30px;height:26px;padding:0 8px;font-size:10px}.chart-periods .segment__item{color:var(--muted)}.chart-periods .segment__item[aria-checked=true],.chart-periods .segment__item[aria-checked=true][data-pressed=true]{color:var(--background)}.chart-valuation.segment{flex:none;gap:2px;margin-left:auto}.chart-valuation .segment__item{color:var(--muted);white-space:nowrap;flex:none;width:auto}.chart-valuation .segment__item:first-child{min-width:38px}.chart-valuation .segment__item:last-child{min-width:66px}.chart-valuation .segment__item[aria-checked=true],.chart-valuation .segment__item[aria-checked=true][data-pressed=true]{color:var(--background)}.chart-context-toolbar svg{width:14px}.chart-mode-bar .button{border-radius:var(--karma-radius-utility);height:25px;padding:0 9px;font-size:10px}.asset-price-chart{min-width:0}.chart-bottom-note{color:var(--muted);justify-content:space-between;padding:3px 0 8px;font-size:9px;display:flex}.asset-right{border-left:1px solid var(--separator);min-width:0;min-height:0;padding:16px;overflow:auto}.trade-panel{box-shadow:none;background:0 0;border-radius:0;gap:10px;padding:0 0 16px}.trade-panel .card__header{flex-direction:row;justify-content:space-between;align-items:center}.trade-panel .card__title{font-size:15px}.trade-panel .card__title,.trade-available-balance strong,.receive-estimate>span,.trade-review-action{overflow:hidden}.trade-review-action .t-text-swap{text-align:center;min-width:72px}.trade-panel .card__description{color:var(--muted);font-size:10px}.trade-panel .card__content{gap:0}.order-type-options{align-items:center;gap:4px;margin:0 0 10px;display:flex}.order-type-options .segment{width:fit-content}.trade-direction .tabs__list-container,.trade-direction .tabs__list{background:0 0;width:100%}.trade-direction .tabs__list{background:0 0;border:0;gap:6px;padding:0}.trade-direction .tabs__tab{flex:1;height:29px;font-size:12px}.trade-direction .tabs__indicator{background:var(--surface);box-shadow:none;border-radius:5px}.trade-direction .tabs__panel{padding:0}.trade-amount{border-radius:var(--karma-radius-control);background:color-mix(in srgb, var(--surface) 88%, var(--background));box-shadow:none;transition:background var(--motion-quick) var(--motion-smooth-out);margin-top:14px;padding:12px 16px}.trade-amount:focus-within{background:var(--surface);box-shadow:none}.trade-amount .label{color:var(--muted);font-size:10px}.amount-input{align-items:center;gap:2px;margin-top:8px;display:flex}.amount-input>span{color:var(--muted);font-size:31px;line-height:1}.amount-input .input{box-shadow:none;letter-spacing:-.7px;background:0 0;border-radius:4px;width:100%;min-width:0;height:42px;padding:0;font-size:31px}.amount-presets-row{grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:6px;margin-top:8px;display:grid}.funding-source-trigger.button{width:auto;min-width:0;height:28px;min-height:28px;color:var(--foreground);border-radius:8px;gap:6px;padding:0 2px 0 5px}.funding-source-trigger.button img,.funding-source-option img{object-fit:cover;border-radius:50%;display:block}.funding-source-trigger.button strong{font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.funding-source-trigger.button small{color:var(--muted);font-size:9px}.funding-source-trigger.button svg{width:10px;height:10px;color:var(--muted)}.sell-available-asset{align-items:center;gap:6px;display:inline-flex}.sell-available-asset .asset-icon{width:18px;height:18px}.funding-source-popover{width:282px;padding:12px}.funding-source-note{color:var(--muted);margin:4px 0 10px;font-size:9px}.funding-source-list{gap:2px;display:grid}.funding-source-option{min-height:48px;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:24px minmax(0,1fr) auto 14px;align-items:center;gap:9px;padding:6px 7px;display:grid}.funding-source-option:hover,.funding-source-option[aria-checked=true]{background:var(--surface)}.funding-source-option>span{gap:2px;display:grid}.funding-source-option strong{font-variant-numeric:tabular-nums;font-size:10px;font-weight:600}.funding-source-option small{color:var(--muted);font-size:8px}.funding-source-option-balance{justify-items:end}.funding-source-radio{background:var(--surface-strong);width:12px;height:12px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--foreground) 18%, transparent);border-radius:50%}.funding-source-radio[data-selected=true]{background:var(--foreground);box-shadow:inset 0 0 0 4px var(--background)}.amount-presets{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;min-width:0;display:grid}.amount-presets .toggle-button{background:var(--surface);border:0;border-radius:8px;width:100%;min-width:0;height:28px;padding:0 4px;font-size:10px}.preset-settings-trigger.button{width:30px;min-width:30px;height:30px;min-height:30px;color:var(--muted);border-radius:8px;padding:0}.preset-settings-trigger.button svg{width:14px;height:14px}.preset-editor-popover{width:260px;padding:14px}.preset-editor-popover .popover__heading{font-size:13px;font-weight:600}.preset-editor-note{color:var(--muted);margin:5px 0 12px;font-size:10px;line-height:1.45}.preset-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.preset-editor-grid .label{color:var(--muted);font-size:9px}.preset-editor-input{background:var(--surface);height:34px;color:var(--muted);border-radius:8px;align-items:center;gap:3px;margin-top:4px;padding:0 9px;font-size:11px;display:flex}.preset-editor-input .input{min-width:0;height:100%;box-shadow:none;color:var(--foreground);font-variant-numeric:tabular-nums;background:0 0;padding:0;font-size:11px}.preset-editor-error{color:var(--danger);margin-top:8px;font-size:9px}.preset-editor-actions{justify-content:space-between;gap:8px;margin-top:12px;display:flex}.trade-equivalent{color:var(--danger);margin-top:8px;font-size:10px}.receive-estimate{border-top:1px solid var(--separator);justify-content:space-between;align-items:center;gap:8px;margin-top:14px;padding-top:12px;font-size:11px;display:flex}.receive-estimate>span{color:var(--muted)}.receive-estimate strong{font-size:13px;font-weight:500}.receive-number-motion{--digit-dur:.34s;--digit-distance:5px;--digit-stagger:34ms;--digit-blur:1.5px}.receive-estimate small{color:var(--muted);font-size:10px}.order-facts{gap:8px;margin:12px 0;font-size:10px;display:grid}.order-facts>div{justify-content:space-between;gap:10px;display:flex}.order-facts dt{color:var(--muted)}.order-facts dd{text-align:right}.trade-panel .card__content>.button{border-radius:999px;width:100%;height:36px;min-height:36px;margin-top:4px;font-size:12px}.trade-disclaimer{color:var(--muted);text-align:center;width:100%;font-size:9px}.order-settings{--acc-expand:var(--motion-enter);--acc-collapse:var(--motion-exit)}.order-settings p{margin:8px 0;font-size:11px}.order-settings [role=group]{gap:6px;margin-bottom:10px;display:flex}.limit-price{margin-bottom:10px}.limit-price .label{font-size:11px}.limit-price .input{width:100%;height:34px;margin-top:4px}.review-number{font-variant-numeric:tabular-nums;margin:12px 0;font-size:32px}.review-warning{color:var(--muted);margin-top:20px;font-size:13px;line-height:1.7}.market-activity-summary{border-top:1px solid var(--separator);padding:16px 0 4px;font-size:11px}.market-activity-summary h3{justify-content:space-between;font-size:12px;font-weight:500;display:flex}.market-activity-summary h3 span{color:var(--muted)}.flow-totals{color:var(--muted);justify-content:space-between;margin-top:12px;font-size:10px;display:flex}.flow-totals>span:last-child{text-align:right}.flow-totals strong{margin-top:5px;font-size:19px;font-weight:500;display:block}.flow-bar{gap:4px;height:4px;margin:12px 0 8px;display:flex}.flow-bar i{border-radius:4px}.flow-bar i:first-child{background:var(--success);width:58.2%}.flow-bar i:last-child{background:var(--danger);flex:1}.flow-counts{color:var(--muted);justify-content:space-between;font-size:10px;display:flex}.market-activity-summary>p{color:var(--muted);margin-top:10px;font-size:9px}.expanded-chart-dialog{width:min(1100px,94vw);max-width:1100px}.expanded-chart-dialog .asset-price-chart{padding:16px 0}.mobile-trade-bar,.mobile-asset-picker{display:none}@media (min-width:1700px){.asset-workspace{grid-template-columns:270px minmax(0,1fr) 340px}.asset-right{padding:20px}}@media (max-width:1200px) and (min-width:761px){.asset-workspace{grid-template-columns:200px minmax(0,1fr) 280px}.asset-rail{padding-inline:4px}.asset-right{padding:12px}.asset-title h1{font-size:16px}.asset-header{gap:8px;padding-inline:14px}.asset-summary{padding-inline:14px}.asset-headline-price{font-size:20px}.asset-list-identity small{max-width:56px}.terminal-asset-list>a{gap:6px;padding-inline:6px}.asset-chart-section{padding-inline:12px}}@media (max-width:1000px) and (min-width:761px){.asset-workspace{grid-template-columns:minmax(0,1fr) 280px}.asset-rail{display:none}.mobile-asset-picker{flex:none;padding:6px 12px 0;display:block}.mobile-asset-picker>.button{height:26px;font-size:11px}}@media (min-width:1001px){html:has(.trading-shell){zoom:.9;overflow:hidden}.trading-shell,.trading-shell .app-body,.trading-shell .sidebar{height:111.111dvh}.terminal-karma-mark{width:35.5556px;height:35.5556px}}@media (max-height:800px) and (min-width:761px){.asset-header{padding-top:12px}.asset-summary{padding-bottom:10px}.trade-panel{gap:6px}.trade-amount{margin-top:10px}.trade-panel .order-facts{gap:6px}.asset-right,.market-activity-summary{padding-top:12px}}@media (max-width:760px){.asset-chart-section{flex-direction:column;height:340px;display:flex}.complete-asset-details{height:430px;padding:12px 16px 0}.trading-shell{height:auto;overflow:visible}.trading-shell .sidebar{display:none}.trading-shell .app-body{height:auto;min-height:100dvh;margin-left:0}.trading-shell #main{flex:none;overflow:visible}.trading-shell .topbar{background:var(--background);z-index:25;gap:8px;height:60px;min-height:60px;padding:10px 12px;position:sticky;top:0}.trading-shell .topbar-actions{gap:4px}.topbar .demo-label{display:none}.trading-shell .topbar-actions>.button{padding:0 12px;font-size:11px}.trading-shell .topbar-actions .button--icon-only{width:32px;padding:0}.trading-shell .global-search-trigger span{font-size:11px}.trading-shell .global-search-trigger{height:34px}.asset-workspace{height:auto;padding-bottom:76px;display:block}.asset-rail{display:none}.asset-main{display:block;overflow:visible}.mobile-asset-picker{padding:12px 16px 0;display:block}.mobile-asset-picker>.button{height:28px;padding:0;font-size:12px}.asset-header{flex-wrap:wrap;gap:8px;padding:12px 16px}.asset-title h1{font-size:20px}.asset-price-block{margin-left:auto}.asset-headline-price{font-size:23px}.asset-summary{padding:0 16px 16px}.asset-metrics{gap:12px}.asset-metrics dt{font-size:9px}.asset-metrics dd{font-size:11px}.asset-chart-section{padding:8px 12px 0}.chart-context-toolbar{gap:2px}.chart-periods .button,.chart-valuation .button{min-width:24px;padding:0 6px;font-size:10px}.chart-valuation{margin-left:auto}.asset-right{border:0;padding:0 16px;overflow:visible}.desktop-trade{display:none}.asset-sidekick{margin-top:12px}.market-activity-summary{margin-top:8px;padding-bottom:20px}.trading-shell .app-footer{gap:10px;height:auto;padding:12px 16px 90px;font-size:9px}.mobile-trade-bar{padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--separator);background:var(--background);z-index:20;justify-content:space-between;align-items:center;gap:20px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-trade-bar>span{gap:4px;display:grid}.mobile-trade-bar strong{font-size:13px}.mobile-trade-bar small{color:var(--muted);font-size:10px}.mobile-trade-bar>.button{min-width:160px}.trade-sheet-dialog{background:var(--background);opacity:1;border-radius:24px 24px 0 0;height:90dvh;max-height:90dvh;padding:24px 16px 16px}.trade-sheet-dialog .trade-panel{padding:8px 0}.trade-sheet-container{position:relative;padding:0!important}.trade-sheet-backdrop,.trade-sheet-backdrop[data-entering],.trade-sheet-backdrop[data-exiting]{background:0 0;animation:none}.trade-sheet-backdrop:before{content:"";background:color-mix(in srgb, var(--background) 65%, transparent);pointer-events:none;position:absolute;inset:0}.trade-sheet-backdrop[data-entering]:before{animation:karma-fade var(--motion-enter) var(--motion-ease)}.trade-sheet-backdrop[data-exiting]:before{animation:karma-fade var(--motion-exit) var(--motion-ease) reverse}.trade-sheet-backdrop .modal__container[data-entering]{animation:karma-trade-sheet var(--motion-enter) var(--motion-ease)}.trade-sheet-backdrop .modal__container[data-exiting]{animation:karma-trade-sheet var(--motion-exit) var(--motion-ease) reverse}}@keyframes karma-trade-sheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.trade-sheet-backdrop .modal__container{animation:none!important}}@media (max-width:760px){.asset-workspace:has(.alternate-center-view[data-active=true]){height:calc(100dvh - 124px);padding-bottom:0;overflow:clip}.asset-main:has(.alternate-center-view[data-active=true]){height:100%;overflow:clip}.asset-main:has(.alternate-center-view[data-active=true])>.mobile-asset-picker{display:none}.workspace-center-stack:has(.alternate-center-view[data-active=true]){height:100%;overflow:clip}.workspace-center-stack:has(.alternate-center-view[data-active=true])>:not([data-active=true]){position:absolute;inset:0}.alternate-center-view[data-active=true]{height:100%;overflow:auto}.trading-shell:has(.alternate-center-view[data-active=true]) .app-footer{display:none}}.profile-page-title{z-index:1;align-self:flex-start;margin:6px auto 0 12px;font-size:15px;font-weight:550;position:relative}.profile-cash-balance{text-align:right;gap:8px;display:grid}.profile-cash-balance>strong{font-variant-numeric:tabular-nums;font-size:15px;font-weight:500}.profile-sample-note{color:var(--muted);margin:8px 0 0;font-size:11px}.trader-profile-panel .profile-position-row{text-decoration:none}.trader-profile-panel .profile-performance-chart{height:135px}.trader-profile-panel .profile-position-identity{min-width:0}@media (max-width:760px){.trader-profile-panel .profile-workspace-header{min-height:94px}.trader-profile-panel .profile-scroll-content{padding:0 20px 24px}.trader-profile-panel .profile-portfolio-heading>div:first-child>strong{font-size:32px}.trader-profile-panel .profile-portfolio-heading{gap:12px}.trader-profile-panel .profile-cash-balance>strong{font-size:13px}}.mobile-feed-view .workspace-feed{padding:16px 12px}.asset-rail:has(.terminal-assets){padding-top:0}.asset-rail .market-sticky-header{z-index:2;background:var(--background);padding-top:12px;position:sticky;top:0}.asset-rail .workspace-rail-stack>div:has(>.terminal-assets){overflow:visible}.profile-history-filters{align-items:center;gap:6px;padding-block:12px;display:flex}
