@font-face {
  font-family: "Alfares Register";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../../../mysite/assets/fonts/noto-kufi-arabic-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
  font-family: "Alfares Register";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../../../mysite/assets/fonts/noto-kufi-arabic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --register-primary: #2563eb;
  --register-primary-deep: #1746a2;
  --register-primary-soft: #edf4ff;
  --register-accent: #0c8b76;
  --register-accent-soft: #eaf9f5;
  --register-navy: #0c2348;
  --register-ink: #10213d;
  --register-muted: #536780;
  --register-line: #d6e3f1;
  --register-line-strong: #bcd1e9;
  --register-surface: #fff;
  --register-surface-soft: #f7faff;
  --register-page: #edf4fb;
  --register-danger: #c13b3b;
  --register-danger-soft: #fff2f2;
  --register-warning: #9a630e;
  --register-warning-soft: #fff8e8;
  --register-success: #08765d;
  --register-success-soft: #eaf9f4;
  --register-shadow: 0 22px 58px rgba(25, 57, 101, .13);
  --register-radius-xl: 22px;
  --register-radius-lg: 15px;
  --register-radius-md: 11px;
  color-scheme: light;
}

html[data-register-theme="green"] {
  --register-primary: #0f8f78;
  --register-primary-deep: #08705f;
  --register-primary-soft: #eaf9f5;
  --register-accent: #2563eb;
  --auth-primary: #0f8f78;
  --auth-primary-deep: #08705f;
  --auth-primary-soft: #eaf9f5;
}

html[data-register-theme="purple"] {
  --register-primary: #7c3aed;
  --register-primary-deep: #5b21b6;
  --register-primary-soft: #f4efff;
  --register-accent: #0c8b76;
  --auth-primary: #7c3aed;
  --auth-primary-deep: #5b21b6;
  --auth-primary-soft: #f4efff;
}

html[data-register-theme="dark"] {
  --register-primary: #60a5fa;
  --register-primary-deep: #93c5fd;
  --register-primary-soft: #172a46;
  --register-accent: #34d399;
  --register-accent-soft: #12372f;
  --register-navy: #f5f8ff;
  --register-ink: #e5edf9;
  --register-muted: #9fb0c8;
  --register-line: #334967;
  --register-line-strong: #49617f;
  --register-surface: #101d31;
  --register-surface-soft: #14233a;
  --register-page: #091424;
  --register-danger-soft: #3c211d;
  --register-warning-soft: #3b2d16;
  --register-success-soft: #12372f;
  --register-shadow: 0 22px 58px rgba(0, 0, 0, .34);
  --auth-primary: #60a5fa;
  --auth-primary-deep: #93c5fd;
  --auth-primary-soft: #172a46;
  --auth-navy: #f5f8ff;
  --auth-ink: #e5edf9;
  --auth-muted: #9fb0c8;
  --auth-line: #334967;
  --auth-surface: #101d31;
  --auth-page: #091424;
  color-scheme: dark;
}

*,
*::before,
*::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  direction: rtl;
  background: var(--register-page);
  color: var(--register-ink);
}

body.mysite-register-body { scrollbar-gutter: auto; }

button,
input,
select { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; cursor: pointer; }

a { color: inherit; text-decoration: none; }

.register-svg-sprite {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
}

.register-page svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.register-page {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: 52px minmax(0, 1fr);
  align-content: stretch;
  gap: 6px;
  padding: 7px;
  overflow: visible;
  font-family: "Alfares Register", Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at 8% 5%, color-mix(in srgb, var(--register-primary) 10%, transparent), transparent 27%),
    radial-gradient(circle at 94% 92%, color-mix(in srgb, var(--register-accent) 8%, transparent), transparent 25%),
    var(--register-page);
}

/* The shared brand panel must remain visually identical to Login. */
.register-auth-shell > .auth-brand-panel {
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

.register-auth-panel {
  display: block;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.register-auth-panel .register-page {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.register-auth-panel .register-workspace {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 56px minmax(0, 1fr);
}

.register-auth-panel .register-progress-card {
  min-height: 56px;
  display: block;
  padding: 6px 9px;
}

.register-auth-panel .register-stepper {
  width: min(520px, 100%);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.register-auth-panel .register-stepper button {
  min-height: 42px;
  grid-template-columns: 30px minmax(0, 1fr) 21px;
  gap: 8px;
  padding: 4px 8px;
}
.register-auth-panel .register-stepper button::after { display: none; }
.register-auth-panel .register-stepper button > b { width: 30px; height: 30px; border-radius: 9px; }
.register-auth-panel .register-stepper button > b svg { width: 17px; height: 17px; }
.register-auth-panel .register-stepper button > i { width: 21px; height: 21px; }
.register-auth-panel .register-stepper strong { font-size: 12px; font-weight: 800; }
.register-auth-panel .register-brand { display: none; }

@media (max-width: 980px) {
  .register-auth-panel .register-brand { display: flex; }
}

@media (max-width: 660px) {
  .register-auth-panel .register-stepper button { grid-template-columns: 25px minmax(0, 1fr) 17px; }
  .register-auth-panel .register-stepper button > b { width: 25px; height: 25px; }
}

.register-topbar,
.register-progress-card,
.register-form-card {
  border: 1px solid var(--register-line);
  background: color-mix(in srgb, var(--register-surface) 96%, transparent);
  box-shadow: var(--register-shadow);
}

.register-topbar {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 10px;
  border-radius: var(--register-radius-lg);
}

.register-brand,
.register-topbar-actions,
.register-login-link,
.register-demo-button {
  min-width: 0;
  display: flex;
  align-items: center;
}

.register-brand { gap: 9px; }

.register-brand > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--register-primary), var(--register-primary-deep));
  color: #fff;
  box-shadow: 0 9px 20px color-mix(in srgb, var(--register-primary) 25%, transparent);
}

.register-brand-mark { padding: 4px; }

.register-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.register-brand strong,
.register-brand small { display: block; }

.register-brand strong { font-size: 14px; line-height: 1.2; }
.register-brand small { margin-top: 2px; color: var(--register-muted); font-size: 9px; font-weight: 800; }

.register-topbar-actions { gap: 7px; }

.register-login-link,
.register-demo-button,
.register-icon-button {
  min-height: 38px;
  border: 1px solid var(--register-line-strong);
  border-radius: 10px;
  background: var(--register-surface-soft);
  color: var(--register-primary-deep);
  font-weight: 850;
}

.register-login-link,
.register-demo-button { gap: 7px; padding: 0 12px; }
.register-demo-button { color: var(--register-accent); }
.register-icon-button { width: 38px; display: grid; place-items: center; padding: 0; }

.register-login-link:hover,
.register-demo-button:hover,
.register-icon-button:hover,
.register-login-link:focus-visible,
.register-demo-button:focus-visible,
.register-icon-button:focus-visible {
  outline: 0;
  border-color: var(--register-primary);
  background: var(--register-primary-soft);
}

.register-theme-picker { position: relative; }

.register-theme-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 7px);
  left: 0;
  width: 150px;
  padding: 5px;
  border: 1px solid var(--register-line);
  border-radius: 11px;
  background: var(--register-surface);
  box-shadow: 0 16px 34px rgba(20, 49, 86, .18);
}

