.auth-page{min-height:100svh;display:grid;place-items:center;padding:24px;background:#f3f1ed;color:#1d1c18;font-family:Commissioner,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-panel{width:min(100%,430px);padding:38px;border:1px solid rgba(46,51,32,.1);border-radius:22px;background:#fffefa;box-shadow:0 18px 50px rgba(46,38,25,.08)}.auth-brand{display:flex;align-items:center;gap:11px;margin-bottom:38px}.auth-brand span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#d24b2a;color:white;font-size:18px;font-weight:700}.auth-brand strong{font-size:15px}.auth-eyebrow{margin:0 0 8px;color:#918e85;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.auth-panel h1{margin:0;font-size:34px;letter-spacing:-.04em}.auth-subtitle{margin:10px 0 28px;color:#615f58;line-height:1.5}.auth-panel form{display:flex;flex-direction:column;gap:16px}.auth-panel form>label:not(.auth-check){display:flex;flex-direction:column;gap:7px}.auth-panel label>span{color:#615f58;font-size:12px;font-weight:650}.auth-panel input:not([type=checkbox]){width:100%;min-height:45px;padding:10px 12px;border:1px solid rgba(46,51,32,.16);border-radius:11px;background:#f8f6f1;color:#1d1c18;font:inherit}.auth-language:focus-visible,.auth-panel button:focus-visible,.auth-panel input:focus-visible{outline:2px solid #d24b2a;outline-offset:2px}.auth-error,.auth-panel label small{color:#bb3f2d;font-size:11px}.auth-check{display:flex;align-items:center;gap:9px}.auth-check input{accent-color:#d24b2a}.auth-panel button{min-height:44px;border:0;border-radius:11px;background:#d24b2a;color:white;font:inherit;font-weight:700;cursor:pointer}.auth-panel button:disabled{cursor:wait;opacity:.65}.auth-error{margin:0;padding:10px 12px;border-radius:10px;background:rgba(187,63,45,.08)}.auth-language{display:block;width:max-content;margin:24px auto 0;color:#d24b2a;font-size:12px;font-weight:650;text-decoration:none}@media (max-width:520px){.auth-page{padding:0;background:#fffefa}.auth-panel{min-height:100svh;padding:28px 22px;border:0;border-radius:0;box-shadow:none}.auth-brand{margin-bottom:54px}}