﻿:root {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --surface: #f5f6fb;
  --dark: #111429;
}

body {
  background: var(--surface);
  font-family: inherit;
  color: #212b36;
}

.bg-surface {
  background: var(--surface);
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.metric {
  background: rgba(255, 255, 255, 0.1);
}

.section-title h2 {
  font-weight: 600;
}

.table-responsive {
  min-height: 1px;
}

.table td,
.table th {
  border: none;
}

.card {
  background: #ffffff;
}

.login-card {
  border-radius: 2rem;
}

.home-hero {
  background: linear-gradient(135deg, #1f1f73, #4f5ed7);
  color: #fff;
}

.home-hero-stats {
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.home-card {
  border-radius: 1.5rem;
  background: #f8f9ff;
}

.home-hero-stats strong,
.home-hero-stats small {
  line-height: 1.2;
}

.permission-detail-row td {
  background: #f8f9fb;
}

.permission-detail form {
  margin: 0;
}

.analytics-hero {
  background: linear-gradient(135deg, #0b1a4a, #2b3b8e);
}

.analytics-hero-badge {
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}

.analytics-card {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.85);
}

.clientes-hero {
  background: linear-gradient(135deg, #1a3a2a, #2f7d4a);
  color: #fff;
}

.clientes-tag {
  background: rgba(255, 255, 255, 0.15);
}

.itens-hero {
  background: linear-gradient(135deg, #2a1a3a, #6c4bb8);
  color: #fff;
}

.itens-tag {
  background: rgba(255, 255, 255, 0.15);
}

.suporte-hero {
  background: linear-gradient(135deg, #1f2a44, #2c5fa5);
  color: #fff;
}

.suporte-tag {
  background: rgba(255, 255, 255, 0.15);
}

.suporte-card {
  border-radius: 1.25rem;
  background: #fff;
}

.badge.bg-light {
  background: rgba(255, 255, 255, 0.4) !important;
  color: #212b36 !important;
}

@media (max-width: 576px) {
  .hero-card {
    padding: 2rem 1.5rem;
  }

  .metric {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .table thead th {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}
