body.eco-login-active {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}

body.eco-login-active > #root {
  visibility: hidden;
}

.eco-login,
.eco-login * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.eco-login {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  width: 100%;
  height: 100svh;
  min-height: 0;
  overflow: hidden;
  color: #14213d;
  background: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.eco-login-brand {
  position: relative;
  display: flex;
  align-items: center;
  height: 100svh;
  min-height: 0;
  padding: 42px clamp(28px, 5vw, 76px);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.09), transparent 28%),
    linear-gradient(145deg, rgba(8, 37, 82, 0.97), rgba(31, 95, 168, 0.89)),
    url('background_company.jpg') center / cover no-repeat;
}

.eco-login-brand-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 690px);
  margin: auto;
}

.eco-login-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 72px;
  margin-bottom: 34px;
  padding: 0;
  border: 0;
  background: transparent;
}

.eco-login-logo {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.eco-login-logo-eco {
  width: 190px;
}

.eco-login-logo-skion {
  width: 142px;
  max-height: 58px;
}

.eco-login-brand h1 {
  margin: 0 0 16px;
  font-size: 44px;
  font-weight: 750;
  line-height: 1.08;
}

.eco-login-description {
  max-width: 650px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.6;
}

.eco-login-features {
  display: grid;
  gap: 14px;
}

.eco-login-feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.eco-login-feature-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
}

.eco-login-feature-icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.eco-login-feature strong {
  display: block;
  margin: 1px 0 5px;
  font-size: 15px;
  line-height: 1.35;
}

.eco-login-feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: 13px;
  line-height: 1.45;
}

.eco-login-access {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
  min-height: 0;
  padding: 42px clamp(28px, 5vw, 72px);
  background: #ffffff;
}

.eco-login-access-inner {
  width: min(100%, 430px);
}

.eco-login-mark {
  display: block;
  width: min(190px, 60%);
  height: auto;
  max-height: 88px;
  margin-bottom: 28px;
  object-fit: contain;
}

.eco-login-access h2 {
  margin: 0 0 12px;
  color: #0b2a56;
  font-size: 32px;
  font-weight: 750;
  line-height: 1.15;
}

.eco-login-access-copy {
  margin: 0 0 28px;
  color: #526174;
  font-size: 15px;
  line-height: 1.6;
}

.eco-login-microsoft {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: #172033;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.eco-login-microsoft:hover,
.eco-login-microsoft:focus-visible {
  border-color: #1f5fa8;
  box-shadow: 0 10px 24px rgba(31, 95, 168, 0.14);
  transform: translateY(-1px);
  outline: none;
}

.eco-login-ms-mark {
  display: grid;
  grid-template-columns: repeat(2, 9px);
  grid-template-rows: repeat(2, 9px);
  gap: 2px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.eco-login-ms-mark span:nth-child(1) { background: #f25022; }
.eco-login-ms-mark span:nth-child(2) { background: #7fba00; }
.eco-login-ms-mark span:nth-child(3) { background: #00a4ef; }
.eco-login-ms-mark span:nth-child(4) { background: #ffb900; }

@media (max-width: 900px), (max-height: 600px) {
  .eco-login {
    display: block;
    height: 100svh;
    overflow: hidden;
  }

  .eco-login-brand {
    display: none;
  }

  .eco-login-access-inner {
    width: 100%;
    max-width: 540px;
    min-width: 0;
  }

  .eco-login-access {
    width: 100%;
    height: 100svh;
    padding: 32px 24px;
  }
}

@media (max-width: 520px) {
  .eco-login-access {
    padding: 24px;
  }

  .eco-login-access h2 {
    font-size: 28px;
  }

  .eco-login-mark {
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
  }

  .eco-login-access-copy {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .eco-login-microsoft {
    min-height: 50px;
    padding-inline: 12px;
    font-size: 14px;
  }
}