.register-theme-menu button {
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.register-theme-menu button:hover,
.register-theme-menu button.is-active { background: var(--register-primary-soft); color: var(--register-primary-deep); }
.register-theme-menu i { width: 12px; height: 12px; border-radius: 50%; background: var(--theme-color); box-shadow: 0 0 0 3px color-mix(in srgb, var(--theme-color) 16%, transparent); }

.register-workspace {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 8px;
  overflow: visible;
}

.register-progress-card,
.register-form-card {
  min-width: 0;
  min-height: 0;
  border-radius: var(--register-radius-xl);
  overflow: hidden;
}

.register-progress-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 5%, rgba(96, 165, 250, .3), transparent 30%),
    radial-gradient(circle at 90% 92%, rgba(16, 185, 129, .17), transparent 27%),
    linear-gradient(155deg, #081a38 0%, #0c2c5f 56%, #124579 100%);
}

.register-progress-card::before,
.register-progress-card::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  pointer-events: none;
}

.register-progress-card::before { width: 250px; height: 250px; top: -160px; left: -120px; }
.register-progress-card::after { width: 320px; height: 320px; right: -220px; bottom: -210px; }

.register-progress-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.register-progress-heading > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  color: #7dd3fc;
  background: rgba(37, 99, 235, .22);
}

.register-progress-heading small { display: block; color: #9fc6f3; font-size: 9px; font-weight: 800; }
.register-progress-heading h1 { margin: 3px 0 0; font-size: 18px; line-height: 1.25; }
.register-progress-card > p { position: relative; z-index: 1; margin: 14px 0 16px; color: #bfd1e9; font-size: 10.5px; line-height: 1.7; }

.register-stepper {
  position: relative;
  z-index: 1;
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 6px;
}

.register-stepper button {
  position: relative;
  width: 100%;
  min-height: 62px;
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr) 23px;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #c3d5ed;
  text-align: right;
}

.register-stepper button::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 26px;
  width: 1px;
  height: 7px;
  background: rgba(191, 219, 254, .15);
}

.register-stepper button:last-child::after { display: none; }

.register-stepper button > b {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, .07);
  color: #9eb9db;
}

