/* css/modules/as.css: the .as-* module — split out of css/app.css by #360's sibling stage (#362).
   Load order is core.css, then every modules/*.css alphabetically; rules here
   are in their original relative order, and no selector in this file appears in
   any other (asserted in tests/css-split-check.js). */

/* Asset register summary on the Settings page (the register itself is #/assets) */
.as-sum{display:flex;flex-wrap:wrap;gap:8px}
.as-sum__pill{background:#f5f8fd;border:1px solid var(--line);border-radius:9px;padding:7px 12px;font-weight:700;font-size:13px;color:var(--muted)}
.as-sum__pill b{color:var(--ink);font-size:15px;font-weight:900;margin-right:4px}
.as-sum__pill--ok{background:#e9f7ef;border-color:#c6e9d5}
.as-sum__pill--ok b{color:#136c3c}
.as-sum__pill--warn{background:#fff6ec;border-color:#f3d9b8}
.as-sum__pill--warn b{color:#c96a12}
.as-sum__types{margin-top:12px;font-weight:700;font-size:13px;color:var(--muted);line-height:1.6}
