:root {
  --gate-green: #62ff35;
  --gate-gold: #ffd04f;
  --gate-text: #eef6ed;
  --gate-muted: #9eada2;
  --gate-border: rgba(98,255,53,.34);
}
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body.aw-login-body {
  margin: 0;
  min-height: 100vh;
  padding: 22px;
  overflow-x: hidden;
  color: var(--gate-text);
  font-family: "Manrope", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(39,154,70,.13), transparent 31%),
    radial-gradient(circle at 92% 83%, rgba(126,47,194,.13), transparent 34%),
    #020705;
}
.aw-cinematic-gate {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--gate-border);
  border-radius: 22px;
  background: #020b06;
  box-shadow: 0 35px 120px rgba(0,0,0,.72), 0 0 90px rgba(62,255,55,.05);
}
.aw-login-video-stage {
  position: relative;
  height: min(72vh, 760px);
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(98,255,53,.23);
  background:
    radial-gradient(circle at 50% 42%, rgba(98,255,53,.11), transparent 32%),
    linear-gradient(100deg, #010503, #07130b 50%, #030206);
}
.aw-login-video-stage::before,
.aw-login-video-stage::after {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 25%;
  filter: blur(40px);
  opacity: .22;
}
.aw-login-video-stage::before { left: 4%; background: var(--gate-green); }
.aw-login-video-stage::after { right: 4%; background: #a855f7; }
.aw-login-video {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  background: #000;
  box-shadow: 0 0 60px rgba(0,0,0,.75);
}
.aw-login-panel {
  padding: 34px 42px 40px;
  background:
    linear-gradient(rgba(98,255,53,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(98,255,53,.025) 1px, transparent 1px),
    linear-gradient(135deg, rgba(4,27,14,.98), rgba(1,12,6,.99));
  background-size: 60px 60px, 60px 60px, auto;
}
.aw-login-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 34px;
  color: var(--gate-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.aw-login-status span { display: inline-flex; align-items: center; gap: 10px; }
.aw-login-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gate-green);
  box-shadow: 0 0 14px var(--gate-green);
  animation: gatePulse 1.8s ease-in-out infinite;
}
.aw-login-status small { color: #72917b; font-weight: 900; letter-spacing: .15em; }
.aw-login-kicker {
  margin: 0 0 12px;
  color: var(--gate-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.aw-login-panel h1 {
  margin: 0;
  color: var(--gate-text);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(64px, 8.2vw, 112px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: .005em;
  text-transform: uppercase;
}
.aw-login-panel h1 em {
  display: block;
  color: var(--gate-green);
  font-style: normal;
}
.aw-login-intro {
  max-width: 790px;
  margin: 27px 0 28px;
  color: var(--gate-muted);
  font-size: 15px;
  line-height: 1.65;
}
.aw-login-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 28px;
  border: 1px solid rgba(98,255,53,.22);
}
.aw-login-metrics div {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 13px 16px;
  border-right: 1px solid rgba(255,255,255,.07);
}
.aw-login-metrics div:last-child { border-right: 0; }
.aw-login-metrics span {
  color: #63786a;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
}
.aw-login-metrics strong {
  color: var(--gate-green);
  font-size: 11px;
  letter-spacing: .03em;
}
.aw-login-error {
  margin: 0 0 16px;
  padding: 11px 14px;
  border: 1px solid rgba(255,91,91,.5);
  border-radius: 8px;
  color: #ffb2b2;
  background: rgba(106,17,17,.25);
  font-size: 13px;
}
.aw-login-panel form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 12px;
}
.aw-login-panel label {
  grid-column: 1 / -1;
  color: var(--gate-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.aw-login-panel input {
  width: 100%;
  height: 56px;
  padding: 0 17px;
  color: #fff;
  caret-color: var(--gate-green);
  border: 1px solid rgba(214,255,224,.25);
  border-radius: 8px;
  outline: none;
  background: rgba(255,255,255,.045);
  font: 600 16px "Manrope", sans-serif;
}
.aw-login-panel input:focus {
  border-color: rgba(98,255,53,.8);
  box-shadow: 0 0 0 3px rgba(98,255,53,.1);
}
.aw-login-panel button {
  height: 56px;
  border: 0;
  border-radius: 8px;
  color: #031006;
  background: var(--gate-green);
  box-shadow: 0 13px 38px rgba(58,255,27,.18);
  font: 900 15px "Manrope", sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.aw-login-panel button:hover { filter: brightness(1.08); }
.aw-login-foot {
  margin: 24px 0 0;
  color: #4d735b;
  font-size: 9px;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}
@keyframes gatePulse { 50% { opacity: .4; transform: scale(.75); } }
@media (max-width: 700px) {
  body.aw-login-body { padding: 0; }
  .aw-cinematic-gate { border-inline: 0; border-radius: 0; }
  .aw-login-video-stage {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 9 / 16;
  }
  .aw-login-video { width: 100%; height: 100%; object-fit: cover; }
  .aw-login-panel { padding: 28px 18px 34px; }
  .aw-login-status { margin-bottom: 27px; font-size: 9px; }
  .aw-login-status small { font-size: 8px; }
  .aw-login-panel h1 { font-size: clamp(52px, 16vw, 75px); }
  .aw-login-intro { margin-top: 22px; font-size: 14px; }
  .aw-login-metrics { grid-template-columns: 1fr; }
  .aw-login-metrics div {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .aw-login-metrics div:last-child { border-bottom: 0; }
  .aw-login-panel form { grid-template-columns: 1fr; }
  .aw-login-panel label { grid-column: auto; }
  .aw-login-panel button { width: 100%; }
}
