:root {
  --login-ink: #020a18;
  --login-navy: #061426;
  --login-blue: #2f7df4;
  --login-cyan: #22d3ee;
  --login-mint: #63e6b4;
  --login-white: #f8fbff;
  --login-muted: #a8bbd3;
  --login-line: rgba(148,184,232,.18);
  --login-shadow: 0 34px 100px rgba(0,5,18,.48);
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--login-ink); }

body.login-experience {
  min-height: 100vh;
  margin: 0;
  padding: 22px;
  overflow-x: hidden;
  color: var(--login-white);
  background:
    radial-gradient(circle at 12% 14%, rgba(47,125,244,.2), transparent 34rem),
    radial-gradient(circle at 88% 84%, rgba(34,211,238,.1), transparent 32rem),
    var(--login-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.login-skip {
  position: fixed;
  z-index: 3000;
  top: 12px;
  left: 50%;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  background: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transform: translate(-50%, -160%);
  transition: transform 180ms ease;
}
.login-skip:focus { transform: translate(-50%, 0); }

.login-ambient,
.login-grid,
.login-orb { position: fixed; pointer-events: none; }
.login-ambient { inset: 0; z-index: 0; overflow: hidden; }
.login-grid {
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(135,177,231,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(135,177,231,.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(120deg, #000, rgba(0,0,0,.38) 55%, transparent 90%);
  animation: login-grid-drift 22s linear infinite;
}
.login-orb { border-radius: 50%; filter: blur(2px); }
.login-orb-one { width: 520px; height: 520px; left: -250px; top: -210px; background: radial-gradient(circle, rgba(47,125,244,.31), transparent 68%); animation: login-orb-float 11s ease-in-out infinite; }
.login-orb-two { width: 660px; height: 660px; right: -300px; bottom: -330px; background: radial-gradient(circle, rgba(34,211,238,.17), transparent 66%); animation: login-orb-float 13s 1.5s ease-in-out infinite reverse; }
.login-orb-three { width: 300px; height: 300px; right: 30%; top: -190px; background: radial-gradient(circle, rgba(99,230,180,.12), transparent 68%); animation: login-orb-float 9s 1s ease-in-out infinite; }

.login-shell {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  min-height: calc(100vh - 44px);
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(470px, .88fr);
  border: 1px solid rgba(148,184,232,.16);
  border-radius: 30px;
  background: rgba(4,16,33,.72);
  box-shadow: var(--login-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: login-shell-in 720ms cubic-bezier(.2,.72,.2,1) both;
}

.login-story {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: clamp(34px,4.5vw,72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  border-right: 1px solid var(--login-line);
  background:
    linear-gradient(135deg, rgba(9,38,72,.83), rgba(4,18,36,.74)),
    url("/assets/images/photos/photo-forwarder-partnership.png") center / cover;
}
.login-story::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(2,10,24,.06), rgba(2,10,24,.7)),
    radial-gradient(circle at 80% 22%, rgba(34,211,238,.15), transparent 27rem);
}
.login-story::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  right: -240px;
  top: 14%;
  border: 1px solid rgba(123,183,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(59,130,246,.025), 0 0 0 90px rgba(59,130,246,.018);
  animation: login-ring-spin 28s linear infinite;
}

.login-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
  animation: login-rise 620ms 160ms ease both;
}
.login-brand img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(69,151,255,.42)); transition: transform 300ms ease; }
.login-brand:hover img { transform: rotate(-7deg) scale(1.07); }
.login-brand span { display: grid; line-height: 1; }
.login-brand strong { font-size: 18px; font-weight: 900; letter-spacing: -.035em; }
.login-brand small { margin-top: 5px; color: #9fc6ff; font-size: 8px; font-weight: 850; letter-spacing: .16em; }

.login-story-copy { max-width: 760px; margin: auto 0 36px; animation: login-copy-in 760ms 240ms cubic-bezier(.2,.72,.2,1) both; }
.login-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 19px; color: #9acfff; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.login-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--login-mint); box-shadow: 0 0 0 7px rgba(99,230,180,.09), 0 0 18px rgba(99,230,180,.7); animation: login-pulse 2s ease-in-out infinite; }
.login-story-copy h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(54px,6vw,90px); font-weight: 900; line-height: .94; letter-spacing: -.07em; }
.login-story-copy h1 span { color: transparent; background: linear-gradient(100deg, #70a7ff, #48d9ee 50%, #63e6b4); background-size: 180% auto; -webkit-background-clip: text; background-clip: text; animation: login-gradient 5s ease-in-out infinite alternate; }
.login-story-copy p { max-width: 660px; margin: 25px 0 0; color: #bfd0e4; font-size: clamp(16px,1.5vw,19px); line-height: 1.72; }

.login-route-card {
  width: min(700px, 100%);
  padding: 22px 24px 20px;
  border: 1px solid rgba(139,190,255,.2);
  border-radius: 21px;
  background: rgba(5,23,45,.7);
  box-shadow: 0 20px 55px rgba(0,6,20,.3);
  backdrop-filter: blur(15px);
  animation: login-rise 680ms 360ms ease both;
  transition: transform 260ms ease, border-color 260ms ease;
}
.login-route-card:hover { transform: translateY(-4px); border-color: rgba(76,166,255,.42); }
.login-route-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.login-route-head > div > span { display: block; color: #7f99b8; font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.login-route-head strong { display: block; margin-top: 5px; color: #f2f8ff; font-size: 13px; }
.login-live { display: inline-flex; align-items: center; gap: 6px; color: #7ce7c2; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.login-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--login-mint); box-shadow: 0 0 13px rgba(99,230,180,.75); animation: login-pulse 1.9s ease-in-out infinite; }

.login-route { position: relative; height: 110px; margin: 7px 0 0; }
.login-route-track { position: absolute; left: 5%; right: 5%; top: 49px; height: 2px; overflow: hidden; background: rgba(125,177,237,.2); }
.login-route-track i { position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, var(--login-blue), var(--login-cyan), transparent); animation: login-route-light 3s linear infinite; }
.login-route-node { position: absolute; top: 39px; width: 22px; height: 22px; display: grid; place-items: center; border: 3px solid #061426; border-radius: 50%; color: transparent; background: #4a8df7; box-shadow: 0 0 0 6px rgba(74,141,247,.09), 0 0 20px rgba(74,141,247,.45); }
.login-route-node b { display: none; }
.login-route-node small { position: absolute; top: 29px; color: #8fa7c1; font-size: 8px; font-weight: 750; white-space: nowrap; }
.login-route-node.n1 { left: 5%; }
.login-route-node.n2 { left: 34%; background: var(--login-cyan); animation: login-node 2.4s .5s ease-in-out infinite; }
.login-route-node.n3 { left: 64%; background: var(--login-cyan); animation: login-node 2.4s 1.1s ease-in-out infinite; }
.login-route-node.n4 { right: 5%; background: var(--login-mint); }
.login-route-cargo { position: absolute; left: 5%; top: 13px; color: #e9f6ff; font-size: 17px; filter: drop-shadow(0 0 10px rgba(34,211,238,.7)); animation: login-cargo 7s ease-in-out infinite; }
.login-route-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.login-route-stats div { padding: 10px 12px; border: 1px solid rgba(148,184,232,.1); border-radius: 11px; background: rgba(255,255,255,.025); }
.login-route-stats span { display: block; color: #718ba9; font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.login-route-stats strong { display: block; margin-top: 5px; color: #eaf4ff; font-size: 11px; }

.login-trust-row { margin-top: 20px; display: flex; gap: 19px; flex-wrap: wrap; color: #9db1c9; font-size: 10px; font-weight: 700; animation: login-rise 620ms 460ms ease both; }
.login-trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.login-trust-row i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 6px; color: #052019; background: var(--login-mint); font-style: normal; font-size: 9px; font-weight: 900; }

.login-panel {
  min-width: 0;
  padding: clamp(32px,4.5vw,72px);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(47,125,244,.12), transparent 26rem),
    linear-gradient(145deg, rgba(8,28,53,.93), rgba(3,14,29,.97));
}

.login-card { width: min(500px, 100%); animation: login-form-in 760ms 220ms cubic-bezier(.2,.72,.2,1) both; }
.login-card-head { margin-bottom: 29px; }
.login-card-kicker { display: block; margin-bottom: 12px; color: #79cdea; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.login-card-head h2 { margin: 0; color: #fff; font-size: clamp(34px,3.5vw,48px); line-height: 1.03; letter-spacing: -.05em; }
.login-card-head p { margin: 13px 0 0; color: #93aac4; font-size: 13px; line-height: 1.65; }

#loginForm { display: grid; gap: 18px; }
.login-field { min-width: 0; }
.login-field > label,
.login-label-row label { display: block; margin-bottom: 8px; color: #dce9f8; font-size: 11px; font-weight: 800; letter-spacing: .01em; }
.login-label-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.login-label-row a { margin-bottom: 8px; color: #77b7ff; font-size: 10px; font-weight: 750; text-decoration: none; }
.login-label-row a:hover { color: #a5d5ff; text-decoration: underline; }
.login-input-wrap { position: relative; }
.login-input-wrap input {
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 0 46px 0 48px;
  border: 1px solid rgba(135,174,224,.24);
  border-radius: 13px;
  color: #f3f8ff;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.login-input-wrap input::placeholder { color: #6e86a4; }
.login-input-wrap input:hover { border-color: rgba(135,174,224,.4); background: rgba(255,255,255,.058); }
.login-input-wrap input:focus { border-color: #3b82f6; background: rgba(9,37,70,.78); box-shadow: 0 0 0 4px rgba(59,130,246,.13), 0 14px 32px rgba(0,8,24,.25); transform: translateY(-1px); }
.login-input-wrap:focus-within .login-field-icon { color: var(--login-cyan); transform: scale(1.08); }
.login-field-icon { position: absolute; z-index: 2; left: 17px; top: 50%; color: #7590af; font-size: 14px; font-weight: 900; transform: translateY(-50%); transition: color 180ms ease, transform 180ms ease; }
.login-lock { width: 12px; height: 11px; border: 2px solid currentColor; border-radius: 3px; }
.login-lock::before { content: ""; position: absolute; left: 1px; bottom: 7px; width: 6px; height: 6px; border: 2px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; }
.login-field-check { position: absolute; right: 17px; top: 50%; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #042016; background: var(--login-mint); font-size: 10px; font-weight: 900; opacity: 0; transform: translateY(-50%) scale(.55); transition: opacity 180ms ease, transform 220ms cubic-bezier(.2,.9,.2,1.4); }
.login-input-wrap:has(input:valid:not(:placeholder-shown)) .login-field-check { opacity: 1; transform: translateY(-50%) scale(1); }
.login-field > small { display: block; margin-top: 7px; color: #7088a5; font-size: 9px; line-height: 1.45; }

.login-password-wrap input { padding-right: 91px; }
.login-password-toggle {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 8px;
  min-width: 72px;
  height: 38px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 9px;
  color: #9db7d5;
  background: transparent;
  font: inherit;
  font-size: 9px;
  font-weight: 850;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, background 180ms ease;
}
.login-password-toggle:hover,
.login-password-toggle:focus-visible { color: #fff; background: rgba(47,125,244,.14); outline: none; }
.login-eye { position: relative; width: 16px; height: 11px; display: block; overflow: hidden; border: 1.7px solid currentColor; border-radius: 50% 15%; transform: rotate(45deg); }
.login-eye i { position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border: 1.5px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.login-password-toggle[aria-pressed="true"] .login-eye::after { content: ""; position: absolute; left: -2px; top: 4px; width: 20px; height: 2px; background: currentColor; transform: rotate(-3deg); }
.login-caps { color: #f7b267 !important; }

.login-options { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.login-remember { display: inline-flex; align-items: center; gap: 8px; color: #9db1c8; font-size: 10px; font-weight: 700; cursor: pointer; }
.login-remember input { position: absolute; opacity: 0; pointer-events: none; }
.login-remember > span { position: relative; width: 18px; height: 18px; border: 1px solid rgba(135,174,224,.35); border-radius: 6px; background: rgba(255,255,255,.035); transition: border-color 180ms ease, background 180ms ease; }
.login-remember input:focus-visible + span { outline: 2px solid #60a5fa; outline-offset: 2px; }
.login-remember input:checked + span { border-color: var(--login-blue); background: var(--login-blue); }
.login-remember input:checked + span::after { content: ""; position: absolute; left: 5px; top: 2px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.login-secure { display: inline-flex; align-items: center; gap: 7px; color: #77cdb0; font-size: 9px; font-weight: 800; }
.login-secure i { width: 7px; height: 7px; border-radius: 50%; background: var(--login-mint); box-shadow: 0 0 11px rgba(99,230,180,.55); }

.login-error { min-height: 0; margin: -7px 0 -5px; padding: 0; overflow: hidden; color: #ff9dae; font-size: 11px; font-weight: 700; line-height: 1.45; transition: min-height 180ms ease, padding 180ms ease, background 180ms ease; }
.login-error:not(:empty) { min-height: 40px; padding: 11px 13px; border: 1px solid rgba(248,113,113,.22); border-radius: 10px; background: rgba(127,29,29,.15); animation: login-error-shake 360ms ease both; }

.login-submit {
  position: relative;
  width: 100%;
  height: 54px;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #2f7df4 55%, #0891b2);
  box-shadow: 0 15px 34px rgba(37,99,235,.3);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.login-submit::before { content: ""; position: absolute; inset: 0; transform: translateX(-110%); background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent); transition: transform 600ms ease; }
.login-submit:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(37,99,235,.4); filter: saturate(1.12); }
.login-submit:hover::before { transform: translateX(110%); }
.login-submit:active { transform: translateY(0) scale(.99); }
.login-submit:focus-visible { outline: 3px solid rgba(96,165,250,.45); outline-offset: 3px; }
.login-button-idle,
.login-button-busy { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.login-button-idle i { font-size: 16px; font-style: normal; transition: transform 180ms ease; }
.login-submit:hover .login-button-idle i { transform: translateX(4px); }
.login-button-busy { display: none; }
.login-button-busy i { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.3); border-top-color: #fff; border-radius: 50%; animation: login-spin .75s linear infinite; }
.login-submit.is-loading { cursor: wait; }
.login-submit.is-loading .login-button-idle { display: none; }
.login-submit.is-loading .login-button-busy { display: inline-flex; }

.login-privacy { margin: -3px 0 0; color: #647c99; font-size: 8px; line-height: 1.5; text-align: center; }
.login-divider { margin: 27px 0 19px; display: flex; align-items: center; gap: 12px; color: #6f86a2; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.login-divider::before,
.login-divider::after { content: ""; flex: 1; height: 1px; background: var(--login-line); }

.login-signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.login-signup-grid a { position: relative; min-height: 82px; padding: 14px 37px 14px 15px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--login-line); border-radius: 13px; color: #dceaff; background: rgba(255,255,255,.028); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.login-signup-grid a:hover { transform: translateY(-3px); border-color: rgba(74,148,242,.46); background: rgba(37,99,235,.1); }
.login-signup-grid span { color: #74cbe8; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.login-signup-grid strong { margin-top: 6px; font-size: 10px; line-height: 1.35; }
.login-signup-grid i { position: absolute; right: 14px; top: 50%; color: #7eb8ff; font-size: 15px; font-style: normal; transform: translateY(-50%); transition: transform 180ms ease; }
.login-signup-grid a:hover i { transform: translate(3px,-50%); }
.login-home-link { width: fit-content; margin: 20px auto 0; display: block; color: #7790ae; font-size: 9px; font-weight: 750; text-decoration: none; }
.login-home-link:hover { color: #b9cbe0; }

/* Full-screen sign-in sequence */
.login-loading {
  position: fixed;
  inset: 0;
  z-index: 2400;
  padding: 24px;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  background:
    radial-gradient(circle at center, rgba(29,78,216,.24), transparent 34rem),
    rgba(2,10,24,.94);
  backdrop-filter: blur(20px);
  transition: opacity 260ms ease, visibility 260ms ease;
}
.login-loading.is-visible { visibility: visible; opacity: 1; }
.login-loading-card { width: min(520px, 100%); padding: 42px; border: 1px solid rgba(120,181,255,.22); border-radius: 27px; background: linear-gradient(145deg, rgba(11,40,74,.96), rgba(4,18,36,.98)); box-shadow: 0 35px 110px rgba(0,0,0,.52); text-align: center; transform: translateY(18px) scale(.96); transition: transform 420ms cubic-bezier(.2,.8,.2,1); }
.login-loading.is-visible .login-loading-card { transform: none; }
.login-loading-logo { position: relative; width: 98px; height: 98px; margin: 0 auto 25px; display: grid; place-items: center; }
.login-loading-logo img { position: relative; z-index: 2; width: 58px; height: 58px; filter: drop-shadow(0 0 20px rgba(69,151,255,.52)); animation: login-logo-bob 2.2s ease-in-out infinite; }
.login-loading-logo i { position: absolute; inset: 0; border: 1px solid rgba(96,165,250,.34); border-radius: 50%; animation: login-loader-ring 2.6s linear infinite; }
.login-loading-logo i:nth-of-type(2) { inset: 11px; border-color: rgba(34,211,238,.3); animation-direction: reverse; animation-duration: 1.9s; }
.login-loading-logo i:nth-of-type(3) { inset: -9px; border-style: dashed; border-color: rgba(99,230,180,.18); animation-duration: 6s; }
.login-loading-kicker { color: #70cfea; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.login-loading h2 { margin: 12px 0 0; color: #fff; font-size: clamp(30px,5vw,42px); letter-spacing: -.045em; }
.login-loading p { margin: 12px 0 28px; color: #91a9c5; font-size: 12px; }
.login-loading-route { height: 24px; display: flex; align-items: center; }
.login-loading-route i { flex: 0 0 12px; height: 12px; border: 3px solid #061426; border-radius: 50%; background: #4a8df7; box-shadow: 0 0 13px rgba(74,141,247,.6); animation: login-loader-node 1.8s ease-in-out infinite; }
.login-loading-route i:nth-of-type(2) { background: var(--login-cyan); animation-delay: .3s; }
.login-loading-route i:nth-of-type(3) { background: var(--login-mint); animation-delay: .6s; }
.login-loading-route span { position: relative; flex: 1; height: 2px; overflow: hidden; background: rgba(119,166,226,.2); }
.login-loading-route span::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, var(--login-cyan), transparent); animation: login-route-light 1.5s linear infinite; }
.login-loading-steps { margin-top: 13px; display: grid; grid-template-columns: repeat(3,1fr); color: #607a98; font-size: 8px; font-weight: 800; }
.login-loading-steps span { transition: color 220ms ease, transform 220ms ease; }
.login-loading-steps span.is-active { color: #b9eaff; transform: translateY(-1px); }

@keyframes login-shell-in { from { opacity: 0; transform: translateY(18px) scale(.985); } }
@keyframes login-rise { from { opacity: 0; transform: translateY(16px); } }
@keyframes login-copy-in { from { opacity: 0; transform: translateX(-24px); } }
@keyframes login-form-in { from { opacity: 0; transform: translateX(24px); } }
@keyframes login-gradient { to { background-position: 100% center; } }
@keyframes login-grid-drift { to { background-position: 56px 56px; } }
@keyframes login-orb-float { 50% { transform: translate(25px,18px) scale(1.08); opacity: .72; } }
@keyframes login-ring-spin { to { transform: rotate(360deg); } }
@keyframes login-pulse { 50% { opacity: .44; transform: scale(.76); } }
@keyframes login-route-light { to { transform: translateX(100%); } }
@keyframes login-node { 50% { box-shadow: 0 0 0 10px rgba(34,211,238,0), 0 0 22px rgba(34,211,238,.72); } }
@keyframes login-cargo { 0%,8% { left: 5%; } 92%,100% { left: 88%; } }
@keyframes login-spin { to { transform: rotate(360deg); } }
@keyframes login-error-shake { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 50% { transform: translateX(4px); } 75% { transform: translateX(-2px); } }
@keyframes login-loader-ring { to { transform: rotate(360deg); } }
@keyframes login-loader-node { 50% { transform: scale(.7); opacity: .45; } }
@keyframes login-logo-bob { 50% { transform: translateY(-5px) scale(1.04); } }

@media (max-width: 1100px) {
  body.login-experience { padding: 14px; }
  .login-shell { min-height: calc(100vh - 28px); grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); }
  .login-story { min-height: 720px; padding: 38px; }
  .login-story-copy h1 { font-size: clamp(50px,7vw,74px); }
  .login-panel { padding: 38px; }
}

@media (max-width: 880px) {
  body.login-experience { padding: 0; }
  .login-shell { min-height: 100vh; display: block; border: 0; border-radius: 0; }
  .login-story { min-height: auto; padding: 28px 24px 44px; border-right: 0; border-bottom: 1px solid var(--login-line); }
  .login-brand { margin-bottom: 80px; }
  .login-story-copy { margin: 0 0 32px; }
  .login-story-copy h1 { max-width: 650px; font-size: clamp(49px,12vw,75px); }
  .login-route-card { max-width: 650px; }
  .login-panel { padding: 58px 24px 70px; }
  .login-card { width: min(560px,100%); }
}

@media (max-width: 560px) {
  .login-story { padding-inline: 18px; }
  .login-brand { margin-bottom: 64px; }
  .login-brand img { width: 40px; height: 40px; }
  .login-brand strong { font-size: 16px; }
  .login-story-copy h1 { font-size: clamp(45px,15vw,62px); }
  .login-story-copy p { font-size: 14px; }
  .login-route-card { padding: 18px; }
  .login-route-stats { grid-template-columns: 1fr; }
  .login-route { height: 103px; }
  .login-trust-row { gap: 11px; }
  .login-panel { padding: 48px 18px 60px; }
  .login-card-head h2 { font-size: 36px; }
  .login-options { align-items: flex-start; flex-direction: column; }
  .login-signup-grid { grid-template-columns: 1fr; }
  .login-loading-card { padding: 34px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-contrast: more) {
  .login-shell,
  .login-route-card,
  .login-input-wrap input,
  .login-signup-grid a { border-color: rgba(255,255,255,.58); }
}
