.hub-header{display:flex;justify-content:space-between;align-items:center;background-color:white;border-bottom:1px solid var(--slate-300);padding:16px;z-index:10}.hub-header__branding{display:flex;align-items:center;gap:8px}.hub-header__nav{display:flex;align-items:center;gap:12px;color:var(--slate-500)}.hub-header__app-name{color:var(--blue-900)}.hub-header__nav__plus-action{display:flex;align-items:center;position:relative}.hub-header__dropdown{position:absolute;top:48px;right:0;list-style:none;margin:0;padding:0;width:max-content;background-color:white;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;overflow:hidden;border:1px solid var(--slate-200)}.hub-header__dropdown li{width:100%;padding:12px 16px;cursor:pointer;font-size:.875rem;color:var(--slate-700);white-space:nowrap}.hub-header__dropdown li:hover{background-color:var(--blue-50);color:var(--blue-700)}.hub-header__nav__profile-action{display:flex;align-items:center;position:relative}.hub-header__profile-indicator{position:absolute;top:2px;right:2px;width:10px;height:10px;border-radius:50%;background-color:var(--rose-600,#e11d48);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.08);pointer-events:none}.hub-header__profile-icon{cursor:pointer;border-radius:50%;transition:opacity .2s ease}.hub-header__profile-icon:hover{opacity:.8}.hub-header__profile-dropdown{position:absolute;top:48px;right:0;list-style:none;margin:0;padding:0;width:max-content;background-color:white;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;overflow:hidden;border:1px solid var(--slate-200)}.hub-header__profile-dropdown li{width:100%;padding:12px 16px;cursor:pointer;font-size:.875rem;color:var(--slate-700);white-space:nowrap}.hub-header__profile-dropdown li:hover{background-color:var(--blue-50);color:var(--blue-700)}.hub-header__profile-dropdown-item{display:flex;align-items:center;gap:8px}.hub-header__menu-indicator{display:inline-block;width:8px;height:8px;border-radius:9999px;background-color:var(--rose-600,#e11d48);box-shadow:0 0 0 1px rgba(0,0,0,.08)}