:root{--pm-bg:#0e121b;--pm-bg-soft:#181b25;--pm-stroke:#2b303b;--pm-text:#fff;--pm-text-soft:#99a0ae;--pm-text-sub:#6e7688;--pm-accent-start:#703cff;--pm-accent-mid:#efa7ab;--pm-accent-end:#f8cf3e;--pm-accent-mid-deep:#b8506f;--pm-accent-end-deep:#9c6a1a}.PremodelLayouts-module__BZDDra__authRoot{min-height:100dvh;padding:var(--pm-shell-pad);color:var(--pm-text);background:#181b25}.PremodelLayouts-module__BZDDra__authCard{min-height:calc(100vh - (2 * var(--pm-shell-pad)));min-height:calc(100dvh - (2 * var(--pm-shell-pad)));border-radius:var(--pm-shell-radius);background:#060d1e;border:1px solid #1d2330;grid-template-columns:minmax(280px,1fr) clamp(320px,30vw,780px);display:grid;overflow:hidden}.PremodelLayouts-module__BZDDra__heroPanel{isolation:isolate;background-image:linear-gradient(#070c183d,#070c183d),url(/hero-left-house.jpg);background-position:top;background-size:cover;border-radius:18px;min-height:520px;margin:12px;position:relative;overflow:hidden}.PremodelLayouts-module__BZDDra__heroPanel:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#000000b8 0%,#00000059 30%,#0000 50%);position:absolute;inset:0}.PremodelLayouts-module__BZDDra__heroPanel:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 65%,#0009 100%);position:absolute;inset:0}.PremodelLayouts-module__BZDDra__heroCopy{z-index:2;max-width:min(100%,900px);padding:58px 40px;position:relative}.PremodelLayouts-module__BZDDra__heroCopy h1{color:var(--static-static-white,white);text-transform:none;overflow-wrap:normal;text-shadow:0 6px 20px #00000073;font-family:Satoshi,Segoe UI,sans-serif;font-size:clamp(34px,3.4vw,76px);font-weight:700;line-height:1.09}.PremodelLayouts-module__BZDDra__heroLine{white-space:nowrap;display:block}.PremodelLayouts-module__BZDDra__heroCopy p{color:#e6ebf5;text-shadow:0 3px 12px #00000073;margin-top:14px;font-size:1.125rem;line-height:1.4}.PremodelLayouts-module__BZDDra__formPanel{background:linear-gradient(#080f21 0%,#060d1e 100%);flex-direction:column;gap:30px;padding:24px 36px;display:flex}.PremodelLayouts-module__BZDDra__brandRow{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.PremodelLayouts-module__BZDDra__brandName{font-size:1.12rem;font-weight:650}.PremodelLayouts-module__BZDDra__brandLink{color:var(--pm-text-soft);font-size:.9rem}.PremodelLayouts-module__BZDDra__brandBadge{background:#fff;border:1px solid #e1e4ea;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:8px 14px;text-decoration:none;display:inline-flex}.PremodelLayouts-module__BZDDra__brandBadgeText{color:#0e121b;font-size:.92rem;font-weight:600;line-height:1}.PremodelLayouts-module__BZDDra__brandBadgeIcon{width:18px;height:18px}.PremodelLayouts-module__BZDDra__formWrap{width:min(100%, var(--pm-form-width));flex-direction:column;gap:18px;margin:auto;display:flex}.PremodelLayouts-module__BZDDra__welcomeContent{flex-direction:column;gap:0;display:flex}.PremodelLayouts-module__BZDDra__welcomeContent .PremodelLayouts-module__BZDDra__primaryButton{margin-top:2px}.PremodelLayouts-module__BZDDra__aiIcon{place-items:center;width:67px;height:67px;margin-inline:auto;display:grid}.PremodelLayouts-module__BZDDra__aiIconImage{width:67px;height:67px}.PremodelLayouts-module__BZDDra__formWrap h2{text-align:center;color:#fff;letter-spacing:0;overflow-wrap:break-word;font-family:Satoshi,Segoe UI,sans-serif;font-size:40px;font-weight:500;line-height:48px}.PremodelLayouts-module__BZDDra__formWrap>p{color:#d8dfea;text-align:center;margin-top:-10px;font-size:1.1rem}.PremodelLayouts-module__BZDDra__stackMd{flex-direction:column;gap:14px;display:flex}.PremodelLayouts-module__BZDDra__verifyForm{flex-direction:column;gap:24px;display:flex}.PremodelLayouts-module__BZDDra__otpRow{grid-template-columns:repeat(6,minmax(44px,1fr));gap:8px;display:grid}.PremodelLayouts-module__BZDDra__otpInput{border:1px solid var(--pm-stroke);background:var(--pm-bg-soft);color:#f4f7ff;text-align:center;border-radius:12px;width:100%;height:60px;font-size:1.5rem;font-weight:500}.PremodelLayouts-module__BZDDra__otpInput:focus{outline-offset:2px;outline:2px solid #703cff8c}.PremodelLayouts-module__BZDDra__resendCodeButton{color:#335cff;text-align:center;cursor:pointer;background:0 0;border:none;margin-top:-10px;font-size:.9rem}.PremodelLayouts-module__BZDDra__resendCodeButton:hover{color:#6b8bff}.PremodelLayouts-module__BZDDra__inputField{flex-direction:column;gap:8px;display:flex;position:relative}.PremodelLayouts-module__BZDDra__inputField[data-placeholder-mode=true]{gap:0}.PremodelLayouts-module__BZDDra__inputField span{color:var(--pm-text-soft);font-size:.9rem}.PremodelLayouts-module__BZDDra__inputField input{border:1px solid var(--pm-stroke);background:var(--pm-bg-soft);color:#f4f7ff;border-radius:12px;width:100%;height:48px;padding:0 14px;font-size:1rem}.PremodelLayouts-module__BZDDra__inputField[data-placeholder-mode=true] input{height:47px;padding-left:28px}.PremodelLayouts-module__BZDDra__inputField input::placeholder{color:#525866}.PremodelLayouts-module__BZDDra__inputLeadingIcon{color:#525866;pointer-events:none;z-index:1;font-size:.86rem;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.PremodelLayouts-module__BZDDra__inputField input:focus{outline-offset:2px;outline:2px solid #703cff80}.PremodelLayouts-module__BZDDra__row{justify-content:space-between;align-items:center;gap:16px;display:flex}.PremodelLayouts-module__BZDDra__mutedLink{color:var(--pm-text-soft);font-size:.92rem}.PremodelLayouts-module__BZDDra__mutedLinkAccent{text-align:center;color:#335cff;display:block}.PremodelLayouts-module__BZDDra__orDivider{color:var(--pm-text-soft);align-items:center;gap:14px;font-size:.92rem;display:flex}.PremodelLayouts-module__BZDDra__orDivider:before,.PremodelLayouts-module__BZDDra__orDivider:after{content:"";background:var(--pm-stroke);flex:1;height:1px}.PremodelLayouts-module__BZDDra__primaryButton,.PremodelLayouts-module__BZDDra__secondaryButton{border:1px solid var(--pm-stroke);cursor:pointer;border-radius:12px;height:48px;font-size:1rem}.PremodelLayouts-module__BZDDra__primaryButton{color:#fff;background:linear-gradient(92deg, var(--pm-accent-start), var(--pm-accent-mid-deep), var(--pm-accent-end-deep));border:none}.PremodelLayouts-module__BZDDra__primaryButton:disabled{opacity:.65;cursor:not-allowed}.PremodelLayouts-module__BZDDra__secondaryButton{color:var(--pm-text-soft);background:#0d1324}.PremodelLayouts-module__BZDDra__secondaryButton:disabled{opacity:.65;cursor:not-allowed}.PremodelLayouts-module__BZDDra__demoLimits{border-top:1px solid var(--pm-stroke);gap:10px;margin-top:28px;padding-top:20px;display:grid}.PremodelLayouts-module__BZDDra__demoLimits .PremodelLayouts-module__BZDDra__demoLimitsTitle{color:var(--pm-text-soft);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;align-items:center;gap:8px;margin:0;font-size:.82rem;font-weight:600;list-style:none;display:flex}.PremodelLayouts-module__BZDDra__demoLimits .PremodelLayouts-module__BZDDra__demoLimitsTitle::-webkit-details-marker{display:none}.PremodelLayouts-module__BZDDra__demoLimits .PremodelLayouts-module__BZDDra__demoLimitsTitle:before{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:5px solid;width:0;height:0;transition:transform .12s}.PremodelLayouts-module__BZDDra__demoLimits[open] .PremodelLayouts-module__BZDDra__demoLimitsTitle:before{transform:rotate(90deg)}.PremodelLayouts-module__BZDDra__demoLimits .PremodelLayouts-module__BZDDra__demoLimitsTitle:hover{color:var(--pm-text)}.PremodelLayouts-module__BZDDra__demoLimits[open] .PremodelLayouts-module__BZDDra__demoLimitsList{margin-top:12px}.PremodelLayouts-module__BZDDra__demoLimitsList{color:var(--pm-text-soft);gap:8px;margin:0;padding-left:18px;font-size:.86rem;line-height:1.45;display:grid}.PremodelLayouts-module__BZDDra__formFeedbackError{color:#f7a8a8;font-size:.88rem;line-height:1.3}.PremodelLayouts-module__BZDDra__formFeedbackSuccess{color:#9ae3a8;font-size:.88rem;line-height:1.3}.PremodelLayouts-module__BZDDra__authFooter{color:#525866;justify-content:space-between;gap:16px;margin-top:auto;font-size:.87rem;display:flex}.PremodelLayouts-module__BZDDra__onboardingRoot{min-height:100dvh;color:var(--pm-text);padding:clamp(12px, 1vw, 28px) var(--pm-shell-pad) var(--pm-shell-pad);background:radial-gradient(circle at 55% -10%,#29407b 0%,#0e121b 58%)}.PremodelLayouts-module__BZDDra__onboardingTop{justify-content:center;align-items:center;margin-bottom:clamp(36px,5vh,96px);display:flex}.PremodelLayouts-module__BZDDra__onboardingTopLogo{width:auto;height:45px}.PremodelLayouts-module__BZDDra__onboardingCard{flex-direction:column;gap:48px;width:min(clamp(649px,40vw,820px),100%);margin:0 auto;display:flex}.PremodelLayouts-module__BZDDra__progressTrack{background:#2b303b;border-radius:999px;width:min(clamp(461px,28vw,560px),100%);height:8px;margin:0 auto;overflow:hidden}.PremodelLayouts-module__BZDDra__progressFill{background:linear-gradient(92deg, var(--pm-accent-start), var(--pm-accent-mid), var(--pm-accent-end));height:100%}.PremodelLayouts-module__BZDDra__onboardingHeader{text-align:center;margin:0}.PremodelLayouts-module__BZDDra__onboardingHeader h1{color:#fff;letter-spacing:0;overflow-wrap:break-word;font-family:Satoshi,Segoe UI,sans-serif;font-size:clamp(34px,2.6vw,52px);font-weight:500;line-height:1.2}.PremodelLayouts-module__BZDDra__onboardingHeader p{color:#d3daea;margin-top:7px;font-size:1.25rem}.PremodelLayouts-module__BZDDra__onboardingBody{flex-direction:column;gap:18px;width:min(clamp(462px,28vw,560px),100%);margin:0 auto;display:flex}.PremodelLayouts-module__BZDDra__onboardingCompleteBody{flex-direction:column;align-items:center;gap:48px;width:min(clamp(462px,28vw,560px),100%);margin:0 auto;display:flex}.PremodelLayouts-module__BZDDra__onboardingCompleteBody .PremodelLayouts-module__BZDDra__primaryButton{width:100%}.PremodelLayouts-module__BZDDra__onboardingCompleteCard{flex-direction:column;align-items:center;gap:48px;width:min(clamp(649px,40vw,820px),100%);margin:0 auto;display:flex}.PremodelLayouts-module__BZDDra__onboardingCompleteAction{width:min(clamp(462px,28vw,560px),100%)}.PremodelLayouts-module__BZDDra__onboardingCompleteAction .PremodelLayouts-module__BZDDra__primaryButton{width:100%}.PremodelLayouts-module__BZDDra__onboardingFieldArea{flex-direction:column;gap:18px;min-height:264px;display:flex}.PremodelLayouts-module__BZDDra__onboardingLocationFieldArea{flex-direction:column;gap:12px;min-height:364px;display:flex}.PremodelLayouts-module__BZDDra__onboardingMapCard{border:1px solid #2b303b;border-radius:16px;width:100%;height:212px;position:relative;overflow:hidden}.PremodelLayouts-module__BZDDra__onboardingAddressInputWrap{width:100%;position:relative}.PremodelLayouts-module__BZDDra__onboardingAddressInputWrap input{padding-right:34px}.PremodelLayouts-module__BZDDra__onboardingAddressSpinner{border:2px solid #2b303b;border-top-color:#7d47f7;border-radius:50%;width:14px;height:14px;margin-top:-7px;animation:.7s linear infinite PremodelLayouts-module__BZDDra__onboardingAddressSpin;position:absolute;top:50%;right:12px}@keyframes PremodelLayouts-module__BZDDra__onboardingAddressSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.PremodelLayouts-module__BZDDra__onboardingAddressSpinner{animation-duration:2s}}.PremodelLayouts-module__BZDDra__onboardingAddressSuggestions{z-index:1200;background:#171a24;border:1px solid #2b303b;border-radius:12px;max-height:220px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #00000073}.PremodelLayouts-module__BZDDra__onboardingAddressSuggestionItem{text-align:left;color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;width:100%;padding:8px 10px;font-size:.84rem;line-height:1.35}.PremodelLayouts-module__BZDDra__onboardingAddressSuggestionItem:hover,.PremodelLayouts-module__BZDDra__onboardingAddressSuggestionItem[data-highlighted=true]{background:#0e121b}.PremodelLayouts-module__BZDDra__onboardingAddressStatus{color:#99a0ae;font-size:.78rem;font-weight:500;line-height:1.4}.PremodelLayouts-module__BZDDra__onboardingSkipButton{color:var(--pm-text-soft);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-self:center;padding:4px 8px;font-size:.92rem;text-decoration:underline}.PremodelLayouts-module__BZDDra__onboardingSkipButton:hover{color:#fff}.PremodelLayouts-module__BZDDra__onboardingActionRow{grid-template-columns:1fr 1fr;gap:18px;width:100%;display:grid}.PremodelLayouts-module__BZDDra__roleChoiceRow{gap:8px;width:100%;display:flex}.PremodelLayouts-module__BZDDra__roleChoicePill{color:#fff;cursor:pointer;background:0 0;border:1px solid #2b303b;border-radius:999px;flex:1;min-width:0;height:51px;font-size:1.25rem}.PremodelLayouts-module__BZDDra__roleChoicePill[data-active=true]{background:#7d47f7;border-color:#7d47f7}.PremodelLayouts-module__BZDDra__mapPlaceholder{color:#b3bdd0;background-image:radial-gradient(circle at 30% 30%,#273c6f 0%,#131d35 44%,#0d1428 100%);border:1px solid #2b303b;border-radius:14px;place-items:center;height:210px;margin-top:10px;font-size:.95rem;display:grid}.PremodelLayouts-module__BZDDra__successBadge{border-radius:999px;width:108px;height:108px;margin:0 auto;overflow:hidden}.PremodelLayouts-module__BZDDra__successBadgeImage{object-fit:cover;width:100%;height:100%}@media (min-width:1600px){.PremodelLayouts-module__BZDDra__formPanel{gap:38px;padding:32px 48px}.PremodelLayouts-module__BZDDra__formWrap{gap:22px}.PremodelLayouts-module__BZDDra__formWrap h2{font-size:46px;line-height:54px}.PremodelLayouts-module__BZDDra__heroCopy{padding:72px 56px}.PremodelLayouts-module__BZDDra__heroCopy p{font-size:1.28rem}}@media (max-width:1000px){.PremodelLayouts-module__BZDDra__authCard{grid-template-columns:1fr}.PremodelLayouts-module__BZDDra__formPanel{padding-inline:20px}.PremodelLayouts-module__BZDDra__authFooter{font-size:.8rem}.PremodelLayouts-module__BZDDra__onboardingCard{gap:36px}.PremodelLayouts-module__BZDDra__roleChoiceRow{flex-direction:column}.PremodelLayouts-module__BZDDra__onboardingTopLogo{height:38px}.PremodelLayouts-module__BZDDra__onboardingHeader p{font-size:1.1rem}.PremodelLayouts-module__BZDDra__formWrap h2,.PremodelLayouts-module__BZDDra__onboardingHeader h1{font-size:34px;line-height:40px}.PremodelLayouts-module__BZDDra__onboardingFieldArea{min-height:180px}.PremodelLayouts-module__BZDDra__onboardingLocationFieldArea{min-height:260px}}@media (max-width:720px){.PremodelLayouts-module__BZDDra__heroPanel{min-height:320px;margin:10px}.PremodelLayouts-module__BZDDra__heroCopy{padding:28px 20px}.PremodelLayouts-module__BZDDra__heroCopy h1{font-size:clamp(30px,9vw,42px);line-height:1.08}.PremodelLayouts-module__BZDDra__heroLine{white-space:normal}.PremodelLayouts-module__BZDDra__heroCopy p{font-size:1rem}.PremodelLayouts-module__BZDDra__formPanel{gap:22px;padding:18px 16px}.PremodelLayouts-module__BZDDra__brandRow{flex-wrap:wrap;gap:12px}.PremodelLayouts-module__BZDDra__brandBadge{width:100%}.PremodelLayouts-module__BZDDra__formWrap{width:100%;max-width:100%}.PremodelLayouts-module__BZDDra__formWrap h2,.PremodelLayouts-module__BZDDra__onboardingHeader h1{font-size:30px;line-height:36px}.PremodelLayouts-module__BZDDra__otpRow{grid-template-columns:repeat(6,minmax(38px,1fr));gap:6px}.PremodelLayouts-module__BZDDra__otpInput{height:52px;font-size:1.25rem}.PremodelLayouts-module__BZDDra__mapPlaceholder{height:180px}.PremodelLayouts-module__BZDDra__successBadge{width:92px;height:92px}}@media (max-width:480px){.PremodelLayouts-module__BZDDra__heroPanel{min-height:280px}.PremodelLayouts-module__BZDDra__heroCopy{padding:22px 16px}.PremodelLayouts-module__BZDDra__heroCopy h1{font-size:clamp(28px,9.5vw,34px)}.PremodelLayouts-module__BZDDra__formWrap h2,.PremodelLayouts-module__BZDDra__onboardingHeader h1{font-size:26px;line-height:32px}.PremodelLayouts-module__BZDDra__otpRow{grid-template-columns:repeat(6,minmax(34px,1fr))}.PremodelLayouts-module__BZDDra__otpInput{height:48px}.PremodelLayouts-module__BZDDra__onboardingCard{gap:24px}}
