.auth-page{min-height:100vh;background:linear-gradient(135deg,var(--theme-fff7f9,#fff7f9),var(--theme-f8eef2,#f8eef2));display:flex;flex-direction:column}.auth-main{width:100%;flex:1;display:flex;align-items:center;justify-content:center;padding:34px 16px}.auth-card{width:min(100%,390px);padding:28px 24px;border:1px solid var(--theme-eadde1,#eadde1);border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(115,76,89,.1)}.auth-brand{text-align:center;margin-bottom:24px}.auth-brand .logo{margin:auto;width:46px;height:46px}.auth-brand h1{margin:12px 0 4px;font-size:21px}.auth-brand p{margin:0;color:var(--theme-917881,#917881);font-size:12px}.auth-error,.auth-success{margin-bottom:14px;padding:9px 12px;border-radius:7px;font-size:12px}.auth-error{border:1px solid var(--theme-ffa39e,#ffa39e);background:var(--theme-fff1f0,#fff1f0);color:var(--theme-cf1322,#cf1322)}.auth-success{border:1px solid #b7eb8f;background:#f6ffed;color:#389e0d}.auth-field{display:block;margin-bottom:15px}.auth-field span{display:block;margin-bottom:6px;color:var(--theme-5d4a51,#5d4a51);font-size:12px}.auth-field input{width:100%;height:42px;padding:0 12px;border:1px solid var(--theme-e7dade,#e7dade);border-radius:9px;outline:0}.auth-field input:focus{border-color:var(--theme-e3547a,#e3547a);box-shadow:0 0 0 3px rgba(227,84,122,.08)}.auth-submit{width:100%;height:42px;border:0;border-radius:9px;background:var(--theme-e3547a,#e3547a);color:#fff;font-size:14px;font-weight:700}.auth-switch{text-align:center;margin:17px 0 0;color:var(--theme-917881,#917881);font-size:12px}.auth-switch a{color:var(--theme-e3547a,#e3547a);text-decoration:none}.auth-back{display:block;text-align:center;margin-top:12px;color:var(--theme-917881,#917881);font-size:11px;text-decoration:none}
.sms-code-row{display:flex;gap:8px}.sms-code-row input{min-width:0;flex:1}.sms-code-row button{width:105px;border:1px solid var(--theme-e3547a,#e3547a);border-radius:9px;background:#fff;color:var(--theme-e3547a,#e3547a);font-size:12px}.sms-code-row button:disabled{opacity:.55}
