.mas-auth-lock{overflow:hidden!important}.mas-auth-root{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.mas-auth-root.is-open{display:flex}.mas-auth-backdrop{position:absolute;inset:0;background:rgba(11,18,32,.46);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.mas-auth-modal{position:relative;width:min(100%,448px);max-height:min(760px,calc(100vh - 28px));overflow:auto;padding:25px;border:1px solid rgba(220,227,237,.9);border-radius:22px;background:#fff;color:#17243a;box-shadow:0 28px 90px rgba(11,30,62,.24);animation:masAuthIn .18s ease-out}.mas-auth-close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:0;border-radius:10px;background:#f4f6f9;color:#6f7b8e;font-size:21px;line-height:1;cursor:pointer}.mas-auth-brand{display:flex;align-items:center;gap:10px;padding-right:46px}.mas-auth-brand strong,.mas-auth-brand small{display:block}.mas-auth-brand strong{font-size:13px}.mas-auth-brand small{margin-top:1px;color:#8994a5;font-size:10px}.mas-auth-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#17243a;color:#fff;font-size:16px;font-weight:900}.mas-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:20px 0 16px;padding:4px;border-radius:12px;background:#f1f3f7}.mas-auth-tabs button{height:36px;border:0;border-radius:9px;background:transparent;color:#7a879a;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.mas-auth-tabs button.active{background:#fff;color:#17243a;box-shadow:0 3px 10px rgba(22,38,65,.08)}.mas-auth-social{display:flex;align-items:center;justify-content:center;gap:10px;margin:5px 0 14px}.mas-social-icon{display:grid;place-items:center;width:46px;height:46px;padding:11px;border:1px solid #dde3eb;border-radius:13px;background:#fff;cursor:pointer;transition:.18s ease}.mas-social-icon:hover{transform:translateY(-2px);border-color:#bac6d5;box-shadow:0 8px 20px rgba(23,36,58,.08)}.mas-social-icon svg{width:23px;height:23px}.mas-auth-divider{display:flex;align-items:center;gap:10px;margin:7px 0 14px;color:#9aa4b2;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.mas-auth-divider:before,.mas-auth-divider:after{content:"";height:1px;flex:1;background:#e8ecf1}.mas-auth-form{display:grid;gap:11px}.mas-auth-form>label{display:grid;gap:6px;color:#536176;font-size:10px;font-weight:800}.mas-auth-form input[type=email],.mas-auth-form input[type=password],.mas-auth-form input[name=identifier],.mas-auth-form input[name=name]{width:100%;height:45px;border:1px solid #dce3ec;border-radius:11px;background:#fafbfd;color:#17243a;padding:0 12px;outline:none;font:inherit;font-size:12px;transition:.16s}.mas-auth-form input:focus{border-color:#7ea1ff;background:#fff;box-shadow:0 0 0 3px rgba(40,93,255,.08)}.mas-field-line{position:relative;display:block}.mas-field-line input{padding-right:46px!important}.mas-pass-toggle{position:absolute;right:5px;top:5px;width:35px;height:35px;border:0;border-radius:8px;background:transparent;color:#8490a2;font-size:13px;cursor:pointer}.mas-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:1px 0 2px;font-size:10px}.mas-auth-row a{color:#285dff;text-decoration:none;font-weight:800}.mas-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:7px!important;color:#758195!important;font-weight:600!important}.mas-check input{accent-color:#285dff}.mas-auth-submit{position:relative;height:46px;margin-top:3px;border:0;border-radius:11px;background:#285dff;color:#fff;font:inherit;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(40,93,255,.2)}.mas-auth-submit[disabled]{opacity:.7;cursor:wait}.mas-auth-submit i{display:none;width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:masSpin .75s linear infinite}.mas-auth-submit.is-loading span{display:none}.mas-auth-submit.is-loading i{display:inline-block}.mas-auth-foot{margin:15px 0 0;text-align:center;color:#7b8798;font-size:10px}.mas-auth-foot button{padding:0;border:0;background:none;color:#285dff;font:inherit;font-weight:900;cursor:pointer}.mas-auth-message{margin:0 0 13px;padding:10px 11px;border-radius:10px;font-size:10px;line-height:1.45}.mas-auth-message.error{background:#fff1f0;color:#a62922;border:1px solid #ffd3ce}.mas-auth-message.success{background:#edfbf5;color:#087653;border:1px solid #c9f1df}.mas-auth-direct-page{min-height:58vh;display:grid;place-items:center;padding:55px 18px}.mas-auth-direct-copy{text-align:center}.mas-auth-direct-copy h1{margin:0 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-.04em}.mas-auth-direct-copy p{margin:0;color:#7b8798}.mas-auth-root.is-authenticated .mas-auth-form,.mas-auth-root.is-authenticated .mas-auth-social,.mas-auth-root.is-authenticated .mas-auth-divider,.mas-auth-root.is-authenticated .mas-auth-tabs,.mas-auth-root.is-authenticated .mas-auth-foot{display:none!important}@keyframes masAuthIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}@keyframes masSpin{to{transform:rotate(360deg)}}@media(max-width:520px){.mas-auth-root{padding:10px;align-items:flex-end}.mas-auth-modal{width:100%;max-height:92vh;padding:21px 17px 24px;border-radius:22px 22px 12px 12px}.mas-auth-social{gap:8px}.mas-social-icon{width:44px;height:44px}}