@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap");

.entryBody {
  min-height: 100%;
  color: #e7f4ff;
  background:
    radial-gradient(circle at 85% 12%, rgba(26, 148, 255, 0.22), rgba(0, 0, 0, 0) 42%),
    radial-gradient(circle at 12% 85%, rgba(0, 236, 198, 0.16), rgba(0, 0, 0, 0) 44%),
    linear-gradient(140deg, #07121d 0%, #0c1f30 50%, #0a1624 100%);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.entryBody::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(121, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 214, 255, 0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle at center, black 25%, transparent 90%);
  opacity: 0.35;
}

.entryBody .EntryNavbar {
  margin: 14px auto 0;
  width: min(1220px, calc(100% - 24px));
  border-radius: 18px;
  border: 1px solid rgba(121, 214, 255, 0.34);
  background: linear-gradient(120deg, rgba(3, 14, 24, 0.86), rgba(8, 31, 47, 0.74)) !important;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  padding: 7px 14px;
  position: relative;
  z-index: 2;
}

.entryBody .EntryNavbar .navbar-toggler i {
  color: #bcecff;
}

.entry-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.entry-brand__logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(183, 231, 255, 0.42);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.entry-brand__logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.entry-brand__text {
  color: #e9f9ff;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
}

.entryBody .EntryNavbar .nav-link,
.entryBody .EntryNavbar .dropdown-item {
  color: #dbf3ff;
}

.entryBody .EntryNavbar .dropdown-menu {
  border: 1px solid rgba(121, 214, 255, 0.32);
  background: rgba(6, 26, 38, 0.94);
  border-radius: 12px;
}

.entry-shell {
  position: relative;
  z-index: 1;
  padding-bottom: 48px;
}

.entryContainer {
  width: min(1240px, calc(100% - 24px));
}

.entryContainer .subEntryContainer {
  margin: 34px auto 0;
}

.entryModuleGrid {
  margin-top: 0;
}

.buttonColumn {
  display: flex;
}

.entryModuleLink {
  text-decoration: none;
  width: 100%;
}

.entryButtonContent {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(121, 214, 255, 0.24);
  background: linear-gradient(165deg, rgba(7, 23, 37, 0.85), rgba(2, 14, 24, 0.84));
  box-shadow:
    inset 0 0 0 1px rgba(137, 227, 255, 0.07),
    0 12px 24px rgba(0, 0, 0, 0.26);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  padding: 22px 12px 16px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.entryIconWrapper {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(178, 231, 255, 0.72);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.98), rgba(183, 234, 255, 0.72) 58%),
    linear-gradient(150deg, rgba(218, 244, 255, 0.9), rgba(176, 228, 251, 0.82));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 8px 18px rgba(1, 18, 34, 0.45);
}

.entryButtonContent img {
  max-width: 70px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: contrast(1.22) saturate(1.15) brightness(1.08) drop-shadow(0 4px 7px rgba(0, 0, 0, 0.28));
}

.entryButtonContent p {
  margin: 2px 0 0;
  line-height: 1.35;
  text-align: center;
  color: #edf9ff;
  font-size: 0.95rem;
  font-weight: 600 !important;
  font-family: "Exo 2", "Segoe UI", sans-serif;
}

.entryModuleLink:hover .entryButtonContent {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(137, 227, 255, 0.52);
  box-shadow:
    inset 0 0 0 1px rgba(137, 227, 255, 0.2),
    0 16px 30px rgba(0, 0, 0, 0.38);
}

.entryModuleLink:hover .entryIconWrapper {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 0 28px rgba(156, 224, 255, 0.45);
}

.entry-empty-state {
  border-radius: 16px;
  border: 1px dashed rgba(141, 215, 245, 0.42);
  background: rgba(7, 25, 38, 0.66);
  padding: 24px;
  text-align: center;
}

.entry-empty-state h3 {
  margin: 0 0 8px;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  color: #effbff;
}

.entry-empty-state p {
  margin: 0;
  color: rgba(210, 236, 249, 0.86);
}

