@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

:root {
  --auth-green: #008c3a;
  --auth-green-2: #009444;
  --auth-green-dark: #047a36;
  --auth-green-soft: #eefbf4;
  --auth-green-soft-2: #e8f7ee;
  --auth-blue: #0f6fe8;
  --auth-orange: #d97706;
  --auth-text: #0f172a;
  --auth-muted: #667085;
  --auth-line: #d7dee8;
  --auth-line-soft: #e7edf4;
  --auth-placeholder: #98a2b3;
  --auth-shadow: 0 24px 56px rgba(15, 23, 42, .10);
  --auth-shadow-soft: 0 10px 28px rgba(15, 23, 42, .08);
  --auth-font: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.auth-page,
.auth-page * {
  box-sizing: border-box;
}

.auth-page {
  display: block;
  min-height: auto;
  padding: 0;
  place-items: normal;
  width: min(1392px, calc(100% - 56px));
  margin: 28px auto 80px;
  color: var(--auth-text);
  font-family: var(--auth-font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.auth-page a {
  color: inherit;
  text-decoration: none;
}

.auth-page button,
.auth-page input,
.auth-page select,
.auth-page textarea {
  font: inherit;
  font-family: var(--auth-font);
}

.auth-page button {
  cursor: pointer;
}

.ocp-auth-body {
  background: #f6f8fb;
}

.auth-page .bi {
  line-height: 1;
}

.ocp-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.auth-page svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.auth-screen,
.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(540px, .97fr);
  gap: 24px;
  min-height: 760px;
}

.page-register-owner,
.auth-layout.store-layout {
  grid-template-columns: minmax(0, .92fr) minmax(680px, 1.08fr);
}

.page-owner-pending {
  grid-template-columns: minmax(0, .98fr) minmax(620px, 1.02fr);
}

.hero-card,
.form-card,
.promo-panel,
.auth-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 26px;
  box-shadow: var(--auth-shadow);
}

.hero-card,
.promo-panel {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  padding: 48px 48px 40px;
  background: linear-gradient(115deg, rgba(239, 253, 246, .98), rgba(232, 247, 255, .92));
}

.form-card,
.auth-card {
  background: rgba(255, 255, 255, .98);
  padding: 64px 56px 44px;
}

.owner-form-card,
.store-card {
  padding: 36px 56px 32px;
}

.badge-row,
.pill-row {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 46px;
}

.badge,
.mini-pill {
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(0, 140, 58, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--auth-green-dark);
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.badge svg {
  width: 18px;
  height: 18px;
}

.badge-blue,
.mini-pill.blue {
  color: var(--auth-blue);
  border-color: rgba(15, 111, 232, .16);
}

.badge-orange,
.mini-pill.orange {
  color: var(--auth-orange);
  border-color: rgba(217, 119, 6, .18);
  background: #fffaf1;
}

.hero-card h1,
.promo-title {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #0a6f31;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.11;
  letter-spacing: 0;
}

.page-register-owner .hero-card h1,
.store-layout .promo-title {
  font-size: 52px;
}

.pending-hero h1 {
  font-size: 54px;
}

.hero-subtitle,
.promo-subtitle {
  position: relative;
  z-index: 3;
  margin: 24px 0 34px;
  color: #475467;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.feature-list,
.benefit-list {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 17px;
  width: min(560px, 100%);
}

.feature-list.compact {
  gap: 15px;
}

.feature-item,
.benefit-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
}

.feature-icon,
.benefit-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  color: var(--auth-green);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .07);
}

.feature-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.85;
}

.feature-item b,
.benefit-item b {
  display: block;
  margin-bottom: 5px;
  color: #162033;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.25;
}

.feature-item p,
.benefit-item small {
  margin: 0;
  color: var(--auth-muted);
  font-size: 15px;
  line-height: 1.45;
}

.bottom-callout,
.approval-callout,
.owner-callout {
  position: absolute;
  right: 48px;
  bottom: 48px;
  left: 48px;
  z-index: 5;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 22px 28px;
  border: 1px solid rgba(0, 140, 58, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .93);
  box-shadow: var(--auth-shadow-soft);
  backdrop-filter: blur(10px);
}

