:root{--radius:16px;}
*{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.fw-800{font-weight:800}
.card{border-radius:var(--radius)}
.table>thead th{font-size:.85rem;color:#6c757d;font-weight:600}
.badge-soft{background:rgba(13,110,253,.1);color:#0d6efd;border:1px solid rgba(13,110,253,.15)}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
.truncate{max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
