/* Premium customer auth — hospitality / restaurant portal */
.mocbt-cust-auth-body {
  margin: 0;
  min-height: 100vh;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--mocbt-text, #102A43);
  background: #071825;
  overflow-x: hidden;
}

.mocbt-cust-auth-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, #041018 0%, #0A2540 42%, #0B6E99 100%);
}

.mocbt-cust-auth-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 30% 40%, #000 20%, transparent 70%);
  animation: mocbtCustGridDrift 28s linear infinite;
}

.mocbt-cust-auth-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: .55;
  animation: mocbtCustFloat 12s ease-in-out infinite;
}
.mocbt-cust-auth-orb-a {
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  left: -8%;
  top: -12%;
  background: radial-gradient(circle, rgba(56,189,248,.55), transparent 70%);
}
.mocbt-cust-auth-orb-b {
  width: min(48vw, 440px);
  height: min(48vw, 440px);
  right: -6%;
  bottom: -10%;
  background: radial-gradient(circle, rgba(11,110,153,.7), transparent 70%);
  animation-delay: -4s;
}
.mocbt-cust-auth-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, rgba(4,16,24,.55) 100%);
  pointer-events: none;
}

.mocbt-cust-auth-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(1.2rem, 4vw, 2.5rem);
}

.mocbt-cust-auth-stage {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  box-shadow: 0 40px 80px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
  animation: mocbtCustRise .7s cubic-bezier(.22,1,.36,1) both;
}

.mocbt-cust-auth-story {
  padding: clamp(1.6rem, 4vw, 2.6rem);
  color: #f4f8fc;
  background:
    linear-gradient(160deg, rgba(10,37,64,.55) 0%, rgba(11,110,153,.28) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.mocbt-cust-auth-story::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% 20%;
  height: 70%;
  background: radial-gradient(circle, rgba(56,189,248,.18), transparent 60%);
  pointer-events: none;
}

.mocbt-cust-auth-brand {
  font-family: Sora, Manrope, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: .02em;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.mocbt-cust-auth-brand span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38BDF8;
  box-shadow: 0 0 0 6px rgba(56,189,248,.18);
  animation: mocbtCustPulse 2.4s ease-in-out infinite;
}

.mocbt-cust-auth-story h1 {
  margin: 1.6rem 0 .7rem;
  font-family: Sora, Manrope, sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.35rem);
  line-height: 1.15;
  max-width: 12ch;
}
.mocbt-cust-auth-story p {
  margin: 0;
  color: rgba(244,248,252,.82);
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.55;
}

.mocbt-cust-auth-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.4rem;
}
.mocbt-cust-auth-chips i {
  font-style: normal;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .4rem .7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
}

.mocbt-cust-auth-panel {
  background: #F3F7FB;
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mocbt-cust-auth-panel h2 {
  margin: 0 0 .35rem;
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.45rem;
  color: #0A2540;
}
.mocbt-cust-auth-panel .mocbt-cust-auth-lead {
  margin: 0 0 1.3rem;
  color: #627D98;
  font-size: .95rem;
}

.mocbt-cust-auth-form {
  display: grid;
  gap: .95rem;
}
.mocbt-cust-auth-form label {
  display: grid;
  gap: .35rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #627D98;
}
.mocbt-cust-auth-form input {
  width: 100%;
  border: 1px solid #D9E2EC;
  background: #fff;
  color: #102A43;
  border-radius: 12px;
  padding: .85rem 1rem;
  font: inherit;
  font-size: .98rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.mocbt-cust-auth-form input:focus {
  outline: none;
  border-color: #0B6E99;
  box-shadow: 0 0 0 4px rgba(11,110,153,.15);
}

.mocbt-cust-auth-pass {
  position: relative;
}
.mocbt-cust-auth-pass input {
  padding-right: 3.2rem;
}
.mocbt-cust-auth-toggle {
  position: absolute;
  right: .45rem;
  bottom: .4rem;
  border: 0;
  background: transparent;
  color: #627D98;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .55rem .65rem;
  border-radius: 8px;
  cursor: pointer;
}
.mocbt-cust-auth-toggle:hover {
  color: #0B6E99;
  background: rgba(11,110,153,.08);
}

.mocbt-cust-auth-submit {
  margin-top: .35rem;
  border: 0;
  border-radius: 12px;
  padding: .95rem 1.1rem;
  background: linear-gradient(135deg, #0B6E99, #0A2540);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  font-family: Sora, Manrope, sans-serif;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  box-shadow: 0 14px 28px rgba(11,110,153,.28);
}
.mocbt-cust-auth-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.mocbt-cust-auth-submit:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.mocbt-cust-auth-msg {
  display: none;
  margin: 0;
  padding: .75rem .9rem;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 600;
}
.mocbt-cust-auth-msg.is-error {
  display: block;
  background: #FCE8E8;
  color: #C81E1E;
  border: 1px solid #f3c1c1;
}
.mocbt-cust-auth-msg.is-ok {
  display: block;
  background: #E3F9E5;
  color: #0F7B4A;
  border: 1px solid #b7e6c0;
}

.mocbt-cust-auth-foot {
  margin-top: 1.2rem;
  font-size: .88rem;
  color: #627D98;
}
.mocbt-cust-auth-foot a {
  color: #0B6E99;
  font-weight: 700;
  text-decoration: none;
}
.mocbt-cust-auth-foot a:hover { text-decoration: underline; }

@keyframes mocbtCustRise {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes mocbtCustFloat {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0, 24px, 0); }
}
@keyframes mocbtCustPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(56,189,248,.16); }
  50% { box-shadow: 0 0 0 10px rgba(56,189,248,.08); }
}
@keyframes mocbtCustGridDrift {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(48px, 48px, 0); }
}

@media (max-width: 860px) {
  .mocbt-cust-auth-stage {
    grid-template-columns: 1fr;
  }
  .mocbt-cust-auth-story {
    min-height: auto;
  }
  .mocbt-cust-auth-story h1 {
    max-width: none;
  }
}