.approval-callout {
  grid-template-columns: 70px 1fr;
}

.callout-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--auth-green-soft-2);
  color: var(--auth-green);
}

.callout-icon svg {
  width: 34px;
  height: 34px;
}

.bottom-callout b,
.approval-callout b,
.owner-callout b {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 650;
}

.bottom-callout p,
.approval-callout p,
.owner-callout p {
  margin: 0;
  color: var(--auth-muted);
  font-size: 15px;
  line-height: 1.45;
}

.bottom-callout a,
.owner-callout a {
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1.5px solid var(--auth-green);
  border-radius: 10px;
  background: #fff;
  color: var(--auth-green);
  font-weight: 600;
  white-space: nowrap;
}

.skyline,
.city-illustration {
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: 1;
  width: 68%;
  height: 540px;
  opacity: .9;
  pointer-events: none;
}

.skyline::before,
.city-illustration::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(255, 255, 255, .68), rgba(255, 255, 255, .1) 58%, transparent),
    radial-gradient(circle at 64% 18%, rgba(255, 255, 255, .92) 0 58px, transparent 60px),
    radial-gradient(circle at 76% 19%, rgba(255, 255, 255, .88) 0 70px, transparent 72px);
}

.building {
  position: absolute;
  bottom: 92px;
  width: 88px;
  border: 1px solid rgba(15, 111, 232, .10);
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, #c9e6f5, #f4fbff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.building::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 20px, rgba(255, 255, 255, .58) 21px 24px),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(255, 255, 255, .5) 43px 46px);
}

.b1 { left: 0; height: 210px; }
.b2 { left: 104px; height: 286px; }
.b3 { left: 218px; height: 380px; }
.b4 { left: 340px; height: 254px; }
.b5 { left: 456px; height: 420px; }

.b5::before {
  content: "OCP";
  position: absolute;
  top: 58px;
  left: 22px;
  z-index: 2;
  color: #33a868;
  font-weight: 800;
  transform: rotate(-14deg);
}

.bridge {
  position: absolute;
  right: 10px;
  bottom: 205px;
  left: -30px;
  height: 12px;
  border-radius: 999px;
  background: rgba(128, 185, 204, .36);
  transform: skewY(-8deg);
}

.shop-illus,
.service-shop {
  position: absolute;
  bottom: 78px;
  left: 250px;
  width: 178px;
  height: 112px;
  border: 1px solid rgba(0, 140, 58, .12);
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(#fbffff 0 46%, #d9edf5 47%);
  box-shadow: 0 18px 30px rgba(15, 111, 232, .12);
}

.shop-illus::before,
.service-shop::before {
  content: "SERVICE";
  position: absolute;
  top: 32px;
  left: 60px;
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--auth-green);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transform: rotate(-4deg);
}

.shop-illus::after,
.service-shop::after {
  content: "";
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  height: 25px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(90deg, #0a8d42 0 30%, #fff 30% 40%, #0a8d42 40% 70%, #fff 70% 78%, #0a8d42 78%);
}

.tree {
  position: absolute;
  bottom: 62px;
  width: 86px;
  height: 112px;
}

.tree::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37px;
  width: 14px;
  height: 64px;
  border-radius: 10px;
  background: #9b7651;
}

.tree::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #8ad99a, #1f9b55 72%);
  opacity: .74;
}

.t1 { left: 440px; }
.t2 { left: 536px; bottom: 46px; transform: scale(.78); }

.pin-float,
.float-pin {
  position: absolute;
  top: 124px;
  left: 360px;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 8px;
  background: #58b9b0;
  box-shadow: 0 12px 22px rgba(88, 185, 176, .26);
  transform: rotate(-45deg);
}

.pin-float::after,
.float-pin::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fff;
}

.form-card h2,
.auth-card h2,
.auth-title {
  margin: 0;
  color: var(--auth-text);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.form-subtitle,
.auth-subtitle {
  margin: 14px 0 28px;
  color: #5f6b7c;
  font-size: 18px;
  line-height: 1.55;
}

.role-tabs {
  height: 58px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 2px 0 22px;
  padding: 4px;
  /*border: 1.5px solid var(--auth-line);*/
  border-radius: 12px;
  background: #fff;
}

.role-tabs a,
.role-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px solid transparent;
  border-radius: 9px;
  color: #5f6b7c;
  font-weight: 500;
}

