:root{--muted:#6b7280}
body {
    font-family: 'Kanit', system-ui, Arial, Helvetica, sans-serif;
}

.table thead th{font-size:.8rem; text-transform:uppercase; letter-spacing:.3px; color:var(--muted)}
.badge-pill{border-radius:999px}
.card-lite{border:1px solid #e5e7eb; border-radius:12px; padding:12px}
input[readonly]{background:#f5f6fa}

/* comment UI helpers */
.comment-item{border:1px solid #e5e7eb; border-radius:12px; padding:10px; margin-bottom:10px}
.comment-meta{font-size:.85rem; color:#6b7280}
