/* Escala fluida: nunca menos de 12px, ideal según ancho, tope 16px */
html, body {
    font-size: clamp(10px, 0.75vw + 3px, 16px) !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100vw;
}

/* Sticky footer: flexbox para que el footer quede siempre abajo */
body {
    display: flex;
    flex-direction: column;
}


.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-image: url("/media/background-vac2.png");
}

body, .mud-theme-default, .mud-typography, .mud-button-root, .mud-card, .mud-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif !important;
}

/* Dashboard page - layout profesional */
.dashboard-page {
  padding: 0;
  max-width: 100%;
}

.dashboard-header {
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}

.dashboard-title {
  font-size: clamp(1rem, 2.5vh, 1.4rem);
  font-weight: 600;
  color: #1a202c;
  margin: 0;
}