/* =========================
   FONTES (INTER + MONTSERRAT)
   ========================= */

/* Estes fonts devem estar carregados no layout:
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap" rel="stylesheet">
*/

body {
  font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
  letter-spacing: -0.5px;
}

p, span, label, input, button, a, div {
  font-family: 'Inter', sans-serif !important;
}

/* ============================================
   TABELA — ESTILO MINIMALISTA PREMIUM (SaaS)
   ============================================ */

/* Fonte mais leve */
.table-minimal td {
  font-weight: 300 !important;
  font-size: 0.92rem;
}

/* Cabeçalho minimalista */
.table-minimal th {
  font-weight: 500 !important;
  font-size: 0.95rem;
  color: #7a7a7a !important;
  background: #fafafa !important;
  border-bottom: 1px solid #ececec !important;
}

/* Mais respiro entre linhas */
.table-minimal > :not(caption) > * > * {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* Zebra suave */
.table-minimal tbody tr:nth-child(even) {
  background-color: #fcfcfc;
}

/* Hover elegante */
.table-hover tbody tr:hover {
  background-color: #f4f8ff !important;
  transition: all 0.18s ease-in-out;
}

/* Suaviza bordas */
.card .table-minimal,
.card .table-minimal tr,
.card .table-minimal td,
.card .table-minimal th {
  border-color: #efefef !important;
}

/* Badges minimalistas */
.status-badge {
  padding: 0.35rem 0.75rem !important;
  font-weight: 500 !important;
  font-size: 0.83rem !important;
}

/* Botões dentro da tabela */
.table-btn {
  font-weight: 400 !important;
  padding: 0.30rem 0.85rem !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}



/* =========================
   SEU CSS ORIGINAL
   ========================= */

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white,
  0 0 0 0.25rem #258cfb;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.menu-card:hover {
  transform: translateY(-3px);
  transition: transform 0.2s ease,
  box-shadow 0.2s ease;
}
