.mobile-auth{min-height:100dvh;color:var(--text);box-sizing:border-box;background-color:#fff;flex-direction:column;font-family:inherit;display:flex}.mobile-auth__container{flex-direction:column;flex:1;width:100%;max-width:480px;margin:0 auto;padding:24px;display:flex}.mobile-auth__header{margin-bottom:24px}.mobile-auth__logo-row{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.mobile-auth__back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:14px;font-weight:500;display:inline-flex}.mobile-auth__back-btn:hover{color:var(--text)}.mobile-auth__progress-container{align-items:center;gap:12px;margin-bottom:8px;display:flex}.mobile-auth__progress-track{background:var(--ivory-dark,#e5d5b7);border-radius:99px;flex:1;height:6px;overflow:hidden}.mobile-auth__progress-bar{background:var(--forest,#166534);border-radius:99px;height:100%;transition:width .3s}.mobile-auth__progress-text{color:var(--forest);white-space:nowrap;font-size:12px;font-weight:700}.mobile-auth__title{color:var(--forest,#166534);letter-spacing:-.02em;margin-top:12px;margin-bottom:6px;font-size:26px;font-weight:800}.mobile-auth__subtitle{color:var(--text-secondary);margin:0;font-size:13.5px;line-height:1.4}.mobile-auth__form{flex-direction:column;flex:1;gap:16px;display:flex}.mobile-auth__form-step{animation:.3s stepFadeIn}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mobile-auth__role-selector{flex-direction:column;gap:16px;width:100%;margin-top:8px;display:flex}.role-card{cursor:pointer;text-align:left;box-sizing:border-box;background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;width:100%;padding:16px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #00000005}.role-card:hover,.role-card--active{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0000000d}.role-card--manager{border-color:#1665341a}.role-card--manager:hover,.role-card--manager.role-card--active{border-color:var(--forest,#166534);background:#16653405}.role-card--landlord{border-color:#c2501f1a}.role-card--landlord:hover,.role-card--landlord.role-card--active{border-color:var(--accent,#c2501f);background:#c2501f05}.role-card__icon-wrapper{border-radius:12px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.role-card--manager .role-card__icon-wrapper{color:var(--forest,#166534);background:#16653414}.role-card--manager.role-card--active .role-card__icon-wrapper{background:var(--forest,#166534);color:#fff}.role-card--landlord .role-card__icon-wrapper{color:var(--accent,#c2501f);background:#c2501f14}.role-card--landlord.role-card--active .role-card__icon-wrapper{background:var(--accent,#c2501f);color:#fff}.role-card__info{flex:auto;min-width:0}.role-card__title{color:var(--text);margin-bottom:2px;font-size:15.5px;font-weight:700}.role-card__desc{color:var(--text-secondary);font-size:12.5px;line-height:1.35}.role-card__check{color:#fff;border:2px solid #00000026;border-radius:50%;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.role-card--active .role-card__check{border-color:#0000}.role-card--manager.role-card--active .role-card__check{background:var(--forest,#166534)}.role-card--landlord.role-card--active .role-card__check{background:var(--accent,#c2501f)}.mobile-auth__footer{text-align:center;margin-top:auto;padding-top:32px}.mobile-auth__step-actions{gap:12px;margin-top:12px;display:flex}
