:root {
  --ink: #151716;
  --muted: #646a67;
  --green: #173f37;
  --green-hover: #0e3029;
  --line: #aeb3b0;
  --cream: #f7f7f4;
}

* { box-sizing: border-box; }

html, body { margin: 0; min-height: 100%; }

body {
  background: #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button, input { font: inherit; }

a { color: inherit; }

.shell {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 100vh;
}

.login-panel {
  min-height: 100vh;
  padding: 38px 7.8vw 48px;
  position: relative;
  background: #fff;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.brand-logo {
  display: block;
  width: clamp(210px, 18vw, 280px);
  height: auto;
}


.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 38px;
  border: 3px solid currentColor;
  border-radius: 7px 14px 7px 14px;
  font-size: 20px;
  line-height: 1;
  transform: rotate(-5deg);
}

.demo-pill {
  border: 1px solid #cad0cd;
  border-radius: 999px;
  color: #315d53;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 8px 11px;
}

.login-wrap {
  width: min(440px, 100%);
  margin: clamp(70px, 12vh, 135px) auto 0;
}

.verification-image-wrap {
  width: min(520px, 100%);
  margin: clamp(42px, 7vh, 78px) auto 0;
}

.verification-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.verification-content h1 {
  max-width: 100%;
  white-space: normal;
}

.verification-fields {
  margin-top: 54px;
}

.verification-fields label + input {
  margin-bottom: 30px;
}

.verification-fields input:disabled {
  background: #fff;
  color: var(--ink);
  opacity: 1;
}

.verification-fields .login-button {
  margin-top: 22px;
  cursor: pointer;
  opacity: 1;
}

.verification-fields .verify-link {
  display: grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
}

.status-content {
  text-align: center;
}

.status-content h1 {
  max-width: 100%;
  white-space: normal;
}

.status-message {
  font-size: 20px;
  line-height: 1.18;
  margin: 54px auto 0;
}

.error-code {
  font-size: 20px;
  margin: 36px 0 0;
}

.status-action {
  min-width: 190px;
  min-height: 58px;
  margin-top: 28px;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  opacity: 1;
}

.status-action span {
  display: inline-block;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 650;
}

h1, .campaign-copy h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: .95;
  margin: 0;
}

h1 { font-size: clamp(40px, 4vw, 58px); }

.intro {
  color: var(--muted);
  margin: 15px 0 38px;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 9px;
}

input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  outline: none;
  padding: 0 16px;
  transition: border-color .2s, box-shadow .2s;
}

input:focus {
  border-color: #315d53;
  box-shadow: 0 0 0 3px rgba(49, 93, 83, .12);
}

input::placeholder { color: #9ba09d; }

.password-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.password-row label { margin: 0; }

.password-row a, .signup a {
  color: #255d51;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}

.password-field { position: relative; }

.password-field input { padding-right: 56px; }

.show-password {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #606663;
  cursor: pointer;
}

.login-button {
  width: 100%;
  height: 51px;
  margin-top: 52px;
  border: 0;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: background .2s, transform .2s;
}

.login-button:hover { background: var(--green-hover); }
.login-button:active { transform: translateY(1px); }

.signup {
  font-size: 13px;
  margin: 16px 0 0;
  text-align: center;
}

.privacy-note {
  color: #737a76;
  font-size: 11px;
  line-height: 1.45;
  margin: 28px auto 0;
  max-width: 330px;
  text-align: center;
}

.hero {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #102c27;
}

.hero > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 59% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 27, 23, .36), transparent 50%), linear-gradient(0deg, rgba(4, 20, 17, .66), transparent 52%);
}

.hero-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  position: absolute;
  right: 30px;
  top: 31px;
  z-index: 2;
}

.hero-nav a, .hero-nav button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  text-shadow: 0 1px 9px rgba(0,0,0,.5);
  cursor: pointer;
}

.campaign-copy {
  position: absolute;
  left: 5.2%;
  bottom: 7%;
  z-index: 2;
  max-width: 430px;
  text-shadow: 0 2px 16px rgba(0,0,0,.25);
}

.eyebrow {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.5px;
  margin: 0 0 14px;
}

.campaign-copy h2 {
  font-size: clamp(49px, 5.2vw, 79px);
}

.campaign-copy > p:last-child {
  font-size: clamp(15px, 1.55vw, 21px);
  line-height: 1.35;
  margin: 24px 0 0;
  max-width: 410px;
}

.app-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 2.8%;
  bottom: 5.5%;
  z-index: 2;
  width: 130px;
  padding: 12px 11px 15px;
  border: 8px solid #17201e;
  border-radius: 18px;
  background: #fff;
  color: #18201e;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.32);
}

.pixel-art {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  width: 78px;
  height: 78px;
  margin-bottom: 9px;
}

.pixel-art i { background: #193f36; border-radius: 3px; }
.pixel-art i:nth-child(2), .pixel-art i:nth-child(4), .pixel-art i:nth-child(9) { border-radius: 50%; background: #a8d1c6; }
.app-card strong { font-size: 14px; }
.app-card span { color: #68706d; font-size: 11px; margin-top: 3px; }

.toast {
  display: grid;
  gap: 3px;
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 10;
  width: min(390px, calc(100% - 32px));
  padding: 15px 18px;
  border-radius: 10px;
  background: #122e28;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px);
  transition: opacity .22s, transform .22s;
}

.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast span { color: #c7d8d3; font-size: 12px; }

@media (max-width: 900px) {
  .shell { grid-template-columns: 1fr; }
  .login-panel { min-height: auto; padding: 25px 7vw 70px; }
  .login-wrap { margin-top: 65px; }
  .verification-image-wrap { margin-top: 46px; }
  .verification-content { margin-top: 65px; }
  .status-content { margin-top: 65px; }
  .hero { min-height: 670px; }
  .hero > img { object-position: 56% center; }
}

@media (max-width: 560px) {
  .login-panel { padding-inline: 22px; }
  .demo-pill { padding: 6px 8px; }
  .login-wrap { margin-top: 54px; }
  .verification-image-wrap { margin-top: 38px; }
  .verification-content { margin-top: 54px; }
  .status-content { margin-top: 54px; }
  .verification-content h1 {
    font-size: clamp(34px, 10.5vw, 40px);
    line-height: 1;
    white-space: normal;
  }
  .verification-fields { margin-top: 40px; }
  .verification-fields label + input { margin-bottom: 24px; }
  .verification-fields .login-button { margin-top: 16px; }
  .status-message { font-size: 18px; margin-top: 38px; }
  .error-code { font-size: 18px; margin-top: 30px; }
  .status-action { min-width: 170px; font-size: 20px; }
  .intro { margin-bottom: 30px; }
  .hero { min-height: 590px; }
  .hero > img { object-position: 62% center; }
  .campaign-copy { left: 24px; right: 24px; bottom: 33px; }
  .campaign-copy h2 { font-size: 52px; }
  .campaign-copy > p:last-child { max-width: 300px; }
  .app-card { display: none; }
  .hero-nav { right: 20px; top: 22px; }
}

@media (max-width: 360px) {
  .brand { font-size: 21px; }
  .brand-mark { width: 31px; height: 35px; }
  .demo-pill { font-size: 9px; letter-spacing: .9px; }
  .verification-content h1 { font-size: 32px; }
  .privacy-note { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
 

 