.register-stepper button > span,
.register-stepper strong,
.register-stepper small { display: block; min-width: 0; }
.register-stepper strong { color: #eaf3ff; font-size: 11px; line-height: 1.35; }
.register-stepper small { margin-top: 3px; color: #8fa9ca; font-size: 8.5px; line-height: 1.35; }

.register-stepper button > i {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(191, 219, 254, .16);
  border-radius: 50%;
  color: #92acd0;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.register-stepper button:not(:disabled):hover,
.register-stepper button:focus-visible { outline: 0; border-color: rgba(125, 211, 252, .35); background: rgba(37, 99, 235, .12); }
.register-stepper button.is-active { border-color: rgba(125, 211, 252, .58); background: linear-gradient(90deg, rgba(37, 99, 235, .3), rgba(14, 165, 233, .12)); box-shadow: inset -4px 0 0 #60a5fa, 0 8px 22px rgba(3, 20, 47, .18); }
.register-stepper button.is-active > b { background: #2563eb; color: #fff; }
.register-stepper button.is-active > i { border-color: #60a5fa; background: #60a5fa; color: #08234a; }
.register-stepper button.is-complete > b { background: rgba(16, 185, 129, .18); color: #6ee7b7; }
.register-stepper button.is-complete > i { border-color: #34d399; background: #34d399; color: #073d31; }
.register-stepper button:disabled { cursor: default; opacity: .62; }

.register-security-note {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  gap: 9px;
  padding: 11px;
  border: 1px solid rgba(110, 231, 183, .16);
  border-radius: 12px;
  background: rgba(5, 150, 105, .08);
}

.register-security-note > svg { flex: 0 0 auto; color: #6ee7b7; }
.register-security-note strong,
.register-security-note small { display: block; }
.register-security-note strong { margin-bottom: 3px; font-size: 9.5px; }
.register-security-note small { color: #a9bdd5; font-size: 8px; line-height: 1.55; }

.register-form-card {
  display: flex;
  flex-direction: column;
  background: var(--register-surface);
}

.register-form-heading {
  min-width: 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--register-line);
  background: linear-gradient(180deg, var(--register-surface), var(--register-surface-soft));
}

.register-form-heading > div { min-width: 0; }
.register-form-heading span { display: block; color: var(--register-primary); font-size: 11px; font-weight: 800; }
.register-form-heading h2 { margin: 4px 0 0; color: var(--register-navy); font-size: 21px; font-weight: 800; line-height: 1.3; letter-spacing: -.025em; }

.register-selected-plan {
  position: relative;
  min-width: 285px;
  max-width: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 7px 9px;
  border: 1px solid var(--register-line);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--register-primary-soft), var(--register-surface));
  text-align: right;
}

.register-page[data-active-step="1"] .register-selected-plan,
.register-page[data-active-step="1"] .register-form-actions { display: none; }

.register-selected-plan-copy { min-width: 0; }
.register-selected-plan-copy small,
.register-selected-plan-copy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.register-selected-plan-copy small { color: var(--register-muted); font-size: 8px; }
.register-selected-plan-copy strong { margin-top: 2px; color: var(--register-primary-deep); font-size: 11px; }
.register-selected-plan-users {
  min-width: 94px;
  display: flex !important;
  align-items: center;
  gap: 7px;
  padding-inline-start: 10px;
  border-inline-start: 1px solid var(--register-line);
  color: var(--register-primary);
}
.register-selected-plan-users > svg { width: 17px; height: 17px; flex: 0 0 auto; }
.register-selected-plan-users > span { min-width: 0; display: block; }
.register-selected-plan-users small,
.register-selected-plan-users b { display: block; white-space: nowrap; }
.register-selected-plan-users small { color: var(--register-muted); font-size: 7.5px; }
.register-selected-plan-users b { margin-top: 2px; color: var(--register-primary-deep); font-size: 9px; }

.register-selected-plan button {
  position: static;
  min-width: 36px;
  height: 26px;
  padding: 0 7px;
  border: 1px solid var(--register-line-strong);
  border-radius: 8px;
  background: var(--register-surface);
  color: var(--register-primary-deep);
  font: inherit;
  font-size: 8px;
  font-weight: 900;
  cursor: pointer;
}

.register-selected-plan button:hover,
.register-selected-plan button:focus-visible {
  border-color: var(--register-primary);
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--register-primary) 14%, transparent);
}

.register-alert {
  min-height: 39px;
  margin: 7px 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid #ebb8b8;
  border-radius: 10px;
  background: var(--register-danger-soft);
  color: var(--register-danger);
  font-size: 10px;
  font-weight: 800;
}

.register-alert.is-warning { border-color: #ecd39e; background: var(--register-warning-soft); color: var(--register-warning); }
.register-alert.is-success { border-color: #a8dccb; background: var(--register-success-soft); color: var(--register-success); }
.register-alert > span { flex: 1 1 auto; }
.register-alert > button { width: 26px; height: 26px; display: grid; place-items: center; border: 0; border-radius: 7px; background: transparent; color: inherit; }
.register-alert > button svg { width: 14px; height: 14px; }

.register-existing-account-dialog {
  width: min(560px, calc(100vw - 28px));
  max-width: 560px;
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: var(--register-ink);
  direction: rtl;
  text-align: right;
  box-shadow: 0 32px 90px rgba(8, 27, 61, .34);
}

.register-existing-account-dialog::backdrop {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.register-existing-account-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--register-primary) 30%, var(--register-line));
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--register-primary) 15%, transparent), transparent 34%),
    var(--register-surface);
}

.register-existing-account-card::before {
  content: "";
  position: absolute;
  inset-block: 0 auto;
  inset-inline: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--register-primary), var(--register-accent));
}

.register-existing-account-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}

.register-existing-account-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--register-primary), var(--register-primary-deep));
  color: #fff;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--register-primary) 27%, transparent);
}

.register-existing-account-icon svg { width: 23px; height: 23px; }
.register-existing-account-heading small { color: var(--register-primary); font-size: 9px; font-weight: 900; }
.register-existing-account-heading h3 { margin: 4px 0 0; font-size: 18px; }
.register-existing-account-card > p { margin: 17px 0; color: var(--register-muted); font-size: 10.5px; line-height: 1.8; }

.register-existing-account-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.register-existing-account-details > div {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--register-line);
  border-radius: 12px;
  background: var(--register-surface-soft);
}

.register-existing-account-details > .register-existing-account-plan {
  grid-column: 1 / -1;
  background: color-mix(in srgb, var(--register-primary) 7%, var(--register-surface-soft));
}

.register-existing-account-details dt { color: var(--register-muted); font-size: 8.5px; font-weight: 800; }
.register-existing-account-details dd { margin: 7px 0 0; overflow-wrap: anywhere; color: var(--register-primary-deep); font-size: 12px; font-weight: 900; }
.register-existing-account-details dd[dir="ltr"] { text-align: right; font-variant-numeric: tabular-nums; letter-spacing: .04em; }

.register-existing-account-status {
  min-height: 22px;
  display: block;
  margin-top: 12px;
  color: var(--register-warning);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.6;
}

.register-existing-account-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
}

.register-existing-account-actions .register-primary-button,
.register-existing-account-actions .register-secondary-button {
  min-height: 44px;
  flex: 1 1 0;
}

.register-existing-account-actions .register-primary-button.is-loading i {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: register-spin .7s linear infinite;
}

.register-existing-account-actions .register-primary-button.is-loading > svg { display: none; }
.register-existing-account-actions button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--register-primary) 30%, transparent);
  outline-offset: 2px;
}
.register-load-alert-content { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; }
.register-load-alert-content > span { flex: 1 1 auto; }
.register-retry-button { flex: 0 0 auto; min-height: 30px; padding: 5px 11px; border: 1px solid currentColor; border-radius: 8px; background: rgba(255,255,255,.56); color: inherit; font: inherit; font-weight: 800; cursor: pointer; }
.register-retry-button:hover { background: rgba(255,255,255,.9); }
.register-retry-button:disabled { cursor: wait; opacity: .62; }

.register-form {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
}

.register-form-scroll {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.register-form-scroll.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  background: color-mix(in srgb, var(--register-surface) 76%, transparent);
  backdrop-filter: blur(2px);
  cursor: progress;
}