.role-tabs a svg {
  width: 22px;
  height: 22px;
}

.role-tabs .bi {
  font-size: 17px;
}

.role-tabs a.active,
.role-tab.active {
  border-color: rgba(0, 140, 58, .48);
  background: linear-gradient(180deg, #f4fff8, #fff);
  color: var(--auth-green-dark);
  font-weight: 600;
}

.form-card form {
  display: block;
}

.form-stack {
  display: grid;
  gap: 16px;
}

.form-row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: -2px;
}

.input-icon,
.eye-icon {
  flex: 0 0 auto;
  color: #64748b;
  font-weight: 650;
}

.input-icon {
  width: 18px;
  display: grid;
  place-items: center;
}

.input-icon .bi,
.input-box > .bi {
  color: #64748b;
  font-size: 17px;
}

.eye-icon {
  color: #0f172a;
}

.ocp-social-login {
  display: grid;
  gap: 12px;
  margin: 6px 0 18px;
}

.ocp-social-btn {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1.5px solid var(--auth-line);
  border-radius: 999px;
  background: #fff;
  color: var(--auth-text);
  font-size: 15px;
  font-weight: 650;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ocp-social-btn:hover {
  border-color: rgba(0, 140, 58, .32);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.ocp-social-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.ocp-social-btn.google .ocp-social-icon {
  background: #fff1f1;
  color: #ea4335;
}

.ocp-social-btn.facebook .ocp-social-icon {
  background: #edf4ff;
  color: #1877f2;
}

.divider-text {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0 18px;
  color: #8a95a6;
  font-size: 14px;
  text-align: center;
}

.divider-text::before,
.divider-text::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: var(--auth-line-soft);
}

.legal-text {
  margin: 26px 0 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.auth-layout-compact {
  min-height: 620px;
}

.auth-layout-compact .promo-panel {
  min-height: 620px;
}

.register-auth-page {
  width: min(1180px, calc(100% - 56px));
  margin: 18px auto 52px;
}

.register-layout-single {
  display: block;
  min-height: auto;
}

.register-card {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 20px 32px 22px;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.register-card.is-customer {
  width: min(1040px, 100%);
}

.register-card-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  gap: 24px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--auth-line-soft);
}

.register-card-head > *,
.register-heading {
  min-width: 0;
}

.register-card .auth-title {
  font-size: 28px;
}

.register-card .auth-subtitle {
  margin: 6px 0 10px;
  font-size: 13px;
  line-height: 1.4;
}

.register-tabs {
  width: 100%;
  max-width: 520px;
  height: 38px;
  margin: 0;
  padding: 3px;
}

.register-card .role-tab {
  min-height: 30px;
  border-radius: 8px;
  font-size: 14px;
}

.register-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  margin-top: 8px;
  min-width: 0;
}

.register-step {
  position: relative;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #667085;
  font-size: 12px;
  font-weight: 650;
  text-align: center;
}

.register-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% + 23px);
  right: calc(-50% + 23px);
  height: 1px;
  background: #dbe2ea;
}

.register-step span {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1.5px solid #cfd7e3;
  border-radius: 50%;
  background: #f5f7fb;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.register-step b {
  display: block;
  min-width: 0;
  max-width: 100%;
  font-weight: 650;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.register-step.active {
  color: var(--auth-green-dark);
}

.register-step.active span {
  border-color: var(--auth-green);
  background: var(--auth-green);
  color: #fff;
  box-shadow: 0 5px 14px rgba(0, 140, 58, .18);
}

.register-step.done span {
  border-color: rgba(0, 140, 58, .34);
  background: var(--auth-green-soft);
  color: var(--auth-green-dark);
}

.register-card .form-stack {
  gap: 8px;
  margin-top: 8px;
}

.register-card .register-section {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--auth-line-soft);
}

.register-card .form-section.no-border {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.register-card .register-section-nested {
  margin-top: 8px;
}

.register-card .register-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  color: var(--auth-green-dark);
  font-size: 16px;
  font-weight: 700;
}

