/* Trade Hub — simple, compact marketplace UI inspired by the clarity of Elve-style trading interfaces. */
.tradehub-persistent-switch{display:none;position:sticky;top:68px;z-index:15;padding:10px 0 8px;background:linear-gradient(to bottom,var(--bg) 76%,color-mix(in srgb,var(--bg) 90%,transparent));backdrop-filter:blur(12px)}.tradehub-persistent-switch.is-visible{display:block}.tradehub-shell{max-width:1040px;margin:0 auto;padding-top:12px}.tradehub-switch{display:flex;justify-content:center;margin:0}.tradehub-switch-inner{display:flex;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:3px;min-width:272px;box-shadow:0 1px 2px rgba(16,35,27,.03)}.tradehub-switch button{flex:1;border:0;background:transparent;color:var(--muted);font-weight:800;border-radius:9px;padding:9px 18px}.tradehub-switch button.active{background:var(--surface-2);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}
.tradehub-heading{margin:0 0 16px}.tradehub-heading h1{font-size:clamp(1.8rem,3vw,2.3rem);letter-spacing:-.04em;line-height:1.08}.tradehub-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 178px;gap:10px;align-items:center}.tradehub-search{height:52px;border:1px solid var(--line);border-radius:13px;background:var(--surface);display:flex;align-items:center;gap:10px;padding:0 16px;box-shadow:0 1px 2px rgba(16,35,27,.02)}.tradehub-search input{width:100%;border:0;background:transparent;outline:0;color:var(--ink);font-size:.95rem}.tradehub-search span{font-size:1.2rem;color:var(--muted);order:2}.tradehub-create{height:52px;border:1px solid var(--green);border-radius:13px;background:var(--green);color:#fff;font-weight:800;font-size:.92rem;box-shadow:none}.tradehub-create:hover{background:var(--green2);border-color:var(--green2)}
.tradehub-actions{display:flex;align-items:center;margin:15px 0 16px;min-height:32px;border-bottom:1px solid var(--line);gap:2px}.tradehub-action-left{display:flex;gap:16px}.tradehub-action{border:0;background:transparent;color:var(--muted);font-weight:800;padding:7px 0 10px;font-size:.86rem;position:relative}.tradehub-action:hover{color:var(--ink)}.tradehub-action.active{color:var(--ink)}.tradehub-action.active:after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--green);border-radius:2px}.tradehub-advanced{margin-left:auto}.tradehub-count{display:none}
.tradehub-feed{display:flex;flex-direction:column;gap:10px}.tradehub-card{width:100%;min-height:142px;border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:18px 22px 14px;text-align:left;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.tradehub-card:hover{border-color:#c6d1cb;box-shadow:0 10px 28px rgba(16,35,27,.055);transform:translateY(-1px)}.tradehub-card-main{display:grid;grid-template-columns:minmax(0,1fr) 104px minmax(0,1fr);gap:18px;align-items:start;min-height:84px}.tradehub-side{min-width:0}.tradehub-owner-side{text-align:right}.tradehub-side-label{display:block;font-size:.82rem;font-weight:800;color:var(--muted);margin:0 0 9px}.tradehub-items{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-start}.tradehub-owner-side .tradehub-items{justify-content:flex-end}.tradehub-item{width:60px;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px;color:var(--ink);text-align:center}.tradehub-item-symbol{font-size:37px;line-height:1;filter:drop-shadow(0 3px 6px rgba(0,0,0,.10))}.tradehub-item small{max-width:60px;font-size:.52rem;line-height:1.05;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tradehub-cash-item{justify-content:center}.tradehub-cash-symbol{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;font-family:Manrope,sans-serif;font-size:1rem;font-weight:900;background:var(--surface-2)}.tradehub-open-slot{width:46px;height:46px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px dashed var(--line);border-radius:10px;color:var(--muted);font-weight:900}.tradehub-open-slot small{font-size:.48rem;margin-top:2px}.tradehub-center{text-align:center;padding-top:2px}.tradehub-value{font-family:Manrope,sans-serif;font-size:.9rem;color:var(--ink);font-weight:900}.tradehub-card-meta{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--muted);font-size:.7rem;margin-top:6px}.tradehub-meta-dot{font-size:.58rem}.tradehub-empty{border:1px dashed var(--line);border-radius:14px;padding:42px 20px;text-align:center;color:var(--muted);background:var(--surface)}.tradehub-empty strong{display:block;color:var(--ink);margin-bottom:5px}
.tradehub-modal-sides{display:grid;grid-template-columns:1fr 36px 1fr;gap:10px;align-items:center;margin:16px 0}.tradehub-modal-side{background:var(--surface-2);border:1px solid var(--line);border-radius:12px;padding:13px}.tradehub-modal-side>span{display:block;font-size:.72rem;color:var(--muted);font-weight:900;margin-bottom:8px}.tradehub-modal-center{text-align:center;font-size:1rem}.tradehub-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.tradehub-filter-grid button{border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:9px 10px;text-align:left;font-weight:800}.tradehub-filter-grid button.active{background:var(--mint);color:var(--green);border-color:#b7dec9}.tradehub-back{margin-right:4px}.tradehub-compat{display:none!important}
body:has(#browseView.active-view) #searchButton,body:has(#browseView.active-view) #favoritesButton,body:has(#browseView.active-view) #listAsset,body:has(#profileView.active-view) #searchButton,body:has(#profileView.active-view) #favoritesButton,body:has(#profileView.active-view) #listAsset{display:none}
:root[data-theme="night"] .tradehub-card{background:#111513}:root[data-theme="night"] .tradehub-card:hover{background:#151a17;border-color:#39433e}:root[data-theme="night"] .tradehub-filter-grid button.active{background:rgba(80,197,138,.10);border-color:rgba(80,197,138,.32);color:#72d9a4}:root[data-theme="night"] .tradehub-search,:root[data-theme="night"] .tradehub-switch-inner{background:#111513}
@media(max-width:720px){.tradehub-persistent-switch{top:60px;padding:8px 0 6px}.tradehub-shell{max-width:none;padding-top:8px}.tradehub-switch-inner{min-width:236px}.tradehub-heading h1{font-size:1.6rem}.tradehub-toolbar{grid-template-columns:1fr 132px;gap:8px}.tradehub-search,.tradehub-create{height:48px}.tradehub-search{padding:0 14px}.tradehub-create{font-size:.82rem}.tradehub-actions{margin:12px 0 14px}.tradehub-action-left{gap:13px}.tradehub-action{font-size:.77rem}.tradehub-card{min-height:132px;border-radius:14px;padding:15px 14px 12px}.tradehub-card-main{grid-template-columns:minmax(0,1fr) 68px minmax(0,1fr);gap:7px;min-height:78px}.tradehub-side-label{font-size:.76rem;margin-bottom:7px}.tradehub-item{width:48px;min-height:50px}.tradehub-item-symbol{font-size:32px}.tradehub-item small{max-width:48px;font-size:.44rem}.tradehub-cash-symbol{width:34px;height:34px}.tradehub-card-meta{font-size:.62rem;margin-top:5px}.tradehub-value{font-size:.7rem}.tradehub-modal-sides{grid-template-columns:1fr 26px 1fr}.tradehub-filter-grid{grid-template-columns:1fr}.tradehub-card:hover{transform:none;box-shadow:none}}
@media(max-width:460px){.tradehub-heading{margin-bottom:11px}.tradehub-heading h1{font-size:1.38rem}.tradehub-toolbar{grid-template-columns:1fr}.tradehub-create{width:100%}.tradehub-actions{overflow:auto;gap:13px;scrollbar-width:none}.tradehub-advanced{margin-left:auto;white-space:nowrap}.tradehub-action span{display:none}.tradehub-card{padding:14px 10px 11px}.tradehub-card-main{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);gap:4px}.tradehub-side-label{font-size:.7rem}.tradehub-items{gap:4px}.tradehub-item{width:42px;min-height:46px}.tradehub-item-symbol{font-size:30px}.tradehub-item small{display:none}.tradehub-cash-symbol{width:33px;height:33px;font-size:.9rem}.tradehub-open-slot{width:38px;height:38px}.tradehub-open-slot small{display:none}.tradehub-value{font-size:.6rem}.tradehub-card-meta{font-size:.58rem}}
