.auth-page-root{--auth-orange:#fe540b;--auth-orange-pressed:#e54000;--auth-orange-deep:#c23300;--auth-orange-soft:#fed4c2;--auth-ink-heading:#1f2024;--auth-ink-body:#2f3036;--auth-ink-muted:#494a50;--auth-ink-disabled:#b0b3c0;--auth-surface:#ffffff;--auth-surface-alt:#f8f9fe;--auth-hairline:rgba(0,0,0,0.06);--auth-focus-ring:0 0 0 3px rgba(1,180,226,0.35);display:flex;flex-direction:column;min-height:100dvh;position:relative;isolation:isolate;background:var(--auth-surface);color:var(--auth-ink-body)}.auth-grid{display:grid;grid-template-columns:minmax(0,45fr) minmax(0,55fr);min-height:100dvh;width:100%}.auth-grid--mobile{grid-template-columns:1fr;min-height:auto}.auth-col-form{display:flex;flex-direction:column;min-width:0;min-height:100dvh;background:var(--auth-surface)}.auth-grid--mobile .auth-col-form{min-height:auto}.auth-hero{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px 40px;background:var(--auth-orange);overflow:hidden}.auth-hero--mobile{position:static;height:auto;min-height:168px;padding:88px 24px 28px;justify-content:center}.auth-hero__bg{object-fit:cover;opacity:.12;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.auth-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:460px}.auth-hero__wordmark{display:flex;align-items:center;gap:16px}.auth-hero__logotype{margin:0;font-size:56px;font-weight:800;line-height:1.1;letter-spacing:-1px;color:#ffffff}.auth-hero--mobile .auth-hero__logotype{font-size:30px}.auth-hero__tagline{margin:0;padding:12px 20px;border-radius:16px;background:var(--auth-orange-deep);color:#ffffff;font-size:18px;font-weight:700;line-height:1.5}.auth-hero--mobile .auth-hero__tagline{display:none}.auth-nav{position:absolute;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 32px}.auth-nav--mobile{position:-webkit-sticky;position:sticky;top:0;padding:max(12px,env(safe-area-inset-top)) 16px 12px;background:var(--auth-orange);flex-wrap:wrap}.auth-nav__left{display:flex;align-items:center}.auth-nav__contact{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1.5px solid transparent;border-radius:9999px;padding:7px 16px;font-size:13px;font-weight:700;letter-spacing:.2px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.auth-nav--on-white .auth-nav__contact{color:var(--auth-ink-body)}.auth-nav--on-white .auth-nav__contact:hover{background:var(--auth-surface-alt);color:var(--auth-orange-deep)}.auth-nav--on-orange .auth-nav__contact{color:#ffffff}.auth-nav--on-orange .auth-nav__contact:hover{background:var(--auth-orange-deep)}.auth-nav__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}.auth-nav--mobile .auth-nav__actions{gap:8px}.auth-lang-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:700;transition:background-color .2s ease,border-color .2s ease}.auth-nav--on-white .auth-lang-toggle{background:var(--auth-surface-alt);border:1px solid var(--auth-hairline);color:var(--auth-orange-deep)}.auth-nav--on-white .auth-lang-toggle:hover{background:var(--auth-orange-soft);border-color:var(--auth-orange-soft)}.auth-nav--on-orange .auth-lang-toggle{background:var(--auth-orange-deep);border:1px solid rgba(255,255,255,.5);color:#ffffff}.auth-nav--on-orange .auth-lang-toggle:hover{background:#a82c00}.auth-form-scroll{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:safe center;width:100%;padding:96px 24px 24px}.auth-grid--mobile .auth-form-scroll{padding:24px 16px max(24px,env(safe-area-inset-bottom))}.auth-form-scroll--wide{justify-content:flex-start;padding-top:96px}.auth-grid--mobile .auth-form-scroll--wide{padding-top:24px}.auth-form-shell{width:100%;max-width:440px;display:flex;flex-direction:column}.auth-form-shell--otp,.auth-form-shell--register{max-width:480px}.auth-form-shell--info{max-width:920px}.auth-steps-nav{width:100%;max-width:480px;margin:0 auto 28px}.auth-steps{display:flex;align-items:flex-start;justify-content:center;gap:8px;width:100%;list-style:none;padding:0}.auth-steps__item{display:flex;flex-direction:column;align-items:center;flex:1 1;min-width:0;position:relative}.auth-steps__item:not(:first-child):before{content:"";position:absolute;top:15px;left:calc(-50% + 16px);right:calc(50% + 16px);height:2px;background:var(--auth-hairline);border-radius:2px}.auth-steps__item--current:not(:first-child):before,.auth-steps__item--done:not(:first-child):before{background:var(--auth-orange)}.auth-steps__bubble{width:32px;height:32px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:2px solid var(--auth-hairline);background:var(--auth-surface);color:var(--auth-ink-muted);position:relative;z-index:1}.auth-steps__item--current .auth-steps__bubble{border-color:var(--auth-orange);background:var(--auth-orange);color:#ffffff}.auth-steps__item--done .auth-steps__bubble{border-color:var(--auth-orange);background:var(--auth-orange-soft);color:var(--auth-orange-deep)}.auth-steps__label{margin-top:8px;font-size:12px;font-weight:600;line-height:1.4;text-align:center;color:var(--auth-ink-muted)}.auth-steps__item--current .auth-steps__label{color:var(--auth-orange-deep);font-weight:700}.auth-steps__item--done .auth-steps__label{color:var(--auth-ink-body)}.auth-role-grid-shell{max-width:520px;position:relative}.auth-role-back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease,background-color .2s ease}.auth-nav--on-white .auth-role-back-link,.auth-role-back-link{color:var(--auth-orange-deep)}.auth-role-back-link:hover{color:var(--auth-orange-pressed);background-color:var(--auth-surface-alt)}.auth-role-back-icon{font-size:16px}.auth-role-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;width:100%;margin-top:8px}@media (max-width:480px){.auth-role-grid{grid-template-columns:1fr}}.auth-role-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 20px 24px;background:var(--auth-surface);border:2px solid var(--auth-hairline);border-radius:16px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:border-color .2s ease,box-shadow .2s ease,transform .12s ease}.auth-role-card:hover{border-color:var(--auth-orange);box-shadow:0 8px 24px rgba(254,84,11,.18)}.auth-role-card:active{transform:scale(.97)}.auth-role-card:focus-visible{outline:3px solid var(--auth-orange)!important;outline-offset:2px!important;border-color:var(--auth-orange)}.auth-role-card__icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:9999px;background:var(--auth-orange-soft);flex-shrink:0}.auth-role-card__icon{font-size:24px;color:var(--auth-orange-deep)!important}.auth-role-card__label{font-size:16px;font-weight:700;line-height:1.3;color:var(--auth-ink-heading)}.auth-role-card__desc{font-size:13px;font-weight:400;line-height:1.5;color:var(--auth-ink-body)}.auth-heading{margin:0 0 6px;font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-.3px;color:var(--auth-ink-heading)}.auth-heading--brand{color:var(--auth-orange-deep)}.auth-grid--mobile .auth-heading{font-size:26px}.auth-subtitle{margin:0 0 32px;font-size:15px;font-weight:400}.auth-helper,.auth-subtitle{line-height:1.5;color:var(--auth-ink-muted)}.auth-helper{font-size:13px}.auth-divider-text{font-size:14px;font-weight:600;color:var(--auth-ink-muted)}.auth-link{color:var(--auth-orange-deep);font-weight:600;text-decoration:underline;text-underline-offset:2px;border-radius:4px;transition:color .2s ease}.auth-link:hover{color:var(--auth-orange-pressed)}.auth-forgot-row{display:flex;justify-content:flex-end;margin:4px 0 20px}.auth-switch-row{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:20px;font-size:14px;color:var(--auth-ink-body);text-align:center;flex-wrap:wrap}.auth-page-root .ant-form-item-label>label{color:var(--auth-ink-heading)!important;font-weight:600!important}.auth-page-root .ant-input,.auth-page-root .ant-input-affix-wrapper{background:var(--auth-surface)!important;border:1px solid var(--auth-hairline)!important;border-radius:12px!important;color:var(--auth-ink-body)!important;transition:border-color .2s ease,box-shadow .2s ease!important}.auth-page-root .ant-input-affix-wrapper-disabled,.auth-page-root .ant-input-disabled,.auth-page-root .ant-input[disabled]{background:var(--auth-surface-alt)!important}.auth-page-root .ant-input-affix-wrapper{padding:0!important}.auth-page-root .ant-input-affix-wrapper .ant-input{border:none!important;background:transparent!important;padding:12px 16px!important}.auth-page-root .ant-input-affix-wrapper .ant-input-suffix{padding-right:12px!important}.auth-page-root .ant-input-affix-wrapper input::placeholder,.auth-page-root .ant-input::placeholder{color:var(--auth-ink-disabled)!important}.auth-page-root .ant-input-affix-wrapper:hover,.auth-page-root .ant-input:hover{border-color:var(--auth-orange)!important}.auth-page-root .ant-input-affix-wrapper-focused,.auth-page-root .ant-input-affix-wrapper:focus,.auth-page-root .ant-input:focus{border-color:var(--auth-hairline)!important;box-shadow:none!important;outline:none!important}.auth-page-root .ant-form-item-has-error .ant-input,.auth-page-root .ant-form-item-has-error .ant-input-affix-wrapper{border-color:#ef4444!important}.auth-page-root .ant-form-item-has-error .ant-input-affix-wrapper-focused,.auth-page-root .ant-form-item-has-error .ant-input:focus{box-shadow:0 0 0 3px rgba(239,68,68,.18)!important}.auth-cta{height:52px!important;width:100%;border:none!important;border-radius:16px!important;background:var(--auth-ink-heading)!important;color:#ffffff!important;font-weight:700!important;font-size:15px!important;box-shadow:0 4px 16px rgba(0,0,0,.1)!important;transition:background-color .2s ease,transform .12s ease,box-shadow .2s ease!important}.auth-cta:hover:not(:disabled){background:#2f3036!important}.auth-cta:active:not(:disabled){transform:scale(.98)}.auth-cta.ant-btn-loading,.auth-cta:disabled{background:var(--auth-ink-disabled)!important;color:#ffffff!important;box-shadow:none!important}.auth-page-root .ant-divider-horizontal.ant-divider-with-text{color:var(--auth-ink-muted);border-color:var(--auth-hairline)}.auth-page-root .ant-otp{gap:8px}.auth-page-root .ant-otp-input{border-radius:12px!important;font-size:18px}.auth-page-root .ant-progress-bg{background-color:var(--auth-orange)!important}.auth-page-root .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--auth-orange)!important;border-color:var(--auth-orange)!important}.auth-page-root .ant-btn:focus-visible,.auth-page-root .ant-checkbox-wrapper:focus-within,.auth-page-root .auth-lang-toggle:focus-visible,.auth-page-root .auth-nav__contact:focus-visible,.auth-page-root .auth-resend:focus-visible,.auth-page-root .auth-role-back-link:focus-visible,.auth-page-root a:focus-visible,.auth-page-root button:focus-visible{outline:3px solid var(--auth-orange)!important;outline-offset:2px!important;border-radius:8px}.auth-page-root .ant-input-affix-wrapper:focus-within,.auth-page-root .ant-input:focus-visible,.auth-page-root .ant-otp-input:focus-visible{outline:none!important}.auth-pass-reqs{margin:8px 0 4px;padding:12px 14px;border-radius:12px;background:var(--auth-surface-alt);border:1px solid var(--auth-hairline);list-style:none;display:grid;grid-gap:6px;gap:6px}.auth-pass-req{display:flex;align-items:center;gap:8px;font-size:12.5px;line-height:1.5;color:var(--auth-ink-body)}.auth-pass-req__icon{flex:0 0 auto;width:16px;text-align:center;font-weight:700;color:var(--auth-ink-muted)}.auth-pass-req--met{color:var(--auth-ink-heading)}.auth-pass-req--met .auth-pass-req__icon{color:#0f766e}.auth-resend{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;padding:6px 8px;border-radius:8px;font-size:14px;font-weight:700;color:var(--auth-orange-deep);cursor:pointer}.auth-resend:hover{color:var(--auth-orange-pressed);text-decoration:underline}.auth-resend--waiting{color:var(--auth-ink-muted);font-weight:600;cursor:default}.auth-resend--waiting:hover{text-decoration:none;color:var(--auth-ink-muted)}.auth-otp-divider{display:flex;align-items:center;gap:12px;margin:16px 0}.auth-otp-divider:after,.auth-otp-divider:before{content:"";flex:1 1;height:1px;background:var(--auth-hairline)}.auth-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 12px;padding:20px 24px;font-size:12.5px;line-height:1.6;color:var(--auth-ink-muted)}.auth-footer--left{justify-content:flex-start}.auth-footer__sep{color:var(--auth-ink-disabled)}.auth-page-root:lang(th) .auth-heading,.auth-page-root:lang(th) .auth-helper,.auth-page-root:lang(th) .auth-pass-req,.auth-page-root:lang(th) .auth-steps__label,.auth-page-root:lang(th) .auth-subtitle{line-height:1.6}@media (max-width:575px){.auth-heading{font-size:24px}.auth-hero__logotype{font-size:26px}.auth-nav__role{font-size:12px;padding:6px 12px}.auth-form-scroll{padding-top:16px}.auth-page-root .ant-otp-input{width:40px!important;height:48px!important}}.auth-page-root .ant-steps .ant-steps-item-title{color:#2f3036!important}.auth-page-root .ant-steps .ant-steps-item-process .ant-steps-item-title{color:#1f2024!important;font-weight:700!important}.auth-page-root .ant-steps .ant-steps-item-finish .ant-steps-item-title{color:#2f3036!important}.auth-page-root .ant-steps .ant-steps-item-description,.auth-page-root .ant-steps .ant-steps-item-wait .ant-steps-item-title{color:#494a50!important}.auth-page-root .ant-steps .ant-steps-item-process .ant-steps-item-description{color:#2f3036!important}.auth-page-root .ant-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#fe540b!important;border-color:#fe540b!important}.auth-page-root .ant-steps .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon{color:#ffffff!important}.auth-page-root .ant-steps .ant-steps-item-finish .ant-steps-item-icon{background-color:#fed4c2!important;border-color:#fe540b!important}.auth-page-root .ant-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:#c23300!important}.auth-page-root .ant-steps .ant-steps-item-wait .ant-steps-item-icon{background-color:#f8f9fe!important;border-color:rgba(0,0,0,.12)!important}.auth-page-root .ant-steps .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon{color:#494a50!important}.auth-page-root .ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after,.auth-page-root .ant-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#fe540b!important}.auth-page-root .ant-steps .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:rgba(0,0,0,.12)!important}.auth-page-root .ant-upload-drag-icon{color:#fe540b!important}.auth-page-root .ant-upload-text{color:#1f2024!important}.auth-page-root .ant-upload-hint{color:#494a50!important}.auth-page-root .ant-upload-list-item-name{color:#2f3036!important}.auth-page-root .ant-select-selection-placeholder{color:#b0b3c0!important}.auth-page-root .ant-select-selection-item{color:#2f3036!important}.auth-page-root .ant-select-arrow{color:#494a50!important}.auth-page-root .ant-picker-input>input::placeholder{color:#b0b3c0!important}.auth-page-root .ant-picker-input>input{color:#2f3036!important}.auth-page-root .ant-picker-suffix{color:#494a50!important}.auth-page-root .ant-form-item-explain-error{color:#ef4444!important}.auth-page-root .ant-typography h5,.auth-page-root h5.ant-typography{color:#1f2024!important}.auth-page-root .auth-license-sep{color:#2f3036;font-size:16px;font-weight:700;padding:0 8px;flex-shrink:0}@media (prefers-reduced-motion:reduce){.auth-cta,.auth-nav,.auth-nav__contact,.auth-page-root *,.auth-role-card{transition:none!important;animation:none!important}}.auth-contact-modal-wrap{display:flex!important;align-items:center!important;justify-content:center!important;overflow-y:auto!important;padding:16px}.auth-contact-modal-wrap:before{display:none!important}.auth-contact-modal-wrap .ant-modal{top:0!important;margin:0 auto!important;padding-bottom:0!important;max-width:calc(100vw - 32px)}