.account-overlay{padding:0;border:1px solid #ffffff35;border-radius:30px;background:#101010;color:white;width:min(1400px,calc(100vw - 64px));height:calc(100dvh - 64px);max-width:none;max-height:none;overflow:hidden;box-shadow:0 30px 100px #000b}.account-overlay::backdrop{background:#0007;backdrop-filter:blur(15px)}.account-overlay iframe{display:block;width:100%;height:100%;border:0}.account-overlay-close{position:absolute;right:15px;top:15px;width:42px;height:42px;border:1px solid #ffffff35;border-radius:50%;background:#171717;color:#fff;font:28px/1 sans-serif;z-index:2;cursor:pointer}.account-overlay-close:focus-visible{outline:2px solid #fff;outline-offset:3px}.account-overlay-open{overflow:hidden}.account-overlay[open]{animation:account-appear .3s ease-out}@keyframes account-appear{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:700px){.account-overlay{width:100%;height:100dvh;border:0;border-radius:0;margin:0}}@media(prefers-reduced-motion:reduce){.account-overlay[open]{animation:none}}

.header-account.is-signed-in,.mobile-menu nav .account-entry.is-signed-in{display:flex;align-items:center;gap:9px}.header-account.is-signed-in{padding:5px 12px 5px 5px}.account-identity-avatar{position:relative;display:grid;place-items:center;width:34px;height:34px;flex:none;overflow:hidden;border-radius:25%;background:#242424;border:1px solid #ffffff26;color:#eee;font-size:14px}.account-identity-avatar img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(1)}.account-identity-text{display:flex;flex-direction:column;min-width:0;text-align:left;gap:2px;line-height:1.25}.account-identity-text b,.account-identity-text small{display:block;max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-identity-text b{font-size:12px;font-weight:600}.account-identity-text small{font-size:10px;color:#aaa}.mobile-menu .account-identity-text b,.mobile-menu .account-identity-text small{max-width:190px}@media(max-width:1280px){.header-account.is-signed-in{padding:0;border:0;background:none}.header-account .account-identity-text{display:none}}@media(max-width:700px){.header-account .account-identity-avatar{width:30px;height:30px}}