.register-card .register-section-title span {
  color: var(--auth-green);
}

.register-card .form-grid {
  gap: 7px 16px;
}

.register-card .register-account-grid,
.register-card .register-store-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.register-card .register-account-grid .field.full {
  grid-column: auto;
}

.register-card .register-store-grid .field.full {
  grid-column: span 2;
}

.register-card .field label,
.register-card .field > span {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.25;
}

.register-card .input-wrap {
  min-height: 40px;
  gap: 10px;
  padding: 0 12px;
  border-color: #dbe2ea;
  border-radius: 10px;
}

.register-card .input-wrap input,
.register-card .input-wrap select,
.register-card .input-wrap textarea {
  font-size: 14px;
}

.register-card .input-wrap.textarea {
  min-height: 52px;
  padding-top: 8px;
}

.register-card .input-wrap.textarea.tall {
  min-height: 76px;
}

.register-owner-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 14px;
}

.register-detail-column {
  display: grid;
  gap: 7px;
  align-content: start;
}

.register-map-grid {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(270px, 1fr);
  gap: 10px;
  align-items: stretch;
}

.register-map-coordinates {
  display: grid;
  gap: 7px;
}

.register-social-login {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
}

.register-bottom-row {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(330px, 1fr);
  gap: 14px;
  align-items: end;
  margin-top: 8px;
}

.register-primary-column,
.register-social-column {
  display: grid;
  gap: 6px;
  align-content: end;
}

.register-card .agree {
  margin: 0;
}

.register-card .primary-btn {
  min-height: 44px;
  border-radius: 10px;
  font-size: 16px;
}

.register-card .ocp-social-btn {
  min-height: 44px;
  border-radius: 12px;
}

.register-inline-divider {
  margin: 0;
}

.register-card .auth-switch {
  margin: 0;
  font-size: 14px;
}

.register-note {
  min-height: 38px;
  margin-top: 10px;
  padding: 8px 14px;
  font-size: 14px;
}

.store-register-auth-page {
  width: min(1180px, calc(100% - 56px));
  margin: 18px auto 52px;
}

.store-register-shell {
  display: block;
  min-height: auto;
}

.store-register-auth-page .page-owner-pending {
  display: block;
  min-height: auto;
}

.store-register-auth-page .page-owner-pending .pending-hero {
  display: none;
}

.store-register-auth-page .pending-card {
  width: min(920px, 100%);
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.store-register-card {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 24px 32px 26px;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.store-register-head {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
}

.store-register-head > * {
  min-width: 0;
}

.store-register-note-inline {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 140, 58, .16);
  border-radius: 999px;
  background: var(--auth-green-soft);
  color: var(--auth-green-dark);
  font-size: 13px;
  font-weight: 650;
}

.store-register-progress {
  margin-top: 8px;
}

.store-wizard-form {
  gap: 12px;
  margin-top: 14px;
}

.store-wizard-form .register-section {
  margin-top: 0;
}

.store-basic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.store-description-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
}

.store-description-grid .field.full {
  grid-column: 1 / -1;
}

.store-map-layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.store-map-coordinate-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.store-map-hint {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(15, 111, 232, .14);
  border-radius: 12px;
  background: #f4f8ff;
  color: #475467;
  font-size: 13px;
  line-height: 1.45;
}

.ocp-store-map .shop-map-canvas {
  min-height: 250px;
  height: 250px;
  border-radius: 12px;
}

.ocp-step-actions {
  display: grid;
  grid-template-columns: minmax(160px, .36fr) minmax(220px, .64fr);
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.ocp-step-actions .primary-btn,
.ocp-step-actions .outline-btn {
  width: 100%;
  min-height: 48px;
}

.ocp-step-actions .primary-btn[hidden],
.ocp-step-actions .outline-btn[hidden] {
  display: none;
}

.store-step-actions {
  grid-template-columns: minmax(160px, .32fr) minmax(220px, .68fr);
}

.store-step-actions [data-store-submit] {
  grid-column: 2;
}

.store-register-final-note {
  justify-content: flex-start;
  margin-top: 12px;
}

.status-card-icon .bi,
.status-pill .bi,
.notice .bi,
.note-box .bi,
.status-notice .bi {
  flex: 0 0 auto;
  color: currentColor;
}

.status-card-icon .bi {
  font-size: 34px;
}

.status-pill .bi,
.notice .bi,
.note-box .bi,
.status-notice .bi {
  font-size: 18px;
}

.form-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--auth-line-soft);
}

