/* =========================================================
   NATIVATECH — Infrastructure & Services Portal
   Base visual v1
   ========================================================= */

:root {
  --nt-bg: #071426;
  --nt-bg-soft: #0b1c32;
  --nt-card: rgba(15, 39, 65, 0.78);
  --nt-card-hover: rgba(19, 51, 84, 0.92);

  --nt-blue: #00aeea;
  --nt-cyan: #16d2e8;
  --nt-green: #63d447;
  --nt-orange: #ff9e1b;
  --nt-pink: #e91e63;

  --nt-border: rgba(55, 170, 230, 0.18);
  --nt-text: #f5f8fc;
  --nt-muted: #91a4bc;
}

/* Fondo general */
body {
  background:
    radial-gradient(
      circle at 50% -20%,
      rgba(0, 174, 234, 0.12),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      #061326 0%,
      #07182b 45%,
      #071426 100%
    ) !important;

  color: var(--nt-text) !important;
}

/* Contenedor general */
#page_container {
  max-width: 1800px !important;
  margin: 0 auto !important;
}

/* Barra superior */
#information-widgets {
  background: rgba(8, 27, 48, 0.68);
  border: 1px solid var(--nt-border);
  border-radius: 16px;
  padding: 14px 18px;
  margin-top: 14px;
  margin-bottom: 24px;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);

  backdrop-filter: blur(14px);
}

/* Títulos de grupos */
.services-group > div:first-child {
  margin-bottom: 10px;
}

.services-group h2 {
  font-weight: 650 !important;
  letter-spacing: -0.02em;
  color: #f6f9fd !important;
}

/* Línea decorativa debajo de grupos */
.services-group h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 8px;
  border-radius: 20px;

  background: linear-gradient(
    90deg,
    var(--nt-blue),
    var(--nt-cyan)
  );

  box-shadow: 0 0 12px rgba(0, 174, 234, 0.35);
}

/* Cards */
.service-card {
  background:
    linear-gradient(
      135deg,
      rgba(20, 48, 78, 0.90),
      rgba(12, 32, 55, 0.92)
    ) !important;

  border: 1px solid var(--nt-border) !important;
  border-radius: 14px !important;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);

  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

/* Hover cards */
.service-card:hover {
  transform: translateY(-3px);

  background:
    linear-gradient(
      135deg,
      rgba(24, 59, 96, 0.96),
      rgba(13, 38, 66, 0.96)
    ) !important;

  border-color: rgba(0, 174, 234, 0.48) !important;

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.25),
    0 0 20px rgba(0, 174, 234, 0.08);
}

/* Nombre del servicio */
.service-name {
  font-weight: 600 !important;
  color: #f7f9fc !important;
}

/* Descripciones */
.service-description {
  color: var(--nt-muted) !important;
}

/* Buscador */
input[type="text"] {
  background: rgba(11, 31, 54, 0.78) !important;
  border-color: rgba(68, 154, 210, 0.24) !important;
  border-radius: 10px !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #061326;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 174, 234, 0.35);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 174, 234, 0.60);
}

/* Selección de texto */
::selection {
  background: rgba(0, 174, 234, 0.35);
  color: white;
}
/* =========================================
   NATIVATECH OPERATIONS PORTAL
   HEADER
   ========================================= */

#nativatech-header {
  max-width: 1480px;
  margin: 16px auto 18px auto;
  padding: 0;

  background:
    radial-gradient(
      circle at 5% 0%,
      rgba(0, 174, 234, 0.10),
      transparent 28%
    ),
    linear-gradient(
      120deg,
      rgba(5, 20, 37, 0.99),
      rgba(8, 30, 51, 0.98)
    );

  border: 1px solid rgba(0, 174, 234, 0.34);
  border-radius: 16px;

  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.025);

  overflow: hidden;
}


/* HEADER SUPERIOR */

.nt-header-main {
  min-height: 66px;
  padding: 0 22px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* MARCA */

.nt-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.nt-brand-mark {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;

  background:
    linear-gradient(
      135deg,
      #00aeea 0%,
      #1fa75b 48%,
      #f7941d 100%
    );

  color: #fff;
  font-size: 21px;
  font-weight: 800;

  box-shadow:
    0 5px 18px rgba(0,174,234,.16);
}

.nt-brand-name {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.nt-brand-subtitle {
  margin-top: 4px;

  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 600;

  letter-spacing: 1px;
  text-transform: uppercase;
}


/* ESTADO */

.nt-header-status {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 7px 11px;

  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 9px;

  color: rgba(255,255,255,.62);
  font-size: 11px;
}

.nt-status-dot {
  width: 7px;
  height: 7px;

  background: #65d476;
  border-radius: 50%;

  box-shadow:
    0 0 8px rgba(101,212,118,.75);
}


/* DIVISOR */

.nt-header-divider {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0,174,234,.28),
      rgba(247,148,29,.18),
      transparent
    );
}


/* BIENVENIDA */

.nt-welcome {
  min-height: 76px;
  padding: 0 22px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nt-welcome-title {
  color: rgba(255,255,255,.94);

  font-size: 17px;
  font-weight: 600;
}

.nt-welcome-subtitle {
  margin-top: 5px;

  color: rgba(255,255,255,.40);

  font-size: 11px;
}

.nt-date {
  color: rgba(255,255,255,.38);

  font-size: 11px;

  text-transform: capitalize;
}


/* RESPONSIVE */

@media (max-width: 700px) {

  #nativatech-header {
    margin: 10px;
  }

  .nt-header-main {
    padding: 0 15px;
  }

  .nt-welcome {
    padding: 14px 15px;
  }

  .nt-date {
    display: none;
  }

  .nt-header-status {
    display: none;
  }

}
/* =========================================
   NATIVATECH - FINAL DASHBOARD ALIGNMENT
   ========================================= */

#nativatech-header {
  max-width: none !important;
  width: calc(100% - 120px) !important;
  margin: 16px 60px 18px !important;
}

/* Más profundidad al dashboard */
body {
  background:
    radial-gradient(
      circle at 50% -15%,
      rgba(0, 174, 234, 0.045),
      transparent 38%
    ),
    #1e2c3d !important;
}

/* Tarjetas */
.service-card,
.services-list > a,
.services-list .service {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease !important;
}

.service-card:hover,
.services-list > a:hover,
.services-list .service:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(0, 174, 234, 0.55) !important;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.16),
    0 0 18px rgba(0, 174, 234, 0.055) !important;
}

/* Encabezados de categorías */
.services-group h2,
.services-group h3 {
  letter-spacing: -0.2px;
}

/* Responsive */
@media (max-width: 900px) {
  #nativatech-header {
    width: calc(100% - 30px) !important;
    margin: 15px !important;
  }
}