.register-panel {
  min-width: 0;
  min-height: 100%;
  padding: 14px;
  --my-shell-primary: var(--register-primary);
  --my-shell-ink: var(--register-ink);
  --my-shell-line: var(--register-line);
  --my-shell-surface-soft: var(--register-surface-soft);
}

.register-plan-toolbar {
  width: min(720px, 100%);
  margin: 0 auto 13px;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(176px, 190px);
  grid-template-areas: "plans billing";
  gap: 6px;
  justify-content: center;
  align-items: stretch;
  padding: 5px;
  border: 1px solid color-mix(in srgb, var(--register-primary) 16%, var(--register-line));
  border-radius: 16px;
  background: linear-gradient(145deg, var(--register-surface), var(--register-surface-soft));
  box-shadow: 0 12px 28px rgba(25, 57, 101, .09), inset 0 1px 0 rgba(255, 255, 255, .68);
}

.register-plan-toolbar .alfares-plan-tabs {
  grid-area: plans;
  min-width: 0;
  min-height: 52px;
  margin: 0;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
}

.register-plan-toolbar .alfares-plan-tabs [role="tab"] {
  min-width: 0;
  min-height: 42px;
  flex: 1 1 0;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: color-mix(in srgb, var(--register-surface) 72%, transparent);
  color: color-mix(in srgb, var(--register-ink) 84%, var(--register-muted));
  overflow: hidden;
  font-size: 12px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.register-plan-toolbar .alfares-plan-tabs [role="tab"][aria-selected="true"] {
  border-color: var(--register-primary);
  background: linear-gradient(145deg, var(--register-primary), var(--register-primary-deep));
  color: #fff;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--register-primary) 28%, transparent), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.register-billing-toggle {
  grid-area: billing;
  width: 100%;
  min-height: 52px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 0 4px 0 0;
  border: 0;
  border-inline-start: 1px solid var(--register-line);
  border-radius: 0;
  background: transparent;
}

.register-billing-toggle button {
  position: relative;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 11px;
  background: color-mix(in srgb, var(--register-surface) 62%, transparent);
  color: color-mix(in srgb, var(--register-ink) 72%, var(--register-muted));
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.register-billing-toggle button::after {
  content: "";
  position: absolute;
  inset: auto 34% 3px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: .25;
  transition: inset .16s ease, opacity .16s ease;
}

.register-billing-toggle b,
.register-billing-toggle small { display: block; }
.register-billing-toggle b { font-size: 13px; font-weight: 800; }
.register-billing-toggle small { margin-top: 1px; font-size: 8px; }
.register-billing-toggle button[data-value="yearly"] small { color: var(--register-accent); font-weight: 900; }
.register-billing-toggle button[data-value="yearly"]:not(.is-active) {
  border-color: color-mix(in srgb, var(--register-accent) 24%, var(--register-line));
  background: color-mix(in srgb, var(--register-accent-soft) 64%, var(--register-surface));
  color: var(--register-accent);
}
.register-billing-toggle button.is-active {
  border-color: var(--register-primary);
  background: linear-gradient(145deg, var(--register-primary), var(--register-primary-deep));
  color: #fff;
  box-shadow: 0 5px 14px color-mix(in srgb, var(--register-primary) 24%, transparent);
}
.register-billing-toggle button[data-value="yearly"].is-active {
  border-color: var(--register-accent);
  background: linear-gradient(145deg,
    color-mix(in srgb, var(--register-accent) 78%, var(--register-navy)),
    color-mix(in srgb, var(--register-accent) 58%, var(--register-navy)));
  box-shadow: 0 5px 14px color-mix(in srgb, var(--register-accent) 24%, transparent);
}
.register-billing-toggle button.is-active small { color: rgba(255, 255, 255, .86); }
.register-billing-toggle button.is-active::after { inset-inline: 18%; opacity: .9; }
.register-billing-toggle button:not(.is-active):hover { border-color: var(--register-line-strong); color: var(--register-primary-deep); }

.register-plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.register-plan-grid .plan-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  grid-template-areas:
    "heading price"
    "features price"
    "features action";
  gap: 14px 22px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--register-line);
  border-radius: 21px;
  background:
    radial-gradient(circle at 94% 0, color-mix(in srgb, var(--register-primary) 11%, transparent), transparent 31%),
    linear-gradient(135deg, var(--register-surface), var(--register-surface-soft));
  box-shadow: 0 20px 46px rgba(25, 57, 101, .11), inset 0 1px 0 rgba(255, 255, 255, .7);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.register-plan-grid .plan-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, var(--register-primary), var(--register-accent), transparent);
  opacity: .72;
}

.register-plan-grid .plan-card:hover { border-color: var(--register-line-strong); transform: translateY(-2px); box-shadow: 0 24px 54px rgba(25, 57, 101, .15), inset 0 1px 0 rgba(255, 255, 255, .72); }
.register-plan-grid .plan-card.is-featured { border-color: color-mix(in srgb, var(--register-primary) 55%, var(--register-line)); background: linear-gradient(135deg, var(--register-primary-soft), var(--register-surface) 58%, var(--register-accent-soft)); }
.register-plan-grid .plan-card.is-selected { border-color: var(--register-primary); box-shadow: 0 0 0 2px color-mix(in srgb, var(--register-primary) 14%, transparent), 0 18px 40px rgba(25, 57, 101, .12); }

.register-plan-heading {
  grid-area: heading;
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0;
}

.register-plan-heading-copy,
.register-plan-title-line { min-width: 0; }

.register-plan-title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 7px;
}

.plan-tag {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--register-primary-soft);
  color: var(--register-primary-deep);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.register-plan-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--register-primary) 14%, var(--register-line));
  border-radius: 15px;
  background: linear-gradient(145deg, var(--register-surface), var(--register-primary-soft));
  color: var(--register-primary);
  box-shadow: 0 9px 20px rgba(25, 57, 101, .11);
}