.form-section h3,
.form-section-title {
  margin: 0 0 16px;
  color: #172033;
  font-size: 18px;
  font-weight: 650;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
}

.field {
  display: block;
  min-width: 0;
  margin-bottom: 0;
}

.field.full {
  grid-column: 1 / -1;
}

.field label,
.field > span {
  display: block;
  margin-bottom: 9px;
  color: #172033;
  font-size: 15px;
  font-weight: 600;
}

.input-box,
.input-wrap {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 1.5px solid var(--auth-line);
  border-radius: 9px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.input-box:focus-within,
.input-wrap:focus-within {
  border-color: rgba(0, 140, 58, .72);
  box-shadow: 0 0 0 4px rgba(0, 140, 58, .08);
}

.ocp-password-field {
  padding-right: 8px;
}

.ocp-password-field input {
  padding-right: 8px;
}

.ocp-password-toggle {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #64748b;
  transition: background .18s ease, color .18s ease;
}

.register-card .ocp-password-toggle {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

.ocp-password-toggle:hover,
.ocp-password-toggle:focus-visible {
  background: #f1f5f9;
  color: var(--auth-green-dark);
  outline: 0;
}

.ocp-eye-shape {
  position: relative;
  width: 21px;
  height: 13px;
  border: 1.8px solid currentColor;
  border-radius: 999px 999px 820px 820px;
  transform: rotate(-2deg);
}

.ocp-eye-shape::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.ocp-eye-shape::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 27px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: rotate(-38deg);
}

.ocp-password-toggle.is-visible .ocp-eye-shape::after {
  opacity: 1;
}

.input-box > svg {
  width: 21px;
  height: 21px;
  color: #7b8798;
}

.input-box input,
.input-box select,
.input-box textarea,
.input-wrap input,
.input-wrap select,
.input-wrap textarea {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--auth-text);
  font-size: 15px;
}

.input-box input::placeholder,
.input-box textarea::placeholder,
.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: var(--auth-placeholder);
}

.input-box select,
.input-wrap select {
  color: #384152;
}

.textarea-box,
.input-wrap.textarea {
  min-height: 72px;
  position: relative;
  align-items: flex-start;
  padding-top: 14px;
}

.textarea-box-tall,
.input-wrap.textarea.tall {
  min-height: 118px;
}

.textarea-box textarea,
.input-wrap textarea {
  resize: vertical;
  line-height: 1.4;
}

.textarea-box em,
.counter {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: #8a95a6;
  font-size: 12px;
  font-style: normal;
}

.checkbox,
.checkline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4b5565;
  font-size: 15px;
  line-height: 1.45;
}

.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.checkbox > span {
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 4px;
  background: var(--auth-green);
  color: #fff;
}

.checkbox svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.4;
}

.agree {
  align-items: flex-start;
  margin: 20px 0 18px;
}

.ocp-register-map {
  display: grid;
  gap: 8px;
}

.ocp-coordinate-grid,
.shop-map-picker-grid.ocp-coordinate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.ocp-register-map .shop-map-canvas {
  width: 100%;
  min-height: 124px;
  height: 124px;
  border: 1.5px solid var(--auth-line);
  border-radius: 10px;
  overflow: hidden;
  background: #eef4f8;
}

.ocp-register-map .shop-map-message {
  min-height: 18px;
  color: var(--auth-muted);
  font-size: 12px;
  font-weight: 600;
}

.primary-btn {
  width: 100%;
  min-height: 60px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(180deg, var(--auth-green-2), var(--auth-green-dark));
  color: #fff;
  font-size: 18px;
  font-weight: 650;
  box-shadow: 0 14px 24px rgba(0, 140, 58, .20);
}

.primary-btn:hover {
  filter: brightness(.98);
}

