:root {
  --shipendo-account-ink: #0b1f4a;
  --shipendo-account-blue: #0d4fb8;
  --shipendo-account-deep: #071b41;
  --shipendo-account-paper: #f7faff;
  --shipendo-account-sand: #edf5ff;
  --shipendo-account-muted: #4c6385;
  --shipendo-account-line: #cfdff2;
  --shipendo-account-lime: #c4f079;
}

body.page-user-login {
  background: var(--shipendo-account-sand);
  color: var(--shipendo-account-ink);
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
}

body.page-user-login,
body.page-user-login * {
  box-sizing: border-box;
}

.shipendo-account-page {
  background-color: var(--shipendo-account-sand);
  background-image: linear-gradient(rgba(37, 99, 191, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 191, .07) 1px, transparent 1px), radial-gradient(circle at 15% 15%, rgba(108, 171, 255, .3), transparent 30%), linear-gradient(135deg, #f7fbff 0%, #e8f2ff 100%);
  background-size: 46px 46px, 46px 46px, auto, auto;
  min-height: 100vh;
  overflow: hidden;
  padding: 28px 32px 24px;
}

.shipendo-account-shell {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1180px;
  min-height: calc(100vh - 52px);
}

.shipendo-account-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.shipendo-account-brand {
  align-items: center;
  color: var(--shipendo-account-ink);
  display: inline-flex;
  font-size: 22px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: -.06em;
  text-decoration: none;
}

.shipendo-account-brand-mark,
.shipendo-account-card-mark {
  align-items: center;
  background: var(--shipendo-account-blue);
  border-radius: 11px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.shipendo-account-brand-mark svg { height: 23px; width: 23px; }
.shipendo-account-card-mark svg { height: 21px; width: 21px; }

.shipendo-account-brand-dot { color: var(--shipendo-account-blue); }

.shipendo-account-back {
  color: var(--shipendo-account-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.shipendo-account-back span {
  display: inline-block;
  margin-left: 5px;
  transition: transform .2s ease;
}

.shipendo-account-back:hover span { transform: translate(3px, -3px); }

.shipendo-account-layout {
  align-items: center;
  display: grid;
  flex: 1;
  gap: clamp(60px, 9vw, 140px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  padding: 72px 5vw 65px;
}

.shipendo-account-intro { max-width: 530px; }

.shipendo-account-kicker,
.shipendo-account-card-kicker {
  color: #8f3f3d;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: .14em;
  margin: 0;
  text-transform: uppercase;
}

.shipendo-account-intro h1,
.shipendo-account-card h2 {
  color: var(--shipendo-account-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: -.05em;
  margin: 19px 0 0;
}

.shipendo-account-intro h1 {
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: .98;
  max-width: 500px;
}

.shipendo-account-intro-copy {
  color: #304a70;
  font-size: 19px;
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 450px;
}

.shipendo-account-points {
  display: grid;
  gap: 13px;
  margin-top: 38px;
}

.shipendo-account-points span {
  align-items: center;
  color: #29415a;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 11px;
}

.shipendo-account-points i {
  align-items: center;
  background: #dff4e7;
  border-radius: 50%;
  color: #236b43;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.shipendo-account-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid #c7daf1;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(28, 73, 137, .18);
  padding: 36px 38px 34px;
}

.shipendo-account-card-mark { margin-bottom: 25px; }
.shipendo-account-card h2 { font-size: 42px; line-height: 1.05; }

.shipendo-account-card-copy {
  color: var(--shipendo-account-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 0;
}

.shipendo-account-form { margin-top: 30px; }
.shipendo-account-form .region-content { margin: 0; }
.shipendo-account-form .block { margin: 0; }
.shipendo-account-form .block h2 { display: none; }

.shipendo-account-form form { margin: 0; }
.shipendo-account-form .form-item { margin: 0 0 19px; }

.shipendo-account-form label {
  color: var(--shipendo-account-ink);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px;
}

.shipendo-account-form .form-required { color: #8f3f3d; }

.shipendo-account-form input.form-text {
  background: #fff;
  border: 1px solid #afc8e7;
  border-radius: 10px;
  color: var(--shipendo-account-ink);
  display: block;
  font: inherit;
  font-size: 16px;
  height: 52px;
  max-width: none;
  padding: 0 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.shipendo-account-form input.form-text:focus {
  border-color: var(--shipendo-account-blue);
  box-shadow: 0 0 0 4px rgba(13, 79, 184, .15);
  outline: 0;
}

.shipendo-account-form .description {
  color: var(--shipendo-account-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 7px;
}

.shipendo-account-form .form-actions { margin: 25px 0 0; }

.shipendo-account-form input.form-submit {
  background: var(--shipendo-account-blue);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(13, 79, 184, .2);
  color: #fff;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  min-height: 52px;
  padding: 0 20px;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}

.shipendo-account-form input.form-submit:hover {
  background: var(--shipendo-account-deep);
  box-shadow: 0 16px 30px rgba(13, 79, 184, .26);
  transform: translateY(-1px);
}

.shipendo-account-form input.form-submit:focus-visible,
.shipendo-account-back:focus-visible,
.shipendo-account-brand:focus-visible,
.shipendo-account-reset:focus-visible {
  outline: 3px solid rgba(13, 79, 184, .35);
  outline-offset: 3px;
}

.shipendo-account-reset {
  color: var(--shipendo-account-blue);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 22px;
  text-decoration: none;
}

.shipendo-account-reset:hover { text-decoration: underline; }

.shipendo-account-form #block-system-powered-by,
.shipendo-account-form #block-system-navigation,
.shipendo-account-form .region-footer,
.shipendo-account-form .region-sidebar-first,
.shipendo-account-form .region-sidebar-second { display: none; }

.shipendo-account-footer {
  align-items: center;
  border-top: 1px solid rgba(137, 171, 214, .45);
  color: #526b8e;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-top: 19px;
}

@media (max-width: 800px) {
  .shipendo-account-page { padding: 22px 20px 20px; }
  .shipendo-account-shell { min-height: calc(100vh - 42px); }
  .shipendo-account-layout {
    gap: 42px;
    grid-template-columns: 1fr;
    padding: 58px 0 48px;
  }
  .shipendo-account-intro { max-width: 600px; }
  .shipendo-account-intro h1 { font-size: clamp(52px, 14vw, 72px); }
  .shipendo-account-card { max-width: 520px; padding: 30px 26px 28px; width: 100%; }
}

@media (max-width: 480px) {
  .shipendo-account-header { align-items: flex-start; }
  .shipendo-account-back { font-size: 12px; margin-top: 8px; }
  .shipendo-account-layout { padding-top: 48px; }
  .shipendo-account-intro h1 { font-size: clamp(46px, 14vw, 62px); }
  .shipendo-account-intro-copy { font-size: 17px; }
  .shipendo-account-footer { align-items: flex-start; flex-direction: column; gap: 7px; }
}
