html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  margin-bottom: 0;
}

.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 #0f766e;
}

.hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-hero {
  background: linear-gradient(135deg, #111827, #0f766e);
  color: white;
}

.glass-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.navbar-dark .nav-link:hover {
  color: #10b981 !important;
}

.card {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
}

.btn-dark {
  background-color: #111827;
  border-color: #111827;
}

.btn-dark:hover {
  background-color: #1f2937;
  border-color: #1f2937;
}

.text-primary {
  color: #0f766e !important;
}

.bg-primary {
  background-color: #0f766e !important;
}

a.link-dark:hover {
  color: #0f766e !important;
}

.table th {
  font-weight: 600;
  font-size: 0.875rem;
}

.badge {
  font-weight: 500;
}