.register-plan-icon svg { width: 25px; height: 25px; stroke-width: 2; }
.register-plan-grid h3 { margin: 0; color: var(--register-navy); font-size: 22px; font-weight: 800; line-height: 1.3; letter-spacing: -.025em; }
.register-plan-heading-copy p { margin: 3px 0 0; color: var(--register-muted); font-size: 10px; line-height: 1.45; }
.register-plan-price {
  grid-area: price;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  padding: 16px 12px;
  border: 1px solid color-mix(in srgb, var(--register-primary) 28%, var(--register-line));
  border-radius: 17px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--register-primary-soft) 84%, var(--register-surface)), var(--register-surface));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 10px 24px rgba(25, 57, 101, .07);
  text-align: center;
}
.register-plan-price strong { color: var(--register-primary-deep); font-size: 40px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.035em; }
.register-plan-price span { color: var(--register-navy); font-size: 12px; font-weight: 800; }
.register-plan-price small { flex-basis: 100%; margin: 5px 0 0; color: var(--register-muted); font-size: 10.5px; font-weight: 650; }
.register-plan-grid ul {
  grid-area: features;
  margin: 0;
  padding: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 8px 16px;
  border-top: 1px solid var(--register-line);
  list-style: none;
  color: color-mix(in srgb, var(--register-ink) 78%, var(--register-muted));
  font-size: 12px;
  font-weight: 550;
  line-height: 1.65;
}
.register-plan-grid li { min-width: 0; display: flex; align-items: flex-start; gap: 7px; }
.register-plan-grid li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--register-success) 12%, transparent);
  color: var(--register-success);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.register-plan-features { align-content: start; }
.register-plan-grid .plan-card--trial {
  border-color: color-mix(in srgb, var(--register-success) 45%, var(--register-line));
  background: linear-gradient(135deg, var(--register-success-soft), var(--register-surface) 62%, var(--register-primary-soft));
}

.register-plan-grid article > button {
  grid-area: action;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  border: 1px solid var(--register-primary);
  border-radius: 13px;
  background: linear-gradient(145deg, var(--register-primary), var(--register-primary-deep));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--register-primary) 24%, transparent), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.register-plan-grid article > button:hover { transform: translateY(-1px); filter: saturate(1.08); box-shadow: 0 13px 28px color-mix(in srgb, var(--register-primary) 30%, transparent); }
.register-plan-grid article > button svg { width: 18px; height: 18px; stroke-width: 2.1; }

.register-plan-grid .is-featured > button,
.register-plan-grid .is-selected > button { border-color: var(--register-primary); background: var(--register-primary); color: #fff; }

.register-section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--register-line);
}

.register-section-heading > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--register-primary-soft);
  color: var(--register-primary);
}

.register-section-heading h3 { margin: 0; color: var(--register-navy); font-size: 18px; font-weight: 800; }
.register-section-heading p { margin: 4px 0 0; color: var(--register-muted); font-size: 9px; }

.register-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 12px;
}

.register-field { min-width: 0; display: grid; gap: 5px; }
.register-field > span:first-child,
.register-field > label:first-child { color: var(--register-ink); font-size: 11.5px; font-weight: 750; }
.register-field > span:first-child b { color: var(--register-danger); }
.register-field > span:first-child em { color: var(--register-muted); font-size: 8px; font-style: normal; font-weight: 700; }

.register-control {
  min-width: 0;
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--register-line-strong);
  border-radius: 12px;
  background: var(--register-surface-soft);
  color: var(--register-muted);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.register-control:focus-within { border-color: var(--register-primary); background: var(--register-surface); box-shadow: 0 0 0 3px color-mix(in srgb, var(--register-primary) 12%, transparent); color: var(--register-primary); }
.register-control > svg { width: 16px; height: 16px; }
.register-control input,
.register-control select {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--register-ink);
  font-size: 13px;
  font-weight: 700;
}