.notice,
.note-box {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 140, 58, .16);
  border-radius: 9px;
  background: linear-gradient(180deg, #f6fff9, #effaf4);
  color: #246b3f;
  font-size: 15px;
  font-weight: 500;
}

.notice svg {
  width: 22px;
  height: 22px;
  color: var(--auth-green);
}

.notice b {
  font-weight: 700;
}

.switch-line,
.auth-switch {
  margin: 20px 0 0;
  color: var(--auth-muted);
  font-size: 16px;
  text-align: center;
}

.switch-line a,
.auth-switch a,
.link-blue {
  color: #075bd8;
  font-weight: 600;
}

.validation-summary,
.ocp-alert,
.status-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  line-height: 1.45;
}

.status-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.status-notice svg {
  margin-top: 1px;
}

.validation-summary,
.validation-summary-errors,
.ocp-alert.error,
.status-notice.is-error {
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: #b42318;
}

.ocp-alert.success {
  border: 1px solid rgba(0, 140, 58, .22);
  background: #effaf3;
  color: #08743a;
}

.ocp-alert.warning {
  border: 1px solid rgba(217, 119, 6, .22);
  background: #fff8eb;
  color: #92400e;
}

.validation-summary:empty {
  display: none;
}

.validation-summary ul {
  margin: 0;
  padding-left: 18px;
}

.field-validation,
.field-validation-error {
  display: block;
  margin-top: 7px;
  color: #b42318;
  font-size: 14px;
}

.field-validation:empty {
  display: none;
}

.status-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
}

.status-card.is-approved {
  border: 1px solid rgba(0, 140, 58, .18);
  background: linear-gradient(180deg, #f6fff9, #fff);
}

.status-card.is-pending {
  border: 1px solid rgba(217, 119, 6, .18);
  background: linear-gradient(180deg, #fffaf1, #fff);
}

.status-card-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 24px;
}

.status-card-icon svg {
  width: 38px;
  height: 38px;
}

.is-approved .status-card-icon {
  background: var(--auth-green-soft);
  color: var(--auth-green);
}

.is-pending .status-card-icon {
  background: #fff7e6;
  color: var(--auth-orange);
}

.status-pill {
  width: max-content;
  height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff8eb;
  border: 1px solid rgba(217, 119, 6, .20);
  color: #b45309;
  font-size: 14px;
  font-weight: 600;
}

.is-approved .status-pill {
  border-color: rgba(0, 140, 58, .20);
  background: var(--auth-green-soft);
  color: var(--auth-green-dark);
}

.status-pill svg {
  width: 17px;
  height: 17px;
}

.status-card h3 {
  margin: 0 0 8px;
  color: #142033;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.status-card p {
  margin: 0;
  color: #5f6b7c;
  line-height: 1.55;
}

.status-actions,
.profile-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.primary-link,
.primary-btn.as-link,
.secondary-link,
.outline-btn {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 650;
  text-align: center;
}

.primary-link,
.primary-btn.as-link {
  background: linear-gradient(180deg, var(--auth-green-2), var(--auth-green-dark));
  color: #fff;
  box-shadow: 0 14px 24px rgba(0, 140, 58, .18);
}

.secondary-link,
.outline-btn {
  border: 1.5px solid rgba(0, 140, 58, .35);
  background: #fff;
  color: var(--auth-green-dark);
}

.pending-card {
  display: flex;
  flex-direction: column;
  padding: 46px 56px 38px;
}

.pending-status-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(217, 119, 6, .16);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff7e6, #fff);
  color: var(--auth-orange);
  box-shadow: 0 14px 28px rgba(217, 119, 6, .10);
}

.pending-status-icon svg {
  width: 42px;
  height: 42px;
  stroke-width: 1.75;
}

.store-review-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 4px 0 18px;
  padding: 18px;
  border: 1px solid var(--auth-line-soft);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.store-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
  background: var(--auth-green-soft);
  color: var(--auth-green);
}

.store-avatar svg {
  width: 30px;
  height: 30px;
}

.store-review-box b {
  display: block;
  color: #142033;
  font-size: 18px;
  font-weight: 650;
}

