body { font-family: system-ui; background:#f5f3ec; padding:20px; }
.navbar { background:#1b1a17; color:#fff; padding:16px; display:flex; justify-content:space-between; }
.navbar a { color:#fff; margin-left:20px; text-decoration:none; }
.table { width:100%; border-collapse:collapse; background:#fff; }
.table th, .table td { border:1px solid #ddd; padding:8px; }
.success { color:green; }