/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-l5qc3kbob3] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-l5qc3kbob3] {
  color: #0077cc;
}

.btn-primary[b-l5qc3kbob3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-l5qc3kbob3], .nav-pills .show > .nav-link[b-l5qc3kbob3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-l5qc3kbob3] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-l5qc3kbob3] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-l5qc3kbob3] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-l5qc3kbob3] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-l5qc3kbob3] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.maintenance-root[b-l5qc3kbob3] {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, #1a1a1a 0%, #0b0b0b 55%, #000 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.maintenance-page[b-l5qc3kbob3] {
  width: min(1100px, 92vw);
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 2rem);
  position: relative;
}

.maintenance-content[b-l5qc3kbob3] {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 3rem);
  place-items: center;
  text-align: center;
}

@media (min-width: 900px) {
  .maintenance-content[b-l5qc3kbob3] {
    grid-template-columns: 1.15fr 0.85fr;
    text-align: left;
    place-items: center start;
  }

  .logo-reveal[b-l5qc3kbob3] {
    justify-self: end;
  }
}

.logo-reveal[b-l5qc3kbob3] {
  margin: 0;
  z-index: 1;
}

.logo-reveal__stage[b-l5qc3kbob3] {
  position: relative;
  display: inline-block;
  perspective: 900px;
  transform-style: preserve-3d;
}

.logo-reveal__stage[b-l5qc3kbob3]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(120, 190, 255, 0.35) 0%, rgba(120, 190, 255, 0.12) 35%, rgba(0, 0, 0, 0) 65%);
  filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  animation: logo-aura-b-l5qc3kbob3 650ms ease-out 250ms both, aura-breathe-b-l5qc3kbob3 2.4s ease-in-out 950ms infinite;
  z-index: 0;
}

.maintenance-logo[b-l5qc3kbob3] {
  width: clamp(190px, 30vw, 420px);
  max-width: 80vw;
  max-height: 55vh;
  height: auto;
  object-fit: contain;
  display: block;
  margin-inline: auto;
  transform: translateZ(0) rotateX(0deg) rotateY(0deg) scale(0.15);
  opacity: 0;
  filter:
    drop-shadow(0 20px 28px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 18px rgba(90, 190, 255, 0.45))
    drop-shadow(0 0 55px rgba(90, 190, 255, 0.25));
  transform-style: preserve-3d;
  will-change: transform, filter, opacity;
  animation:
    logo-pop-b-l5qc3kbob3 600ms cubic-bezier(.2, .9, .2, 1.2) 200ms both,
    logo-float-b-l5qc3kbob3 2.8s ease-in-out 950ms infinite;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .maintenance-page[b-l5qc3kbob3] {
    padding: 1.5rem 1rem;
  }

  .maintenance-logo[b-l5qc3kbob3] {
    max-width: 78vw;
    max-height: 48vh;
    animation:
      logo-pop-mobile-b-l5qc3kbob3 520ms cubic-bezier(.2, .9, .2, 1.15) 200ms both,
      logo-float-mobile-b-l5qc3kbob3 3.2s ease-in-out 900ms infinite;
  }

  .logo-smoke[b-l5qc3kbob3] {
    height: 110px;
  }

  .logo-reveal__stage[b-l5qc3kbob3]::after {
    filter: blur(14px);
  }

  @keyframes logo-pop-mobile-b-l5qc3kbob3 {
    0% {
      opacity: 0;
      transform: translateZ(0) rotateX(0deg) rotateY(0deg) scale(0.15);
      filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    }
    60% {
      opacity: 1;
      transform: translateZ(10px) rotateX(6deg) rotateY(-6deg) scale(1.06);
      filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.55));
    }
    100% {
      opacity: 1;
      transform: translateZ(12px) rotateX(6deg) rotateY(-6deg) scale(0.98);
    }
  }

  @keyframes logo-float-mobile-b-l5qc3kbob3 {
    0%, 100% {
      transform: translateZ(12px) rotateX(6deg) rotateY(-6deg) translateY(0) scale(0.98);
    }
    50% {
      transform: translateZ(14px) rotateX(7deg) rotateY(7deg) translateY(-5px) scale(1.0);
    }
  }
}