.store-review-box p {
  margin: 5px 0 0;
  color: var(--auth-muted);
  font-size: 15px;
}

.pending-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
}

.pending-info-grid div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--auth-line-soft);
  border-radius: 14px;
  background: #fff;
}

.pending-info-grid span {
  display: block;
  margin-bottom: 5px;
  color: #7a8699;
  font-size: 13px;
}

.pending-info-grid b {
  display: block;
  overflow-wrap: anywhere;
  color: #172033;
  font-size: 15px;
  font-weight: 600;
}

.text-orange {
  color: #b45309 !important;
}

.approval-steps {
  position: relative;
  display: grid;
  gap: 0;
  margin-bottom: 18px;
  padding: 4px 0;
}

.approval-steps::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 20px;
  width: 2px;
  background: #e6ebf2;
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 10px 0;
}

.step > span {
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1.5px solid #d9e1ea;
  border-radius: 50%;
  background: #fff;
  color: #98a2b3;
}

.step > span svg {
  width: 20px;
  height: 20px;
}

.step.done > span {
  border-color: var(--auth-green);
  background: var(--auth-green);
  color: #fff;
}

.step.active > span {
  border-color: rgba(217, 119, 6, .32);
  background: #fff8eb;
  color: #b45309;
  box-shadow: 0 0 0 5px rgba(217, 119, 6, .08);
}

.step b {
  display: block;
  margin-top: 1px;
  color: #172033;
  font-size: 16px;
  font-weight: 650;
}

.step p {
  margin: 4px 0 0;
  color: var(--auth-muted);
  font-size: 14px;
  line-height: 1.45;
}

.pending-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 111, 232, .14);
  border-radius: 14px;
  background: #f4f8ff;
  color: #344054;
}

.pending-note svg {
  margin-top: 2px;
  color: var(--auth-blue);
}

.pending-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.pending-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.secondary-link.is-disabled {
  opacity: .72;
  cursor: not-allowed;
}

.support-line {
  margin: 18px 0 0;
  color: var(--auth-muted);
  text-align: center;
}

