.auth-frame--register{grid-template-columns:minmax(0,.72fr) minmax(560px,1fr);min-height:720px}
.auth-form-area--wide{align-items:flex-start;padding:38px 42px;overflow:auto}
.auth-form-card--wide{width:min(720px,100%)}
.auth-register-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.auth-register-grid .auth-field{margin:0}
.auth-register-grid .is-full{grid-column:1/-1}
.auth-register-progress{margin:0 0 22px;padding:14px 16px;border:1px solid var(--auth-line);border-radius:15px;background:#f8fafc}
.auth-register-progress__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px;color:#526078;font-size:11px;font-weight:900}
.auth-register-progress__track{height:7px;border-radius:999px;background:#e5eaf1;overflow:hidden}
.auth-register-progress__bar{height:100%;width:0;border-radius:inherit;background:#d6455d;transition:width .18s ease,background .18s ease}
.auth-select{width:100%;height:54px;padding:0 48px 0 52px;border:1px solid var(--auth-line);border-radius:14px;background:#fff;color:var(--auth-ink);font-size:16px;font-weight:650;outline:0;appearance:none;transition:border-color .15s ease,box-shadow .15s ease}
.auth-select:focus{border-color:#7d9be9;box-shadow:0 0 0 4px rgba(40,88,215,.10)}
.auth-control__chevron{position:absolute;right:16px;color:#65748a;font-size:16px;pointer-events:none}
.auth-register-preview{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.auth-preview-card{min-width:0;padding:13px 14px;border:1px solid var(--auth-line);border-radius:14px;background:#f8fafc}
.auth-preview-card span{display:block;color:#748196;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.auth-preview-card strong{display:block;margin-top:6px;color:#26364f;font-size:13px;line-height:1.45;overflow-wrap:anywhere}
.auth-consent{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:11px;align-items:flex-start;padding:14px;border:1px solid var(--auth-line);border-radius:15px;background:#fbfcfe;color:#5f6c80;font-size:12px;line-height:1.6}
.auth-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--auth-primary)}
.auth-consent>div{display:grid;gap:4px}.auth-consent label{cursor:pointer}.auth-consent button{width:max-content;border:0;padding:0;background:transparent;color:var(--auth-primary);font:inherit;font-weight:900;text-decoration:underline;cursor:pointer}
.auth-account-type{grid-column:1/-1;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid var(--auth-line);border-radius:15px;background:#f8fafc}.auth-account-type__icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#e8eefb;color:var(--auth-primary);font-weight:950}.auth-account-type div{display:grid;gap:2px}.auth-account-type div>span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#748196}.auth-account-type strong{font-size:14px;color:#26364f}.auth-account-type small{font-size:10px;color:#7b8798}
.auth-register-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding-top:18px;border-top:1px solid var(--auth-line)}
.auth-register-actions p{max-width:360px;margin:0;color:#7b8798;font-size:10px;line-height:1.55}
.auth-register-actions .auth-submit{width:min(280px,100%)}
.auth-dialog{width:min(680px,calc(100vw - 28px));max-height:min(720px,calc(100vh - 28px));padding:0;border:0;border-radius:22px;background:#fff;color:var(--auth-ink);box-shadow:0 30px 90px rgba(15,31,58,.32)}
.auth-dialog::backdrop{background:rgba(10,22,43,.62);backdrop-filter:blur(3px)}
.auth-dialog__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;border-bottom:1px solid var(--auth-line);background:#f8fafc}
.auth-dialog__head div{display:grid;gap:3px}.auth-dialog__head strong{font-size:18px}.auth-dialog__head span{color:#748196;font-size:11px}
.auth-dialog__close{width:38px;height:38px;border:1px solid var(--auth-line);border-radius:12px;background:#fff;color:#526078;font-size:20px;cursor:pointer}
.auth-dialog__body{max-height:480px;overflow:auto;padding:22px;color:#536176;font-size:13px;line-height:1.75}
.auth-dialog__body h3{margin:18px 0 6px;color:#26364f;font-size:14px}.auth-dialog__body h3:first-child{margin-top:0}.auth-dialog__body p{margin:0 0 10px}
.auth-dialog__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid var(--auth-line);background:#fbfcfe}
.auth-dialog__button{min-height:42px;padding:0 15px;border-radius:12px;border:1px solid var(--auth-line);background:#fff;color:#35445b;font-weight:850;cursor:pointer}
.auth-dialog__button.is-primary{border-color:var(--auth-primary);background:var(--auth-primary);color:#fff}
@media(max-width:1050px){.auth-frame--register{grid-template-columns:1fr;max-width:760px}.auth-form-area--wide{padding:36px}.auth-story--register{min-height:330px}}
@media(max-width:680px){.auth-form-area--wide{padding:28px 20px}.auth-register-grid{grid-template-columns:1fr}.auth-register-grid .is-full,.auth-register-preview,.auth-consent{grid-column:auto}.auth-register-preview{grid-template-columns:1fr}.auth-register-actions{align-items:stretch;flex-direction:column}.auth-register-actions .auth-submit{width:100%}.auth-story--register{display:none}}

.security-error{display:block;margin-top:6px;color:#b42335;font-size:11px;font-weight:750}
