body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;margin:20px;background:#f6f7f9}
.header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.card{background:#fff;border:1px solid #e6e8ee;border-radius:10px;padding:14px;margin-bottom:12px}
table{width:100%;border-collapse:collapse}
th,td{padding:10px;border-bottom:1px solid #eef0f5;text-align:left;vertical-align:top}
.badge{display:inline-block;padding:3px 8px;border-radius:999px;background:#eef2ff}
.row{display:flex;gap:10px;flex-wrap:wrap}
input,select{padding:9px;border:1px solid #d9dde7;border-radius:8px;min-width:220px}
button{padding:10px 14px;border:0;border-radius:10px;background:#111827;color:#fff;cursor:pointer}
a{color:#2563eb;text-decoration:none}
small{color:#6b7280}
