/* HOMEVIS login page - v13 (classic) */

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #ffffff;
  overflow-x: hidden;
}

/* Background similar to the older design */
.page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(1200px 700px at 50% 35%, rgba(255,255,255,0.10), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #385a84 0%, #203b60 45%, #1b3456 100%);
}

.center {
  width: min(980px, 92vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 28px 0;
}

.ci-logo {
  display: block;
  width: min(720px, 82vw);
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,0.35));
}

/* Login box */
.login-box {
  width: min(620px, 90vw);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  padding: 34px 40px;
  text-align: center;
  backdrop-filter: blur(6px);
}

.login-title {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}

.google-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: rgba(195, 219, 255, 1);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.google-link:hover {
  opacity: 0.9;
}

.google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 800;
  line-height: 1;
}

.only {
  margin-top: 14px;
  font-size: 12px;
  opacity: 0.8;
}

.helper-links {
  margin-top: 14px;
}

.helper-link {
  font-size: 12px;
  opacity: 0.75;
  color: rgba(195, 219, 255, 1);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.helper-link:hover {
  opacity: 0.95;
}

.footer {
  font-size: 12px;
  opacity: 0.7;
}
