.topbar .auth-slot{margin-left:auto;display:flex;align-items:center;gap:10px}.auth-link,.auth-logout{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:8px;padding:8px 12px;text-decoration:none;font-weight:700}.auth-link:hover,.auth-logout:hover{background:rgba(255,255,255,.1)}.auth-user{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13px}.auth-page{min-height:calc(100vh - 70px);display:grid;place-items:center;padding:32px 18px;background:#eef1f4}.auth-card{width:min(560px,100%);background:#fff;border:1px solid #d7dde3;border-radius:16px;box-shadow:0 18px 45px rgba(16,24,40,.12);overflow:hidden}.auth-card-head{padding:26px 28px 18px}.auth-card-head h1{margin:0 0 8px;font-size:27px}.auth-card-head p{margin:0;color:#667085;line-height:1.5}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f1f3f5;border-top:1px solid #e1e5e9;border-bottom:1px solid #e1e5e9}.auth-tabs button{border:0;background:transparent;padding:13px;font-weight:800;color:#667085}.auth-tabs button.active{background:#fff;color:#b42318;border-bottom:3px solid #b42318}.auth-form{display:grid;gap:15px;padding:24px 28px 28px}.auth-form[hidden]{display:none}.auth-form label{display:grid;gap:7px;font-weight:750;font-size:13px;color:#344054}.auth-form input{width:100%;border:1px solid #cbd3db;border-radius:8px;padding:11px}.auth-form .checkbox{display:flex;align-items:flex-start;gap:9px;font-weight:500;line-height:1.4}.auth-form .checkbox input{width:auto;margin-top:3px}.auth-submit{border:0;border-radius:9px;background:#b42318;color:#fff;padding:12px;font-weight:800}.auth-submit:hover{background:#8f1813}.auth-secondary{border:0;background:transparent;color:#175cd3;text-align:left;padding:0;font-weight:700}.auth-message{margin:0 28px 24px;padding:12px 14px;border-radius:8px;background:#eff8ff;color:#1849a9;line-height:1.45}.auth-message.warning{background:#fffaeb;color:#93370d}.auth-message.error{background:#fef3f2;color:#b42318}.auth-message.success{background:#ecfdf3;color:#027a48}.auth-config-notice{margin:0 28px 24px;padding:14px;border-left:4px solid #b54708;background:#fffaeb;color:#713b12;line-height:1.5}.auth-config-notice code{font-size:12px}.auth-foot{padding:0 28px 25px;color:#667085;font-size:12px;line-height:1.5}@media(max-width:700px){.topbar .auth-user{display:none}.auth-card-head,.auth-form{padding-left:20px;padding-right:20px}.auth-message,.auth-config-notice{margin-left:20px;margin-right:20px}}
