/* /srv/assetvault/static/app.css */
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; margin: 0; background: #f6f7fb; }
header { background: #111827; color: #fff; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; }
header a { color: #fff; text-decoration: none; margin-right: 12px; }
main { padding: 18px; max-width: 1100px; margin: 0 auto; }
.card { background: #fff; border-radius: 12px; padding: 14px 16px; box-shadow: 0 1px 2px rgba(0,0,0,.06); margin-bottom: 12px; }
.row { display:flex; gap:12px; flex-wrap: wrap; }
.pill { display:inline-block; padding: 2px 10px; border-radius: 999px; background:#eef2ff; }
table { width:100%; border-collapse: collapse; }
th, td { padding: 10px; border-bottom: 1px solid #e5e7eb; text-align: left; }
.muted { color: #6b7280; }
.btn { display:inline-block; padding: 8px 12px; border-radius: 10px; background:#111827; color:#fff; text-decoration:none; border: 0; cursor: pointer; }
.btn.secondary { background:#374151; }
input[type="text"], input[type="password"] { padding: 9px 10px; border-radius: 10px; border: 1px solid #d1d5db; width: 320px; max-width: 100%; }
label { font-size: 14px; }