#astr-workspace-link[hidden] { display: none !important; }
.astr-home-account-menu { position:fixed; z-index:10000; width:min(260px,calc(100vw - 24px)); max-height:calc(100dvh - 24px); overflow:auto; box-sizing:border-box; padding:12px; border:1px solid #dedbd4; border-radius:16px; background:rgba(255,253,249,.97); color:#292722; box-shadow:0 16px 48px #0002; backdrop-filter:blur(18px); font:14px/1.5 system-ui,sans-serif; }
.astr-home-account-menu > strong { display:block; padding:8px 12px 12px; overflow-wrap:anywhere; border-bottom:1px solid #dedbd4; margin-bottom:6px; }
.astr-home-account-menu > a, .astr-home-account-menu > button { display:block; width:100%; box-sizing:border-box; padding:12px; border:0; border-radius:9px; background:transparent; color:inherit; text-align:left; text-decoration:none; font:inherit; cursor:pointer; }
.astr-home-account-menu > a:hover, .astr-home-account-menu > button:hover { background:#ece8e0; }
.astr-home-account-menu > a:focus-visible, .astr-home-account-menu > button:focus-visible { outline:2px solid #db623b; outline-offset:-2px; }
.astr-home-account-menu > .astr-home-logout { color:#c54f2e; }
.astr-home-account-menu > output:not(:empty) { display:block; padding:8px 12px; color:#c54f2e; }
.astr-account-entry .liquid-glass-label, .nav-cta.astr-account-entry { display: inline-flex; align-items: center; gap: 10px; }
.astr-nav-avatar { display: inline-grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; background: rgba(255,255,255,.16); font: 600 16px Georgia,serif; }
.astr-account-entry small { opacity: .7; font-size: 12px; }
.astr-account-entry .liquid-glass-label > span:nth-child(2), .nav-cta.astr-account-entry > span:nth-child(2) { max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
