.gg-avatar{flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.gg-avatar--circle{border-radius:var(--gg-radius-circle)}.gg-avatar--rounded{border-radius:var(--gg-radius-sm)}.gg-avatar__initials{font-family:var(--gg-font-display);font-weight:var(--gg-weight-semibold);color:#fff}
.gg-user-menu{cursor:pointer;border-radius:var(--gg-radius-sm);transition:background var(--gg-duration-fast);align-items:center;gap:10px;padding:4px 6px 4px 4px;display:flex}.gg-user-menu:hover{background:var(--gg-purple-tint-bg)}.gg-user-menu__text{line-height:1.1}.gg-user-menu__name{font-weight:var(--gg-weight-xbold);color:var(--gg-ink-900);font-size:13.5px}.gg-user-menu__sublabel{font-size:11.5px;font-weight:var(--gg-weight-semibold);color:var(--gg-ink-200)}
.gg-top-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gg-color-border);background:#faf7f1d1;flex:none;align-items:center;gap:24px;height:84px;padding:0 40px;display:flex;position:sticky;top:0}.gg-top-header__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.gg-top-header__menu{display:none}@media (max-width:768px){.gg-top-header{flex-wrap:wrap;gap:10px;height:auto;min-height:84px;padding:14px 16px}.gg-top-header__menu{flex:none;order:1;display:inline-flex}.gg-top-header__actions{order:2;margin-left:auto}.gg-search-bar{flex:100%;order:3}}.gg-top-header__skeleton{border-radius:var(--gg-radius-sm);background:linear-gradient(90deg, var(--gg-color-border-subtle) 25%, #f0eef8 50%, var(--gg-color-border-subtle) 75%);background-size:200% 100%;width:110px;height:36px;animation:1.4s ease-in-out infinite ggTopHeaderSkeletonShimmer}@keyframes ggTopHeaderSkeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
