.auth-popup[hidden]{display:none}.auth-popup{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:rgba(3,4,10,.8);display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:10000}.has-auth-popup{overflow:hidden}.auth-popup__dialog{background:var(--surface);border-left:1px solid var(--border);box-shadow:-28px 0 80px rgba(0,0,0,.42);color:var(--text);height:100%;overflow:auto;padding:72px 28px 32px;position:relative;width:min(100%,440px)}.auth-popup__close{align-items:center;background:var(--surface-2);border:1px solid transparent;border-radius:10px;color:var(--text);cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:18px;top:18px;width:40px}.auth-popup__close:hover{background:var(--surface-3);border-color:var(--border-hover)}.auth-popup__brand{display:flex;justify-content:center;margin-bottom:24px}.auth-popup__brand img{height:auto;width:min(100%,190px)}.auth-popup__tabs{background:var(--sidebar);border:1px solid var(--border);border-radius:12px;display:grid;gap:4px;grid-template-columns:1fr 1fr;padding:4px}.auth-popup__tabs button{background:transparent;border:0;border-radius:8px;color:var(--muted);cursor:pointer;font-weight:700;min-height:44px}.auth-popup__tabs button:hover{color:var(--text)}.auth-popup__tabs button.is-active{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));color:#fff}.auth-popup h2{color:var(--text);font-size:24px;margin:28px 0 18px;text-align:center}.auth-popup__form{display:grid;gap:14px}.auth-popup__form label{color:var(--text);display:grid;font-size:14px;gap:7px}.auth-popup__form input,.auth-popup__form select{background:var(--header);border:1px solid var(--border);border-radius:10px;color:var(--text);min-height:48px;outline:0;padding:0 14px;width:100%}.auth-popup__form input:hover,.auth-popup__form select:hover{border-color:var(--border-hover)}.auth-popup__form input:focus,.auth-popup__form select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth-popup__submit{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));border:0;border-radius:10px;color:#fff;cursor:pointer;font-weight:900;min-height:48px}.auth-popup__submit:hover{filter:brightness(1.08)}.auth-popup__errors{background:rgba(255,95,120,.14);border:1px solid rgba(255,95,120,.3);border-radius:10px;color:#ffe4ea;margin-bottom:16px;padding:12px 14px}.auth-popup__errors p{margin:0}.auth-popup__errors p+p{margin-top:6px}.auth-popup__avatars{border:0;padding:0}.auth-popup__avatars legend{color:var(--text);font-size:14px;margin-bottom:8px}.auth-popup__avatars>div{display:flex;flex-wrap:wrap;gap:8px}.auth-popup__avatars button{background:transparent;border:2px solid transparent;border-radius:50%;cursor:pointer;height:48px;overflow:hidden;padding:0;width:48px}.auth-popup__avatars button.is-active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth-popup__avatars img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.auth_head{background:transparent;border:0;cursor:pointer}@media (max-width:680px){.auth-popup{align-items:flex-end}.auth-popup__dialog{border-left:0;border-radius:18px 18px 0 0;border-top:1px solid var(--border);height:min(92dvh,760px);padding:64px 18px 24px;width:100%}.auth-popup__brand img{width:168px}}
