/* /home/iotama/public_html/assets/css/app.css */
:root{
  --radius: 1rem;
}
body{ padding-bottom:60px; }
.card{ border-radius: var(--radius); }
.chip{
  font-size:.8rem; padding:.25rem .5rem; border-radius:999px; background:#eef;
}

/* util */
.table-hover tbody tr:hover{ background: #f8f9fc; }
.btn-ghost{ background:#fff; border:1px solid #e8e8ef; }
.text-muted-2{ color:#6c757d; }

/* light dark toggle (optional, paired with .js) */
:root[data-theme='dark']{
  color-scheme: dark;
}
:root[data-theme='dark'] body{ background:#0f1115; color:#e6e6e6; }
:root[data-theme='dark'] .navbar{ background:#11131a !important; }
:root[data-theme='dark'] .card{ background:#151823; color:#e6e6e6; }
:root[data-theme='dark'] .table{ color:#e6e6e6; }
