*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;color:#111827;background:#fafafa}
.container{max-width:1064px;margin:0 auto;padding:0 16px}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.navbar a{color:#374151;text-decoration:none;margin-left:14px}
.navbar a:hover{color:#111827}
.button{display:inline-block;padding:10px 16px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;text-decoration:none}
.button.primary{background:#111827;color:#fff;border-color:#111827}
.button:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-1px)}
.footer{padding:28px 0;color:#6b7280;text-align:center}

/* Tables */
.table-wrap{overflow:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
table{width:100%;border-collapse:collapse;font-size:14px}
thead th{position:sticky;top:0;background:#f3f4f6;color:#111827;text-align:left;font-weight:600;padding:10px;border-bottom:1px solid #e5e7eb}
tbody td{padding:10px;border-bottom:1px solid #f3f4f6;color:#374151}
tbody tr:hover{background:#fafafa}
.muted{color:#6b7280}
.pill{display:inline-block;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:12px;border:1px solid #e5e7eb}

/* Page specific */
.page-title{display:flex;align-items:center;justify-content:space-between;margin:22px 0 12px}
.search{display:flex;gap:8px}
.search input{border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;min-width:240px}
.search select{border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px}

