:root{
  --soft:#ffffff;
  --bg:#f6f7fb;
  --text:#111827;
  --muted:#6b7280;
}
body{ background:var(--bg); color:var(--text); }
.navbar-soft{ background:rgba(255,255,255,.9); backdrop-filter: blur(10px); border-bottom:1px solid rgba(0,0,0,.05); }
.card-soft{ border:0; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.06); background:var(--soft); }
.btn-round{ border-radius:999px; }
.icon-btn{ width:40px; height:40px; display:inline-flex; align-items:center; justify-content:center; border-radius: 14px; padding:0; }
.table-soft thead th{ font-size:.85rem; color:var(--muted); border-bottom:1px solid rgba(0,0,0,.05) !important; }
.table-soft td, .table-soft th{ border-top:0 !important; }
.action-row{ display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.table-responsive-card .table-cards{ display:none; }
@media (max-width: 768px){
  .table-responsive-card .table-responsive{ display:none; }
  .table-responsive-card .table-cards{ display:block; }
  .table-card{ background:var(--soft); border-radius:18px; box-shadow:0 10px 30px rgba(0,0,0,.06); padding:12px; margin-bottom:12px; }
}
.dash-card{ color:#fff; border-radius:18px; padding:18px; box-shadow:0 10px 30px rgba(0,0,0,.10); }
.fab-whatsapp{
  position:fixed; right:18px; bottom:18px; width:58px; height:58px;
  border-radius:999px; display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 32px rgba(0,0,0,.25); z-index:9999; text-decoration:none;
}