.support-line a {
  color: #075bd8;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .auth-screen,
  .auth-layout,
  .page-register-owner,
  .page-owner-pending,
  .auth-layout.store-layout {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .promo-panel,
  .form-card,
  .auth-card {
    min-height: auto;
  }

  .hero-card,
  .promo-panel {
    padding-bottom: 240px;
  }

  .bottom-callout,
  .approval-callout,
  .owner-callout {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 28px;
  }

  .skyline,
  .city-illustration {
    opacity: .55;
  }
}

@media (max-width: 992px) {
  .register-card-head,
  .register-owner-detail-grid,
  .register-bottom-row,
  .store-map-layout {
    grid-template-columns: 1fr;
  }

  .register-card-head {
    gap: 16px;
  }

  .register-progress {
    width: 100%;
    max-width: 520px;
    margin-top: 0;
  }

  .store-register-head {
    grid-template-columns: 1fr;
  }

  .store-register-progress {
    max-width: 100%;
  }

  .store-description-grid {
    grid-template-columns: 1fr 1fr;
  }

  .register-card .register-account-grid,
  .register-card .register-store-grid {
    grid-template-columns: 1fr 1fr;
  }

  .register-card .register-store-grid .field.full {
    grid-column: 1 / -1;
  }

  .register-map-grid {
    grid-template-columns: 1fr;
  }

  .register-map-coordinates {
    grid-template-columns: 1fr 1fr;
  }

  .ocp-register-map .shop-map-canvas {
    min-height: 160px;
    height: 160px;
  }

  .ocp-store-map .shop-map-canvas {
    min-height: 220px;
    height: 220px;
  }
}

@media (max-width: 760px) {
  .auth-page {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .ocp-auth-body .public-header {
    overflow-x: hidden;
  }

  .ocp-auth-body .header-top-row,
  .ocp-auth-body .header-nav-row,
  .ocp-auth-body .top-search,
  .ocp-auth-body .account-actions,
  .ocp-auth-body .nav {
    max-width: 100%;
  }

  .ocp-auth-body .nav {
    gap: 6px 8px;
    align-items: flex-start;
  }

  .ocp-auth-body .nav a {
    flex: 0 0 auto;
    padding: 8px 10px;
  }

  .register-auth-page {
    width: calc(100% - 24px);
  }

  .store-register-auth-page {
    width: calc(100% - 24px);
  }

  .hero-card,
  .promo-panel,
  .form-card,
  .auth-card,
  .owner-form-card,
  .store-card {
    padding: 28px 22px;
  }

  .hero-card,
  .promo-panel {
    padding-bottom: 220px;
  }

  .hero-card h1,
  .promo-title,
  .page-register-owner .hero-card h1,
  .pending-hero h1,
  .store-layout .promo-title {
    font-size: 38px;
  }

  .hero-subtitle,
  .promo-subtitle {
    font-size: 18px;
  }

  .form-card h2,
  .auth-card h2,
  .auth-title {
    font-size: 32px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .register-card .register-account-grid,
  .register-card .register-store-grid {
    grid-template-columns: 1fr;
  }

  .register-card .register-store-grid .field.full {
    grid-column: 1 / -1;
  }

  .register-card {
    padding: 30px 22px;
  }

  .store-register-card {
    padding: 28px 22px;
  }

  .register-card-head {
    gap: 14px;
  }

  .register-card .auth-title {
    font-size: 28px;
  }

  .register-progress {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
    gap: 6px;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 2px;
  }

  .store-register-note-inline {
    width: 100%;
    border-radius: 12px;
    align-items: flex-start;
  }

  .register-step:not(:last-child)::after {
    display: none;
  }

  .register-social-login,
  .ocp-coordinate-grid,
  .shop-map-picker-grid.ocp-coordinate-grid,
  .register-map-coordinates,
  .store-basic-grid,
  .store-description-grid {
    grid-template-columns: 1fr;
  }

  .store-description-grid .field.full {
    grid-column: 1 / -1;
  }

  .ocp-register-map .shop-map-canvas {
    min-height: 160px;
    height: 160px;
  }

  .ocp-store-map .shop-map-canvas {
    min-height: 190px;
    height: 190px;
  }

  .ocp-step-actions,
  .store-step-actions {
    grid-template-columns: 1fr;
  }

  .store-step-actions [data-store-submit] {
    grid-column: auto;
  }

  .feature-item,
  .benefit-item {
    grid-template-columns: 50px 1fr;
  }

  .feature-icon,
  .benefit-icon {
    width: 50px;
    height: 50px;
  }

  .feature-icon svg {
    width: 26px;
    height: 26px;
  }

  .bottom-callout,
  .approval-callout,
  .owner-callout,
  .status-card {
    grid-template-columns: 54px 1fr;
  }

  .bottom-callout a,
  .owner-callout a {
    grid-column: 1 / -1;
  }

  .callout-icon,
  .status-card-icon {
    width: 54px;
    height: 54px;
  }

  .callout-icon svg,
  .status-card-icon svg {
    width: 28px;
    height: 28px;
  }

  .status-actions,
  .profile-actions,
  .pending-info-grid,
  .pending-actions {
    grid-template-columns: 1fr;
  }

  .form-row-between {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pending-card {
    padding: 30px 22px;
  }

  .pending-status-icon {
    width: 74px;
    height: 74px;
    border-radius: 24px;
  }

  .pending-status-icon svg {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 520px) {
  .badge-row,
  .pill-row {
    gap: 10px;
  }

  .badge,
  .mini-pill {
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .role-tabs {
    height: auto;
  }

  .role-tabs a,
  .role-tab {
    min-height: 48px;
    padding: 8px;
  }

  .primary-btn {
    min-height: 56px;
  }

  .ocp-social-btn {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .register-card {
    padding: 26px 18px;
  }

  .register-card .auth-title {
    font-size: 26px;
  }

  .auth-subtitle {
    font-size: 16px;
  }

  .register-card .auth-subtitle {
    font-size: 14px;
  }

  .register-step {
    font-size: 10px;
  }

  .register-step b {
    max-width: 76px;
  }

  .register-step span {
    width: 26px;
    height: 26px;
  }

  .divider-text {
    gap: 10px;
    font-size: 13px;
  }
}
