@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/estedad/estedad-arabic-400-normal.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: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/estedad/estedad-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/estedad/estedad-arabic-500-normal.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: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../fonts/estedad/estedad-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/estedad/estedad-arabic-600-normal.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: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/estedad/estedad-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/estedad/estedad-arabic-700-normal.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: "Estedad";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/estedad/estedad-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --primary-950: #0d291c;
  --primary-800: #173f2d;
  --primary-700: #21593e;
  --primary-600: #2e7051;
  --primary-500: #428667;
  --primary-50: #f2f8f4;
  --ink-950: #15231c;
  --ink-800: #28382f;
  --ink-600: #586860;
  --ink-500: #718078;
  --ink-400: #92a098;
  --surface: #fff;
  --surface-soft: #f7f9f8;
  --border-strong: #c9d7cf;
  --success: #207a50;
  --success-soft: #e6f5ed;
  --warning: #a56518;
  --warning-soft: #fff3df;
  --danger: #c14248;
  --danger-soft: #fff0f1;
  --shadow-sm: 0 1px 2px rgba(19,49,33,.04);
  --shadow-float: 0 20px 50px rgba(13,41,28,.14);
  --motion-fast: 160ms;
  --motion: 230ms;
  --ease: cubic-bezier(.2,.8,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; color-scheme: light; }
