@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=Inter:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg:#0b0f1a;--surface:#141a2a;--surface-2:#1b2338;--border:#232b42;--text:#f1f3f8;--text-muted:#8a93ab;--brand:#2fa968;--brand-dark:#1f7a4c;--brand-tint:#16241c;--brand-light:#6ee7b7;--shadow-sm:0 2px 10px #00000047;--shadow-md:0 12px 32px #0006;--shadow-brand:0 6px 20px #2fa96840;--tile-goods-bg:#16241c;--tile-goods-fg:#4cc382;--tile-services-bg:#241710;--tile-services-fg:#e8763c;--tile-chat-bg:#141b2e;--tile-chat-fg:#4f7fe8;--tile-escrow-bg:#1e1730;--tile-escrow-fg:#9b6bf2;--danger:#e85d5d;--radius-lg:20px;--radius-md:14px;--radius-pill:999px;--font-display:"Sora", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"IBM Plex Mono", monospace}@media (prefers-color-scheme:light){:root{--bg:#fff;--surface:#f5f7fa;--surface-2:#edf1f6;--border:#e1e6ed;--text:#10151f;--text-muted:#667085;--brand:#2fa968;--brand-dark:#1f7a4c;--brand-tint:#e6f7ed;--brand-light:#34c77e;--shadow-sm:0 2px 10px #10151f14;--shadow-md:0 12px 32px #10151f1f;--shadow-brand:0 6px 20px #2fa9682e;--tile-goods-bg:#e6f7ed;--tile-goods-fg:#1e8f52;--tile-services-bg:#fdece2;--tile-services-fg:#c85a22;--tile-chat-bg:#e9effd;--tile-chat-fg:#3a63c4;--tile-escrow-bg:#f1eafb;--tile-escrow-fg:#7c4fe0;--danger:#d14545}}html[data-theme=dark]{--bg:#0b0f1a;--surface:#141a2a;--surface-2:#1b2338;--border:#232b42;--text:#f1f3f8;--text-muted:#8a93ab;--brand:#2fa968;--brand-dark:#1f7a4c;--brand-tint:#16241c;--brand-light:#6ee7b7;--shadow-sm:0 2px 10px #00000047;--shadow-md:0 12px 32px #0006;--shadow-brand:0 6px 20px #2fa96840;--tile-goods-bg:#16241c;--tile-goods-fg:#4cc382;--tile-services-bg:#241710;--tile-services-fg:#e8763c;--tile-chat-bg:#141b2e;--tile-chat-fg:#4f7fe8;--tile-escrow-bg:#1e1730;--tile-escrow-fg:#9b6bf2;--danger:#e85d5d}html[data-theme=light]{--bg:#fff;--surface:#f5f7fa;--surface-2:#edf1f6;--border:#e1e6ed;--text:#10151f;--text-muted:#667085;--brand:#2fa968;--brand-dark:#1f7a4c;--brand-tint:#e6f7ed;--brand-light:#34c77e;--shadow-sm:0 2px 10px #10151f14;--shadow-md:0 12px 32px #10151f1f;--shadow-brand:0 6px 20px #2fa9682e;--tile-goods-bg:#e6f7ed;--tile-goods-fg:#1e8f52;--tile-services-bg:#fdece2;--tile-services-fg:#c85a22;--tile-chat-bg:#e9effd;--tile-chat-fg:#3a63c4;--tile-escrow-bg:#f1eafb;--tile-escrow-fg:#7c4fe0;--danger:#d14545}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);margin:0;font-weight:700}p{margin:0}button,input,select{font-family:inherit}a{color:inherit;text-decoration:none}.app-shell{flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;padding-bottom:76px;display:flex}.screen{flex:1;padding:20px}.btn{border-radius:var(--radius-pill);font-family:var(--font-display);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 22px;font-size:15px;font-weight:700;display:inline-flex}.btn-primary{background:var(--brand);color:#06140c}.btn-outline{color:var(--brand);border:1.5px solid var(--brand);background:0 0}.btn:disabled{opacity:.5}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field label{color:var(--text-muted);font-size:13px}.field input,.field select,.field textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);padding:14px;font-size:15px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--brand);outline-offset:1px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px}.tile-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:12px;padding:18px;display:flex}.tile-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:42px;height:42px;display:flex}.tile-goods .tile-icon{background:var(--tile-goods-bg);color:var(--tile-goods-fg)}.tile-services .tile-icon{background:var(--tile-services-bg);color:var(--tile-services-fg)}.tile-chat .tile-icon{background:var(--tile-chat-bg);color:var(--tile-chat-fg)}.tile-escrow .tile-icon{background:var(--tile-escrow-bg);color:var(--tile-escrow-fg)}.tile-title{font-family:var(--font-display);font-size:15px;font-weight:700}.tile-sub{color:var(--text-muted);font-size:12px}.money{font-family:var(--font-mono)}.pin-card{background:var(--tile-escrow-bg);border:1.5px dashed var(--tile-escrow-fg);border-radius:var(--radius-md);text-align:center;padding:20px}.pin-card .pin-value{font-family:var(--font-mono);letter-spacing:6px;color:var(--tile-escrow-fg);font-size:32px;font-weight:700}.bottom-nav{background:var(--surface);border-top:1px solid var(--border);width:100%;max-width:480px;padding:10px 0 calc(10px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;overflow:visible;transform:translate(-50%)}.nav-item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;font-size:11px;display:flex}.nav-item.active{color:var(--brand)}.nav-item.active:after{content:"";border-radius:var(--radius-pill);background:var(--brand);width:16px;height:3px;margin-top:2px;display:block}.nav-item-fab{background:var(--brand);color:#06140c;border:4px solid var(--bg);width:50px;height:50px;box-shadow:var(--shadow-brand);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin-top:-26px;transition:transform .12s;display:flex}.nav-item-fab:active{transform:scale(.92)}.muted{color:var(--text-muted)}.eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--brand);font-size:12px;font-weight:600}.error-text{color:var(--danger);font-size:13px}.center-screen{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.logo-mark{background:var(--brand);color:#06140c;width:22px;height:22px;font-family:var(--font-display);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex}.home-header-row{justify-content:space-between;align-items:center;display:flex}.hero-eyebrow{align-items:center;gap:7px;display:flex}.hero-eyebrow .eyebrow{margin:0}.home-bell-btn{background:var(--surface);border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.home-bell-dot{background:var(--brand);border:1.5px solid var(--bg);border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:7px}.wallet-chip{background:var(--brand-tint);color:var(--brand);border-radius:var(--radius-pill);font-family:var(--font-mono);cursor:pointer;border:none;flex-shrink:0;align-items:center;gap:6px;padding:7px 12px;font-size:12.5px;font-weight:700;display:flex}.listing-price{font-family:var(--font-mono);color:var(--brand);margin-top:2px;font-size:13px;font-weight:700}.hero-greeting{color:var(--text-muted);margin-top:10px;font-size:13.5px}.hero-headline{letter-spacing:-.01em;margin-top:4px;margin-bottom:22px;font-size:25px;line-height:1.25}.headline-accent{background:linear-gradient(90deg, var(--brand-light), var(--brand));color:#0000;-webkit-background-clip:text;background-clip:text}.search-shell{margin-bottom:22px;position:relative}.search-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);width:100%;color:var(--text);box-shadow:var(--shadow-sm);padding:14px 56px 14px 44px;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2fa9682e, var(--shadow-sm);outline:none}.search-submit-btn{background:var(--brand);color:#06140c;cursor:pointer;width:38px;height:38px;box-shadow:var(--shadow-brand);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .12s;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.search-submit-btn:active{transform:translateY(-50%)scale(.9)}.chip-row{justify-content:space-between;gap:6px;margin-bottom:24px;display:flex}.chip{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:7px;padding:0;display:flex}.chip-icon{background:var(--surface);border:1px solid var(--border);width:46px;height:46px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:transform .12s,background .15s,border-color .15s,color .15s;display:flex}.chip:active .chip-icon{background:var(--accent-bg);border-color:var(--accent-fg);color:var(--accent-fg);transform:scale(.92)}.chip.active .chip-icon{background:var(--accent-bg);border-color:var(--accent-fg);color:var(--accent-fg);box-shadow:var(--shadow-brand)}.chip-label{color:var(--text-muted);font-size:11px;font-weight:500}.chip.active .chip-label{color:var(--text)}.section-head{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.section-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:16px;font-weight:700}.section-sub{color:var(--text-muted);margin-top:2px;font-size:12.5px}.section-link{color:var(--brand);cursor:pointer;background:0 0;border:none;align-items:center;gap:3px;padding:0;font-size:13px;font-weight:600;transition:gap .15s;display:inline-flex}.section-link:active{gap:6px}.rail{scroll-snap-type:x proximity;gap:12px;margin:0 -20px 24px;padding:2px 20px 6px;display:flex;overflow-x:auto}.rail::-webkit-scrollbar{display:none}.listing-card{scroll-snap-align:start;cursor:pointer;flex-shrink:0;width:148px}.listing-card:active{transform:scale(.98)}.listing-media{border-radius:var(--radius-md);background:var(--tile-goods-bg);width:100%;height:112px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.listing-media:after{content:"";background:linear-gradient(#0000 40%,#0009 100%);position:absolute;inset:0}.media-placeholder{background:radial-gradient(circle at 28% 22%, #4cc38229, transparent 55%), var(--tile-goods-bg);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.media-placeholder-icon{width:38px;height:38px;color:var(--tile-goods-fg);background:#4cc38224;border-radius:50%;justify-content:center;align-items:center;display:flex}.price-badge{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-family:var(--font-mono);border-radius:var(--radius-pill);background:#0b0f1ab8;border:1px solid #ffffff14;padding:3px 8px;font-size:11.5px;font-weight:600;position:absolute;bottom:8px;left:8px}.fav-btn{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#0b0f1a8c;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .12s;display:flex;position:absolute;top:8px;right:8px}.fav-btn:active{transform:scale(.85)}.listing-title{margin-top:10px;font-size:13px;font-weight:600;line-height:1.3}.listing-meta{color:var(--text-muted);align-items:center;gap:3px;margin-top:3px;font-size:11.5px;display:flex}.avatar-circle{width:44px;height:44px;font-family:var(--font-display);color:#06140c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface-2) 37%, var(--surface) 63%);border-radius:var(--radius-md);background-size:400% 100%;animation:1.4s infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.home-screen{isolation:isolate;position:relative}.home-hero-glow{filter:blur(10px);pointer-events:none;z-index:-1;background:radial-gradient(closest-side,#2fa96838,#0000);width:340px;height:220px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}@keyframes reveal-up{0%{opacity:0}to{opacity:1}}.home-screen>*{animation:.5s cubic-bezier(.22,.68,.32,1) both reveal-up}.home-hero-glow{animation:none}.home-screen>:first-child{animation-delay:20ms}.home-screen>:nth-child(2){animation-delay:50ms}.home-screen>:nth-child(3){animation-delay:90ms}.home-screen>:nth-child(4){animation-delay:.13s}.home-screen>:nth-child(5){animation-delay:.17s}.home-screen>:nth-child(6){animation-delay:.21s}.home-screen>:nth-child(7){animation-delay:.25s}.home-screen>:nth-child(n+8){animation-delay:.28s}.trust-ribbon{text-align:left;background:linear-gradient(135deg, var(--tile-escrow-bg), var(--surface));border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;align-items:center;gap:12px;width:100%;margin-bottom:20px;padding:13px 14px;font-family:inherit;display:flex}.trust-ribbon:active{transform:scale(.99)}.trust-ribbon-icon{background:var(--tile-escrow-fg);color:#0b0f1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative;overflow:hidden}.trust-ribbon-icon:after{content:"";background:linear-gradient(115deg,#0000 40%,#ffffff8c 50%,#0000 60%) 0 0/220% 100%;animation:3.4s ease-in-out infinite ribbon-shine;position:absolute;inset:0}@keyframes ribbon-shine{0%,30%{background-position:120% 0}70%,to{background-position:-20% 0}}.trust-ribbon-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.trust-ribbon-text strong{font-family:var(--font-display);color:var(--text);font-size:13.5px;font-weight:700}.trust-ribbon-text span{color:var(--text-muted);font-size:11.5px;line-height:1.3}.workspace-card{cursor:pointer;align-items:center;gap:12px;margin-bottom:20px;transition:transform .12s;display:flex}.workspace-card:active{transform:scale(.99)}.workspace-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.workspace-copy{flex:1;min-width:0}.workspace-title{font-size:15px;font-weight:700}.workspace-sub{color:var(--text-muted);margin-top:1px;font-size:12px}.workspace-value{flex-shrink:0;align-items:center;gap:4px;display:flex}.workspace-value .money{font-size:20px;font-weight:700}.fresh-badge{z-index:1;background:var(--brand);color:#06140c;border-radius:var(--radius-pill);align-items:center;gap:3px;padding:3px 7px 3px 6px;font-size:10px;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px}.browse-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.browse-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);padding:10px;transition:transform .12s}.browse-card:active{transform:scale(.97)}.browse-media{border-radius:var(--radius-md);background:var(--tile-goods-bg);width:100%;height:132px;margin-bottom:10px;position:relative;overflow:hidden}.browse-media:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#0000008c 100%);position:absolute;inset:0}.browse-title{font-family:var(--font-display);text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:13.5px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.browse-meta{color:var(--text-muted);margin-top:4px;font-size:11.5px}.browse-price{font-family:var(--font-mono);color:var(--brand);margin-top:8px;font-size:15px;font-weight:700}.browse-location{align-items:center;gap:4px;margin-top:8px;display:flex}.avatar-ring{box-shadow:0 0 0 3px var(--surface), 0 0 0 4.5px var(--border)}.empty-state{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center;margin-bottom:24px;padding:26px 20px}.empty-state-icon{background:var(--surface-2);width:42px;height:42px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.empty-state-title{font-family:var(--font-display);font-size:14px;font-weight:700}.empty-state-sub{color:var(--text-muted);margin-top:5px;font-size:12.5px;line-height:1.4}.empty-state-cta{color:var(--brand);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;margin-top:14px;padding:0;font-size:13px;font-weight:700;display:inline-flex}.spotlight-card{cursor:pointer;align-items:center;gap:12px;display:flex}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}.chip-icon,.fav-btn,.listing-card,.workspace-card{transition:none}.home-screen>*{animation:none!important}.trust-ribbon-icon:after{animation:none}}.theme-switch{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill);gap:2px;padding:3px;display:flex}.theme-switch-option{color:var(--text-muted);font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:9px 8px;font-size:12.5px;font-weight:600;transition:background .15s,color .15s;display:flex}.theme-switch-option.active{background:var(--brand);color:#06140c}.id-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(155deg, var(--brand-tint) 0%, var(--surface) 46%);padding:22px 20px 0;position:relative;overflow:hidden}.id-card-tear{border-top:1.5px dashed var(--border);margin:18px -20px 0;position:relative}.id-card-tear:before,.id-card-tear:after{content:"";background:var(--bg);border:1px solid var(--border);border-radius:50%;width:14px;height:14px;position:absolute;top:-7px}.id-card-tear:before{left:-7px}.id-card-tear:after{right:-7px}.id-card-stats{grid-template-columns:repeat(3,1fr);display:grid}.id-card-stat{text-align:center;border-left:1px solid var(--border);padding:14px 10px 18px}.id-card-stat:first-child{border-left:none}.id-card-stat-value{font-family:var(--font-display);font-size:17px;font-weight:800;line-height:1.2}.id-card-stat-label{color:var(--text-muted);letter-spacing:.02em;margin-top:3px;font-size:10.5px}.verified-seal{background:var(--brand);color:#06140c;border:2.5px solid var(--surface);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:-3px;right:-3px}.role-pill{text-transform:uppercase;letter-spacing:.03em;border-radius:var(--radius-pill);align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.settings-row{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;align-items:center;gap:12px;padding:14px 0;display:flex}.settings-row+.settings-row{border-top:1px solid var(--border)}.settings-row-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.promo-banner{background:linear-gradient(135deg, var(--brand-tint), var(--surface) 70%);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:22px;padding:20px 18px 16px;display:flex;position:relative;overflow:hidden}.promo-banner:active{transform:scale(.99)}.promo-banner-copy{flex:1;min-width:0}.promo-banner-badge{background:var(--brand-tint);color:var(--brand-light);letter-spacing:.02em;border-radius:var(--radius-pill);margin-bottom:10px;padding:4px 10px;font-size:10.5px;font-weight:700;display:inline-block}.promo-banner-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:19px;font-weight:800;line-height:1.25}.promo-banner-sub{color:var(--text-muted);margin:8px 0 14px;font-size:12.5px;line-height:1.4}.promo-banner-cta{background:var(--brand);color:#06140c;border-radius:var(--radius-pill);font-family:var(--font-display);cursor:pointer;box-shadow:var(--shadow-brand);border:none;align-items:center;gap:6px;padding:10px 16px;font-size:12.5px;font-weight:700;display:inline-flex}.promo-banner-art{background:var(--tile-escrow-bg);width:64px;height:64px;color:var(--tile-escrow-fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:4px;display:flex;position:relative}.promo-banner-art-glow{filter:blur(6px);z-index:-1;background:radial-gradient(closest-side,#9b6bf240,#0000);border-radius:50%;position:absolute;inset:-10px}.promo-banner-dots{gap:5px;display:flex;position:absolute;bottom:12px;left:18px}.promo-banner-dots .dot{background:var(--border);border-radius:50%;width:5px;height:5px}.promo-banner-dots .dot.active{background:var(--brand);width:14px}.tile-cta{color:var(--brand);align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.provider-card{scroll-snap-align:start;cursor:pointer;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-shrink:0;width:128px;padding:16px 10px 14px}.provider-card:active{transform:scale(.98)}.provider-verified-badge{background:var(--brand);color:#06140c;border:2px solid var(--surface);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;bottom:-1px;right:-1px}.provider-card .avatar-circle{position:relative}.provider-name{text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:12.5px;font-weight:700;overflow:hidden}.provider-role{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.provider-rating{justify-content:center;align-items:center;gap:4px;margin-top:6px;font-size:11px;font-weight:600;display:flex}.provider-hire-btn{width:100%;margin-top:12px;padding:7px 0;font-size:12px}.trust-badges-grid{grid-template-columns:1fr 1fr;gap:10px;margin-top:4px;display:grid}.trust-badge{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:flex-start;gap:9px;padding:12px;display:flex}.trust-badge-icon{background:var(--brand-tint);width:30px;height:30px;color:var(--brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-badge-title{font-size:12px;font-weight:700;line-height:1.3}.trust-badge-sub{color:var(--text-muted);margin-top:2px;font-size:10.5px;line-height:1.3}.hx-search-wrap{z-index:30;position:relative}.hx-suggestions{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);animation:.14s ease-out hx-fade-in;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.hx-suggestion-head{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);justify-content:space-between;align-items:center;padding:9px 14px 4px;font-size:10px;font-weight:700;display:flex}.hx-suggestion-clear{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;background:0 0;border:none;padding:0;font-size:10px;font-weight:700}.hx-suggestion{border:none;border-top:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-body);text-align:left;background:0 0;align-items:center;gap:10px;padding:11px 14px;font-size:13px;display:flex}.hx-suggestion:first-of-type{border-top:none}.hx-suggestion:active{background:var(--surface-2)}.hx-suggestion-icon{background:var(--surface-2);width:26px;height:26px;color:var(--text-muted);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.hx-suggestion-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.hx-suggestion-price{font-family:var(--font-mono);color:var(--brand);flex-shrink:0;font-size:11px}.hx-term-row{scrollbar-width:none;gap:7px;margin:10px 0 18px;padding-bottom:2px;display:flex;overflow-x:auto}.hx-term-row::-webkit-scrollbar{display:none}.hx-term{border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:11.5px;font-weight:600;font-family:var(--font-body);flex-shrink:0;align-items:center;gap:5px;padding:6px 11px;display:inline-flex}.hx-term:active{transform:scale(.96)}.hx-term.is-recent{color:var(--text)}.hx-activity{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px;display:grid}.hx-activity-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);text-align:left;font-family:var(--font-body);flex-direction:column;gap:6px;padding:12px 10px;display:flex;position:relative;overflow:hidden}.hx-activity-card:active{transform:scale(.98)}.hx-activity-icon{border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.hx-activity-value{font-family:var(--font-display);color:var(--text);font-size:17px;font-weight:800;line-height:1}.hx-activity-label{color:var(--text-muted);font-size:10.5px;font-weight:600}.hx-carousel-track{animation:.35s ease-out hx-fade-in}.hx-dot-btn{background:0 0;border:none;padding:4px 2px;line-height:0}.hx-sheet-backdrop{z-index:90;background:#0000008c;justify-content:center;align-items:flex-end;animation:.16s ease-out hx-fade-in;display:flex;position:fixed;inset:0}.hx-sheet{background:var(--surface);border-top:1px solid var(--border);width:100%;max-width:520px;padding:14px 18px calc(24px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;max-height:78vh;animation:.22s ease-out hx-slide-up;overflow-y:auto}.hx-sheet-grip{background:var(--border);border-radius:99px;width:38px;height:4px;margin:0 auto 14px}.hx-sheet-title{font-family:var(--font-display);color:var(--text);margin-bottom:14px;font-size:16px;font-weight:700}.hx-sheet-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.hx-sheet-item{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:11.5px;font-weight:600;font-family:var(--font-body);flex-direction:column;align-items:center;gap:7px;padding:14px 6px;display:flex}.hx-sheet-item:active{transform:scale(.97)}.hx-sheet-item-icon{background:var(--brand-tint);width:34px;height:34px;color:var(--brand);border-radius:11px;place-items:center;display:grid}.hx-mini-card{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);flex-shrink:0;width:132px;overflow:hidden}.hx-mini-card:active{transform:scale(.98)}.hx-mini-media{background:var(--surface-2);height:82px;color:var(--text-muted);place-items:center;display:grid}.hx-mini-body{padding:8px 9px 10px}.hx-mini-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:600;overflow:hidden}.hx-mini-price{font-family:var(--font-mono);color:var(--brand);margin-top:3px;font-size:11.5px}.hx-toast{left:50%;bottom:calc(84px + env(safe-area-inset-bottom));z-index:95;border-radius:var(--radius-pill);background:var(--surface-2);border:1px solid var(--border);box-shadow:var(--shadow-md);color:var(--text);align-items:center;gap:8px;padding:10px 16px;font-size:12.5px;font-weight:600;animation:.2s ease-out hx-slide-up;display:flex;position:fixed;transform:translate(-50%)}@keyframes hx-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes hx-slide-up{0%{opacity:0;transform:translateY(14px)translate(-50%)}to{opacity:1;transform:translateY(0)translate(-50%)}}.hx-sheet{animation-name:hx-sheet-up}@keyframes hx-sheet-up{0%{opacity:.4;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hx-carousel-track,.hx-suggestions,.hx-sheet,.hx-toast,.hx-sheet-backdrop{animation:none}}
