#hubSelector { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:12px; margin-bottom:20px; }
.card-gap { margin-bottom:18px; }
.config-intro { margin-bottom:16px; }
.config-status { margin-bottom:16px; }
.base-card { padding:16px; border:1px solid var(--border); border-radius:12px; background:linear-gradient(180deg,#fff 0%,#fafbff 100%); }
.base-head { display:flex; justify-content:space-between; gap:12px; margin-bottom:10px; }
.filebox { padding:8px 10px; border-radius:8px; background:var(--alt); border:1px solid var(--border); min-height:38px; }
.details { display:grid; gap:8px; margin-top:12px; }
.detail { display:flex; justify-content:space-between; gap:12px; padding:8px 10px; border:1px solid #f1f5f9; border-radius:8px; background:#fff; font-size:12px; }
.note { margin-top:12px; padding:12px 14px; border-radius:10px; border:1px dashed #cbd5e1; background:#f8fafc; color:var(--muted); }
