/* EVOLUTION identity: transparent white artwork, sized independently of its source canvas. */
:root {
  --glpi-logo-light: url('../pics/evolution-original.png?v=1');
  --glpi-logo-dark: url('../pics/evolution-original.png?v=1');
  --glpi-logo-light-reduced: url('../pics/evolution-original.png?v=1');
  --glpi-logo-dark-reduced: url('../pics/evolution-original.png?v=1');
}
.page .navbar-brand .glpi-logo,
body.navbar-collapsed .navbar-brand .glpi-logo {
  background-image: url('../pics/evolution-original.png?v=1');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 90px;
  height: 54px;
  filter: brightness(0) invert(1);
}
body.navbar-collapsed .navbar-brand .glpi-logo { width: 48px; height: 44px; }
.fluxuscodex-evolution-brand {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #2e3f63;
  border-radius: 10px;
  padding: 12px 28px;
  margin: 0 auto 14px;
}
.fluxuscodex-evolution-brand img {
  display: block;
  width: 130px;
  height: 100px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.page-anonymous .glpi-logo {
  content: normal;
  display: inline-block;
  position: relative;
  width: 280px;
  height: 180px;
  border-radius: 0;
  background: transparent;
}
.page-anonymous .glpi-logo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../pics/evolution-original.png?v=1') center / contain no-repeat;
  filter: brightness(0) invert(1);
}

/* Horizontal lockup: use the symbol's occupied area, without the PNG's side margins. */
.page .navbar-brand .glpi-logo {
  display: block;
  position: relative;
  width: 154px;
  height: 54px;
  background: none;
  filter: none;
}
.page .navbar-brand .glpi-logo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 51px;
  height: 40px;
  background: url('../pics/evolution-original.png?v=1') -23px 0 / 100px auto no-repeat;
  filter: brightness(0) invert(1);
}
.page .navbar-brand .glpi-logo::after {
  content: 'EVOLUTION';
  position: absolute;
  left: 57px;
  top: 17px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
}
body.navbar-collapsed .navbar-brand .glpi-logo {
  width: 51px;
  height: 54px;
  background: none;
  filter: none;
}
body.navbar-collapsed .navbar-brand .glpi-logo::after { content: none; }
.fluxuscodex-evolution-brand img { width: 180px; height: 112px; }
@media (min-width: 992px) and (max-width: 1599px) {
  .navbar:not(.navbar-vertical) .navbar-nav .nav-link {
    padding-inline: 6px;
  }
}

/* Anonymous pages: Evolution offshore background and accessible glass login. */
body.welcome-anonymous {
  background: #07192a url('/pics/evolution-login-background.png') center center / cover no-repeat fixed;
}
.welcome-anonymous .page-anonymous {
  min-height: 100vh;
  min-height: 100dvh;
  background: rgba(3, 13, 25, .30);
  color: #fff;
}
.page-anonymous > .flex-fill { margin-top: 0 !important; }
.page-anonymous .container-tight { max-width: 500px !important; padding-top: 16px !important; padding-bottom: 16px !important; }
.page-anonymous .glpi-logo { opacity: .94; margin-bottom: 16px !important; }
.page-anonymous .main-content-card {
  color: #fff;
  background: rgba(9, 26, 43, .60);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.page-anonymous .card-body { padding: 28px; }
.page-anonymous form .col-md-5 { width: 100%; }
.page-anonymous .card-header { background: transparent; border-color: rgba(255,255,255,.2); }
.page-anonymous .form-label,
.page-anonymous .form-check-label,
.page-anonymous h2,
.page-anonymous a,
.page-anonymous .text-muted { color: #fff !important; }
.page-anonymous .form-control,
.page-anonymous .form-select,
.page-anonymous .select2-selection {
  background-color: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
  min-height: 42px;
}
.page-anonymous .select2-selection__rendered { color: #fff !important; }
.page-anonymous .form-control::placeholder { color: rgba(255,255,255,.75); }
.page-anonymous .form-control:focus,
.page-anonymous .form-select:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.25); }
.page-anonymous select option { background: #13283a; color: #fff; }
.page-anonymous .btn-primary { background: rgba(48, 116, 47, .85); border-color: rgba(255,255,255,.5); color: #fff; min-height: 44px; }
.page-anonymous .btn-primary:hover { background: #276626; }
.page-anonymous a:hover { text-decoration: underline; }
@media (max-width: 575px) {
  .page-anonymous .container-tight { padding-inline: 16px; }
  .page-anonymous .card-body { padding: 22px; }
  .page-anonymous .glpi-logo { width: 240px; height: 150px; }
}
