/* Sprint 7A · Marketplace V2 global buy/sell mode and local inventory sources. */
.market-mode-switch{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 12px;padding:10px 12px;border:1px solid #d7e1d3;border-radius:8px;background:#f9faf5}
.market-mode-switch>div{display:flex;min-width:230px;border:1px solid #cbd8ca;border-radius:6px;overflow:hidden}
.market-mode-switch button{flex:1;min-height:42px;border:0;background:#fffefa;color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.04em}
.market-mode-switch button+button{border-left:1px solid #d7e1d3}
.market-mode-switch button.active{background:#175a5c;color:#fffefa}
.sell-sources{display:flex;flex-wrap:wrap;gap:6px;margin:-2px 0 9px;padding-bottom:8px;border-bottom:1px solid #dbe5d8}
.sell-sources button{min-height:36px;padding:6px 9px;border:1px solid #cbd8ca;border-radius:5px;background:#fffefa;color:var(--muted);font-size:11px}
.sell-sources button.active{border-color:#175a5c;background:#e0ece0;color:#245d4e;font-weight:600}
.market-empty{margin-top:18px;padding:18px 16px;border:1px dashed #bcccbc;border-radius:8px;background:#f8faf6;color:var(--ink);font-size:14px;line-height:1.5}
.market-empty small{display:block;margin-top:7px;color:var(--muted);font-size:12px}
.marketplace-page .market-mode-switch{margin-top:4px}
.marketplace-page .market-mode-switch>div{min-width:260px}
.marketplace-page .market-mode-switch button{min-height:46px}
.marketplace-page .good-row .secondary-price{opacity:.58}
@media(max-width:600px){.market-mode-switch{display:block}.market-mode-switch .eyebrow{margin-bottom:7px}.market-mode-switch>div{width:100%;min-width:0}.marketplace-page .market-mode-switch>div{min-width:0}.market-mode-switch button{min-height:46px}.sell-sources button{flex:1 1 auto}}