.register-control select { cursor: pointer; }
.register-control input::placeholder { color: color-mix(in srgb, var(--register-muted) 68%, transparent); }
.register-control > button { width: 29px; height: 29px; display: grid; place-items: center; border: 0; border-radius: 8px; background: transparent; color: var(--register-muted); }
.register-control > button:hover { background: var(--register-primary-soft); color: var(--register-primary); }
.register-control > button svg { width: 15px; height: 15px; }
.register-field small[data-field-error-for] { min-height: 15px; color: var(--register-danger); font-size: 9.5px; font-weight: 700; }
.register-field.has-error .register-control { border-color: var(--register-danger); background: var(--register-danger-soft); }
.register-password-meter {
  width: min(410px, 100%);
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.register-password-meter > span { height: 5px; flex: 1 1 auto; overflow: hidden; border-radius: 999px; background: var(--register-line); }
.register-password-meter i { display: block; width: var(--meter-width, 0%); height: 100%; border-radius: inherit; background: var(--meter-color, var(--register-danger)); transition: width .18s ease, background .18s ease; }
.register-password-meter small { color: var(--register-muted); font-size: 8px; white-space: nowrap; }
.register-password-meter b { color: var(--meter-color, var(--register-muted)); }

.register-verification-dialog {
  width: min(390px, calc(100vw - 24px));
  max-width: none;
  max-height: calc(100vh - 24px);
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid color-mix(in srgb, var(--register-primary) 35%, var(--register-line));
  border-radius: 18px;
  background: var(--register-surface);
  color: var(--register-ink);
  box-shadow: 0 24px 70px rgba(15, 42, 79, .3);
}
.register-verification-dialog:not([open]) { display: none; }
.register-verification-dialog[open] { animation: register-verification-enter .18s ease-out both; }
.register-verification-dialog::backdrop {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.register-verification-card {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 0;
  background: linear-gradient(145deg, var(--register-surface), color-mix(in srgb, var(--register-primary-soft) 45%, var(--register-surface)));
}
.register-verification-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.register-verification-header h3 { margin: 0; color: var(--register-ink); font-size: 17px; line-height: 1.3; }
.register-verification-close {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--register-line);
  border-radius: 11px;
  background: var(--register-surface);
  color: var(--register-muted);
  cursor: pointer;
}
.register-verification-close:hover { border-color: var(--register-primary); color: var(--register-primary); }
.register-verification-close:focus-visible { outline: 3px solid color-mix(in srgb, var(--register-primary) 24%, transparent); outline-offset: 2px; }
.register-verification-close svg { width: 17px; height: 17px; }
.register-verification-code { width: 100%; margin: 0; }
.register-verification-code .register-control { grid-template-columns: minmax(0, 1fr); }
.register-verification-code input { min-height: 56px; direction: ltr; text-align: center; letter-spacing: .42em; font-size: 19px; font-weight: 900; font-variant-numeric: tabular-nums; }
.register-verification-code small[data-field-error-for]:empty { display: none; }
.register-verification-actions { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.register-verification-actions output { min-width: 0; color: var(--register-muted); font-size: 10.5px; font-weight: 750; line-height: 1.45; }
.register-verification-actions output:empty { display: none; }
.register-verification-card[data-verification-state="verified"] {
  background: color-mix(in srgb, var(--register-success-soft) 72%, var(--register-surface));
}
.register-verification-card[data-verification-state="verified"] output { color: var(--register-success); }
.register-text-button { appearance: none; flex: 0 0 auto; padding: 3px 0; border: 0; background: transparent; color: var(--register-primary); font: inherit; font-size: 10.5px; font-weight: 850; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.register-verification-actions .register-text-button { min-height: 36px; padding-inline: 4px; }
.register-text-button:disabled { opacity: .5; cursor: wait; }
@media (min-width: 721px) {
  .register-verification-actions .register-text-button {
    min-height: 30px;
    padding: 4px 10px;
    border: 1px solid color-mix(in srgb, var(--register-primary) 24%, #fff);
    border-radius: 9px;
    background: color-mix(in srgb, var(--register-primary) 5%, #fff);
    font-size: 10px;
    line-height: 1;
    text-decoration: none;
  }
  .register-verification-actions .register-text-button:hover,
  .register-verification-actions .register-text-button:focus-visible {
    border-color: color-mix(in srgb, var(--register-primary) 46%, #fff);
    background: color-mix(in srgb, var(--register-primary) 10%, #fff);
    outline: 2px solid color-mix(in srgb, var(--register-primary) 13%, transparent);
    outline-offset: 2px;
  }
}
.register-submit-note { display: flex; align-items: center; gap: 8px; margin: 13px 0 0; padding: 9px 10px; border: 1px solid #b8dfd4; border-radius: 10px; background: var(--register-success-soft); color: var(--register-success); font-size: 8.5px; line-height: 1.55; }
.register-submit-note svg { flex: 0 0 auto; }

.register-success-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  outline: none;
}

.register-success-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: var(--register-success-soft);
  color: var(--register-success);
  box-shadow: 0 0 0 9px color-mix(in srgb, var(--register-success) 7%, transparent);
}

.register-success-icon svg { width: 35px; height: 35px; stroke-width: 2.2; }
.register-success-panel > small { margin-top: 22px; color: var(--register-success); font-weight: 900; }
.register-success-panel h3 { margin: 6px 0; font-size: 22px; }
.register-success-panel > p { max-width: 560px; margin: 0; color: var(--register-muted); font-size: 10px; line-height: 1.7; }
.register-request-reference { min-width: 250px; margin-top: 16px; padding: 9px 14px; border: 1px dashed var(--register-line-strong); border-radius: 10px; background: var(--register-surface-soft); }
.register-request-reference span,
.register-request-reference b { display: block; }
.register-request-reference span { color: var(--register-muted); font-size: 8px; }
.register-request-reference b { margin-top: 5px; color: var(--register-primary-deep); font-size: 11px; }
.register-primary-link { min-height: 42px; margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 0 17px; border-radius: 10px; background: var(--register-primary); color: #fff; font-size: 10px; font-weight: 900; }

.register-form-actions {
  position: sticky;
  bottom: 0;
  z-index: 6;
  min-width: 0;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 12px;
  border-top: 1px solid var(--register-line);
  background: var(--register-surface-soft);
}

.register-form-actions > span { flex: 1 1 auto; color: var(--register-muted); font-size: 8.5px; text-align: center; }
.register-primary-button,
.register-secondary-button {
  min-width: 125px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.register-primary-button { border: 1px solid var(--register-primary); background: linear-gradient(180deg, color-mix(in srgb, var(--register-primary) 88%, #fff), var(--register-primary)); color: #fff; box-shadow: 0 7px 16px color-mix(in srgb, var(--register-primary) 20%, transparent); }
.register-secondary-button { border: 1px solid var(--register-line-strong); background: var(--register-surface); color: var(--register-muted); }
.register-primary-button:disabled { cursor: not-allowed; opacity: .55; box-shadow: none; }
.register-primary-button.is-submit { min-width: 190px; }
.register-primary-button.is-loading i { width: 15px; height: 15px; border: 2px solid rgba(255, 255, 255, .4); border-top-color: #fff; border-radius: 50%; animation: register-spin .7s linear infinite; }
.register-primary-button.is-loading > svg { display: none; }

.register-page-footer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 7px;
  color: var(--register-muted);
  font-size: 8px;
  font-weight: 750;
}

.register-page-footer b { color: var(--register-primary-deep); }

.register-account-completion-step {
  display: grid;
  align-content: start;
  gap: 14px;
}

.register-subsection { min-width: 0; }

.register-subscription-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.register-subscription-details > .register-subsection {
  padding: 13px 14px;
  border: 1px solid var(--register-line);
  border-radius: 14px;
  background: var(--register-surface-soft);
}

.register-subscription-details > .register-company-subsection {
  border-color: color-mix(in srgb, var(--register-primary) 28%, var(--register-line));
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--register-primary-soft) 66%, var(--register-surface)), var(--register-surface));
  box-shadow: inset 4px 0 0 color-mix(in srgb, var(--register-primary) 72%, transparent);
}

.register-account-details {
  width: min(680px, 100%);
  margin-inline: auto;
  gap: 0;
  padding: 14px;
  border: 1px solid var(--register-line);
  border-radius: 18px;
  background: var(--register-surface);
  box-shadow: 0 16px 38px rgba(25, 57, 101, .09);
}

.register-account-details > .register-subsection {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.register-account-details > .register-subsection + .register-subsection {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--register-line);
}

.register-subscription-details .register-section-heading {
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.register-subscription-details .register-section-heading > span { width: 36px; height: 36px; border-radius: 10px; }
.register-subscription-details .register-field-grid { gap: 8px; }
.register-account-details .register-section-heading {
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: 0;
}
.register-account-details .register-section-heading > span { width: 30px; height: 30px; border-radius: 9px; }
.register-account-details .register-section-heading > span svg { width: 16px; height: 16px; }
.register-account-details .register-section-heading h3 { font-size: 13px; }
.register-company-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.register-company-name-field .register-control {
  min-height: 44px;
  border-color: color-mix(in srgb, var(--register-primary) 35%, var(--register-line-strong));
  background: var(--register-surface);
  box-shadow: none;
}
.register-company-name-field .register-control > svg { color: var(--register-primary); }
.register-company-name-field .register-control input { height: 40px; }
.register-company-address-field .register-control { background: var(--register-surface); }
.register-company-address-field .register-control > svg { color: var(--register-primary); }
.register-admin-fields { grid-template-columns: .9fr 1.08fr 1.22fr; }
.register-phone-control {
  grid-template-columns: 18px minmax(0, 1fr) 105px;
  gap: 6px;
  direction: rtl;
}
.register-phone-control > input {
  direction: ltr;
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.register-phone-country-picker {
  position: relative;
  align-self: stretch;
  display: grid;
  grid-template-columns: 24px auto 32px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding-inline: 5px 2px;
  border-inline-start: 1px solid var(--register-line);
  direction: ltr;
}
.register-phone-country-picker::after {
  content: "";
  position: absolute;
  inset-inline-end: 14px;
  top: 50%;
  z-index: 0;
  width: 7px;
  height: 7px;
  border-inline-end: 2px solid var(--register-primary-deep);
  border-block-end: 2px solid var(--register-primary-deep);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.register-phone-country-flag {
  display: block;
  width: 24px;
  height: 18px;
  border: 1px solid color-mix(in srgb, var(--register-line) 80%, #94a3b8);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 35, 68, .1);
  object-fit: cover;
}
.register-phone-dial-code {
  color: var(--register-primary-deep);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 9px;
  font-weight: 850;
  direction: ltr;
  unicode-bidi: isolate;
}
.register-phone-country-picker > .register-phone-country {
  position: relative;
  z-index: 1;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  color: transparent;
  font-family: "Tajawal", "Segoe UI", sans-serif;
  font-size: 0;
  font-weight: 850;
  direction: ltr;
}
.register-phone-country-picker > .register-phone-country:focus-visible { outline: 0; }
.register-phone-country-picker > .register-phone-country option,
.register-phone-country-picker > .register-phone-country optgroup {
  background: var(--register-surface);
  color: var(--register-ink);
  font-family: "Tajawal", "Segoe UI", sans-serif;
  font-size: 11px;
  direction: rtl;
}
.register-phone-control > .register-phone-country { min-width: 0; }

@keyframes register-spin { to { transform: rotate(360deg); } }
@keyframes register-verification-enter {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1280px) {
  .register-plan-grid { grid-template-columns: minmax(0, 1fr); }
  .register-plan-grid .plan-card { min-height: 0; grid-template-columns: minmax(0, 1fr) 168px; gap: 12px 16px; }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .register-plan-toolbar {
    width: min(500px, 100%);
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "plans" "billing";
  }

  .register-billing-toggle {
    width: min(240px, 100%);
    justify-self: center;
    padding: 5px 0 0;
    border-inline-start: 0;
    border-top: 1px solid var(--register-line);
  }
}

@media (min-width: 921px) and (max-width: 1280px) {
  .register-admin-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .register-admin-fields .register-phone-field { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .register-page { grid-template-rows: 50px minmax(0, 1fr); gap: 5px; padding: 5px; }
  .register-auth-panel .register-workspace { grid-template-columns: minmax(0, 1fr); grid-template-rows: 56px minmax(0, 1fr); gap: 5px; }
  .register-progress-card { padding: 8px; border-radius: 15px; }
  .register-progress-heading { display: none; }
  .register-progress-card > p { display: none; }
  .register-auth-panel .register-stepper { display: grid; gap: 5px; overflow: hidden; }
  .register-auth-panel .register-stepper button { min-width: 0; grid-template-rows: auto; }
  .register-security-note { display: none; }
  .register-form-card { border-radius: 15px; }
  .register-subscription-details { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 660px) {
  .register-load-alert-content { align-items: stretch; flex-direction: column; }
  .register-retry-button { width: 100%; }
  .register-topbar { padding: 5px 7px; }
  .register-brand > div { display: none; }
  .register-demo-button span,
  .register-login-link span { display: none; }
  .register-demo-button,
  .register-login-link { width: 38px; padding: 0; justify-content: center; }
  .register-auth-panel .register-workspace { grid-template-rows: 56px minmax(0, 1fr); }
  .register-auth-panel .register-stepper { gap: 2px; overflow: hidden; }
  .register-auth-panel .register-stepper button {
    min-height: 40px;
    grid-template-columns: 27px minmax(0, 1fr) 19px;
    gap: 5px;
    padding: 4px 5px;
  }
  .register-auth-panel .register-stepper button > b { width: 27px; height: 27px; }
  .register-auth-panel .register-stepper button > i { width: 19px; height: 19px; }
  .register-auth-panel .register-stepper strong { font-size: 10.5px; }
  .register-stepper small { display: none; }
  .register-auth-panel .register-stepper strong { overflow: hidden; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
  .register-form-heading { min-height: 64px; padding: 8px 10px; }
  .register-form-heading h2 { font-size: 18px; }
  .register-form-heading p { display: none; }
  .register-selected-plan { min-width: 176px; max-width: 210px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 6px; padding: 6px; }
  .register-selected-plan-copy small,
  .register-selected-plan-users small { display: none; }
  .register-selected-plan-users { min-width: 57px; gap: 4px; padding-inline-start: 6px; }
  .register-selected-plan-users > svg { width: 15px; height: 15px; }
  .register-selected-plan button { min-width: 32px; padding-inline: 5px; }
  .register-panel { padding: 8px; }
  .register-plan-toolbar { width: 100%; grid-template-columns: minmax(0, 1fr); grid-template-areas: "plans" "billing"; gap: 5px; }
  .register-plan-toolbar .alfares-plan-tabs { grid-area: plans; order: initial; }
  .register-plan-toolbar .alfares-plan-tabs [role="tab"] {
    padding-inline: 4px;
    font-size: 11px;
  }
  .register-plan-toolbar .alfares-plan-tabs [data-plan-tab="trial"] { flex-grow: 1.3; }
  .register-billing-toggle {
    grid-area: billing;
    order: initial;
    padding: 4px 0 0;
    border-inline-start: 0;
    border-top: 1px solid var(--register-line);
  }
  .register-plan-grid,
  .register-field-grid { grid-template-columns: minmax(0, 1fr); }
  .register-verification-dialog { width: min(360px, calc(100vw - 18px)); }
  .register-verification-card { gap: 10px; padding: 13px; }
  .register-plan-grid .plan-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "heading" "price" "features" "action";
    gap: 9px;
    padding: 12px;
  }
  .register-plan-heading { grid-template-columns: 38px minmax(0, 1fr); gap: 8px; }
  .register-plan-icon { width: 38px; height: 38px; }
  .register-plan-grid h3 { font-size: 19px; }
  .plan-tag { font-size: 10px; }
  .register-plan-heading-copy p { font-size: 9.5px; }
  .register-plan-price { min-height: 60px; padding: 9px; }
  .register-plan-price strong { font-size: 34px; }
  .register-plan-grid ul { grid-template-columns: minmax(0, 1fr); font-size: 11.25px; }
  .register-plan-grid article > button { font-size: 12px; }
  .register-field > span:first-child,
  .register-field > label:first-child { font-size: 11.25px; }
  .register-control input,
  .register-control select { font-size: 12.5px; }
  .register-phone-control { grid-template-columns: 18px minmax(0, 1fr) 100px; }
  .register-phone-country-picker { grid-template-columns: 22px auto 32px; gap: 3px; padding-inline: 3px 1px; }
  .register-phone-country-flag { width: 22px; height: 17px; }
  .register-phone-dial-code { font-size: 10px; }
  .register-phone-country-picker > .register-phone-country { width: 32px; min-width: 32px; max-width: 32px; font-size: 0; }
  .register-selected-plan-copy strong { font-size: 11.5px; }
  .register-selected-plan-users b { margin-top: 0; font-size: 10px; }
  .register-field-grid { gap: 7px; }
  .register-account-completion-step { align-content: start; gap: 10px; }
  .register-subscription-details > .register-subsection { padding: 9px; }
  .register-account-details { padding: 10px; border-radius: 14px; }
  .register-account-details > .register-subsection { padding: 0; }
  .register-account-details > .register-subsection + .register-subsection { padding-top: 10px; }
  .register-account-details .register-company-fields,
  .register-account-details .register-admin-fields { grid-template-columns: minmax(0, 1fr); }
  .register-section-heading { margin-bottom: 9px; padding-bottom: 8px; }
  .register-section-heading > span { width: 35px; height: 35px; }
  .register-section-heading h3 { font-size: 16px; }
  .register-form-actions { padding: 5px 7px; }
  .register-form-actions > span { display: none; }
  .register-primary-button,
  .register-secondary-button { min-width: 105px; }
  .register-primary-button.is-submit { width: 100%; min-width: 0; }
  .register-existing-account-card { padding: 19px 16px 16px; }
  .register-existing-account-details { grid-template-columns: minmax(0, 1fr); }
  .register-existing-account-actions { align-items: stretch; flex-direction: column; }
  .register-existing-account-actions .register-primary-button,
  .register-existing-account-actions .register-secondary-button { width: 100%; flex: 0 0 auto; }
  .register-page-footer span { display: none; }
}

@media (max-width: 360px) {
  .register-plan-toolbar .alfares-plan-tabs [role="tab"] {
    min-height: 46px;
    font-size: 10px;
    line-height: 1.45;
    white-space: normal;
  }

  .register-plan-toolbar .alfares-plan-tabs [data-plan-tab="trial"] { flex-grow: 1.5; }
}

@media (max-width: 920px) and (max-height: 520px) {
  .register-page { grid-template-rows: 48px minmax(0, 1fr); }
  .register-auth-panel .register-progress-card { display: none; }
  .register-auth-panel .register-workspace { grid-template-rows: minmax(0, 1fr); }
  .register-form-heading { min-height: 52px; padding-block: 6px; }
  .register-form-actions { min-height: 48px; }
  .register-form { grid-template-rows: minmax(0, 1fr) auto; }
}

@media (max-height: 720px) and (min-width: 921px) {
  .register-progress-card { padding: 13px; }
  .register-progress-card > p { margin: 9px 0; }
  .register-stepper { gap: 4px; }
  .register-stepper button { min-height: 53px; }
  .register-security-note { padding: 8px; }
  .register-plan-grid .plan-card { min-height: 0; }
}

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