.logo-smoke[b-l5qc3kbob3] {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: clamp(160px, 22vw, 300px);
  height: 140px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.smoke[b-l5qc3kbob3] {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 50px;
  transform: translateX(-50%) scale(0.4);
  background: radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.35) 0%, rgba(180, 180, 180, 0.22) 35%, rgba(0, 0, 0, 0) 70%);
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0;
  animation: smoke-rise-b-l5qc3kbob3 950ms ease-out 250ms forwards;
}

.smoke-1[b-l5qc3kbob3] { margin-left: -85px; animation-delay: 250ms; }
.smoke-2[b-l5qc3kbob3] { margin-left: -45px; animation-delay: 290ms; }
.smoke-3[b-l5qc3kbob3] { margin-left: -10px; animation-delay: 330ms; }
.smoke-4[b-l5qc3kbob3] { margin-left: 20px; animation-delay: 370ms; }
.smoke-5[b-l5qc3kbob3] { margin-left: 55px; animation-delay: 410ms; }
.smoke-6[b-l5qc3kbob3] { margin-left: 90px; animation-delay: 450ms; }


.maintenance-text[b-l5qc3kbob3] {
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  max-width: 30rem;
  animation: maintenance-pulse-b-l5qc3kbob3 3.5s ease-in-out infinite;
}

.maintenance-title[b-l5qc3kbob3] {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1.05;
  margin: 0;
}

.maintenance-subtitle[b-l5qc3kbob3] {
  margin: 0.85rem 0 0;
  font-weight: 800;
  font-size: clamp(1.5rem, 3.4vw, 2.8rem);
  color: #ffd0d0;
}


@keyframes maintenance-pulse-b-l5qc3kbob3 {
  0%, 100% { opacity: 1; filter: brightness(1); }
  50% { opacity: 0.8; filter: brightness(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .maintenance-logo[b-l5qc3kbob3],
  .logo-reveal__stage[b-l5qc3kbob3]::after,
  .smoke[b-l5qc3kbob3],
  .maintenance-text[b-l5qc3kbob3] {
    animation: none !important;
  }
}

@keyframes logo-pop-b-l5qc3kbob3 {
  0% {
    opacity: 0;
    transform: translateZ(0) rotateX(0deg) rotateY(0deg) scale(0.15);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  55% {
    opacity: 1;
    transform: translateZ(35px) rotateX(10deg) rotateY(-12deg) scale(1.18);
    filter: drop-shadow(0 25px 32px rgba(0, 0, 0, 0.6));
  }
  75% {
    transform: translateZ(18px) rotateX(6deg) rotateY(-6deg) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateZ(22px) rotateX(7deg) rotateY(-8deg) scale(1);
  }
}

@keyframes logo-float-b-l5qc3kbob3 {
  0%, 100% {
    transform: translateZ(22px) rotateX(7deg) rotateY(-8deg) translateY(0) scale(1);
    filter:
      drop-shadow(0 20px 28px rgba(0, 0, 0, 0.55))
      drop-shadow(0 0 18px rgba(90, 190, 255, 0.45))
      drop-shadow(0 0 55px rgba(90, 190, 255, 0.25));
  }
  50% {
    transform: translateZ(28px) rotateX(10deg) rotateY(10deg) translateY(-8px) scale(1.01);
    filter:
      drop-shadow(0 26px 32px rgba(0, 0, 0, 0.6))
      drop-shadow(0 0 22px rgba(90, 190, 255, 0.65))
      drop-shadow(0 0 70px rgba(90, 190, 255, 0.35));
  }
}

@keyframes logo-aura-b-l5qc3kbob3 {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.75); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes aura-breathe-b-l5qc3kbob3 {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 0.95; }
}

@keyframes smoke-rise-b-l5qc3kbob3 {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0) scale(0.35);
  }
  15% {
    opacity: 0.95;
  }
  70% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-80px) scale(1.45);
  }
}