body.auth-page { min-width: 320px; min-height: 100dvh; margin: 0; overflow-x: hidden; background: #eaf0ec; color: var(--ink-950); font-family: "Estedad",Tahoma,Arial,sans-serif; font-size: 15px; line-height: 1.75; direction: rtl; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
:where(.auth-page) :where(button, input) { color: inherit; font: inherit; }
:where(.auth-page) :where(button) { border: 0; }
:where(.auth-page) :where(a) { color: inherit; text-decoration: none; }
:where(.auth-page) :where(button, a) { cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
:where(.auth-page) :where(h1, h2, p) { margin-top: 0; }
:where(.auth-page) :where(svg) { display: block; }
.auth-page [hidden] { display: none !important; }
.auth-page :focus-visible { outline: 3px solid rgba(46,112,81,.26); outline-offset: 2px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: 12px; right: 12px; z-index: 2000; padding: 10px 16px; border-radius: 10px; background: var(--primary-950); color: #fff !important; transform: translateY(-150%); transition: transform var(--motion) var(--ease); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; min-height: 46px; padding: 0 19px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent !important; border-radius: 12px; font-size: 12px; font-weight: 600; white-space: nowrap; transition: color var(--motion-fast),background var(--motion-fast),border-color var(--motion-fast),box-shadow var(--motion-fast); }
.button-primary { background: var(--primary-700); color: #fff !important; box-shadow: 0 7px 17px rgba(33,89,62,.14); }
.button-primary:hover { background: var(--primary-800); box-shadow: 0 9px 22px rgba(33,89,62,.19); }
.button:disabled { cursor: not-allowed; opacity: .55; box-shadow: none; }
@keyframes spin { to { transform: rotate(360deg); } }

.auth-page::before { position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 16% 18%,rgba(66,134,103,.13),transparent 28%),radial-gradient(circle at 86% 82%,rgba(33,89,62,.1),transparent 30%),linear-gradient(135deg,#f5f8f6 0%,#e8efeb 100%); content: ""; }
.auth-page { padding: 20px; }
.auth-layout { position: relative; display: grid; width: min(100%,1180px); min-height: max(600px,calc(100dvh - 40px)); margin: 0 auto; overflow: hidden; grid-template-areas: "form brand"; grid-template-columns: minmax(470px,.94fr) minmax(500px,1.06fr); border: 1px solid rgba(201,215,207,.88); border-radius: 28px; background: var(--surface); box-shadow: 0 24px 70px rgba(13,41,28,.12); direction: rtl; }
.auth-brand-panel { position: relative; display: flex; min-width: 0; overflow: hidden; padding: 38px clamp(36px,4.2vw,58px); grid-area: brand; flex-direction: column; background: linear-gradient(145deg,var(--primary-800) 0%,var(--primary-950) 100%); color: #fff; isolation: isolate; }
.auth-brand-panel::before { position: absolute; inset: 0; z-index: -2; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px); background-size: 48px 48px; content: ""; -webkit-mask-image: linear-gradient(to bottom,#000,transparent 78%); mask-image: linear-gradient(to bottom,#000,transparent 78%); }
.auth-brand-orb { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.045); }
.auth-brand-orb-one { top: -150px; left: -130px; width: 390px; height: 390px; box-shadow: inset 0 0 0 55px rgba(255,255,255,.025); }
.auth-brand-orb-two { right: -190px; bottom: -210px; width: 480px; height: 480px; box-shadow: inset 0 0 0 78px rgba(255,255,255,.022); }
.auth-brand { position: relative; z-index: 1; display: inline-flex; width: fit-content; align-items: center; gap: 12px; }
.auth-brand-mark { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.1); color: #fff; box-shadow: inset 0 1px rgba(255,255,255,.12); }
.auth-brand-mark .icon { width: 25px; height: 25px; }
.auth-brand-mark .flowza-auth-brand-logo { display: block; width: 33px; max-width: 100%; height: auto; max-height: 24px; object-fit: contain; }
.auth-brand > span:last-child { display: flex; flex-direction: column; }
.auth-brand strong { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.auth-brand-panel .auth-brand strong { color: #fff; }
.auth-brand small { margin-top: -3px; color: rgba(255,255,255,.6); font-size: 11px; }
.auth-brand-content { position: relative; z-index: 1; width: min(100%,500px); margin-block: auto; }
.auth-brand-content h1 { max-width: 11ch; margin-bottom: 13px; font-size: clamp(34px,3.5vw,48px); font-weight: 700; line-height: 1.48; letter-spacing: -.055em; }
.auth-brand-content > p { max-width: 37ch; margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.95; }
.auth-form-panel { display: flex; min-width: 0; padding: 28px clamp(36px,4.5vw,58px) 18px; grid-area: form; align-items: center; justify-content: center; flex-direction: column; background: linear-gradient(180deg,#fff 0%,#fbfcfb 100%); }
.auth-mobile-brand { display: none; }
.auth-card { width: min(100%,470px); margin-block: auto; padding: 0; }
.auth-step { animation: auth-step-in var(--motion) var(--ease) both; }
@keyframes auth-step-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.auth-step-heading { display: grid; margin-bottom: 21px; grid-template-columns: 50px minmax(0,1fr); align-items: center; gap: 13px; }
.auth-step-icon { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid #d4e4da; border-radius: 15px; background: linear-gradient(145deg,var(--primary-50),#fff); color: var(--primary-700); box-shadow: var(--shadow-sm); }
.auth-step-icon .icon { width: 21px; height: 21px; }
.auth-step-heading h2 { margin-bottom: 2px; color: var(--ink-950); font-size: clamp(21px,2vw,25px); font-weight: 700; line-height: 1.5; letter-spacing: -.04em; white-space: nowrap; }
.auth-step-heading p { max-width: none; margin: 0; overflow: hidden; color: var(--ink-500); font-size: 12.5px; line-height: 1.75; text-overflow: ellipsis; white-space: nowrap; }
.auth-form { display: flex; flex-direction: column; }
.auth-field { min-width: 0; margin-bottom: 14px; }
.auth-field > label, .auth-otp-fieldset > legend { display: block; margin-bottom: 8px; color: var(--ink-800); font-size: 13px; font-weight: 650; }
.auth-input-control { position: relative; height: 54px; overflow: hidden; border: 1px solid var(--border-strong); border-radius: 14px; background: var(--surface); transition: border-color var(--motion-fast),box-shadow var(--motion-fast),background var(--motion-fast); }
.auth-input-control:focus-within { border-color: var(--primary-500); box-shadow: 0 0 0 4px rgba(46,112,81,.1); }
.auth-input-control > .icon:first-child { position: absolute; top: 50%; right: 16px; width: 18px; height: 18px; color: var(--ink-400); transform: translateY(-50%); pointer-events: none; }
.auth-input-control input { width: 100%; height: 100%; margin: 0; padding: 0 48px 0 15px; border: 0; border-radius: 0; outline: 0; background: transparent; color: var(--ink-950); font-size: 15px; box-shadow: none; }
.auth-input-control input::placeholder { color: #96a39c; opacity: 1; }
.auth-phone-control input { padding-right: 48px; padding-left: 16px; text-align: left; font-variant-numeric: tabular-nums; letter-spacing: .035em; }
.auth-password-control input { padding-left: 52px; direction: ltr; text-align: left; }
.auth-password-toggle { position: absolute; top: 50%; left: 6px; display: grid; width: 42px; height: 42px; margin: 0; padding: 0; place-items: center; border-radius: 11px; background: transparent; color: var(--ink-400); transform: translateY(-50%); transition: color var(--motion-fast),background var(--motion-fast); }
.auth-password-toggle:hover { background: var(--surface-soft); color: var(--primary-700); }
.auth-password-toggle .icon { width: 18px; height: 18px; }
.auth-field-help { margin: 7px 1px 0; color: var(--ink-500); font-size: 12px; line-height: 1.8; }
.auth-field-error { margin: 7px 1px 0; color: var(--danger); font-size: 12px; font-weight: 550; line-height: 1.75; }
.auth-field-error:empty { display: none; }
.auth-field.is-error .auth-input-control { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(193,66,72,.08); }
.auth-field.is-valid .auth-input-control { border-color: #9bc7ac; }
.auth-submit { position: relative; width: 100%; min-height: 54px; margin-top: 3px; padding-inline: 20px; border-radius: 14px; font-size: 14px; }
.auth-submit > span { pointer-events: none; }
.auth-submit-arrow { position: absolute; left: 18px; width: 18px; height: 18px; }
.auth-button-spinner { display: none; width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .75s linear infinite; }
.auth-submit.is-loading > span { opacity: .88; }
.auth-submit.is-loading .auth-submit-arrow { display: none; }
.auth-submit.is-loading .auth-button-spinner { display: block; }
.auth-legal { max-width: 100%; margin: 17px auto 0; color: var(--ink-500); font-size: 11.5px; line-height: 1.85; text-align: center; }
.auth-legal a { color: var(--primary-700); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(33,89,62,.25); text-underline-offset: 3px; }
.auth-back-button { display: inline-flex; min-height: 42px; margin: -5px -9px 12px 0; padding: 0 9px; align-items: center; gap: 7px; border-radius: 10px; background: transparent; color: var(--ink-500); font-size: 12px; font-weight: 600; transition: color var(--motion-fast),background var(--motion-fast); }
.auth-back-button:hover { background: var(--primary-50); color: var(--primary-700); }
.auth-back-button .icon { width: 16px; height: 16px; }
.auth-phone-summary { display: flex; min-height: 48px; margin-bottom: 14px; padding: 0 14px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #dce7e0; border-radius: 13px; background: var(--primary-50); }
.auth-phone-summary > span { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-600); font-size: 12px; }
.auth-phone-summary .icon { width: 15px; height: 15px; color: var(--primary-600); }
.auth-phone-summary strong { color: var(--primary-800); font-size: 14px; font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: .035em; }
.auth-text-action { min-height: 44px; margin: 9px auto -8px; padding: 0 10px; border-radius: 10px; background: transparent; color: var(--primary-700); font-size: 12px; font-weight: 650; }
.auth-text-action:hover { background: var(--primary-50); }
.auth-dev-code { display: grid; min-height: 50px; margin: -2px 0 13px; padding: 8px 12px; grid-template-columns: auto auto minmax(0,1fr); align-items: center; gap: 9px; border: 1px solid #ead2a8; border-radius: 12px; background: var(--warning-soft); color: var(--warning); }
.auth-dev-code > span { font-size: 11px; font-weight: 600; }
.auth-dev-code > strong { padding: 2px 8px; border-radius: 7px; background: rgba(255,255,255,.7); font-size: 15px; letter-spacing: .12em; }
.auth-dev-code > small { overflow: hidden; color: #8a6a3c; font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
.auth-otp-fieldset { min-width: 0; margin: 0 0 8px; padding: 0; border: 0; }
.auth-otp-inputs { display: grid; width: 100%; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; }
.auth-otp-inputs input { min-width: 0; width: 100%; height: 56px; margin: 0; padding: 0; border: 1px solid var(--border-strong); border-radius: 13px; outline: 0; background: var(--surface); color: var(--ink-950); font-family: inherit; font-size: 21px; font-weight: 650; text-align: center; font-variant-numeric: tabular-nums; transition: border-color var(--motion-fast),box-shadow var(--motion-fast),background var(--motion-fast); }
.auth-otp-inputs input:focus { border-color: var(--primary-500); box-shadow: 0 0 0 4px rgba(46,112,81,.1); }
.auth-otp-inputs input:not(:placeholder-shown) { background: var(--primary-50); }
.auth-otp-fieldset.is-error .auth-otp-inputs input { border-color: var(--danger); }
.auth-otp-inputs input:disabled { background: var(--surface-soft); cursor: not-allowed; opacity: .7; }
.auth-otp-meta { display: flex; min-height: 38px; margin-bottom: 8px; align-items: center; justify-content: space-between; gap: 10px; }
.auth-otp-meta p { display: inline-flex; margin: 0; align-items: center; gap: 5px; color: var(--ink-500); font-size: 11px; }
.auth-otp-meta p .icon { width: 14px; height: 14px; }
.auth-otp-meta p b, .auth-resend-button b { font-weight: 650; font-variant-numeric: tabular-nums; }
.auth-otp-meta p.is-expired { color: var(--danger); }
.auth-resend-button { display: inline-flex; min-height: 42px; padding: 0 8px; align-items: center; gap: 6px; border-radius: 10px; background: transparent; color: var(--primary-700); font-size: 11px; font-weight: 600; }
.auth-resend-button:not(:disabled):hover { background: var(--primary-50); }
.auth-resend-button:disabled { color: var(--ink-400); cursor: not-allowed; }
.auth-resend-button .icon { width: 15px; height: 15px; }
.auth-password-rules { display: grid; margin: -1px 2px 14px; padding: 0; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 12px; list-style: none; }
.auth-password-rules li { display: flex; min-width: 0; margin: 0; padding: 0; align-items: center; gap: 6px; color: var(--ink-500); font-size: 11.5px; line-height: 1.7; white-space: nowrap; }
.auth-password-rules li > span { display: grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border-radius: 50%; background: #e7ece9; color: var(--ink-400); }
.auth-password-rules li .icon { width: 11px; height: 11px; stroke-width: 2.2; }
.auth-password-rules li.is-met { color: var(--success); }
.auth-password-rules li.is-met > span { background: var(--success-soft); color: var(--success); }
.auth-form-footer { display: flex; width: min(100%,470px); min-height: 34px; margin-top: 12px; align-items: center; justify-content: center; color: var(--ink-400); font-size: 11.5px; text-align: center; }
.auth-toast { position: fixed; right: 50%; bottom: 28px; z-index: 1000; display: grid; width: min(420px,calc(100% - 32px)); min-height: 58px; padding: 9px 10px; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 10px; border: 1px solid #cee2d5; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-float); color: var(--ink-800); opacity: 0; transform: translate(50%,18px); pointer-events: none; transition: opacity var(--motion),transform var(--motion) var(--ease); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.auth-toast.is-visible { opacity: 1; transform: translate(50%,0); }
.auth-toast.is-error { border-color: #efcccc; }
.auth-toast > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--success-soft); color: var(--success); }
.auth-toast.is-error > span { background: var(--danger-soft); color: var(--danger); }
.auth-toast .icon { width: 18px; height: 18px; }
.auth-toast p { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.8; }
.auth-noscript { position: fixed; inset: 18px; z-index: 3000; display: grid; padding: 24px; place-items: center; border-radius: 18px; background: var(--surface); color: var(--danger); font-weight: 600; text-align: center; box-shadow: var(--shadow-float); }

@media (max-width: 1080px) {
  .auth-layout { grid-template-columns: minmax(440px,.96fr) minmax(460px,1.04fr); }
  .auth-brand-panel { padding-inline: 38px; }
  .auth-brand-content h1 { font-size: 38px; }
  .auth-form-panel { padding-inline: 38px; }
}
@media (max-width: 900px) {
  body.auth-page { padding: 16px; }
  .auth-layout { width: min(100%,580px); min-height: calc(100dvh - 32px); margin: 0 auto; overflow: visible; grid-template-areas: "form"; grid-template-columns: minmax(0,1fr); border-radius: 26px; }
  .auth-brand-panel { display: none; }
  .auth-form-panel { min-height: calc(100dvh - 34px); padding: 20px 38px 14px; border-radius: inherit; }
  .auth-mobile-brand { display: flex; width: min(100%,470px); margin-bottom: 20px; align-items: center; gap: 12px; }
  .auth-mobile-brand .auth-brand-mark { width: 43px; height: 43px; flex-basis: 43px; border-color: rgba(33,89,62,.16); background: var(--primary-800); }
  .auth-mobile-brand .auth-brand strong { color: var(--ink-950); font-size: 16px; }
  .auth-mobile-brand .auth-brand small { color: var(--ink-500); font-size: 11px; }
  .auth-card { margin-block: auto; }
  .auth-form-footer { margin-top: 16px; }
}
@media (max-width: 520px) {
  body.auth-page { padding: 0; background: var(--surface); font-size: 15px; }
  .auth-page::before { display: none; }
  .auth-layout { width: 100%; min-height: 100dvh; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
  .auth-form-panel { height: 100dvh; min-height: 100dvh; padding: calc(15px + env(safe-area-inset-top)) 18px calc(12px + env(safe-area-inset-bottom)); overflow: hidden; justify-content: flex-start; }
  .auth-mobile-brand { margin-bottom: 24px; }
  .auth-mobile-brand .auth-brand small { display: none; }
  .auth-card { width: 100%; margin: 0; padding: 0; }
  .auth-step-heading { margin-bottom: 18px; grid-template-columns: 48px minmax(0,1fr); gap: 11px; }
  .auth-step-icon { width: 48px; height: 48px; border-radius: 14px; }
  .auth-step-heading h2 { font-size: clamp(18px,5.2vw,21px); }
  .auth-step-heading p { font-size: 12px; line-height: 1.7; }
  .auth-input-control { height: 54px; }
  .auth-input-control input { font-size: 16px; }
  .auth-submit { min-height: 54px; font-size: 14px; }
  .auth-back-button { margin-bottom: 8px; }
  .auth-phone-summary { min-height: 48px; }
  .auth-dev-code { grid-template-columns: auto auto; }
  .auth-dev-code > small { display: none; }
  .auth-otp-inputs { gap: 7px; }
  .auth-otp-inputs input { height: 54px; border-radius: 12px; font-size: 20px; }
  .auth-otp-meta { align-items: flex-start; flex-direction: column; gap: 2px; }
  .auth-resend-button { margin-right: -8px; }
  .auth-password-rules { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 8px; }
  .auth-password-rules li { font-size: 11px; }
  .auth-form-footer { width: 100%; margin-top: auto; padding-top: 14px; font-size: 11px; }
  .auth-toast { bottom: calc(16px + env(safe-area-inset-bottom)); }
}
@media (max-width: 360px) {
  .auth-form-panel { padding-inline: 14px; }
  .auth-mobile-brand { margin-bottom: 18px; }
  .auth-step-heading { grid-template-columns: 46px minmax(0,1fr); }
  .auth-step-icon { width: 46px; height: 46px; }
  .auth-step-heading h2 { font-size: 17px; }
  .auth-otp-inputs { gap: 5px; }
  .auth-otp-inputs input { height: 51px; font-size: 19px; }
  .auth-password-rules li { font-size: 11px; }
}
@media (max-height: 680px) and (max-width: 900px) {
  .auth-form-panel { height: auto; min-height: 100dvh; overflow-y: auto; }
  .auth-form-footer { margin-top: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .auth-step, .auth-toast { animation: none; transition: none; }
}
