.lamp { font-size: 13px; }
#refreshAllBtn:disabled { opacity: .55; cursor: not-allowed; }
.approx { color: var(--muted); font-size: 11px; margin-left: 4px; }
.source-note { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.panel-head { display:flex; align-items:center; justify-content:space-between; padding:18px 20px 0; }
.activity-panel { margin-top: 18px; padding-bottom: 16px; }
.activity-panel .data-list { margin: 14px 20px 4px; }
.tab-note { padding: 10px 12px; border:1px solid var(--border); border-radius:10px; background:var(--soft); color:var(--muted); font-size:12px; line-height:1.5; margin-bottom:16px; }
.product-list { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:12px; }
.product-card { border:1px solid var(--border); border-radius:12px; padding:12px; display:flex; gap:11px; min-height:86px; background:var(--panel); }
.product-thumb { width:58px; height:58px; border-radius:9px; object-fit:cover; background:var(--soft); flex:0 0 auto; }
.product-thumb.placeholder { display:grid; place-items:center; color:var(--muted); font-size:18px; }
.product-copy { min-width:0; flex:1; }
.product-copy strong { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:13px; }
.product-copy span { display:block; color:var(--muted); font-size:11px; margin-top:5px; }
.product-copy a { color:inherit; text-decoration:none; }
.catalog-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:10px; }
.catalog-card { border:1px solid var(--border); border-radius:12px; padding:14px; background:var(--panel); }
.catalog-card span { display:block; color:var(--muted); font-size:11px; margin-bottom:7px; }
.catalog-card strong { font-size:22px; }
.bucket-row { display:grid; grid-template-columns:100px 1fr 44px; gap:10px; align-items:center; margin:10px 0; font-size:12px; }
.bucket-track { height:8px; background:var(--soft); border-radius:999px; overflow:hidden; }
.bucket-fill { height:100%; background:var(--accent); border-radius:999px; min-width:2px; }
.collections-actions { display:flex; justify-content:flex-end; margin-bottom:10px; }
.collections-table { width:100%; border-collapse:collapse; }
.collections-table th,.collections-table td { padding:10px 8px; border-bottom:1px solid var(--border); text-align:left; font-size:12px; }
.collections-table th { color:var(--muted); font-weight:600; }
.app-groups { display:grid; gap:16px; }
.app-group h4 { margin:0 0 8px; font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.05em; }
.app-card { display:flex; justify-content:space-between; gap:12px; align-items:center; padding:11px 12px; border:1px solid var(--border); border-radius:10px; margin-bottom:8px; }
.confidence { font-size:11px; color:var(--muted); }
.traffic-warning { margin-top:10px; color:var(--warning, #b7791f); font-size:12px; }
.refresh-summary { display:flex; gap:8px; flex-wrap:wrap; }
@media (max-width: 900px) {
  .tabs { overflow-x:auto; white-space:nowrap; }
  .product-list { grid-template-columns:1fr; }
}