.auth-page {
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 242, 190, 0.22), rgba(0, 0, 0, 0) 38%),
    radial-gradient(circle at 85% 82%, rgba(34, 132, 255, 0.2), rgba(0, 0, 0, 0) 40%),
    linear-gradient(140deg, #050f19 0%, #0b1f32 55%, #071624 100%);
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: #e8f6ff;
  position: relative;
  overflow: hidden;
}

.auth-bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(140, 219, 245, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 219, 245, 0.32) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 14%, transparent 74%);
}

.auth-container {
  width: min(1100px, calc(100% - 24px));
  min-height: 620px;
  border-radius: 24px;
  border: 1px solid rgba(129, 219, 246, 0.32);
  background: rgba(6, 19, 31, 0.66);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 26px 60px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  position: relative;
  z-index: 2;
}

.auth-panel {
  padding: 44px 40px;
}

.auth-system-panel {
  border-right: 1px solid rgba(129, 219, 246, 0.2);
  background: linear-gradient(150deg, rgba(8, 33, 49, 0.72), rgba(6, 22, 36, 0.48));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.auth-brand__logo {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(16, 35, 88, 0.35);
}

.auth-brand__logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.auth-brand__text {
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  color: #edf9ff;
}

.auth-badge {
  margin-top: 18px;
  display: inline-flex;
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(129, 219, 246, 0.35);
  background: rgba(6, 34, 54, 0.52);
  padding: 6px 12px;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #93e5ff;
}

.auth-system-panel h1 {
  margin: 14px 0 10px;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.55rem);
  line-height: 1.2;
  color: #f2fcff;
}

.auth-system-panel p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(221, 244, 255, 0.86);
  max-width: 500px;
}

.auth-status-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-status-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(224, 247, 255, 0.94);
  font-size: 0.95rem;
}

.auth-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2df3dc;
  box-shadow: 0 0 14px rgba(45, 243, 220, 0.8);
  flex: 0 0 auto;
}

.auth-login-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-login-panel h2 {
  margin: 0;
  font-family: "Exo 2", "Segoe UI", sans-serif;
  font-size: 2rem;
  color: #f2fcff;
}

.auth-login-panel > p {
  margin: 10px 0 24px;
  color: rgba(205, 235, 248, 0.9);
}

.auth-error {
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 124, 124, 0.5);
  background: rgba(109, 24, 24, 0.34);
  color: #ffd5d5;
  padding: 10px 12px;
  font-size: 0.88rem;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth-field label {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(155, 220, 242, 0.9);
}

.auth-input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(129, 219, 246, 0.3);
  background: rgba(4, 23, 36, 0.75);
  padding: 0 14px;
}

.auth-input-wrap i {
  color: rgba(156, 231, 255, 0.95);
}

.auth-input-wrap input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f3fcff;
  font-size: 1rem;
  padding: 13px 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.auth-input-wrap input::placeholder {
  color: rgba(158, 204, 222, 0.72);
}

.auth-input-wrap:focus-within {
  border-color: rgba(137, 227, 255, 0.68);
  box-shadow: 0 0 0 3px rgba(102, 201, 233, 0.2);
}

.auth-submit-btn {
  margin-top: 8px;
  border: 0;
  border-radius: 12px;
  padding: 13px 18px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #012638;
  background: linear-gradient(135deg, #19d8c4 0%, #78dbff 100%);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.auth-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(42, 188, 228, 0.3);
}

@media (max-width: 992px) {
  .auth-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .auth-system-panel {
    border-right: 0;
    border-bottom: 1px solid rgba(129, 219, 246, 0.2);
  }
}

@media (max-width: 768px) {
  .entryBody .EntryNavbar {
    width: calc(100% - 14px);
    padding-inline: 10px;
  }

  .entry-brand__text {
    font-size: 0.92rem;
  }

  .auth-panel {
    padding: 30px 22px;
  }

  .auth-system-panel p {
    font-size: 0.96rem;
  }
}
