:where(.auth-social-list,.auth-block){justify-content:center;flex-wrap:wrap;gap:4px;align-items:center;display:flex}:where(.register-social-list,.social-accounts){flex-wrap:wrap;gap:8px;align-items:center;display:flex}:where(.auth-social-list.inline-social-list){justify-content:start;vertical-align:middle;display:inline-flex}:where(.login-with){height:var(--lw-icon-size,30px);transition:background-color .2s ease-in;position:relative;background-color:var(--lw-icon-bg-color,silver);border-radius:var(--lw-icon-radius,30px);width:var(--lw-icon-size,30px);display:block}:where(.login-with i){height:100%;pointer-events:none;background-color:var(--lw-icon-color,#fff);border-radius:var(--lw-icon-radius,30px);-webkit-mask:var(--lw-icon) center /contain no-repeat;mask:var(--lw-icon) center /contain no-repeat;width:100%;display:block}:where(.login-with.local){--lw-icon-bg-color:#5e5e5e;--lw-icon:url(/_/img/icon/social/login/local.svg)}:where(.login-with.uid){--lw-icon-bg-color:#498bfa;--lw-icon:url(/_/img/icon/social/login/uid.svg)}:where(.login-with.telegram){--lw-icon-bg-color:#2aabee;--lw-icon:url(/_/img/icon/social/login/tg.svg)}:where(.login-with.vkontakte){--lw-icon-bg-color:#07f;--lw-icon:url(/_/img/icon/social/login/vk.svg)}:where(.login-with.yandex){--lw-icon-bg-color:#fc3f1d;--lw-icon:url(/_/img/icon/social/login/ya.svg)}:where(.login-with.facebook){--lw-icon-bg-color:#1877f2;--lw-icon:url(/_/img/icon/social/login/fb.svg)}:where(.login-with.google){border:1px solid #c4c4c4;--lw-icon-bg-color:#f8f8fc}:where(.login-with.google i){background:url(/_/img/icon/social/login/google.svg) 50%/contain no-repeat}:where(.login-with.ok){--lw-icon-bg-color:#f70;--lw-icon:url(/_/img/icon/social/login/ok.svg)}:where(.auth-comments-toggles .login-with:not(.active,.google,.local)){background-color:color-mix(in srgb,var(--lw-icon-bg-color) 70%,#fff 50%)}:where(.auth-comments-toggles .login-with.google:not(.active)){filter:grayscale(1) opacity(.7)}:where(.login-with.wait){pointer-events:none;--lw-icon:url(/_/img/icon/social/login/loader.svg);background-color:color-mix(in srgb,var(--lw-icon-bg-color) 60%,#fff 40%)}:where(.login-with.wait i){animation:login-with-wait 2s linear infinite;transform-origin:center center;background-image:none}:where(.login-with.google.wait i){background-color:color-mix(in srgb,#c4c4c4 60%,#fff 40%);-webkit-mask:var(--lw-icon) center /contain no-repeat;mask:var(--lw-icon) center /contain no-repeat}@keyframes login-with-wait{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (hover:hover){:where(.login-with:not(.auth-comments-toggles .login-with):where(.uid,.vkontakte,.yandex,.facebook,.ok,.telegram)):hover{background-color:color-mix(in srgb,var(--lw-icon-bg-color) 70%,#fff 30%)}:where(.login-with:not(.auth-comments-toggles .login-with).local):hover{--lw-icon-bg-color:#a5a5a5}:where(.login-with:not(.auth-comments-toggles .login-with).google):hover{border:1px solid #a5a5a5;--lw-icon-bg-color:#eee}}